This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62-LP: SD card boot kernel crashes

Part Number: SK-AM62-LP
Other Parts Discussed in Thread: TPS65219

Hello,

So I was able to make a little bit of progress outside of the saveenv issue in the related post. I can manually run "setenv mmcdev 1" and then run the flashall.sh script to flash the SD card. I can then reboot and manually set the mmcdev again to 1 and then run a boot command to load the kernel.

However the kernel seems to crash during startup and android does not successfully boot. After a while the AM62 reboots and runs through u-boot again:

U-Boot 2023.04-dirty (Jan 23 2024 - 08:33:50 -0600)

SoC:   AM62X SR1.0 HS-FS
Model: Texas Instruments AM62x LP SK
EEPROM not available at 80, trying to read at 81
Board: AM62-LP-SKEVM rev E2
DRAM:  2 GiB
Core:  78 devices, 30 uclasses, devicetree: separate
NAND:  0 MiB
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

Loading Environment from nowhere... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   eth0: ethernet@8000000port@1
Hit any key to stop autoboot:  0 
Verify GPT: error!
Broken MMC partition scheme
Running Fastboot...
generic_phy_get_bulk : no phys property
=> mmcdev 1
Unknown command 'mmcdev' - try 'help'
=> setenv mmcdev 1
=> boot
Verify GPT: success!
Loading Android boot partition...
switch to partitions #0, OK
mmc1 is current device
misc partition number:0x4
ANDROID: Attempting slot b, tries remaining 7
ANDROID: Booting slot: b
A/B cmdline addition: androidboot.slot_suffix=_b
Running without AVB...

MMC read: dev # 1, block # 110592, count 81920 ... 81920 blocks read: OK
Preparing FDT...
  Reading DTB for am62x_lp_skevm...
Working FDT set to 88000000

MMC read: dev # 1, block # 208896, count 16384 ... 16384 blocks read: OK
  Applying DTBOs...
Running Android...
## Booting Android Image at 0x82000000 ...
Kernel load addr 0x92000000 size 19076 KiB
Kernel command line: no_console_suspend console=ttyS2,115200 printk.devkmsg=on androidboot.boot_devices=bus@f0000/fa00000.mmc init=/init cma=512M firmware_class.path=/vendor/firmware androidboot.hardware=am62x 8250.nr_uarts=10 mem_sleep_default=deep buildvariant=userdebug
RAM disk load addr 0x832a1800 size 14201 KiB
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Uncompressing Kernel Image
   Loading Ramdisk to 8f221000, end 8ffff10a ... OK
ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
   Loading Device Tree to 000000008f20f000, end 000000008f220036 ... OK
Working FDT set to 8f20f000

Starting kernel ...

I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled

U-Boot SPL 2023.04-dirty (Jan 23 2024 - 08:31:14 -0600)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 13376 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Starting ATF on ARM64 core...

You can see in line 69 the last line of kernel output before u-boot runs again. Any thoughts on why the kernel isn't running successfully?

Munan

  • Hello, 

    Any update here or an ETA?

    Munan

  • Munan,

    Android supported boot and flash mode is emmc .

    https://software-dl.ti.com/processor-sdk-android/esd/AM62X/09_01_00/docs/devices/AM62X/android/Release_Specific_Release_Notes.html#release-09-01-00 

    If you are flashing for the first time, ensure the SD card readiness for the first time boot to bootprompt is correct. 

    1. "Verify GPT: error!" >> looks odd . Is the FAT bootloader partition formatted correctly?

    2. Reset the bootargs at uboot prompt "env default -f -a" and these steps are followed. https://software-dl.ti.com/processor-sdk-android/esd/AM62X/09_01_00/docs/devices/AM62X/android/Application_Notes_Android_Bootloader_SD_Card.html 

  • Hi Praneeth,

    We have an application note in the SDK on supporting SD card based boot and flashing. The flashall.sh script supports formatting of the SD card for SD card operation which I followed exactly to generate an SD card for android flashing. 

    Also, if you look at my related question, the env default -f -an and saveenv commands fail to execute successfully to set up the partitioning.

    This question specifically is on why the kernel crashes when operating from the SD card? How do I find out what is causing the crash?

    Munan

  • SD card is only to get to bootloader stage and flash the necessary android images to eMMC. Android boot expectation once the switch settings are done is thru eMMC flow but not SD. 

    Did you encounter issues with flashing steps here: https://software-dl.ti.com/processor-sdk-android/esd/AM62X/09_01_00/docs/android/Overview_Flashing.html#step-5-flashing-instructions ? 

  • Hello,

    Please see this section of the documentation which specifically describes booting android file system from an SD card:

    https://software-dl.ti.com/processor-sdk-android/esd/AM62X/09_00_00/docs/devices/AM62X/android/Application_Notes_Android_SD_CARD.html

    I understand that this is not necessarily what's supported out of the box, but also please understand that it matters very little what is supported directly from the sdk. I'm supporting a customer who needs to boot from MMC1 instead of MMC0 and I am using the SK-AM62-LP as a model of what changes need to be made. I am only asking about this because it's described as something you can do within our documentation. So please try this and tell me if it works or tell me how to identify the issue here. This issue has been open for over a week and I do not need you to tell me what's in the SDK documentation.

    If you cannot answer this question please refer this to someone who can.

    Munan

  • Sounds good. 

    There was a major migration of Android OS version from 9.0 to 9.1 . Any such app note that is not standard configuration shall be investigated again for all applicable platforms.

    The engineer is reviewing what is needed on current baseline for 62LP and other devices and he will respond.

  • Hi Munan,

    Sorry for the delay.

    I can confirm that booting Android from SD Card is officially supported in the SDK 9.1 release.
    I could boot my AM62x LP SK EVM with 9.1 on sdcard:

    U-Boot SPL 2023.04 (Sep 27 2023 - 11:21:33 +0200)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Starting ATF on ARM64 core...
    
    NOTICE:  BL3rB͕҂rrrjUQ BL31: Built : 10:04:25, Feb  2 2024
    
    U-Boot SPL 2023.04-00003-g8bb068e71ae (Feb 02 2024 - 10:04:56 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-00003-g8bb068e71ae (Feb 02 2024 - 10:04:56 +0000)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM62x LP SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-LP-SKEVM rev E1
    DRAM:  2 GiB
    Core:  79 devices, 31 uclasses, devicetree: separate
    NAND:  0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    Verify GPT: success!
    Loading Android boot partition...
    switch to partitions #0, OK
    mmc1 is current device
    misc partition number:0x3
    ANDROID: Invalid CRC-32 (expected 80e3231d, found ffffffff),re-initializing A/B metadata.
    ANDROID: Attempting slot a, tries remaining 7
    ANDROID: Booting slot: a
    A/B cmdline addition: androidboot.slot_suffix=_a
    Running without AVB...
    
    MMC read: dev # 1, block # 29696, count 81920 ... 81920 blocks read: OK
    
    MMC read: dev # 1, block # 193536, count 65536 ... 65536 blocks read: OK
    Preparing FDT...
      Reading DTB for am62x_lp_skevm...
    Working FDT set to 88000000
    
    MMC read: dev # 1, block # 357376, count 16384 ... 16384 blocks read: OK
      Applying DTBOs...
    Running Android...
    ## Booting Android Image at 0x82000000 ...
    Kernel load addr 0x92000000 size 19841 KiB
    Kernel extra command line: console=ttyS2,115200 cma=512M 8250.nr_uarts=10 printk.devkmsg=on init=/init firmware_class.path=/vendor/firmware mem_sleep_default=deep bootconfig
    RAM disk load addr 0xe9000000 size 16812 KiB
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Uncompressing Kernel Image
       Loading Ramdisk to 8ef95000, end 8ffffdf5 ... OK
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
       Loading Device Tree to 000000008ef83000, end 000000008ef94705 ... OK
    Working FDT set to 8ef83000
    
    Starting kernel ...
    
    [    0.000000][    T0] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000][    T0] Linux version 6.1.43-android14-11-maybe-dirty (build-user@build-host) (Android (10087095, +pgo, +bolt, +lto, -mlgo, based on r487747c) clang version 17.0.2 (https://android.googlesource.com/toolchain/llvm-project d9f89f4d16663d5012e5c09495f3b30ece3d2362), LLD 17.0.2) #1 SMP PREEMPT Thu Jan  1 00:00:00 UTC 1970
    [    0.000000][    T0] Machine model: Texas Instruments AM62x LP SK
    [    0.000000][    T0] Stack Depot is disabled
    [    0.000000][    T0] Enabling dynamic shadow call stack
    [    0.000000][    T0] efi: UEFI not found.
    [    0.000000][    T0] Reserved memory: bypass linux,cma node, using cmdline CMA params instead
    

    Make sure that:

    1. The documented U-Boot diff (to switch CONFIG_FASTBOOT_FLASH_MMC_DEV to 1) is applied
    2. The eMMC boot partitions are erased (steps documented when running flashall.sh with the --sdcard option)

    I know you are attempting to run this on an older release (09.00.00) but I wanted to confirm this is functional on the latest (09.01.00) release as a first step.

    I will check on 9.0 next

  • I confirm I can reproduce the reported issue on the 9.0 release.

    I don't have any ETA for a fix but I'm investigating the problem.

  • Hi Munan,

    We have identified the problem.

    The following patch should be applied in device/ti/am62x to solve it:

    commit 337223e9fe4777d603a6c9c7830a6a6947a01d72 (HEAD -> mkorpershoek/sdcard-boot)
    Author: Mattijs Korpershoek <mkorpershoek@baylibre.com>
    Date:   Tue Feb 6 10:01:29 2024 +0100
    
        Boardconfig: add tps65219 to vendor ramdisk modules
        
        On AM62X LP SK, when booting from SD card (TARGET_SDCARD_BOOT=true),
        the system panics early because we can't mount early partitions:
        
        [   14.564779][   T48] gpio-regulator regulator-4: Failed to register regulator: -517
        [   14.573021][   T50] platform regulator-4: deferred probe pending
        [   14.708155][    T1] init: Wait for partitions returned after 10010ms
        [   14.714568][    T1] init: bool
        android::init::BlockDevInitializer::InitDevices(std::set<std::string>):
        partition(s) not found after polling timeout: metadata, super
        [   14.729555][    T1] init: Failed to mount required partitions early
        
        The regulator-4 gets deferred because the vin-supply (ldo1_reg) is not
        available.  In fact, ldo1_reg is provided by the ti,tps65219 pmic driver
        module and that module is not shipped in the vendor ramdisk.
        
        Add the tps65219 module and its dependencies to the vendor ramdisk.
        This fixes booting from SD Card on AM62x LP SK EVM.
        
        Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
    
    diff --git a/BoardConfig.mk b/BoardConfig.mk
    index 60756cb6d646..5604c32db022 100644
    --- a/BoardConfig.mk
    +++ b/BoardConfig.mk
    @@ -262,6 +262,9 @@ BOARD_VENDOR_RAMDISK_KERNEL_MODULES += \
             device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/tidss.ko \
             device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/sii902x.ko \
             device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/display-connector.ko \
    -        device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/panel-simple.ko
    +        device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/panel-simple.ko \
    +        device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/tps65219.ko \
    +        device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/tps65219-pwrbutton.ko \
    +        device/ti/am62x-kernel/kernel/$(TARGET_KERNEL_USE)/tps65219-regulator.ko
     
     BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD +=  $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES)
    


    The commit message has some details, but here is how this was debugged in case you need to troubleshoot something similar.

    1. Backport this patch to have logs earlier in the console: https://git.ti.com/cgit/android/device-ti-am62x/commit/?h=d-android14-release&id=3d67a037adc75a314a7cdf8cf9c64d9cbfc8a9f9

    2. Add early console logging with the following diff:

    diff --git a/BoardConfig.mk b/BoardConfig.mk
    index 306e6024e681..143c487c7f08 100644
    --- a/BoardConfig.mk
    +++ b/BoardConfig.mk
    @@ -118,6 +118,7 @@ BOARD_KERNEL_CMDLINE += cma=512M
     BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware
     BOARD_KERNEL_CMDLINE += androidboot.hardware=am62x 8250.nr_uarts=10
     BOARD_KERNEL_CMDLINE += mem_sleep_default=deep
    +BOARD_KERNEL_CMDLINE += earlyprintk=serial,0x2800000,115200
     
     DEVICE_MANIFEST_FILE := device/ti/am62x/manifest.xml
    

    3. Observe the following error:

    [   14.564779][   T48] gpio-regulator regulator-4: Failed to register regulator: -517
    [   14.573021][   T50] platform regulator-4: deferred probe pending
    [   14.708155][    T1] init: Wait for partitions returned after 10010ms
    [   14.714568][    T1] init: bool android::init::BlockDevInitializer::InitDevices(std::set<std::string>): partition(s) not found after polling timeout: metadata, super
    [   14.729555][    T1] init: Failed to mount required partitions early ...

    4. We see here that we get -517 which is -EPROBE_DEFER. Looking at common/arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts, we can see that regulator-4 is labeled vddshv_sdio and is used by the SD card controller node:

    &sdhci1 {
    	vmmc-supply = <&vdd_mmc1>;
    	vqmmc-supply = <&vddshv_sdio>;
    };
    
    	vddshv_sdio: regulator-4 {
    		compatible = "regulator-gpio";
    		regulator-name = "vddshv_sdio";
    		pinctrl-names = "default";
    		pinctrl-0 = <&vddshv_sdio_pins_default>;
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		vin-supply = <&ldo1_reg>;
    		gpios = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
    		states = <1800000 0x0>,
    			 <3300000 0x1>;
    	};
    


    5. the vin-supply = <&ldo1_reg>; is relevant here. ldo1_reg is provided by the PMIC ( tps65219: pmic@30 { compatible = "ti,tps65219"; ) and the pmic driver is not part of the vendor ramdisk, which explains why we observe -EPROBE_DEFER.

    Note: the issue was not observed on SDK 9.1 thanks to the following patch:
    https://git.ti.com/cgit/android/device-ti-am62x/commit/?h=d-android14-release&id=55df06501d38f85122a19dd845da30322f4bbf30



    I hope this will resolve your issue.
    Mattijs

  • Hi Mattijs,

    Thank you for the update. I followed up with customer and hopefully this solves the issues for them!

    Munan

  • Hi Mattijs,

    So I managed to make the changes described in the diff you provided. I did get past the initial boot, but for me Android is crashing after apexd fails to launch. It seems like there is a partition that android is expecting to be writable but is not on the SD card?

    Here's a boot log after I made the changes, you can see that the kernel starts running but eventually there's a kernel panic and the system reboots to u-boot:

    U-Boot SPL 2023.04-dirty (Jan 23 2024 - 08:31:14 -0600)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 13376 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):08.06.00.006
    NOTICE:  BL31: Built : 13:03:37, Jan 16 2024
    I/TC: 
    I/TC: OP-TEE version: 3.22.0-rc1 (gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1)) #1 Tue Jan 16 19:04:12 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-dirty (Jan 23 2024 - 08:33:50 -0600)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Feb 02 2024 - 13:36:48 -0600)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM62x LP SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-LP-SKEVM rev E2
    DRAM:  2 GiB
    Core:  78 devices, 30 uclasses, devicetree: separate
    NAND:  0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    Verify GPT: success!
    Loading Android boot partition...
    switch to partitions #0, OK
    mmc1 is current device
    misc partition number:0x4
    ANDROID: Invalid CRC-32 (expected 807077e9, found 00000000),re-initializing A/B metadata.
    ANDROID: Attempting slot a, tries remaining 7
    ANDROID: Booting slot: a
    A/B cmdline addition: androidboot.slot_suffix=_a
    Running without AVB...
    
    MMC read: dev # 1, block # 28672, count 81920 ... 81920 blocks read: OK
    Preparing FDT...
      Reading DTB for am62x_lp_skevm...
    Working FDT set to 88000000
    
    MMC read: dev # 1, block # 192512, count 16384 ... 16384 blocks read: OK
      Applying DTBOs...
    Running Android...
    ## Booting Android Image at 0x82000000 ...
    Kernel load addr 0x92000000 size 19076 KiB
    Kernel command line: no_console_suspend console=ttyS2,115200 printk.devkmsg=on androidboot.boot_devices=bus@f0000/fa00000.mmc init=/init cma=512M firmware_class.path=/vendor/firmware androidboot.hardware=am62x 8250.nr_uarts=10 mem_sleep_default=deep buildvariant=userdebug
    RAM disk load addr 0x832a1800 size 14215 KiB
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Uncompressing Kernel Image
       Loading Ramdisk to 8f21e000, end 8ffff8d1 ... OK
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
       Loading Device Tree to 000000008f20c000, end 000000008f21d036 ... OK
    Working FDT set to 8f20c000
    
    Starting kernel ...
    
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.000000][    T0] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000][    T0] Linux version 6.1.25-android13-11-maybe-dirty (build-user@build-host) (Android (10087095, +pgo, +bolt, +lto, -mlgo, based on r487747c) clang version 17.0.2 (https://android.googlesource.com/toolchain/llvm-project d9f89f4d16663d5012e5c09495f3b30ece3d2362), LLD 17.0.2) #1 SMP PREEMPT Thu Jan  1 00:00:00 UTC 1970
    [    0.000000][    T0] Machine model: Texas Instruments AM62x LP SK
    [    0.000000][    T0] Stack Depot is disabled
    [    0.000000][    T0] Enabling dynamic shadow call stack
    [    0.000000][    T0] efi: UEFI not found.
    [    0.000000][    T0] Reserved memory: bypass linux,cma node, using cmdline CMA params instead
    [    0.000000][    T0] OF: reserved mem: node linux,cma compatible matching fail
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000][    T0] kvm [0]: Reserved 16 MiB at 0xfe200000
    [    0.000000][    T0] Zone ranges:
    [    0.000000][    T0]   DMA32    [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0]   Normal   empty
    [    0.000000][    T0]   Device   empty
    [    0.000000][    T0] Movable zone start for each node
    [    0.000000][    T0] Early memory node ranges
    [    0.000000][    T0]   node   0: [mem 0x0000000080000000-0x000000009c7fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000ff700000-0x00000000fffc9fff]
    [    0.000000][    T0]   node   0: [mem 0x00000000fffca000-0x00000000ffffffff]
    [    0.000000][    T0] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0] cma: Reserved 512 MiB at 0x00000000dc000000
    [    0.000000][    T0] psci: probing for conduit method from DT.
    [    0.000000][    T0] psci: PSCIv1.1 detected in firmware.
    [    0.000000][    T0] psci: Using standard PSCI v0.2 function IDs
    [    0.000000][    T0] psci: Trusted OS migration not required
    [    0.000000][    T0] psci: SMC Calling Convention v1.2
    [    0.000000][    T0] 'bootconfig' found on command line, but no bootconfig found
    [    0.000000][    T0] percpu: Embedded 29 pages/cpu s81920 r8192 d28672 u118784
    [    0.000000][    T0] Detected VIPT I-cache on CPU0
    [    0.000000][    T0] CPU features: SYS_ID_AA64MMFR1_EL1[11:8]: already set to 0
    [    0.000000][    T0] CPU features: detected: GIC system register CPU interface
    [    0.000000][    T0] CPU features: detected: ARM erratum 845719
    [    0.000000][    T0] alternatives: applying boot alternatives
    [    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000][    T0] Kernel command line: console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.page_alloc.sample=10 kasan.stacktrace=off kvm-arm.mode=protected bootconfig ioremap_guard androidboot.serialno=0000000000000342 androidboot.slot_suffix=_a androidboot.verifiedbootstate=orange androidboot.dtbo_idx=   androidboot.force_normal_boot=1 no_console_suspend console=ttyS2,115200 printk.devkmsg=on androidboot.boot_devices=bus@f0000/fa00000.mmc init=/init cma=512M firmware_class.path=/vendor/firmware androidboot.hardware=am62x 8250.nr_uarts=10 mem_sleep_default=deep buildvariant=userdebug
    [    0.000000][    T0] cgroup: Disabling pressure control group feature
    [    0.000000][    T0] Unknown kernel command line parameters "buildvariant=userdebug", will be passed to user space.
    [    0.000000][    T0] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000][    T0] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000][    T0] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
    [    0.000000][    T0] Memory: 1394108K/2097152K available (20544K kernel code, 2082K rwdata, 11548K rodata, 5120K init, 629K bss, 178756K reserved, 524288K cma-reserved)
    [    0.000000][    T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000][    T0] trace event string verifier disabled
    [    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000][    T0] rcu:     RCU event tracing is enabled.
    [    0.000000][    T0] rcu:     RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
    [    0.000000][    T0] rcu:     RCU priority boosting: priority 1 delay 500 ms.
    [    0.000000][    T0]  Trampoline variant of Tasks RCU enabled.
    [    0.000000][    T0]  Tracing variant of Tasks RCU enabled.
    [    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000][    T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000][    T0] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000][    T0] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000][    T0] GICv3: 256 SPIs implemented
    [    0.000000][    T0] GICv3: 0 Extended SPIs implemented
    [    0.000000][    T0] Root IRQ handler: gic_handle_irq
    [    0.000000][    T0] GICv3: GICv3 features: 16 PPIs
    [    0.000000][    T0] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000][    T0] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000][    T0] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000][    T0] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000][    T0] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000][    T0] ITS: using cache flushing for cmd queue
    [    0.000000][    T0] GICv3: using LPI property table @0x00000000800d0000
    [    0.000000][    T0] GIC: using cache flushing for LPI property table
    [    0.000000][    T0] GICv3: CPU0: using allocated LPI pending table @0x00000000800e0000
    [    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000][    T0] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000][    T0] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001][    T0] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000480][    T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000622][    T0] serial port 2 not yet initialized
    [    0.000661][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000674][    T0] pid_max: default: 32768 minimum: 301
    [    0.000935][    T0] LSM: Security Framework initializing
    [    0.001006][    T0] SELinux:  Initializing.
    [    0.001420][    T0] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.001445][    T0] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.004261][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.004281][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004391][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004667][    T1] rcu: Hierarchical SRCU implementation.
    [    0.004672][    T1] rcu:     Max phase no-delay instances is 1000.
    [    0.005803][    T1] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
    [    0.005886][    T1] Platform MSI: msi-controller@1820000 domain created
    [    0.006152][    T1] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.006274][    T1] EFI services will not be available.
    [    0.006880][    T1] smp: Bringing up secondary CPUs ...
    [    0.015708][    T0] Detected VIPT I-cache on CPU1
    [    0.015836][    T0] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.015857][    T0] GICv3: CPU1: using allocated LPI pending table @0x00000000800f0000
    [    0.015916][    T0] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.024967][    T0] Detected VIPT I-cache on CPU2
    [    0.025076][    T0] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.025090][    T0] GICv3: CPU2: using allocated LPI pending table @0x0000000080100000
    [    0.025133][    T0] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.034030][    T0] Detected VIPT I-cache on CPU3
    [    0.034134][    T0] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.034148][    T0] GICv3: CPU3: using allocated LPI pending table @0x0000000080110000
    [    0.034186][    T0] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.034295][    T1] smp: Brought up 1 node, 4 CPUs
    [    0.034303][    T1] SMP: Total of 4 processors activated.
    [    0.034307][    T1] CPU features: detected: 32-bit EL0 Support
    [    0.034309][    T1] CPU features: detected: 32-bit EL1 Support
    [    0.034315][    T1] CPU features: detected: CRC32 instructions
    [    0.034322][    T1] CPU features: detected: Protected KVM
    [    0.034387][    T1] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [    0.034394][    T1] CPU: All CPU(s) started at EL2
    [    0.034428][    T1] alternatives: applying system-wide alternatives
    [    0.051233][    T1] Registered cp15_barrier emulation handler
    [    0.051255][    T1] Registered setend emulation handler
    [    0.051509][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.051563][    T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.073460][    T1] pinctrl core: initialized pinctrl subsystem
    [    0.074972][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.078780][    T1] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.079047][    T1] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.079164][    T1] audit: initializing netlink subsys (disabled)
    [    0.079505][   T37] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
    [    0.080236][    T1] thermal_sys: Registered thermal governor 'step_wise'
    [    0.080242][    T1] thermal_sys: Registered thermal governor 'user_space'
    [    0.080246][    T1] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.080310][    T1] cpuidle: using governor menu
    [    0.080667][    T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.080787][    T1] ASID allocator initialised with 65536 entries
    [    0.080986][    T1] Serial: AMBA PL011 UART driver
    [    0.082708][    T1] printk: console [ramoops-1] enabled
    [    0.082815][    T1] pstore: Registered ramoops as persistent store backend
    [    0.082825][    T1] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.093880][    T1] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.096055][    T1] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.097742][    T1] KASLR disabled due to lack of seed
    [    0.109515][    T1] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.110651][    T1] iommu: Default domain type: Translated 
    [    0.110679][    T1] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.111405][    T1] SCSI subsystem initialized
    [    0.111580][    T1] usbcore: registered new interface driver usbfs
    [    0.111620][    T1] usbcore: registered new interface driver hub
    [    0.111656][    T1] usbcore: registered new device driver usb
    [    0.111887][    T1] mc: Linux media interface: v0.10
    [    0.111917][    T1] videodev: Linux video capture interface: v2.00
    [    0.112031][    T1] pps_core: LinuxPPS API ver. 1 registered
    [    0.112039][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.112060][    T1] PTP clock support registered
    [    0.112142][    T1] EDAC MC: Ver: 3.0.0
    [    0.113482][    T1] Advanced Linux Sound Architecture Driver Initialized.
    [    0.114768][    T1] clocksource: Switched to clocksource arch_sys_counter
    [    0.115469][    T1] VFS: Disk quotas dquot_6.6.0
    [    0.115538][    T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.116582][    T1] NET: Registered PF_INET protocol family
    [    0.116940][    T1] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.118663][    T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.118937][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.119058][    T1] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.119445][    T1] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.120047][    T1] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.120362][    T1] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.120444][    T1] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.120702][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.120752][    T1] NET: Registered PF_XDP protocol family
    [    0.120776][    T1] PCI: CLS 0 bytes, default 64
    [    0.121716][   T48] Trying to unpack rootfs image as initramfs...
    [    0.121980][    T1] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.122726][    T1] kvm [1]: IPA Size Limit: 40 bits
    [    0.230018][    T1] kvm [1]: disabling GICv2 emulation
    [    0.230092][    T1] kvm [1]: GIC system register CPU interface enabled
    [    0.230357][    T1] kvm [1]: vgic interrupt IRQ9
    [    0.230967][    T1] kvm [1]: Protected nVHE mode initialized successfully
    [    0.232988][    T1] Initialise system trusted keyrings
    [    0.233476][    T1] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.244455][    T1] fuse: init (API version 7.37)
    [    0.285183][    T1] Key type asymmetric registered
    [    0.285265][    T1] Asymmetric key parser 'x509' registered
    [    0.285419][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 238)
    [    0.285878][    T1] io scheduler mq-deadline registered
    [    0.285904][    T1] io scheduler kyber registered
    [    0.286145][    T1] io scheduler bfq registered
    [    0.288830][    T1] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.289806][    T1] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.292442][    T1] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.295797][    T1] printk: console [ttynull0] enabled
    [    0.306277][    T1] brd: module loaded
    [    0.320221][    T1] loop: module loaded
    [    0.323363][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
    [    0.323403][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
    [    0.324193][    T1] MACsec IEEE 802.1AE
    [    0.324832][    T1] tun: Universal TUN/TAP device driver, 1.6
    [    0.326461][    T1] usbcore: registered new interface driver uas
    [    0.326536][    T1] usbcore: registered new interface driver usb-storage
    [    0.326985][    T1] usbcore: registered new interface driver xpad
    [    0.327149][    T1] gspca_main: v2.14.0 registered
    [    0.327226][    T1] usbcore: registered new interface driver uvcvideo
    [    0.327801][    T1] device-mapper: uevent: version 1.0.3
    [    0.328090][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
    [    0.330134][    T1] sdhci: Secure Digital Host Controller Interface driver
    [    0.330178][    T1] sdhci: Copyright(c) Pierre Ossman
    [    0.330187][    T1] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.330830][    T1] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.331275][    T1] hid: raw HID events driver (C) Jiri Kosina
    [    0.332506][    T1] usbcore: registered new interface driver usbhid
    [    0.332534][    T1] usbhid: USB HID core driver
    [    0.332898][    T1] ashmem: initialized
    [    0.333626][    T1] gnss: GNSS driver registered with major 503
    [    0.334457][    T1] usbcore: registered new interface driver snd-usb-audio
    [    0.335243][    T1] GACT probability NOT on
    [    0.335290][    T1] Mirror/redirect action on
    [    0.335329][    T1] netem: version 1.3
    [    0.335470][    T1] u32 classifier
    [    0.335481][    T1]     input device check on
    [    0.335487][    T1]     Actions configured
    [    0.407088][    T1] xt_time: kernel timezone is -0000
    [    0.407258][    T1] ipip: IPv4 and MPLS over IPv4 tunneling driver
    [    0.407855][    T1] gre: GRE over IPv4 demultiplexor driver
    [    0.407878][    T1] ip_gre: GRE over IPv4 tunneling driver
    [    0.409297][    T1] IPv4 over IPsec tunneling driver
    [    0.409816][    T1] Initializing XFRM netlink socket
    [    0.409884][    T1] IPsec XFRM device driver
    [    0.410541][    T1] NET: Registered PF_INET6 protocol family
    [    0.413425][    T1] Segment Routing with IPv6
    [    0.413494][    T1] In-situ OAM (IOAM) with IPv6
    [    0.413742][    T1] mip6: Mobile IPv6
    [    0.414615][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.415938][    T1] ip6_gre: GRE over IPv6 tunneling driver
    [    0.416570][    T1] NET: Registered PF_PACKET protocol family
    [    0.416609][    T1] NET: Registered PF_KEY protocol family
    [    0.416911][    T1] NET: Registered PF_VSOCK protocol family
    [    0.418674][    T1] registered taskstats version 1
    [    0.418831][    T1] Loading compiled-in X.509 certificates
    [    0.419636][   T69] cryptomgr_probe (69) used greatest stack depth: 14032 bytes left
    [    0.421600][    T1] Loaded X.509 cert 'Build time autogenerated kernel key: 176eadb328a314bdc0d6e98635bc480bd53cb59f'
    [    0.421789][    T1] page_owner is disabled
    [    0.422052][    T1] Key type .fscrypt registered
    [    0.422064][    T1] Key type fscrypt-provisioning registered
    [    0.422596][    T1] pstore: Using crash dump compression: deflate
    [    0.425568][    T1] ALSA device list:
    [    0.425611][    T1]   No soundcards found.
    [    0.731325][   T48] Freeing initrd memory: 14212K
    [    0.735318][    T1] Freeing unused kernel memory: 5120K
    [    0.742898][    T1] Run /init as init process
    [    0.781617][    T1] init: init first stage started!
    [    0.789168][    T1] init: Loading module /lib/modules/zsmalloc.ko with args ''
    [    0.789815][    T1] zsmalloc: module verification failed: signature and/or required key missing - tainting kernel
    [    0.791277][    T1] init: Loaded kernel module /lib/modules/zsmalloc.ko
    [    0.791667][    T1] init: Loading module /lib/modules/zram.ko with args ''
    [    0.794035][    T1] zram: Added device: zram0
    [    0.794286][    T1] init: Loaded kernel module /lib/modules/zram.ko
    [    0.794676][    T1] init: Loading module /lib/modules/ti-msgmgr.ko with args ''
    [    0.797237][    T1] init: Loaded kernel module /lib/modules/ti-msgmgr.ko
    [    0.797697][    T1] init: Loading module /lib/modules/ti_sci.ko with args ''
    [    0.805297][    T1] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    [    0.811485][    T1] init: Loaded kernel module /lib/modules/ti_sci.ko
    [    0.811976][    T1] init: Loading module /lib/modules/ti_sci_pm_domains.ko with args ''
    [    0.817444][    T1] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.818481][    T1] init: Loaded kernel module /lib/modules/ti_sci_pm_domains.ko
    [    0.819067][    T1] init: Loading module /lib/modules/phy-omap-usb2.ko with args ''
    [    0.820767][    T1] init: Loaded kernel module /lib/modules/phy-omap-usb2.ko
    [    0.821163][    T1] init: Loading module /lib/modules/syscon-clk.ko with args ''
    [    0.823170][    T1] init: Loaded kernel module /lib/modules/syscon-clk.ko
    [    0.823594][    T1] init: Loading module /lib/modules/tee.ko with args ''
    [    0.826309][    T1] init: Loaded kernel module /lib/modules/tee.ko
    [    0.826734][    T1] init: Loading module /lib/modules/k3-ringacc.ko with args ''
    [    0.828637][    T1] init: Loaded kernel module /lib/modules/k3-ringacc.ko
    [    0.829043][    T1] init: Loading module /lib/modules/irq-ti-sci-intr.ko with args ''
    [    0.830180][    T1] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.830555][    T1] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.831005][    T1] init: Loaded kernel module /lib/modules/irq-ti-sci-intr.ko
    [    0.831417][    T1] init: Loading module /lib/modules/sci-clk.ko with args ''
    [    0.885250][    T1] init: Loaded kernel module /lib/modules/sci-clk.ko
    [    0.885783][    T1] init: Loading module /lib/modules/k3-psil-lib.ko with args ''
    [    0.887155][    T1] init: Loaded kernel module /lib/modules/k3-psil-lib.ko
    [    0.887691][    T1] init: Loading module /lib/modules/k3-udma.ko with args ''
    [    0.891190][    T1] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.891476][    T1] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.892067][    T1] init: Loaded kernel module /lib/modules/k3-udma.ko
    [    0.892616][    T1] init: Loading module /lib/modules/reset-ti-sci.ko with args ''
    [    0.893159][   T48] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.893588][   T48] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.894261][    T1] init: Loaded kernel module /lib/modules/reset-ti-sci.ko
    [    0.894395][   T48] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.894723][   T48] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.894892][    T1] init: Loading module /lib/modules/irq-ti-sci-inta.ko with args ''
    [    0.896620][    T1] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.897192][    T1] init: Loaded kernel module /lib/modules/irq-ti-sci-inta.ko
    [    0.897193][   T48] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.897679][    T1] init: Loading module /lib/modules/reset-ti-syscon.ko with args ''
    [    0.899081][    T1] init: Loaded kernel module /lib/modules/reset-ti-syscon.ko
    [    0.899542][    T1] init: Loading module /lib/modules/k3-udma-glue.ko with args ''
    [    0.899948][   T48] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.901490][    T1] init: Loaded kernel module /lib/modules/k3-udma-glue.ko
    [    0.901987][    T1] init: Loading module /lib/modules/rtc-ti-k3.ko with args ''
    [    0.903526][   T48] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.903769][    T1] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
    [    0.905102][    T1] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    0.905157][    T1] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:09 UTC (9)
    [    0.905882][    T1] init: Loaded kernel module /lib/modules/rtc-ti-k3.ko
    [    0.906409][    T1] init: Loading module /lib/modules/optee-rng.ko with args ''
    [    0.907764][    T1] init: Loaded kernel module /lib/modules/optee-rng.ko
    [    0.908242][    T1] init: Loading module /lib/modules/sa2ul.ko with args ''
    [    0.908818][   T48] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.911051][    T1] init: Loaded kernel module /lib/modules/sa2ul.ko
    [    0.911547][    T1] init: Loading module /lib/modules/cma_heap.ko with args ''
    [    0.912714][    T1] init: Loaded kernel module /lib/modules/cma_heap.ko
    [    0.913151][    T1] init: Loading module /lib/modules/system_heap.ko with args ''
    [    0.914366][    T1] init: Loaded kernel module /lib/modules/system_heap.ko
    [    0.914834][    T1] init: Loading module /lib/modules/gpio-davinci.ko with args ''
    [    0.923753][    T1] init: Loaded kernel module /lib/modules/gpio-davinci.ko
    [    0.924214][    T1] init: Loading module /lib/modules/gpio-pca953x.ko with args ''
    [    0.925903][    T1] init: Loaded kernel module /lib/modules/gpio-pca953x.ko
    [    0.926366][    T1] init: Loading module /lib/modules/gpio-regulator.ko with args ''
    [    0.927691][    T1] init: Loaded kernel module /lib/modules/gpio-regulator.ko
    [    0.928067][    T1] init: Loading module /lib/modules/drm_dma_helper.ko with args ''
    [    0.929168][    T1] init: Loaded kernel module /lib/modules/drm_dma_helper.ko
    [    0.929548][    T1] init: Loading module /lib/modules/omap_hwspinlock.ko with args ''
    [    0.931273][    T1] init: Loaded kernel module /lib/modules/omap_hwspinlock.ko
    [    0.931674][    T1] init: Loading module /lib/modules/i2c-omap.ko with args ''
    [    0.934544][    T1] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.936866][    T1] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    0.937088][    T1] pca953x 1-0022: using AI
    [    0.962030][    T1] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    0.962219][    T1] pca953x 1-0023: using AI
    [    0.965641][    T1] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.966991][    T1] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.967561][    T1] init: Loaded kernel module /lib/modules/i2c-omap.ko
    [    0.968019][    T1] init: Loading module /lib/modules/i2c-mux.ko with args ''
    [    0.969108][    T1] init: Loaded kernel module /lib/modules/i2c-mux.ko
    [    0.969471][    T1] init: Loading module /lib/modules/i2c-mux-pca954x.ko with args ''
    [    0.970568][    T1] init: Loaded kernel module /lib/modules/i2c-mux-pca954x.ko
    [    0.970996][    T1] init: Loading module /lib/modules/ili210x.ko with args ''
    [    0.972242][    T1] init: Loaded kernel module /lib/modules/ili210x.ko
    [    0.972592][    T1] init: Loading module /lib/modules/irq-pruss-intc.ko with args ''
    [    0.973934][    T1] init: Loaded kernel module /lib/modules/irq-pruss-intc.ko
    [    0.974264][    T1] init: Loading module /lib/modules/leds-tlc591xx.ko with args ''
    [    0.975166][    T1] init: Loaded kernel module /lib/modules/leds-tlc591xx.ko
    [    0.975570][    T1] init: Loading module /lib/modules/omap-mailbox.ko with args ''
    [    0.977521][    T1] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.977965][    T1] init: Loaded kernel module /lib/modules/omap-mailbox.ko
    [    0.978367][    T1] init: Loading module /lib/modules/palmas.ko with args ''
    [    0.979660][    T1] init: Loaded kernel module /lib/modules/palmas.ko
    [    0.980032][    T1] init: Loading module /lib/modules/sdhci_am654.ko with args ''
    [    0.982697][   T48] mmc0: CQHCI version 5.10
    [    1.021408][   T48] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.021771][    T1] init: Loaded kernel module /lib/modules/sdhci_am654.ko
    [    1.022246][    T1] init: Loading module /lib/modules/mux-core.ko with args ''
    [    1.023830][    T1] init: Loaded kernel module /lib/modules/mux-core.ko
    [    1.024250][    T1] init: Loading module /lib/modules/mux-mmio.ko with args ''
    [    1.025473][    T1] init: Loaded kernel module /lib/modules/mux-mmio.ko
    [    1.025968][    T1] init: Loading module /lib/modules/mdio-bitbang.ko with args ''
    [    1.026739][    T1] init: Loaded kernel module /lib/modules/mdio-bitbang.ko
    [    1.026919][    T1] init: Loading module /lib/modules/davinci_mdio.ko with args ''
    [    1.028584][    T1] init: Loaded kernel module /lib/modules/davinci_mdio.ko
    [    1.028986][    T1] init: Loading module /lib/modules/mdio-gpio.ko with args ''
    [    1.030191][    T1] init: Loaded kernel module /lib/modules/mdio-gpio.ko
    [    1.030563][    T1] init: Loading module /lib/modules/cdns-dphy-rx.ko with args ''
    [    1.032361][    T1] init: Loaded kernel module /lib/modules/cdns-dphy-rx.ko
    [    1.032806][    T1] init: Loading module /lib/modules/cdns-dphy.ko with args ''
    [    1.034208][    T1] init: Loaded kernel module /lib/modules/cdns-dphy.ko
    [    1.034601][    T1] init: Loading module /lib/modules/phy-cadence-torrent.ko with args ''
    [    1.037461][    T1] init: Loaded kernel module /lib/modules/phy-cadence-torrent.ko
    [    1.037894][    T1] init: Loading module /lib/modules/phy-can-transceiver.ko with args ''
    [    1.039327][    T1] init: Loaded kernel module /lib/modules/phy-can-transceiver.ko
    [    1.039868][    T1] init: Loading module /lib/modules/phy-gmii-sel.ko with args ''
    [    1.041894][    T1] init: Loaded kernel module /lib/modules/phy-gmii-sel.ko
    [    1.042335][    T1] init: Loading module /lib/modules/phy-j721e-wiz.ko with args ''
    [    1.044424][    T1] init: Loaded kernel module /lib/modules/phy-j721e-wiz.ko
    [    1.044828][    T1] init: Loading module /lib/modules/pwm-tiecap.ko with args ''
    [    1.045963][    T1] init: Loaded kernel module /lib/modules/pwm-tiecap.ko
    [    1.046396][    T1] init: Loading module /lib/modules/pwm-tiehrpwm.ko with args ''
    [    1.047783][    T1] init: Loaded kernel module /lib/modules/pwm-tiehrpwm.ko
    [    1.048178][    T1] init: Loading module /lib/modules/palmas-regulator.ko with args ''
    [    1.049846][    T1] init: Loaded kernel module /lib/modules/palmas-regulator.ko
    [    1.050212][    T1] init: Loading module /lib/modules/pru_rproc.ko with args ''
    [    1.052184][    T1] init: Loaded kernel module /lib/modules/pru_rproc.ko
    [    1.052559][    T1] init: Loading module /lib/modules/ti_k3_common.ko with args ''
    [    1.053576][    T1] init: Loaded kernel module /lib/modules/ti_k3_common.ko
    [    1.053899][    T1] init: Loading module /lib/modules/ti_k3_dsp_remoteproc.ko with args ''
    [    1.055501][    T1] init: Loaded kernel module /lib/modules/ti_k3_dsp_remoteproc.ko
    [    1.055909][    T1] init: Loading module /lib/modules/ti_k3_m4_remoteproc.ko with args ''
    [    1.057669][    T1] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    1.057788][    T1] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    1.057850][    T1] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    1.058059][    T1] remoteproc remoteproc0: 5000000.m4fss is available
    [    1.058319][   T72] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [    1.058342][   T72] remoteproc remoteproc0: powering up 5000000.m4fss
    [    1.058406][   T72] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [    1.058419][   T72] remoteproc remoteproc0: request_firmware failed: -2
    [    1.059120][    T1] init: Loaded kernel module /lib/modules/ti_k3_m4_remoteproc.ko
    [    1.059623][    T1] init: Loading module /lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    1.062501][    T1] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    1.062675][    T1] platform 78000000.r5f: configured R5F for IPC-only mode
    [    1.062949][    T1] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    1.063293][    T1] remoteproc remoteproc1: 78000000.r5f is available
    [    1.063407][    T1] remoteproc remoteproc1: attaching to 78000000.r5f
    [    1.063856][    T1] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    1.063883][    T1] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    1.063982][    T1] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [    1.063994][    T1] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    1.064968][    T1] init: Loaded kernel module /lib/modules/ti_k3_r5_remoteproc.ko
    [    1.065423][    T1] init: Loading module /lib/modules/rpmsg_kdrv.ko with args ''
    [    1.067585][    T1] init: Loaded kernel module /lib/modules/rpmsg_kdrv.ko
    [    1.068054][    T1] init: Loading module /lib/modules/rpmsg_kdrv_switch.ko with args ''
    [    1.069708][    T1] init: Loaded kernel module /lib/modules/rpmsg_kdrv_switch.ko
    [    1.070107][    T1] init: Loading module /lib/modules/rpmsg_ns.ko with args ''
    [    1.070993][    T1] init: Loaded kernel module /lib/modules/rpmsg_ns.ko
    [    1.071338][    T1] init: Loading module /lib/modules/virtio_rpmsg_bus.ko with args ''
    [    1.073105][    T1] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    1.073336][    T1] init: Loaded kernel module /lib/modules/virtio_rpmsg_bus.ko
    [    1.073682][   T72] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    1.073823][   T72] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    1.074285][    T1] init: Loading module /lib/modules/pruss.ko with args ''
    [    1.076358][    T1] init: Loaded kernel module /lib/modules/pruss.ko
    [    1.076809][    T1] init: Loading module /lib/modules/spi-cadence-quadspi.ko with args ''
    [    1.089824][    T1] init: Loaded kernel module /lib/modules/spi-cadence-quadspi.ko
    [    1.090327][    T1] init: Loading module /lib/modules/spi-omap2-mcspi.ko with args ''
    [    1.092291][    T1] init: Loaded kernel module /lib/modules/spi-omap2-mcspi.ko
    [    1.092729][    T1] init: Loading module /lib/modules/optee.ko with args ''
    [    1.095854][    T1] optee: probing for conduit method.
    [    1.095932][    T1] optee: revision 3.21 (9ab92ded)
    [    1.112525][    T1] optee: dynamic shared memory is enabled
    [    1.112853][    T1] optee: initialized driver
    [    1.113599][    T1] init: Loaded kernel module /lib/modules/optee.ko
    [    1.114093][    T1] init: Loading module /lib/modules/k3_bandgap.ko with args ''
    [    1.115559][    T1] init: Loaded kernel module /lib/modules/k3_bandgap.ko
    [    1.115973][    T1] init: Loading module /lib/modules/k3_j72xx_bandgap.ko with args ''
    [    1.117721][    T1] k3-j72xx-soc-thermal b00000.temperature-sensor: invalid resource
    [    1.117998][    T1] k3-j72xx-soc-thermal: probe of b00000.temperature-sensor failed with error -22
    [    1.118867][    T1] init: Loaded kernel module /lib/modules/k3_j72xx_bandgap.ko
    [    1.119319][    T1] init: Loading module /lib/modules/dwc3-am62.ko with args ''
    [    1.120104][   T71] mmc0: Command Queue Engine enabled
    [    1.120150][   T71] mmc0: new HS200 MMC card at address 0001
    [    1.121748][   T71] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    1.122387][    T1] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    1.125193][   T71] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB 
    [    1.127655][   T71] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB 
    [    1.127999][    T1] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    1.128131][    T1] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    1.128422][    T1] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    1.128435][    T1] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    1.128543][    T1] xhci-hcd xhci-hcd.2.auto: irq 427, io mem 0x31100000
    [    1.129038][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
    [    1.129059][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.129070][    T1] usb usb1: Product: xHCI Host Controller
    [    1.129080][    T1] usb usb1: Manufacturer: Linux 6.1.25-android13-11-maybe-dirty xhci-hcd
    [    1.129089][    T1] usb usb1: SerialNumber: xhci-hcd.2.auto
    [    1.129267][   T71] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (507:0)
    [    1.129528][    T1] hub 1-0:1.0: USB hub found
    [    1.129569][    T1] hub 1-0:1.0: 1 port detected
    [    1.131032][    T1] init: Loaded kernel module /lib/modules/dwc3-am62.ko
    [    1.131624][    T1] init: Loading module /lib/modules/dwc3-haps.ko with args ''
    [    1.132658][    T1] init: Loaded kernel module /lib/modules/dwc3-haps.ko
    [    1.132994][    T1] init: Loading module /lib/modules/dwc3-of-simple.ko with args ''
    [    1.134328][    T1] init: Loaded kernel module /lib/modules/dwc3-of-simple.ko
    [    1.134655][    T1] init: Loading module /lib/modules/tps6598x.ko with args ''
    [    1.164302][    T1] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    1.164979][    T1] init: Loaded kernel module /lib/modules/tps6598x.ko
    [    1.165495][    T1] init: Loading module /lib/modules/rti_wdt.ko with args ''
    [    1.170051][    T1] init: Loaded kernel module /lib/modules/rti_wdt.ko
    [    1.170531][    T1] init: Loading module /lib/modules/i2c-dev.ko with args ''
    [    1.172041][    T1] i2c_dev: i2c /dev entries driver
    [    1.172482][    T1] init: Loaded kernel module /lib/modules/i2c-dev.ko
    [    1.172863][    T1] init: Loading module /lib/modules/tidss.ko with args ''
    [    1.178469][    T1] init: Loaded kernel module /lib/modules/tidss.ko
    [    1.179015][    T1] init: Loading module /lib/modules/sii902x.ko with args ''
    [    1.181029][    T1] init: Loaded kernel module /lib/modules/sii902x.ko
    [    1.181456][    T1] init: Loading module /lib/modules/display-connector.ko with args ''
    [    1.183406][    T1] init: Loaded kernel module /lib/modules/display-connector.ko
    [    1.183868][    T1] init: Loading module /lib/modules/panel-simple.ko with args ''
    [    1.185481][   T48] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    1.185782][   T48] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    1.189090][   T48] i2c i2c-1: Added multiplexed i2c bus 3
    [    1.189171][    T1] init: Loaded kernel module /lib/modules/panel-simple.ko
    [    1.189721][    T1] init: Loading module /lib/modules/tps65219.ko with args ''
    [    1.192590][   T48] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    1.193951][    T1] init: Loaded kernel module /lib/modules/tps65219.ko
    [    1.194029][   T48] gpio-regulator regulator-4: Failed to register regulator: -517
    [    1.194464][    T1] init: Loading module /lib/modules/tps65219-pwrbutton.ko with args ''
    [    1.196289][    T1] input: tps65219-pwrbutton as /devices/platform/bus@f0000/20000000.i2c/i2c-0/0-0030/tps65219-pwrbutton.6.auto/input/input0
    [    1.197216][    T1] init: Loaded kernel module /lib/modules/tps65219-pwrbutton.ko
    [    1.197539][   T48] gpio-regulator regulator-4: Failed to register regulator: -517
    [    1.197700][    T1] init: Loading module /lib/modules/tps65219-regulator.ko with args ''
    [    1.201443][    T1] VDDSHV_SDIO: bypassed regulator has no supply!
    [    1.205679][    T1] init: Loaded kernel module /lib/modules/tps65219-regulator.ko
    [    1.206640][    T1] init: Loaded 78 kernel modules took 424 ms
    [    1.207466][    T1] init: Copied ramdisk prop to /second_stage_resources/system/etc/ramdisk/build.prop
    [    1.207683][    T1] init: Not moving /system/bin/snapuserd because it cannot be accessed: No such file or directory
    [    1.208588][    T1] init: Switching root to '/first_stage_ramdisk'
    [    1.209088][   T48] mmc1: CQHCI version 5.10
    [    1.209714][    T1] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
    [    1.212055][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    1.212177][    T1] init: Failed to read vbmeta partitions.
    [    1.251024][   T48] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.300157][   T60] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    1.301860][   T60] mmcblk1: mmc1:aaaa SE32G 29.7 GiB 
    [    1.308646][   T60]  mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
    [    1.314122][    T1] init: [libfs_mgr]Invalid ext4 superblock on '/dev/block/platform/bus@f0000/fa00000.mmc/by-name/metadata'
    [    2.270763][    C0] random: crng init done
    [    2.272606][    T1] init: [libfs_mgr]Created logical partition system_a on device /dev/block/dm-0
    [    2.272670][    T1] init: [libfs_mgr]Skipping zero-length logical partition: system_b
    [    2.274162][    T1] init: [libfs_mgr]Created logical partition vendor_a on device /dev/block/dm-1
    [    2.274219][    T1] init: [libfs_mgr]Skipping zero-length logical partition: vendor_b
    [    2.274395][    T1] init: DSU not detected, proceeding with normal boot
    [    2.276627][    T1] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/dm-0
    [    2.281202][    T1] EXT4-fs (dm-0): mounted filesystem without journal. Quota mode: none.
    [    2.281435][    T1] init: [libfs_mgr]__mount(source=/dev/block/dm-0,target=/system,type=ext4)=0: Success
    [    2.282196][    T1] init: Switching root to '/system'
    [    2.290534][    T1] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/dm-1
    [    2.295291][    T1] EXT4-fs (dm-1): mounted filesystem without journal. Quota mode: none.
    [    2.295507][    T1] init: [libfs_mgr]__mount(source=/dev/block/dm-1,target=/vendor,type=ext4)=0: Success
    [    2.325770][    T1] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
    [    2.582862][    T1] init: DM_DEV_STATUS failed for system_ext_a: No such device or address
    [    2.582937][    T1] init: Could not update logical partition
    [    2.583290][    T1] init: DM_DEV_STATUS failed for product_a: No such device or address
    [    2.583315][    T1] init: Could not update logical partition
    [    2.583402][    T1] init: Opening SELinux policy
    [    2.588860][    T1] init: Falling back to standard signature check. TODO implementent support for fsverity SEPolicy.
    [    2.588977][    T1] init: Error: Apex SEPolicy failed signature check
    [    2.589004][    T1] init: Loading APEX Sepolicy from /system/etc/selinux/apex/SEPolicy.zip
    [    2.589050][    T1] init: Failed to open package /system/etc/selinux/apex/SEPolicy.zip: No such file or directory
    [    2.605283][    T1] init: Loading SELinux policy
    [    2.638641][    T1] SELinux:  Permission bpf in class capability2 not defined in policy.
    [    2.638699][    T1] SELinux:  Permission checkpoint_restore in class capability2 not defined in policy.
    [    2.638735][    T1] SELinux:  Permission bpf in class cap2_userns not defined in policy.
    [    2.638743][    T1] SELinux:  Permission checkpoint_restore in class cap2_userns not defined in policy.
    [    2.638981][    T1] SELinux:  Class mctp_socket not defined in policy.
    [    2.639004][    T1] SELinux:  Class io_uring not defined in policy.
    [    2.639014][    T1] SELinux:  Class user_namespace not defined in policy.
    [    2.639022][    T1] SELinux: the above unknown classes and permissions will be denied
    [    2.649578][    T1] SELinux:  policy capability network_peer_controls=1
    [    2.649637][    T1] SELinux:  policy capability open_perms=1
    [    2.649645][    T1] SELinux:  policy capability extended_socket_class=1
    [    2.649653][    T1] SELinux:  policy capability always_check_network=0
    [    2.649661][    T1] SELinux:  policy capability cgroup_seclabel=0
    [    2.649668][    T1] SELinux:  policy capability nnp_nosuid_transition=1
    [    2.649676][    T1] SELinux:  policy capability genfs_seclabel_symlinks=0
    [    2.649683][    T1] SELinux:  policy capability ioctl_skip_cloexec=0
    [    2.870884][   T37] audit: type=1403 audit(11.464:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
    [    2.878640][    T1] selinux: SELinux: Loaded file_contexts
    [    2.878698][    T1] selinux: 
    [    2.891244][   T37] audit: type=1404 audit(11.484:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
    [    2.952797][    T1] init: init second stage started!
    [    3.020905][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    3.027617][    T1] init: Couldn't load property file '/system_dlkm/etc/build.prop': open() failed: No such file or directory: No such file or directory
    [    3.027752][    T1] init: Couldn't load property file '/vendor/default.prop': open() failed: No such file or directory: No such file or directory
    [    3.030959][    T1] init: Do not have permissions to set 'wifi.supplicant_scan_interval' to '15' in property file '/vendor/build.prop': SELinux permission check failed
    [    3.031516][    T1] init: Overriding previous property 'pm.dexopt.shared':'speed' with new value 'quicken'
    [    3.034311][    T1] init: Couldn't load property file '/odm_dlkm/etc/build.prop': open() failed: No such file or directory: No such file or directory
    [    3.039433][    T1] init: Setting product property ro.product.brand to 'TI' (from ro.product.product.brand)
    [    3.039522][    T1] init: Setting product property ro.product.device to 'am62x' (from ro.product.product.device)
    [    3.039573][    T1] init: Setting product property ro.product.manufacturer to 'TexasInstruments' (from ro.product.product.manufacturer)
    [    3.039623][    T1] init: Setting product property ro.product.model to 'AOSP on AM62X EVM' (from ro.product.product.model)
    [    3.039693][    T1] init: Setting product property ro.product.name to 'am62x' (from ro.product.product.name)
    [    3.039777][    T1] init: Setting property 'ro.build.fingerprint' to 'TI/am62x/am62x:13/TQ3A.230705.001.A1/eng.buildu.20231220.202526:userdebug/test-keys'
    [    3.039847][    T1] init: Setting property 'ro.product.cpu.abilist' to 'arm64-v8a,armeabi-v7a,armeabi'
    [    3.039886][    T1] init: Setting property 'ro.product.cpu.abilist32' to 'armeabi-v7a,armeabi'
    [    3.039924][    T1] init: Setting property 'ro.product.cpu.abilist64' to 'arm64-v8a'
    [    3.045173][    T1] selinux: SELinux: Loaded file_contexts
    [    3.045231][    T1] selinux: 
    [    3.045320][    T1] init: Running restorecon...
    [    3.064776][    T1] selinux: SELinux: Could not get canonical path for /metadata/ota/rollback-indicator restorecon: No such file or directory.
    [    3.064827][    T1] selinux: 
    [    3.064933][    T1] selinux: SELinux:  Could not stat /metadata/gsi: No such file or directory.
    [    3.064948][    T1] selinux: 
    [    3.066378][    T1] init: Created socket '/dev/socket/property_service', mode 666, user 0, group 0
    [    3.075185][    T1] init: SetupMountNamespaces done
    [    3.079517][    T1] init: Forked subcontext for 'u:r:vendor_init:s0' with pid 103
    [    3.081429][    T1] init: Parsing file /system/etc/init/hw/init.rc...
    [    3.084123][    T1] init: Added '/init.environ.rc' to import list
    [    3.084221][    T1] init: Added '/system/etc/init/hw/init.usb.rc' to import list
    [    3.084304][    T1] init: Added '/init.am62x.rc' to import list
    [    3.084355][    T1] init: Added '/vendor/etc/init/hw/init.am62x.rc' to import list
    [    3.084384][    T1] init: Added '/system/etc/init/hw/init.usb.configfs.rc' to import list
    [    3.084430][    T1] init: Added '/system/etc/init/hw/init.zygote64_32.rc' to import list
    [    3.089359][    T1] init: Parsing file /init.environ.rc...
    [    3.090531][    T1] init: Parsing file /system/etc/init/hw/init.usb.rc...
    [    3.092171][    T1] init: Parsing file /init.am62x.rc...
    [    3.092282][    T1] init: Unable to read config file '/init.am62x.rc': open() failed: No such file or directory
    [    3.093808][    T1] init: Parsing file /vendor/etc/init/hw/init.am62x.rc...
    [    3.097149][    T1] init: Parsing file /system/etc/init/hw/init.usb.configfs.rc...
    [    3.099222][    T1] init: Parsing file /system/etc/init/hw/init.zygote64_32.rc...
    [    3.100528][    T1] init: Parsing directory /system/etc/init...
    [    3.101095][    T1] init: Parsing file /system/etc/init/android.hidl.allocator@1.0-service.rc...
    [    3.102246][    T1] init: Parsing file /system/etc/init/android.system.suspend@1.0-service.rc...
    [    3.103338][    T1] init: Parsing file /system/etc/init/apexd.rc...
    [    3.104438][    T1] init: Parsing file /system/etc/init/atrace.rc...
    [    3.108155][    T1] init: Parsing file /system/etc/init/atrace_userdebug.rc...
    [    3.109364][    T1] init: Parsing file /system/etc/init/audioserver.rc...
    [    3.110673][    T1] init: Parsing file /system/etc/init/blank_screen.rc...
    [    3.111689][    T1] init: Parsing file /system/etc/init/bootanim.rc...
    [    3.112670][    T1] init: Parsing file /system/etc/init/bootstat-debug.rc...
    [    3.113480][    T1] init: Parsing file /system/etc/init/bootstat.rc...
    [    3.114743][    T1] init: Parsing file /system/etc/init/bpfloader.rc...
    [    3.116054][    T1] init: Parsing file /system/etc/init/cameraserver.rc...
    [    3.117074][    T1] init: Parsing file /system/etc/init/clean_scratch_files.rc...
    [    3.117932][    T1] init: Parsing file /system/etc/init/cppreopts.rc...
    [    3.119112][    T1] init: Parsing file /system/etc/init/credstore.rc...
    [    3.120145][    T1] init: Parsing file /system/etc/init/dmesgd.rc...
    [    3.121176][    T1] init: Parsing file /system/etc/init/drmserver.rc...
    [    3.122148][    T1] init: Parsing file /system/etc/init/dumpstate.rc...
    [    3.123157][    T1] init: Parsing file /system/etc/init/flags_health_check.rc...
    [    3.124127][    T1] init: Parsing file /system/etc/init/gatekeeperd.rc...
    [    3.125081][    T1] init: Parsing file /system/etc/init/gpuservice.rc...
    [    3.126000][    T1] init: Parsing file /system/etc/init/gsid.rc...
    [    3.127081][    T1] init: Parsing file /system/etc/init/heapprofd.rc...
    [    3.128307][    T1] init: Parsing file /system/etc/init/hwservicemanager.rc...
    [    3.129495][    T1] init: Parsing file /system/etc/init/idmap2d.rc...
    [    3.130612][    T1] init: Parsing file /system/etc/init/incidentd.rc...
    [    3.131730][    T1] init: Parsing file /system/etc/init/init-debug.rc...
    [    3.132770][    T1] init: Parsing file /system/etc/init/installd.rc...
    [    3.134184][    T1] init: Parsing file /system/etc/init/keystore2.rc...
    [    3.135290][    T1] init: Parsing file /system/etc/init/llkd-debuggable.rc...
    [    3.136353][    T1] init: Parsing file /system/etc/init/llkd.rc...
    [    3.137460][    T1] init: Parsing file /system/etc/init/lmkd.rc...
    [    3.138598][    T1] init: Parsing file /system/etc/init/logcatd.rc...
    [    3.139607][    T1] init: Parsing file /system/etc/init/logd.rc...
    [    3.140486][    T1] init: Parsing file /system/etc/init/logtagd.rc...
    [    3.141129][    T1] init: Parsing file /system/etc/init/lpdumpd.rc...
    [    3.141798][    T1] init: Parsing file /system/etc/init/mdnsd.rc...
    [    3.142474][    T1] init: Parsing file /system/etc/init/mediaextractor.rc...
    [    3.143135][    T1] init: Parsing file /system/etc/init/mediametrics.rc...
    [    3.143911][    T1] init: Parsing file /system/etc/init/mediaserver.rc...
    [    3.144614][    T1] init: Parsing file /system/etc/init/mtpd.rc...
    [    3.145248][    T1] init: Parsing file /system/etc/init/netd.rc...
    [    3.146000][    T1] init: Parsing file /system/etc/init/odsign.rc...
    [    3.146590][    T1] init: Parsing file /system/etc/init/otapreopt.rc...
    [    3.147253][    T1] init: Parsing file /system/etc/init/perfetto.rc...
    [    3.148407][    T1] init: Parsing file /system/etc/init/prng_seeder.rc...
    [    3.149083][    T1] init: Parsing file /system/etc/init/profcollectd.rc...
    [    3.149787][    T1] init: Parsing file /system/etc/init/racoon.rc...
    [    3.150400][    T1] init: Parsing file /system/etc/init/recovery-persist.rc...
    [    3.151114][    T1] init: Parsing file /system/etc/init/recovery-refresh.rc...
    [    3.151673][    T1] init: Parsing file /system/etc/init/rss_hwm_reset.rc...
    [    3.152342][    T1] init: Parsing file /system/etc/init/servicemanager.rc...
    [    3.153048][    T1] init: Parsing file /system/etc/init/simpleperf.rc...
    [    3.153682][    T1] init: Parsing file /system/etc/init/snapuserd.rc...
    [    3.154328][    T1] init: Parsing file /system/etc/init/storaged.rc...
    [    3.154981][    T1] init: Parsing file /system/etc/init/surfaceflinger.rc...
    [    3.155706][    T1] init: Parsing file /system/etc/init/tombstoned.rc...
    [    3.156402][    T1] init: Parsing file /system/etc/init/traced_perf.rc...
    [    3.157170][    T1] init: Parsing file /system/etc/init/uncrypt.rc...
    [    3.157941][    T1] init: Parsing file /system/etc/init/update_engine.rc...
    [    3.158635][    T1] init: Parsing file /system/etc/init/update_verifier.rc...
    [    3.159397][    T1] init: Parsing file /system/etc/init/usbd.rc...
    [    3.159982][    T1] init: Parsing file /system/etc/init/vold.rc...
    [    3.160576][    T1] init: Parsing file /system/etc/init/wifi.rc...
    [    3.161584][    T1] init: Parsing file /system/etc/init/wificond.rc...
    [    3.162348][    T1] init: Parsing file /system_ext/etc/init...
    [    3.162416][    T1] init: Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory
    [    3.162464][    T1] init: Parsing directory /vendor/etc/init...
    [    3.162701][    T1] init: Parsing file /vendor/etc/init/android.hardware.atrace@1.0-service.rc...
    [    3.163709][    T1] init: Parsing file /vendor/etc/init/android.hardware.audio.service.rc...
    [    3.164492][    T1] init: Parsing file /vendor/etc/init/android.hardware.bluetooth@1.1-service.btlinux.rc...
    [    3.165156][    T1] init: Parsing file /vendor/etc/init/android.hardware.boot@1.2-service.rc...
    [    3.165816][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-external-service.rc...
    [    3.166535][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-service_64.rc...
    [    3.167239][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-service_64_am62x.rc...
    [    3.167984][    T1] init: Parsing file /vendor/etc/init/android.hardware.cas@1.2-service.rc...
    [    3.168731][    T1] init: Parsing file /vendor/etc/init/android.hardware.drm-service.clearkey.rc...
    [    3.169425][    T1] init: Parsing file /vendor/etc/init/android.hardware.gatekeeper@1.0-service.optee.rc...
    [    3.170060][    T1] init: Parsing file /vendor/etc/init/android.hardware.graphics.allocator@4.0-service.img.rc...
    [    3.170729][    T1] init: Parsing file /vendor/etc/init/android.hardware.graphics.composer@2.4-service.rc...
    [    3.171509][    T1] init: Parsing file /vendor/etc/init/android.hardware.health-service.cuttlefish.rc...
    [    3.172150][    T1] init: Parsing file /vendor/etc/init/android.hardware.health.storage-service.cuttlefish.rc...
    [    3.172745][    T1] init: Parsing file /vendor/etc/init/android.hardware.keymaster@3.0-service.optee.rc...
    [    3.173376][    T1] init: Parsing file /vendor/etc/init/android.hardware.media.omx@1.0-service.rc...
    [    3.173972][    T1] init: Parsing file /vendor/etc/init/android.hardware.thermal@2.0-service-ti.rc...
    [    3.174624][    T1] init: Parsing file /vendor/etc/init/android.hardware.usb@1.2-service.generic.rc...
    [    3.175353][    T1] init: Parsing file /vendor/etc/init/android.hardware.wifi.supplicant-service.rc...
    [    3.176020][    T1] init: Parsing file /vendor/etc/init/boringssl_self_test.rc...
    [    3.176944][    T1] init: Parsing file /vendor/etc/init/dumpstate-default.rc...
    [    3.177671][    T1] init: Parsing file /vendor/etc/init/hostapd.android.rc...
    [    3.178365][    T1] init: Parsing file /vendor/etc/init/init.am62x.usb.rc...
    [    3.179093][    T1] init: Parsing file /vendor/etc/init/init.am62x.zygote_wakelock.rc...
    [    3.179975][    T1] init: Parsing file /vendor/etc/init/init.optee.rc...
    [    3.180703][    T1] init: Parsing file /vendor/etc/init/memtrack-default.rc...
    [    3.181359][    T1] init: Parsing file /vendor/etc/init/power-default.rc...
    [    3.181934][    T1] init: Parsing file /vendor/etc/init/wait_for_keymaster_optee.rc...
    [    3.182668][    T1] init: Parsing file /odm/etc/init...
    [    3.182736][    T1] init: Unable to read config file '/odm/etc/init': open() failed: No such file or directory
    [    3.182875][    T1] init: Parsing file /product/etc/init...
    [    3.182919][    T1] init: Unable to read config file '/product/etc/init': open() failed: No such file or directory
    [    3.184226][    T1] init: processing action (SetupCgroups) from (<Builtin Action>:0)
    [    3.251649][    T1] init: Command 'SetupCgroups' action=SetupCgroups (<Builtin Action>:0) took 67ms and succeeded
    [    3.257082][    T1] init: processing action (SetKptrRestrict) from (<Builtin Action>:0)
    [    3.257928][    T1] init: processing action (TestPerfEventSelinux) from (<Builtin Action>:0)
    [    3.258926][    T1] init: processing action (ConnectEarlyStageSnapuserd) from (<Builtin Action>:0)
    [    3.259124][    T1] init: processing action (early-init) from (/system/etc/init/hw/init.rc:15)
    [    3.262947][    T1] init: Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 1ms and failed: mkdir() failed on /acct/uid: Read-only file system
    [    3.271817][    T1] init: starting service 'exec 1 (/system/bin/bootstrap/linkerconfig --target /linkerconfig/bootstrap)'...
    [    3.305790][    T1] init: SVC_EXEC service 'exec 1 (/system/bin/bootstrap/linkerconfig --target /linkerconfig/bootstrap)' pid 104 (uid 0 gid 0+0 context default) started; waiting...
    [    3.336277][  T104] linkerconfig: Unable to access VNDK APEX at path: /apex/com.android.vndk.v33: No such file or directory
    [    3.336426][  T104] linkerconfig: Unable to access VNDK APEX at path: /apex/com.android.vndk.v33: No such file or directory
    [    3.343309][  T104] linkerconfig (104) used greatest stack depth: 12080 bytes left
    [    3.343644][    T1] init: Service 'exec 1 (/system/bin/bootstrap/linkerconfig --target /linkerconfig/bootstrap)' (pid 104) exited with status 0 waiting took 0.067000 seconds
    [    3.343691][    T1] init: Sending signal 9 to service 'exec 1 (/system/bin/bootstrap/linkerconfig --target /linkerconfig/bootstrap)' (pid 104) process group...
    [    3.344079][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 104 in 0ms
    [    3.347412][    T1] init: starting service 'ueventd'...
    [    3.384147][    T1] init: starting service 'apexd-bootstrap'...
    [    3.396281][    T1] init: SVC_EXEC service 'apexd-bootstrap' pid 107 (uid 0 gid 1000+0 context default) started; waiting...
    [    3.435294][  T105] ueventd: ueventd started!
    [    3.441243][  T105] selinux: SELinux: Loaded file_contexts
    [    3.441311][  T105] selinux: 
    [    3.442526][  T105] ueventd: Parsing file /system/etc/ueventd.rc...
    [    3.445558][  T105] ueventd: Added '/vendor/etc/ueventd.rc' to import list
    [    3.445625][  T105] ueventd: Added '/odm/etc/ueventd.rc' to import list
    [    3.446861][  T105] ueventd: Parsing file /vendor/etc/ueventd.rc...
    [    3.448058][  T105] ueventd: Parsing file /odm/etc/ueventd.rc...
    [    3.448163][  T105] ueventd: Unable to read config file '/odm/etc/ueventd.rc': open() failed: No such file or directory
    [    3.518130][  T107] apexd: Bootstrap subcommand detected
    [    3.521201][  T107] cutils-trace: Error opening trace file: No such file or directory (2)
    [    3.621359][  T109] ueventd: LoadWithAliases was unable to load platform:reg-dummy
    [    3.623680][  T109] ueventd: LoadWithAliases was unable to load of:Nregulator-2T(null)Cregulator-fixed
    [    3.625365][  T109] ueventd: LoadWithAliases was unable to load of:NramoopsT(null)Cramoops
    [    3.626145][  T110] ueventd: Loading module /vendor/lib/modules/gpio-regulator.ko with args ''
    [    3.626205][  T109] ueventd: LoadWithAliases was unable to load platform:Fixed MDIO bus
    [    3.628274][  T109] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.630008][  T110] ueventd: LoadWithAliases was unable to load of:Nregulator-0T(null)Cregulator-fixed
    [    3.630451][  T109] ueventd: Loading module /vendor/lib/modules/gpio-davinci.ko with args ''
    [    3.631149][  T111] ueventd: Loading module /vendor/lib/modules/tee.ko with args ''
    [    3.632249][  T110] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.635620][  T111] ueventd: Loading module /vendor/lib/modules/optee.ko with args ''
    [    3.636731][  T109] ueventd: Loading module /vendor/lib/modules/cqhci.ko with args ''
    [    3.641007][  T109] cqhci: exports duplicate symbol cqhci_deactivate (owned by kernel)
    [    3.641698][  T112] ueventd: LoadWithAliases was unable to load platform:ti-cpufreq
    [    3.643460][  T111] ueventd: Loading module /vendor/lib/modules/display-connector.ko with args ''
    [    3.644310][  T112] ueventd: LoadWithAliases was unable to load of:Nl2-cache0T(null)Ccache
    [    3.646533][  T112] ueventd: LoadWithAliases was unable to load of:NpsciT(null)Carm,psci-1.0
    [    3.647115][  T111] ueventd: LoadWithAliases was unable to load of:NledsT(null)Cgpio-leds
    [    3.647655][  T112] ueventd: LoadWithAliases was unable to load platform:snd-soc-dummy
    [    3.649136][  T112] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    3.649747][  T111] ueventd: Loading module /vendor/lib/modules/pvrsrvkm.ko with args ''
    [    3.652232][  T112] ueventd: LoadWithAliases was unable to load of:NsramT(null)Cmmio-sram
    [    3.658051][  T110] ueventd: Loading module /vendor/lib/modules/omap-mailbox.ko with args ''
    [    3.664911][  T112] ueventd: LoadWithAliases was unable to load mmc:block
    [    3.665743][  T110] ueventd: Loading module /vendor/lib/modules/syscon-clk.ko with args ''
    [    3.672591][  T112] ueventd: Loading module /vendor/lib/modules/syscon-clk.ko with args ''
    [    3.691142][  T109] ueventd: Failed to insmod '/vendor/lib/modules/cqhci.ko' with args '': Exec format error
    [    3.691286][  T109] ueventd: LoadWithAliases was unable to load /vendor/lib/modules/cqhci.ko
    [    3.691319][  T109] ueventd: LoadWithAliases was unable to load of:NmmcT(null)Cti,am62-sdhci
    [    3.692899][  T112] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    3.693314][  T110] ueventd: Loading module /vendor/lib/modules/phy-gmii-sel.ko with args ''
    [    3.697052][  T112] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    3.698938][  T111] pvrsrvkm: loading out-of-tree module taints kernel.
    [    3.704123][  T109] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.705241][  T110] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    3.706082][  T109] ueventd: LoadWithAliases was unable to load of:NsysconT(null)CsysconCsimple-mfd
    [    3.706544][  T110] ueventd: Loading module /vendor/lib/modules/ti_sci_pm_domains.ko with args ''
    [    3.708609][  T109] ueventd: Loading module /vendor/lib/modules/syscon-clk.ko with args ''
    [    3.713687][  T109] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    3.717440][  T110] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x.ko with args ''
    [    3.717823][  T109] ueventd: Loading module /vendor/lib/modules/spi-cadence-quadspi.ko with args ''
    [    3.724580][  T109] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    3.725724][  T110] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-tlv320aic3x.ko
    [    3.725840][  T109] ueventd: Loading module /vendor/lib/modules/reset-ti-sci.ko with args ''
    [    3.725885][  T110] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko with args ''
    [    3.729271][  T112] ueventd: Loading module /vendor/lib/modules/v4l2-async.ko with args ''
    [    3.730502][  T109] ueventd: Loading module /vendor/lib/modules/i2c-omap.ko with args ''
    [    3.734648][  T109] ueventd: Loading module /vendor/lib/modules/gpio-pca953x.ko with args ''
    [    3.736375][  T112] ueventd: Loaded kernel module /vendor/lib/modules/v4l2-async.ko
    [    3.737016][  T112] ueventd: Loading module /vendor/lib/modules/j721e-csi2rx.ko with args ''
    [    3.739063][  T109] ueventd: Loading module /vendor/lib/modules/snd-soc-hdmi-codec.ko with args ''
    [    3.739497][  T110] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko
    [    3.740647][  T111] PVR_K:  111: Device: fd00000.gpu
    [    3.740955][  T111] PVR_K:  111: Read BVNC 33.15.11.3 from HW device registers
    [    3.741071][  T111] PVR_K:  111: RGX Device registered with BVNC 33.15.11.3
    [    3.741654][  T110] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.742333][  T111] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 1
    [    3.743831][  T110] ueventd: LoadWithAliases was unable to load of:NusbT(null)Csnps,dwc3
    [    3.744086][  T111] ueventd: Loaded kernel module /vendor/lib/modules/pvrsrvkm.ko
    [    3.745617][  T110] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-mfd
    [    3.745622][  T109] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-hdmi-codec.ko
    [    3.745884][  T111] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    3.748019][  T110] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    3.748759][  T109] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-intr.ko with args ''
    [    3.750850][  T110] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.756898][  T112] ueventd: Loaded kernel module /vendor/lib/modules/j721e-csi2rx.ko
    [    3.762460][  T112] ueventd: Loading module /vendor/lib/modules/i2c-mux.ko with args ''
    [    3.762988][  T111] ueventd: LoadWithAliases was unable to load of:Ndss-oldi-io-ctrlT(null)Csyscon
    [    3.764592][  T112] ueventd: Loading module /vendor/lib/modules/sii902x.ko with args ''
    [    3.767802][  T111] ueventd: LoadWithAliases was unable to load spi:spi-nand
    [    3.770850][  T112] ueventd: Loading module /vendor/lib/modules/dwc3-am62.ko with args ''
    [    3.771543][  T111] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    3.771587][  T109] ueventd: LoadWithAliases was unable to load of:Ndma-controllerT(null)Cti,am64-dmss-bcdma
    [    3.773182][  T111] ueventd: Loading module /vendor/lib/modules/sci-clk.ko with args ''
    [    3.775781][  T112] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-inta.ko with args ''
    [    3.779819][  T111] ueventd: Loading module /vendor/lib/modules/gpio-pca953x.ko with args ''
    [    3.781536][  T112] ueventd: Loading module /vendor/lib/modules/k3-ringacc.ko with args ''
    [    3.782355][  T111] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.782662][  T109] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cti,am6-padconf
    [    3.785114][  T112] ueventd: Loading module /vendor/lib/modules/k3-psil-lib.ko with args ''
    [    3.785114][  T111] ueventd: LoadWithAliases was unable to load of:Ndma-controllerT(null)Cti,am64-dmss-pktdma
    [    3.788258][  T111] ueventd: Loading module /vendor/lib/modules/ti-msgmgr.ko with args ''
    [    3.788296][  T112] ueventd: Loading module /vendor/lib/modules/k3-udma.ko with args ''
    [    3.788837][  T110] ueventd: LoadWithAliases was unable to load of:NesmT(null)Cti,j721e-esm
    [    3.791631][  T110] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-intr.ko with args ''
    [    3.793742][  T110] ueventd: LoadWithAliases was unable to load usb:v1D6Bp0002d0601dc09dsc00dp01ic09isc00ip00in00
    [    3.794296][  T112] ueventd: Loading module /vendor/lib/modules/k3-udma-glue.ko with args ''
    [    3.794914][  T111] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.795701][  T111] ueventd: LoadWithAliases was unable to load mmc:block
    [    3.796078][  T110] ueventd: Loading module /vendor/lib/modules/8250_omap.ko with args ''
    [    3.797023][  T112] ueventd: Loading module /vendor/lib/modules/ti-am65-cpsw-nuss.ko with args ''
    [    3.810562][  T112] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    3.811763][  T110] printk: console [ttyS2] disabled
    [    3.811905][  T110] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 490, base_baud = 3000000) is a 8250
    [    3.824827][  T111] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    3.830490][  T109] ueventd: Loading module /vendor/lib/modules/dwc3-am62.ko with args ''
    [    3.837874][  T109] ueventd: LoadWithAliases was unable to load of:NwatchdogT(null)Cti,j7-rti-wdt
    [    3.841684][  T109] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-edma.ko with args ''
    [    3.848521][  T110] printk: console [ttyS2] enabled
    [    3.857042][  T111] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cpinctrl-single
    [    3.858897][  T112] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.864863][  T109] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-edma.ko
    [    3.866445][  T111] ueventd: Loading module /vendor/lib/modules/gpio-davinci.ko with args ''
    [    3.868530][  T111] ueventd: LoadWithAliases was unable to load of:NusbT(null)Csnps,dwc3
    [    3.868592][  T112] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [    3.868741][  T112] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.868959][  T112] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    3.868965][  T112] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    3.870138][  T110] ueventd: Loaded kernel module /vendor/lib/modules/8250_omap.ko
    [    3.872324][  T110] ueventd: Loading module /vendor/lib/modules/tps65219.ko with args ''
    [    3.877940][  T109] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-sdma.ko with args ''
    [    3.885080][  T110] ueventd: LoadWithAliases was unable to load input:b0018v0000p0000e0000-e0,1,k74,ramlsfw
    [    3.886719][  T111] ueventd: Loading module /vendor/lib/modules/drm_dma_helper.ko with args ''
    [    3.888601][  T111] ueventd: Loading module /vendor/lib/modules/tidss.ko with args ''
    [    3.893948][  T111] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    3.903420][  T109] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-sdma.ko
    [    3.904845][  T110] ueventd: Loading module /vendor/lib/modules/cdns-dphy-rx.ko with args ''
    [    3.905761][  T112] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    3.912697][  T111] ueventd: Loading module /vendor/lib/modules/tps65219-regulator.ko with args ''
    [    3.916189][  T110] ueventd: Loading module /vendor/lib/modules/omap_hwspinlock.ko with args ''
    [    3.922357][  T109] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-udma.ko with args ''
    [    3.932829][  T111] ueventd: LoadWithAliases was unable to load platform:tps65219-gpio
    [    3.934615][  T110] ueventd: LoadWithAliases was unable to load of:NchipidT(null)Cti,am654-chipid
    [    3.938039][  T110] ueventd: LoadWithAliases was unable to load of:Nr5fT(null)Cti,am62-r5f
    [    3.939142][  T110] ueventd: Loading module /vendor/lib/modules/rpmsg_ns.ko with args ''
    [    3.941655][  T110] ueventd: LoadWithAliases was unable to load rpmsg:ti.ipc4.ping-pong
    [    3.949124][  T109] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-udma.ko
    [    3.953024][  T111] ueventd: LoadWithAliases was unable to load of:NwatchdogT(null)Cti,j7-rti-wdt
    [    3.954916][  T111] ueventd: Loading module /vendor/lib/modules/mcrc.ko with args ''
    [    3.960667][  T110] ueventd: LoadWithAliases was unable to load of:Nregulator-3T(null)Cregulator-fixed
    [    3.968500][  T109] ueventd: Loading module /vendor/lib/modules/snd-soc-davinci-mcasp.ko with args ''
    [    3.977790][  T111] ueventd: Loaded kernel module /vendor/lib/modules/mcrc.ko
    [    3.977790][  T110] ueventd: LoadWithAliases was unable to load platform:psci-cpuidle
    [    3.979404][  T111] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    3.981227][  T111] ueventd: Loading module /vendor/lib/modules/rtc-ti-k3.ko with args ''
    [    3.987329][  T111] ueventd: LoadWithAliases was unable to load platform:alarmtimer
    [    3.999672][  T110] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [    4.003306][  T111] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_chrdev
    [    4.005178][  T110] ueventd: 
    [    4.010063][  T112] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    4.011668][  T111] ueventd: LoadWithAliases was unable to load of:NesmT(null)Cti,j721e-esm
    [    4.014821][  T111] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card-utils.ko with args ''
    [    4.024477][  T111] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-simple-card-utils.ko
    [    4.034083][  T112] ueventd: Loaded kernel module /vendor/lib/modules/ti-am65-cpsw-nuss.ko
    [    4.037848][  T111] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card.ko with args ''
    [    4.042612][  T110] ueventd (110) used greatest stack depth: 10752 bytes left
    [    4.043764][  T109] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-davinci-mcasp.ko
    [    4.045717][  T109] ueventd: LoadWithAliases was unable to load of:NsysconT(null)CsysconCsimple-mfd
    [    4.046549][  T112] ueventd: Loading module /vendor/lib/modules/cqhci.ko with args ''
    [    4.051465][  T112] cqhci: exports duplicate symbol cqhci_deactivate (owned by kernel)
    [    5.250780][   T24] omap_i2c 20000000.i2c: controller timed out
    [    5.258224][  T109] ueventd: Loading module /vendor/lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    5.287535][   T24] tps6598x 0-003f: tps6598x_interrupt: failed to read events
    [    5.295549][  T109] ueventd: Loading module /vendor/lib/modules/rpmsg_ns.ko with args ''
    [   10.278977][  T112] ueventd: Failed to insmod '/vendor/lib/modules/cqhci.ko' with args '': Exec format error
    [   10.278977][  T111] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-simple-card.ko
    [   10.279040][  T112] ueventd: LoadWithAliases was unable to load /vendor/lib/modules/cqhci.ko
    [   10.279069][  T109] ueventd: Loading module /vendor/lib/modules/virtio_rpmsg_bus.ko with args ''
    [   10.290338][  T109] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ctrl
    [   10.292344][  T111] ueventd: LoadWithAliases was unable to load platform:cpufreq-dt
    [   10.293085][  T111] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [   10.293096][  T111] ueventd: 
    [   10.297516][  T112] ueventd: LoadWithAliases was unable to load of:NmmcT(null)Cti,am62-sdhci
    [   10.308186][  T109] ueventd: LoadWithAliases was unable to load of:Nopp-tableT(null)Coperating-points-v2-ti-cpu
    [   10.312911][  T111] ueventd (111) used greatest stack depth: 10512 bytes left
    [   10.334176][  T112] ueventd: Loading module /vendor/lib/modules/ti_k3_common.ko with args ''
    [   10.346271][  T109] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [   10.355298][  T112] ueventd: Loading module /vendor/lib/modules/ti_k3_m4_remoteproc.ko with args ''
    [   10.363643][  T109] ueventd: 
    [   10.374597][  T112] ueventd: Loading module /vendor/lib/modules/gpio-davinci.ko with args ''
    [   10.395777][  T109] ueventd (109) used greatest stack depth: 10384 bytes left
    [   10.403650][  T112] ueventd: LoadWithAliases was unable to load platform:xhci-hcd
    [   10.430191][  T112] ueventd: Loading module /vendor/lib/modules/i2c-omap.ko with args ''
    [   10.440221][  T112] ueventd: Loading module /vendor/lib/modules/tps65219-pwrbutton.ko with args ''
    [   10.452579][  T112] ueventd: Loading module /vendor/lib/modules/tps6598x.ko with args ''
    [   10.466028][  T112] ueventd: Loading module /vendor/lib/modules/sa2ul.ko with args ''
    [   10.479973][  T112] ueventd: LoadWithAliases was unable to load of:Ni2cT(null)Cti,am64-i2cCti,omap4-i2c
    [   10.491759][  T112] ueventd: Loading module /vendor/lib/modules/k3_j72xx_bandgap.ko with args ''
    [   10.503173][  T112] ueventd: LoadWithAliases was unable to load platform:rproc-virtio
    [   10.514700][  T112] ueventd: LoadWithAliases was unable to load of:Ntimer-cl0-cpu0T(null)Carm,armv8-timer
    [   10.526100][  T112] ueventd: LoadWithAliases was unable to load of:Nregulator-1T(null)Cregulator-fixed
    [   10.535987][  T112] ueventd: LoadWithAliases was unable to load platform:serial8250
    [   10.547468][  T112] ueventd: LoadWithAliases was unable to load of:NpmuT(null)Carm,cortex-a53-pmu
    [   10.557207][  T112] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [   10.569320][  T112] ueventd: 
    [   10.579035][  T107] apexd: wait for '/dev/loop-control' took 7010ms
    [   10.600472][  T105] ueventd: Coldboot took 7.124 seconds
    [   10.609247][  T107] apexd: Pre-allocated 15 loopback devices
    [   10.615196][  T107] apexd: Scanning /system/apex for pre-installed ApexFiles
    [   10.622080][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x.ko with args ''
    [   10.623059][  T107] apexd: Found pre-installed APEX /system/apex/com.android.appsearch.apex
    [   10.632456][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko with args ''
    [   10.641155][  T107] apexd: Found pre-installed APEX /system/apex/com.android.tzdata.apex
    [   10.658639][  T107] apexd: Found pre-installed APEX /system/apex/com.android.scheduling.apex
    [   10.668461][  T107] apexd: Found pre-installed APEX /system/apex/com.android.media.swcodec.capex
    [   10.669650][  T105] ueventd: Loading module /vendor/lib/modules/pvrsrvkm.ko with args ''
    [   10.681672][  T107] apexd: Found pre-installed APEX /system/apex/com.android.tethering.capex
    [   10.702486][  T107] apexd: Found pre-installed APEX /system/apex/com.android.sdkext.apex
    [   10.712209][  T107] apexd: Found pre-installed APEX /system/apex/com.android.ipsec.capex
    [   10.717066][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-hdmi-codec.ko with args ''
    [   10.725968][  T107] apexd: Found pre-installed APEX /system/apex/com.android.media.capex
    [   10.740343][  T105] ueventd: Loading module /vendor/lib/modules/v4l2-async.ko with args ''
    [   10.742077][  T107] apexd: Found pre-installed APEX /system/apex/com.android.adbd.capex
    [   10.750304][  T105] ueventd: Loading module /vendor/lib/modules/v4l2-fwnode.ko with args ''
    [   10.762240][  T107] apexd: Found pre-installed APEX /system/apex/com.android.extservices.capex
    [   10.775836][  T105] ueventd: Loaded kernel module /vendor/lib/modules/v4l2-fwnode.ko
    [   10.779653][  T107] apexd: Found pre-installed APEX /system/apex/com.android.btservices.apex
    [   10.783869][  T105] ueventd: Loading module /vendor/lib/modules/cdns-csi2rx.ko with args ''
    [   10.793134][  T107] apexd: Found pre-installed APEX /system/apex/com.android.adservices.capex
    [   10.811849][  T105] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [   10.814582][  T107] apexd: Found pre-installed APEX /system/apex/com.android.apex.cts.shim.apex
    [   10.820197][  T105] ueventd: Loaded kernel module /vendor/lib/modules/cdns-csi2rx.ko
    [   10.829476][  T107] apexd: Found pre-installed APEX /system/apex/com.android.runtime.apex
    [   10.845639][  T107] apexd: Found pre-installed APEX /system/apex/com.android.art.capex
    [   10.848773][  T105] ueventd: Loading module /vendor/lib/modules/j721e-csi2rx.ko with args ''
    [   10.858225][  T107] apexd: Found pre-installed APEX /system/apex/com.android.wifi.capex
    [   10.872297][  T105] ueventd: Loading module /vendor/lib/modules/8250_omap.ko with args ''
    [   10.875940][  T107] apexd: Found pre-installed APEX /system/apex/com.android.conscrypt.capex
    [   10.887019][  T105] ueventd: Loading module /vendor/lib/modules/mdio-bitbang.ko with args ''
    [   10.893401][  T107] apexd: Found pre-installed APEX /system/apex/com.android.os.statsd.apex
    [   10.906432][  T105] ueventd: Loading module /vendor/lib/modules/davinci_mdio.ko with args ''
    [   10.907203][  T107] apexd: Found pre-installed APEX /system/apex/com.android.mediaprovider.capex
    [   10.929666][  T107] apexd: Found pre-installed APEX /system/apex/com.android.neuralnetworks.capex
    [   10.942711][  T105] ueventd: LoadWithAliases was unable to load of:Nethernet-phyT(null)
    [   10.944497][  T107] apexd: Found pre-installed APEX /system/apex/com.android.resolv.capex
    [   10.955624][  T105] ueventd: LoadWithAliases was unable to load of:NmdioT(null)Cti,cpsw-mdioCti,davinci_mdio
    [   10.963675][  T107] apexd: Found pre-installed APEX /system/apex/com.android.i18n.apex
    [   10.978484][  T107] apexd: Found pre-installed APEX /system/apex/com.android.permission.capex
    [   10.982699][  T105] ueventd: LoadWithAliases was unable to load of:NserialT(null)Cti,am64-uartCti,am654-uart
    [   10.992756][  T107] apexd: Found pre-installed APEX /system/apex/com.android.vndk.current.apex
    [   11.007499][  T107] apexd: Found pre-installed APEX /system/apex/com.android.uwb.capex
    [   11.017609][  T105] ueventd: Loading module /vendor/lib/modules/mcrc.ko with args ''
    [   11.021320][  T107] apexd: Found pre-installed APEX /system/apex/com.android.ondevicepersonalization.apex
    [   11.036437][  T107] apexd: Scanning /system_ext/apex for pre-installed ApexFiles
    [   11.044110][  T107] apexd: /system_ext/apex does not exist. Skipping
    [   11.050632][  T107] apexd: Scanning /product/apex for pre-installed ApexFiles
    [   11.057979][  T107] apexd: /product/apex does not exist. Skipping
    [   11.063616][  T105] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [   11.064164][  T107] apexd: Scanning /vendor/apex for pre-installed ApexFiles
    [   11.073756][  T105] ueventd: Loading module /vendor/lib/modules/k3-ringacc.ko with args ''
    [   11.079152][  T107] apexd: /vendor/apex does not exist. Skipping
    [   11.088712][  T105] ueventd: Loading module /vendor/lib/modules/k3-psil-lib.ko with args ''
    [   11.093761][  T107] apexd: No block apex metadata partition found, not adding block apexes
    [   11.103061][  T105] ueventd: Loading module /vendor/lib/modules/k3-udma.ko with args ''
    [   11.110468][  T107] apexd: Pre-allocated 0 loopback devices
    [   11.120082][  T105] ueventd: Loading module /vendor/lib/modules/k3-udma-glue.ko with args ''
    [   11.133185][  T105] ueventd: Loading module /vendor/lib/modules/ti-am65-cpsw-nuss.ko with args ''
    [   11.134870][  T148] loop0: detected capacity change from 0 to 74600
    [   11.148904][  T149] loop1: detected capacity change from 0 to 96512
    [   11.155253][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-edma.ko with args ''
    [   11.165277][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-sdma.ko with args ''
    [   11.175140][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-udma.ko with args ''
    [   11.184169][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-davinci-mcasp.ko with args ''
    [   11.205289][  T148] EXT4-fs (loop0): mounted filesystem without journal. Quota mode: none.
    [   11.214069][  T148] apexd: Successfully mounted package /system/apex/com.android.i18n.apex on /apex/com.android.i18n@1 duration=79
    [   11.214230][  T149] EXT4-fs (loop1): mounted filesystem without journal. Quota mode: none.
    [   11.220207][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card-utils.ko with args ''
    [   11.220764][  T105] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card.ko with args ''
    [   11.236185][  T148] loop2: detected capacity change from 0 to 16208
    [   11.244210][  T149] apexd: Successfully mounted package /system/apex/com.android.vndk.current.apex on /apex/com.android.vndk.v33@1 duration=110
    [   11.275110][  T149] loop3: detected capacity change from 0 to 1728
    [   11.320919][  T148] EXT4-fs (loop2): mounted filesystem without journal. Quota mode: none.
    [   11.329824][  T148] apexd: Successfully mounted package /system/apex/com.android.runtime.apex on /apex/com.android.runtime@1 duration=93
    [   11.343841][  T149] EXT4-fs (loop3): mounted filesystem without journal. Quota mode: none.
    [   11.352481][  T149] apexd: Successfully mounted package /system/apex/com.android.tzdata.apex on /apex/com.android.tzdata@330400000 duration=77
    [   11.367429][  T107] apexd: Activated 4 packages.
    [   11.386942][  T107] apexd: OnBootstrap done, duration=7865
    [   11.397447][    T1] init: Service 'apexd-bootstrap' (pid 107) exited with status 0 waiting took 8.008000 seconds
    [   11.407738][    T1] init: Sending signal 9 to service 'apexd-bootstrap' (pid 107) process group...
    [   11.417041][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 107 in 0ms
    [   11.491897][    T1] init: linkerconfig generated /linkerconfig with mounted APEX modules info
    [   11.500606][    T1] init: Command 'update_linker_config' action=early-init (/system/etc/init/hw/init.rc:75) took 73ms and succeeded
    [   11.527357][    T1] init: processing action (early-init) from (/init.environ.rc:2)
    [   11.535162][    T1] init: processing action (early-init) from (/vendor/etc/init/hw/init.am62x.rc:1)
    [   11.547884][    T1] init: processing action (ro.product.debugfs_restrictions.enabled=true && early-init) from (/system/etc/init/init-debug.rc:10)
    [   11.561289][    T1] init: Command 'mount debugfs debugfs /sys/kernel/debug' action=ro.product.debugfs_restrictions.enabled=true && early-init (/system/etc/init/init-debug.rc:11) took 0ms and failed: mount() failed: Device or resource busy
    [   11.582628][    T1] init: processing action (early-init) from (/system/etc/init/prng_seeder.rc:5)
    [   11.592130][    T1] init: starting service 'prng_seeder'...
    [   11.598549][    T1] init: Created socket '/dev/socket/prng_seeder', mode 666, user 1092, group 1092
    [   11.639678][    T1] init: processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2)
    [   11.654311][    T1] init: starting service 'boringssl_self_test32_vendor'...
    [   11.674368][    T1] init: SVC_EXEC service 'boringssl_self_test32_vendor' pid 157 (uid 0 gid 0+0 context default) started; waiting...
    [   11.831906][  T156] prng_seeder: Hanging forever because setup failed: hwrng.read_exact in new
    [   11.831906][  T156] 
    [   11.843032][  T156] Caused by:
    [   11.846111][  T156]     No such device (os error 19)
    [   11.898684][    T1] init: Service 'boringssl_self_test32_vendor' (pid 157) exited with status 0 waiting took 0.232000 seconds
    [   11.910083][    T1] init: Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 157) process group...
    [   11.920597][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 157 in 0ms
    [   11.930891][    T1] init: processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4)
    [   11.944013][    T1] init: starting service 'boringssl_self_test64_vendor'...
    [   11.978489][    T1] init: SVC_EXEC service 'boringssl_self_test64_vendor' pid 158 (uid 0 gid 0+0 context default) started; waiting...
    [   12.098564][    T1] init: Service 'boringssl_self_test64_vendor' (pid 158) exited with status 0 waiting took 0.142000 seconds
    [   12.109984][    T1] init: Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 158) process group...
    [   12.120433][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 158 in 0ms
    [   12.130643][    T1] init: processing action (wait_for_coldboot_done) from (<Builtin Action>:0)
    [   12.139358][    T1] init: start_waiting_for_property("ro.cold_boot_done", "true"): already set
    [   12.148083][    T1] init: processing action (SetMmapRndBits) from (<Builtin Action>:0)
    [   12.157265][    T1] init: processing action (KeychordInit) from (<Builtin Action>:0)
    [   12.165230][    T1] init: processing action (init) from (/system/etc/init/hw/init.rc:89)
    [   12.174268][    T1] init: Command 'copy /system/etc/prop.default /dev/urandom' action=init (/system/etc/init/hw/init.rc:94) took 0ms and failed: Could not read input file '/system/etc/prop.default': open() failed: No such file or directory
    [   12.218911][    T1] init: Command 'write /dev/blkio/blkio.weight 1000' action=init (/system/etc/init/hw/init.rc:230) took 0ms and failed: Unable to write to file '/dev/blkio/blkio.weight': open() failed: Permission denied
    [   12.239621][    T1] init: Command 'write /dev/blkio/background/blkio.weight 200' action=init (/system/etc/init/hw/init.rc:231) took 0ms and failed: Unable to write to file '/dev/blkio/background/blkio.weight': open() failed: Permission denied
    [   12.262836][    T1] init: Command 'write /dev/blkio/blkio.group_idle 0' action=init (/system/etc/init/hw/init.rc:233) took 0ms and failed: Unable to write to file '/dev/blkio/blkio.group_idle': open() failed: Permission denied
    [   12.284239][    T1] init: Command 'write /dev/blkio/background/blkio.group_idle 0' action=init (/system/etc/init/hw/init.rc:234) took 0ms and failed: Unable to write to file '/dev/blkio/background/blkio.group_idle': open() failed: Permission denied
    [   12.375088][    T1] Registered swp emulation handler
    [   12.384624][    T1] init: starting service 'logd'...
    [   12.390660][    T1] init: Created socket '/dev/socket/logd', mode 666, user 1036, group 1036
    [   12.399771][    T1] init: Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036
    [   12.408906][    T1] init: Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036
    [   12.451464][    T1] init: Command 'start logd' action=init (/system/etc/init/hw/init.rc:465) took 67ms and succeeded
    [   12.464661][    T1] init: starting service 'lmkd'...
    [   12.470891][    T1] init: Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000
    [   12.496693][    T1] init: starting service 'servicemanager'...
    [   12.522363][    T1] init: starting service 'hwservicemanager'...
    [   12.545149][    T1] init: Command 'start vndservicemanager' action=init (/system/etc/init/hw/init.rc:477) took 0ms and failed: service vndservicemanager not found
    [   12.555268][  T159] logd.auditd: start
    [   12.560558][    T1] init: processing action (ro.product.cpu.abilist32=* && init) from (/system/etc/init/hw/init.rc:480)
    [   12.575608][    T1] init: starting service 'boringssl_self_test32'...
    [   12.580965][  T159] logd: Loaded bug_map file: /vendor/etc/selinux/selinux_denial_metadata
    [   12.592204][  T159] logd: Loaded bug_map file: /system/etc/selinux/bug_map
    [   12.596408][    T1] init: SVC_EXEC service 'boringssl_self_test32' pid 170 (uid 0 gid 0+0 context default) started; waiting...
    [   12.720024][    T1] init: Service 'boringssl_self_test32' (pid 170) exited with status 0 waiting took 0.133000 seconds
    [   12.730835][    T1] init: Sending signal 9 to service 'boringssl_self_test32' (pid 170) process group...
    [   12.740651][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 170 in 0ms
    [   12.750947][    T1] init: processing action (ro.product.cpu.abilist64=* && init) from (/system/etc/init/hw/init.rc:482)
    [   12.762476][    T1] init: starting service 'boringssl_self_test64'...
    [   12.802376][    T1] init: SVC_EXEC service 'boringssl_self_test64' pid 172 (uid 0 gid 0+0 context default) started; waiting...
    [   12.814168][    T1] init: Command 'exec_start boringssl_self_test64' action=ro.product.cpu.abilist64=* && init (/system/etc/init/hw/init.rc:483) took 52ms and succeeded
    [   12.878861][    T1] init: Service 'boringssl_self_test64' (pid 172) exited with status 0 waiting took 0.105000 seconds
    [   12.889702][    T1] init: Sending signal 9 to service 'boringssl_self_test64' (pid 172) process group...
    [   12.899556][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 172 in 0ms
    [   12.909806][    T1] init: processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1283)
    [   12.921101][    T1] init: starting service 'console'...
    [   12.959829][    T1] init: processing action (init) from (/system/etc/init/hw/init.usb.rc:27)
    [   12.969319][    T1] init: processing action (init) from (/vendor/etc/init/hw/init.am62x.rc:5)
    console:/ $ [   13.036223][    T1] init: Command 'start watchdogd' action=init (/vendor/etc/init/hw/init.am62x.rc:56) took 0ms and failed: service watchdogd not found
    [   13.049978][    T1] init: processing action (init) from (/system/etc/init/audioserver.rc:62)
    [   13.060118][    T1] init: processing action (late-init) from (/system/etc/init/hw/init.rc:517)
    [   13.068978][    T1] init: processing action (late-init) from (/system/etc/init/atrace.rc:3)
    [   13.097030][    T1] init: processing action (late-init) from (/vendor/etc/init/android.hardware.atrace@1.0-service.rc:1)
    [   13.109725][    T1] init: processing action (queue_property_triggers) from (<Builtin Action>:0)
    [   13.118717][    T1] init: processing action (early-fs) from (/system/etc/init/hw/init.rc:550)
    [   13.128031][    T1] init: starting service 'vold'...
    [   13.162382][    T1] init: processing action (early-fs) from (/vendor/etc/init/hw/init.am62x.rc:71)
    [   13.171888][    T1] init: service 'vold' requested start, but it is already running (flags: 2052)
    [   13.181075][    T1] init: processing action (fs) from (/vendor/etc/init/hw/init.am62x.rc:74)
    [   13.193874][    T1] init: [libfs_mgr]Invalid ext4 superblock on '/dev/block/platform/bus@f0000/fa00000.mmc/by-name/metadata'
    [   13.205714][    T1] init: [libfs_mgr]mount_with_alternatives(): skipping mount due to invalid magic, mountpoint=/metadata blk_dev=/dev/block/mmcblk1p12 rec[2].fs_type=ext4
    [   13.222243][    T1] init: [libfs_mgr]Failed to mount an un-encryptable or wiped partition on /dev/block/platform/bus@f0000/fa00000.mmc/by-name/metadata at /metadata options: discard: Invalid argument
    [   13.241984][    T1] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/platform/bus@f0000/fa00000.mmc/by-name/persist
    [   13.254135][    T1] EXT4-fs: Ignoring removed nomblk_io_submit option
    [   13.265660][    T1] EXT4-fs (mmcblk1p13): mounted filesystem with ordered data mode. Quota mode: none.
    [   13.275642][    T1] init: [libfs_mgr]check_fs(): mount(/dev/block/platform/bus@f0000/fa00000.mmc/by-name/persist,/mnt/vendor/persist,ext4)=0: Success
    [   13.300105][    T1] EXT4-fs (mmcblk1p13): unmounting filesystem.
    [   13.310667][    T1] init: [libfs_mgr]umount_retry(): unmount(/mnt/vendor/persist) succeeded
    [   13.319816][    T1] init: [libfs_mgr]Running /system/bin/e2fsck on /dev/block/mmcblk1p13
    [   13.393662][    T1] e2fsck: e2fsck 1.46.2 (28-Feb-2021)
    [   13.401558][    T1] e2fsck: /mnt/vendor/pers: clean, 11/8192 files, 1545/8192 blocks
    [   13.418328][    T1] EXT4-fs (mmcblk1p13): mounted filesystem with ordered data mode. Quota mode: none.
    [   13.428140][    T1] init: [libfs_mgr]__mount(source=/dev/block/platform/bus@f0000/fa00000.mmc/by-name/persist,target=/mnt/vendor/persist,type=ext4)=0: Success
    [   13.455469][    T1] init: Command 'mount_all /vendor/etc/fstab.${ro.hardware} --early' action=fs (/vendor/etc/init/hw/init.am62x.rc:75) took 265ms and succeeded
    [   13.474605][    T1] init: processing action (fs) from (/system/etc/init/logd.rc:29)
    [   13.483668][    T1] init: processing action (fs) from (/system/etc/init/wifi.rc:25)
    [   13.492366][    T1] init: processing action (post-fs) from (/system/etc/init/hw/init.rc:554)
    [   13.501796][    T1] init: starting service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)'...
    [   13.541176][    T1] init: SVC_EXEC service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' pid 186 (uid 1000 gid 1000+0 context default) started; waiting...
    [   13.556091][    T1] init: Command 'exec - system system -- /system/bin/vdc checkpoint markBootAttempt' action=post-fs (/system/etc/init/hw/init.rc:555) took 54ms and succeeded
    [   13.590732][    T1] init: Service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 186) exited with status 0 waiting took 0.075000 seconds
    [   13.604302][    T1] init: Sending signal 9 to service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 186) process group...
    [   13.616877][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 186 in 0ms
    [   13.640876][    T1] init: Command 'chown system cache /cache' action=post-fs (/system/etc/init/hw/init.rc:570) took 0ms and failed: lchown() failed: Read-only file system
    [   13.657314][    T1] init: Command 'chmod 0770 /cache' action=post-fs (/system/etc/init/hw/init.rc:571) took 0ms and failed: fchmodat() failed: Read-only file system
    [   13.679769][    T1] selinux: SELinux:  setxattr failed: /metadata:  Read-only file system
    [   13.688188][    T1] selinux: 
    [   13.692137][    T1] init: Command 'mkdir /metadata/vold' action=post-fs (/system/etc/init/hw/init.rc:608) took 0ms and failed: mkdir() failed on /metadata/vold: Read-only file system
    [   13.709343][    T1] init: Command 'mkdir /metadata/password_slots 0771 root system' action=post-fs (/system/etc/init/hw/init.rc:610) took 0ms and failed: mkdir() failed on /metadata/password_slots: Read-only file system
    [   13.729669][    T1] init: Command 'mkdir /metadata/bootstat 0750 system log' action=post-fs (/system/etc/init/hw/init.rc:611) took 0ms and failed: mkdir() failed on /metadata/bootstat: Read-only file system
    [   13.748675][    T1] init: Command 'mkdir /metadata/ota 0700 root system' action=post-fs (/system/etc/init/hw/init.rc:612) took 0ms and failed: mkdir() failed on /metadata/ota: Read-only file system
    [   13.767287][    T1] init: Command 'mkdir /metadata/userspacereboot 0770 root system' action=post-fs (/system/etc/init/hw/init.rc:614) took 0ms and failed: mkdir() failed on /metadata/userspacereboot: Read-only file system
    [   13.787502][    T1] init: Command 'mkdir /metadata/watchdog 0770 root system' action=post-fs (/system/etc/init/hw/init.rc:615) took 0ms and failed: mkdir() failed on /metadata/watchdog: Read-only file system
    [   13.806580][    T1] init: Command 'mkdir /metadata/apex 0700 root system' action=post-fs (/system/etc/init/hw/init.rc:617) took 0ms and failed: mkdir() failed on /metadata/apex: Read-only file system
    [   13.825030][    T1] selinux: SELinux:  Could not stat /metadata/apex: No such file or directory.
    [   13.833989][    T1] selinux: 
    [   13.837607][    T1] init: Command 'mkdir /metadata/staged-install 0770 root system' action=post-fs (/system/etc/init/hw/init.rc:626) took 0ms and failed: mkdir() failed on /metadata/staged-install: Read-only file system
    [   13.857646][    T1] init: Command 'mkdir /metadata/sepolicy 0700 root root' action=post-fs (/system/etc/init/hw/init.rc:627) took 0ms and failed: mkdir() failed on /metadata/sepolicy: Read-only file system
    [   13.876047][    T1] init: processing action (post-fs) from (/vendor/etc/init/hw/init.am62x.rc:77)
    [   13.886111][    T1] init: processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7)
    [   13.895852][    T1] init: processing action (post-fs) from (/system/etc/init/gsid.rc:8)
    [   13.904624][    T1] init: Command 'mkdir /metadata/gsi 0771 root system' action=post-fs (/system/etc/init/gsid.rc:9) took 0ms and failed: mkdir() failed on /metadata/gsi: Read-only file system
    [   13.923231][    T1] init: processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1)
    [   13.933008][    T1] init: starting service 'exec 3 (/system/bin/recovery-refresh)'...
    [   13.976938][    T1] init: processing action (post-fs) from (/vendor/etc/init/init.optee.rc:1)
    [   14.004998][    T1] init: processing action (late-fs) from (/system/etc/init/hw/init.rc:628)
    [   14.014167][    T1] init: Service 'exec 3 (/system/bin/recovery-refresh)' (pid 187) exited with status 254 oneshot service took 0.068000 seconds in background
    [   14.028523][    T1] init: Sending signal 9 to service 'exec 3 (/system/bin/recovery-refresh)' (pid 187) process group...
    [   14.039829][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 187 in 0ms
    [   14.051319][    T1] init: starting service 'system_suspend'...
    [   14.095161][    T1] init: starting service 'keystore2'...
    [   14.119072][    T1] init: starting service 'vendor.atrace-hal-1-0'...
    [   14.153615][    T1] init: starting service 'vendor.boot-hal-1-2'...
    [   14.176800][    T1] init: starting service 'tee-supplicant'...
    [   14.197988][    T1] init: Command 'class_start early_hal' action=late-fs (/system/etc/init/hw/init.rc:635) took 147ms and succeeded
    [   14.211316][    T1] init: starting service 'exec 4 (/system/bin/fsverity_init --load-verified-keys)'...
    [   14.231947][    T1] init: SVC_EXEC service 'exec 4 (/system/bin/fsverity_init --load-verified-keys)' pid 195 (uid 0 gid 0+0 context default) started; waiting...
    [   14.296657][    T1] init: Service 'exec 4 (/system/bin/fsverity_init --load-verified-keys)' (pid 195) exited with status 0 waiting took 0.071000 seconds
    [   14.310561][    T1] init: Sending signal 9 to service 'exec 4 (/system/bin/fsverity_init --load-verified-keys)' (pid 195) process group...
    [   14.323795][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 195 in 0ms
    [   14.333712][    T1] init: processing action (late-fs) from (/system/etc/init/hw/init.rc:649)
    [   14.343385][    T1] init: processing action (late-fs) from (/vendor/etc/init/hw/init.am62x.rc:87)
    [   14.353960][    T1] init: starting service 'bootanim'...
    [   14.393044][    T1] init: service 'bootanim' requested start, but it is already running (flags: 134)
    [   14.402540][    T1] init: service 'hwservicemanager' requested start, but it is already running (flags: 2212)
    [   14.412758][    T1] init: service 'servicemanager' requested start, but it is already running (flags: 2084)
    [   14.423435][    T1] init: starting service 'surfaceflinger'...
    [   14.430193][    T1] init: Could not create socket 'pdx/system/vr/display/client': Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
    [   14.445485][    T1] init: Could not create socket 'pdx/system/vr/display/manager': Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
    [   14.460900][    T1] init: Could not create socket 'pdx/system/vr/display/vsync': Failed to bind socket 'pdx/system/vr/display/vsync': No such file or directory
    [   14.487915][    T1] init: starting service 'vendor.gralloc-4-0'...
    [   14.507031][    T1] init: starting service 'vendor.hwcomposer-2-4'...
    [   14.526147][    T1] init: Command 'class_start animation' action=late-fs (/vendor/etc/init/hw/init.am62x.rc:90) took 133ms and succeeded
    [   14.539178][    T1] init: start_waiting_for_property("hwservicemanager.ready", "true"): already set
    [   14.548529][    T1] init: processing action (late-fs) from (/vendor/etc/init/init.optee.rc:4)
    [   14.558347][    T1] init: starting service 'wait_for_keymaster_optee'...
    [   14.583400][    T1] init: SVC_EXEC service 'wait_for_keymaster_optee' pid 202 (uid 1000 gid 1000+1 context default) started; waiting...
    [   14.961168][    T1] init: starting service 'vendor.keymaster-3-0-optee'...
    [   15.010939][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   15.027861][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   15.038872][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   15.322067][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   15.333208][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   15.350264][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   15.361311][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   15.614243][  T200] PVR_K:  200: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [   15.633332][  T200] PVR_K:  200: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [   15.834926][    T1] init: Control message: Could not find 'aidl/SurfaceFlinger' for ctl.interface_start from pid: 161 (/system/bin/servicemanager)
    [   15.964778][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   15.975682][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   16.325684][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   16.336682][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 162 (/system/bin/hwservicemanager)
    [   16.473517][    T1] init: Service 'wait_for_keymaster_optee' (pid 202) exited with status 0 waiting took 1.902000 seconds
    [   16.484743][    T1] init: Sending signal 9 to service 'wait_for_keymaster_optee' (pid 202) process group...
    [   16.495090][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 202 in 0ms
    [   16.509172][    T1] init: Calling: /system/bin/vdc checkpoint needsCheckpoint
    [   16.579899][    T1] vdc: vdc terminated by exit(1)
    [   16.584981][    T1] vdc: 
    [   16.593664][    T1] init: [libfs_mgr]Running /system/bin/fsck.f2fs -a -c 10000 --debug-cache /dev/block/mmcblk1p14
    [   16.648534][    T1] fsck.f2fs: Info: Fix the reported corruption.
    [   16.655098][    T1] fsck.f2fs: Info: not exist /proc/version!
    [   16.661025][    T1] fsck.f2fs: Info: Segments per section = 1
    [   16.666868][    T1] fsck.f2fs: Info: Sections per zone = 1
    [   16.672496][    T1] fsck.f2fs: Info: sector size = 512
    [   16.677914][    T1] fsck.f2fs: Info: total sectors = 52572895 (25670 MB)
    [   16.684970][    T1] fsck.f2fs: Info: MKFS version
    [   16.689996][    T1] fsck.f2fs:   "5.15.0-91-generic"
    [   16.695153][    T1] fsck.f2fs: Info: FSCK version
    [   16.700020][    T1] fsck.f2fs:   from "5.15.0-91-generic"
    [   16.705604][    T1] fsck.f2fs:     to "6.1.25-android13-11-maybe-dirty"
    [   16.712360][    T1] fsck.f2fs: Info: version timestamp cur: 25, prev: 1704900897
    [   16.719913][    T1] fsck.f2fs: [update_superblock: 701] Info: Done to update superblock
    [   16.728092][    T1] fsck.f2fs: Info: superblock features = 1499 :  encrypt verity extra_attr project_quota quota_ino casefold
    [   16.739558][    T1] fsck.f2fs: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
    [   16.749383][    T1] fsck.f2fs: Info: total FS sectors = 20891648 (10201 MB)
    [   16.756518][    T1] fsck.f2fs: Info: CKPT version = 57aea20b
    [   16.762218][    T1] fsck.f2fs: Info: checkpoint state = 281 :  allow_nocrc nat_bits unmount
    [   16.770658][    T1] fsck.f2fs: Info: No error was reported
    [   16.776299][    T1] fsck.f2fs: 
    [   16.779643][    T1] fsck.f2fs: c, u, RA, CH, CM, Repl=
    [   16.784954][    T1] fsck.f2fs: 10000 11 11 0 11 0
    [   16.793836][    T1] F2FS-fs (mmcblk1p14): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0
    [   16.847369][    T1] F2FS-fs (mmcblk1p14): Found nat_bits in checkpoint
    [   16.982963][    T1] F2FS-fs (mmcblk1p14): Start checkpoint disabled!
    [   16.995241][    T1] F2FS-fs (mmcblk1p14): Mounted with checkpoint version = 57aea20c
    [   17.004514][    T1] init: [libfs_mgr]__mount(source=/dev/block/platform/bus@f0000/fa00000.mmc/by-name/userdata,target=/data,type=f2fs)=0: Success
    [   17.079634][    T1] init: [libfs_mgr]umount_retry(): unmount(/data) succeeded
    [   17.087249][    T1] init: Calling: /system/bin/vdc cryptfs encryptFstab /dev/block/platform/bus@f0000/fa00000.mmc/by-name/userdata /data false f2fs
    [   17.161453][  T175] vold: Failed to create /metadata/vold: Read-only file system
    [   17.169482][  T175] vold: read_key failed in mountFstab
    [   17.175749][  T256] vdc: Command: cryptfs encryptFstab /dev/block/platform/bus@f0000/fa00000.mmc/by-name/userdata /data false f2fs Failed: Status(-8, EX_SERVICE_SPECIFIC): '0: '
    [   17.195438][    T1] vdc: vdc terminated by exit(25)
    [   17.200504][    T1] vdc: 
    [   17.203783][    T1] init: vdc call failed with error code: 25
    [   17.210059][    T1] init: [libfs_mgr]Encryption failed
    [   17.218090][    T1] init: Command 'mount_all /vendor/etc/fstab.${ro.hardware} --late' action=late-fs (/vendor/etc/init/init.optee.rc:6) took 712ms and failed: queue_fs_event() failed: Invalid code: -1
    [   17.238421][    T1] init: service 'bootanim' requested start, but it is already running (flags: 134)
    [   17.248022][    T1] init: Control message: Processed ctl.start for 'bootanim' from pid: 199 (/system/bin/surfaceflinger)
    [   17.259666][    T1] init: processing action (post-fs-data) from (/system/etc/init/hw/init.rc:663)
    [   17.269715][    T1] init: starting service 'exec 5 (/system/bin/vdc checkpoint prepareCheckpoint)'...
    [   17.329499][    T1] init: SVC_EXEC service 'exec 5 (/system/bin/vdc checkpoint prepareCheckpoint)' pid 257 (uid 1000 gid 1000+0 context default) started; waiting...
    [   17.344667][    T1] init: Command 'exec - system system -- /system/bin/vdc checkpoint prepareCheckpoint' action=post-fs-data (/system/etc/init/hw/init.rc:668) took 75ms and succeeded
    [   17.376259][    T1] init: Service 'exec 5 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 257) exited with status 0 waiting took 0.092000 seconds
    [   17.390250][    T1] init: Sending signal 9 to service 'exec 5 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 257) process group...
    [   17.403336][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 257 in 0ms
    [   17.413718][    T1] init: Command 'chown system system /data' action=post-fs-data (/system/etc/init/hw/init.rc:671) took 0ms and failed: lchown() failed: Read-only file system
    [   17.430060][    T1] init: Command 'chmod 0771 /data' action=post-fs-data (/system/etc/init/hw/init.rc:672) took 0ms and failed: fchmodat() failed: Read-only file system
    [   17.447979][    T1] init: Command 'installkey /data' action=post-fs-data (/system/etc/init/hw/init.rc:677) took 1ms and failed: Failed to create /data/unencrypted: Read-only file system
    [   17.466451][    T1] init: Command 'mkdir /data/bootchart 0755 shell shell encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:681) took 1ms and failed: mkdir() failed on /data/bootchart: Read-only file system
    [   17.487130][    T1] init: Command 'copy /data/system/entropy.dat /dev/urandom' action=post-fs-data (/system/etc/init/hw/init.rc:685) took 0ms and failed: Could not read input file '/data/system/entropy.dat': open() failed: No such file or directory
    [   17.511283][    T1] init: Command 'mkdir /data/vendor 0771 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:687) took 1ms and failed: mkdir() failed on /data/vendor: Read-only file system
    [   17.531089][    T1] init: Not setting encryption policy on: /data/vendor_ce
    [   17.539682][    T1] init: Command 'mkdir /data/vendor_ce 0771 root root encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:688) took 8ms and failed: mkdir() failed on /data/vendor_ce: Read-only file system
    [   17.559688][    T1] init: Not setting encryption policy on: /data/vendor_de
    [   17.568205][    T1] init: Command 'mkdir /data/vendor_de 0771 root root encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:689) took 8ms and failed: mkdir() failed on /data/vendor_de: Read-only file system
    [   17.591294][    T1] init: Command 'mkdir /data/anr 0775 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:693) took 1ms and failed: mkdir() failed on /data/anr: Read-only file system
    [   17.612122][    T1] init: Command 'mkdir /data/tombstones 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:694) took 1ms and failed: mkdir() failed on /data/tombstones: Read-only file system
    [   17.635772][    T1] init: starting service 'tombstoned'...
    [   17.642561][    T1] init: Created socket '/dev/socket/tombstoned_crash', mode 666, user 1000, group 1000
    [   17.653265][    T1] init: Created socket '/dev/socket/tombstoned_intercept', mode 666, user 1000, group 1000
    [   17.664309][    T1] init: Created socket '/dev/socket/tombstoned_java_trace', mode 666, user 1000, group 1000
    [   17.721029][    T1] init: Command 'start tombstoned' action=post-fs-data (/system/etc/init/hw/init.rc:697) took 85ms and succeeded
    [   17.733780][    T1] init: Switched to default mount namespace
    [   17.741952][    T1] init: Command 'mkdir /data/misc 01771 system misc encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:704) took 1ms and failed: mkdir() failed on /data/misc: Read-only file system
    [   17.763267][    T1] selinux: SELinux: Could not get canonical path for /data/misc/keystore restorecon: No such file or directory.
    [   17.775190][    T1] selinux: 
    [   17.780323][    T1] init: starting service 'exec 6 (/system/bin/vdc keymaster earlyBootEnded)'...
    [   17.817767][    T1] init: SVC_EXEC service 'exec 6 (/system/bin/vdc keymaster earlyBootEnded)' pid 259 (uid 1000 gid 1000+0 context default) started; waiting...
    [   17.832718][    T1] init: Command 'exec - system system -- /system/bin/vdc keymaster earlyBootEnded' action=post-fs-data (/system/etc/init/hw/init.rc:719) took 52ms and succeeded
    [   17.849190][    T1] init: Service 'tombstoned' (pid 258) exited with status 1
    [   17.856804][    T1] init: Sending signal 9 to service 'tombstoned' (pid 258) process group...
    [   17.866051][    T1] libprocessgroup: Successfully killed process cgroup uid 1058 pid 258 in 0ms
    [   18.134496][  T171] type=1400 audit(26.724:4): avc: denied { read } for comm="crash_dump64" name="status" dev="selinuxfs" ino=19 scontext=u:r:crash_dump:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=0
    [   18.137050][  T164] logd: logdr: UID=1017 GID=1017 PID=264 n tail=0 logMask=8 pid=189 start=0ns deadline=0ns
    [   18.153895][  T171] type=1400 audit(26.724:5): avc: denied { read } for comm="crash_dump64" name="status" dev="selinuxfs" ino=19 scontext=u:r:crash_dump:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=0
    [   18.166210][  T164] logd: logdr: UID=1017 GID=1017 PID=264 n tail=0 logMask=1 pid=189 start=0ns deadline=0ns
    [   18.195162][  T264] DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    [   18.195465][  T264] DEBUG: Build fingerprint: 'TI/am62x/am62x:13/TQ3A.230705.001.A1/eng.buildu.20231220.202526:userdebug/test-keys'
    [   18.204322][  T264] DEBUG: Revision: '0'
    [   18.216625][  T264] DEBUG: ABI: 'arm64'
    [   18.221086][  T264] DEBUG: Timestamp: 1970-01-01 00:00:26.577460180+0000
    [   18.225464][  T264] DEBUG: Process uptime: 4s
    [   18.232640][  T264] DEBUG: Cmdline: /system/bin/keystore2 /data/misc/keystore
    [   18.237575][  T264] DEBUG: pid: 189, tid: 189, name: binder:189_2  >>> /system/bin/keystore2 <<<
    [   18.245131][  T264] DEBUG: uid: 1017
    [   18.254450][  T264] DEBUG: tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
    [   18.258536][  T264] DEBUG: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
    [   18.266935][  T264] DEBUG: Abort message: 'Failed to open database.: Failed to attach database persistent.
    [   18.284658][  T264] DEBUG: 
    [   18.287536][  T264] DEBUG: Caused by:
    [   18.291266][  T264] DEBUG:     0: unable to open database: file:/data/misc/keystore/persistent.sqlite
    [   18.300581][  T264] DEBUG:     1: Error code 14: Unable to open the database file'
    [   18.301025][  T264] DEBUG:     x0  0000000000000000  x1  00000000000000bd  x2  0000000000000006  x3  0000007fcfe5a460
    [   18.309149][  T264] DEBUG:     x4  0000000000808080  x5  0000000000808080  x6  0000000000808080  x7  8080800000000000
    [   18.320226][  T264] DEBUG:     x8  00000000000000f0  x9  0000007629942a00  x10 0000000000000001  x11 00000076299846a0
    [   18.331309][  T264] DEBUG:     x12 0101010101010101  x13 2e746e6574736973  x14 0000007fcfe5947c  x15 0000000000000070
    [   18.342479][  T264] DEBUG:     x16 00000076299f2d58  x17 00000076299cd770  x18 0000007630c8a000  x19 00000000000000ac
    [   18.353575][  T264] DEBUG:     x20 00000000000000b2  x21 00000000000000bd  x22 00000000000000bd  x23 00000000ffffffff
    [   18.364672][  T264] DEBUG:     x24 0000000000000001  x25 0000005801393750  x26 00000058013937a8  x27 b400007473e0901c
    [   18.375805][  T264] DEBUG:     x28 00000058013935f0  x29 0000007fcfe5a4e0
    [   18.386998][  T264] DEBUG:     lr  00000076299743f4  sp  0000007fcfe5a440  pc  0000007629974424  pst 0000000000000000
    [   18.394530][  T264] DEBUG: backtrace:
    [   18.405662][  T264] DEBUG:       #00 pc 0000000000053424  /apex/com.android.runtime/lib64/bionic/libc.so (abort+180) (BuildId: e2429c64ab29f2d0ffc5a8f42c0c1b80)
    [   18.409873][  T264] DEBUG:       #01 pc 00000000001576ac  /system/bin/keystore2 (_RNvNvCs2yrrfPAoZZX_11panic_abort18___rust_start_panic5abort.llvm.16868985108068327187+4) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.424811][  T264] DEBUG:       #02 pc 00000000001576a0  /system/bin/keystore2 (__rust_start_panic+8) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.444527][  T264] DEBUG:       #03 pc 0000000000165c5c  /system/bin/keystore2 (rust_panic+16) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.458280][  T264] DEBUG:       #04 pc 000000000016592c  /system/bin/keystore2 (_RNvNtCs4p8YLn7dL5m_3std9panicking20rust_panic_with_hook+996) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.471336][  T264] DEBUG:       #05 pc 0000000000165498  /system/bin/keystore2 (_RNCNvNtCs4p8YLn7dL5m_3std9panicking19begin_panic_handler0B5_.llvm.8848384190362852836+112) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.488418][  T264] DEBUG:       #06 pc 0000000000163d90  /system/bin/keystore2 (_RINvNtNtCs4p8YLn7dL5m_3std10sys_common9backtrace26___rust_end_short_backtraceNCNvNtB6_9panicking19begin_panic_handler0zEB6_.llvm.8848384190362852836+16) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.508101][  T264] DEBUG:       #07 pc 000000000016526c  /system/bin/keystore2 (rust_begin_unwind+36) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.533224][  T264] DEBUG:       #08 pc 0000000000077388  /system/bin/keystore2 (_RNvNtCsl9ljXaK2GKD_4core9panicking9panic_fmt+36) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.546988][  T264] DEBUG:       #09 pc 0000000000077560  /system/bin/keystore2 (_RNvNtCsl9ljXaK2GKD_4core6result13unwrap_failed+80) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.563227][  T264] DEBUG:       #10 pc 00000000000d5bb0  /system/bin/keystore2 (_RNvNtCsjeBucwD6oYH_9keystore27globals22create_thread_local_db+664) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.580278][  T264] DEBUG:       #11 pc 00000000001204c4  /system/bin/keystore2 (_RNvNvNtCsjeBucwD6oYH_9keystore27globals2DB7___getit+216) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.598079][  T264] DEBUG:       #12 pc 00000000000ecf74  /system/bin/keystore2 (_RNvXs0_NtCsjeBucwD6oYH_9keystore211maintenanceNtB5_11MaintenanceNtNtNtNtNtNtCs5RsHhU1Nfkr_28android_security_maintenance4aidl7android8security11maintenance20IKeystoreMaintenance20IKeystoreMaintenance14earlyBootEnded+348) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.615051][  T264] DEBUG:       #13 pc 0000000000064038  /system/bin/keystore2 (_RNvXs8_NtNtNtNtNtCs5RsHhU1Nfkr_28android_security_maintenance4aidl7android8security11maintenance20IKeystoreMaintenanceNtB5_21BnKeystoreMaintenanceNtNtCs6pfwsPMdzSo_6binder6binder9Remotable11on_transact+396) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.646077][  T264] DEBUG:       #14 pc 0000000000064398  /system/bin/keystore2 (_RNvXs2_NtCs6pfwsPMdzSo_6binder6nativeINtB5_6BinderNtNtNtNtNtNtCs5RsHhU1Nfkr_28android_security_maintenance4aidl7android8security11maintenance20IKeystoreMaintenance21BnKeystoreMaintenanceENtNtB7_6binder21InterfaceClassMethods11on_transactBY_+44) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.675858][  T264] DEBUG:       #15 pc 000000000000b1fc  /system/lib64/libbinder_ndk.so (ABBinder::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+140) (BuildId: 24e43640e469fbda0fca8574a4564056)
    [   18.708885][  T264] DEBUG:       #16 pc 000000000005213c  /system/lib64/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+236) (BuildId: 29e4003b17ef1808c8bcfeb5a6940d97)
    [   18.729818][  T264] DEBUG:       #17 pc 000000000005d9d4  /system/lib64/libbinder.so (android::IPCThreadState::executeCommand(int)+1012) (BuildId: 29e4003b17ef1808c8bcfeb5a6940d97)
    [   18.751838][  T264] DEBUG:       #18 pc 000000000005d510  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+160) (BuildId: 29e4003b17ef1808c8bcfeb5a6940d97)
    [   18.768535][  T264] DEBUG:       #19 pc 000000000005dda4  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+68) (BuildId: 29e4003b17ef1808c8bcfeb5a6940d97)
    [   18.785386][  T264] DEBUG:       #20 pc 0000000000045e90  /system/bin/keystore2 (_RNvCsdV139EorvfX_14keystore2_main4main+3004) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.801945][  T264] DEBUG:       #21 pc 00000000000469bc  /system/bin/keystore2 (_RNCINvNtCs4p8YLn7dL5m_3std2rt10lang_startuE0CsdV139EorvfX_14keystore2_main+8) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.817734][  T264] DEBUG:       #22 pc 0000000000163788  /system/bin/keystore2 (_RNvNtCs4p8YLn7dL5m_3std2rt19lang_start_internal+344) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.836377][  T264] DEBUG:       #23 pc 0000000000046ac0  /system/bin/keystore2 (main+40) (BuildId: a6226e7911a2e383d6b325ed48b68122)
    [   18.852831][  T264] DEBUG:       #24 pc 000000000004b730  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: e2429c64ab29f2d0ffc5a8f42c0c1b80)
    [   18.886584][    T1] init: Untracked pid 264 exited with status 0
    [   18.890006][   T87] binder: release 189:189 transaction 520 in, still active
    [   18.904785][    T1] init: Untracked pid 264 did not have an associated service entry and will not be reaped
    [   18.908670][   T87] binder: send failed reply for transaction 520 to 175:175
    [   18.916449][    T1] init: Service 'keystore2' (pid 189) received signal 6
    [   18.933172][  T175] vold: keystore2 Communication with Keystore earlyBootEnded failed error: -129
    [   18.939659][    T1] init: Sending signal 9 to service 'keystore2' (pid 189) process group...
    [   18.957727][    T1] libprocessgroup: Successfully killed process cgroup uid 1017 pid 189 in 0ms
    [   18.969756][    T1] init: Service 'exec 6 (/system/bin/vdc keymaster earlyBootEnded)' (pid 259) exited with status 0 waiting took 1.175000 seconds
    [   18.983245][    T1] init: Sending signal 9 to service 'exec 6 (/system/bin/vdc keymaster earlyBootEnded)' (pid 259) process group...
    [   18.995979][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 259 in 0ms
    [   19.006549][    T1] init: Untracked pid 266 exited with status 0
    [   19.012860][    T1] init: Untracked pid 266 did not have an associated service entry and will not be reaped
    [   19.025015][    T1] init: Command 'mkdir /data/property 0700 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:725) took 1ms and failed: mkdir() failed on /data/property: Read-only file system
    [   19.046350][  T102] init: Couldn't load property file '/data/local.prop': open() failed: No such file or directory: No such file or directory
    [   19.059510][  T102] init: Could not load single persistent property file, trying legacy directory: Unable to read persistent property file: open() failed: No such file or directory
    [   19.076048][  T102] init: Unable to load legacy persistent properties: Unable to open persistent property directory "/data/property": No such file or directory
    [   19.091280][  T102] init: Wait for property 'ro.persistent_properties.ready=true' took 45ms
    [   19.100172][    T1] init: service 'logd' requested start, but it is already running (flags: 4)
    [   19.109735][    T1] init: starting service 'keystore2'...
    [   19.151695][    T1] init: starting service 'logd-reinit'...
    [   19.190188][    T1] init: Not setting encryption policy on: /data/apex
    [   19.211599][    T1] init: Command 'mkdir /data/apex 0755 root system encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:742) took 21ms and failed: mkdir() failed on /data/apex: Read-only file system
    [   19.234488][    T1] init: Inferred action different from explicit one, expected 0 but got 2
    [   19.248342][    T1] init: Inferred action different from explicit one, expected 0 but got 3
    [   19.258680][    T1] init: Command 'mkdir /data/app-staging 0751 system system encryption=DeleteIfNecessary' action=post-fs-data (/system/etc/init/hw/init.rc:748) took 10ms and failed: mkdir() failed on /data/app-staging: Read-only file system
    [   19.280745][    T1] init: Inferred action different from explicit one, expected 0 but got 2
    [   19.286029][  T166] logd: logd reinit
    [   19.292587][    T1] init: starting service 'apexd'...
    [   19.293443][  T166] logd: Cannot read /data/misc/logd/event-log-tags
    [   19.311078][  T166] logd: FrameworkListener: read() failed (Connection reset by peer)
    [   19.313581][    T1] init: Service 'logd-reinit' (pid 270) exited with status 0 oneshot service took 0.133000 seconds in background
    [   19.331585][    T1] init: Sending signal 9 to service 'logd-reinit' (pid 270) process group...
    [   19.341046][    T1] libprocessgroup: Successfully killed process cgroup uid 1036 pid 270 in 0ms
    [   19.356193][    T1] init: Command 'copy /data/misc/recovery/ro.build.fingerprint /data/misc/recovery/ro.build.fingerprint.1' action=post-fs-data (/system/etc/init/hw/init.rc:755) took 0ms and failed: Could not read input file '/data/misc/recovery/ro.build.fingerprint': open() failed: No such file or directory
    [   19.386441][    T1] init: Command 'copy /data/misc/recovery/proc/version /data/misc/recovery/proc/version.1' action=post-fs-data (/system/etc/init/hw/init.rc:762) took 0ms and failed: Could not read input file '/data/misc/recovery/proc/version': open() failed: No such file or directory
    [   19.386508][  T271] apexd: Scanning /system/apex for pre-installed ApexFiles
    [   19.413976][    T1] init: Command 'copy /proc/version /data/misc/recovery/proc/version' action=post-fs-data (/system/etc/init/hw/init.rc:765) took 1ms and failed: Could not write to output file '/data/misc/recovery/proc/version': open() failed: No such file or directory
    [   19.420702][  T271] apexd: Found pre-installed APEX /system/apex/com.android.appsearch.apex
    [   19.454671][  T271] apexd: Found pre-installed APEX /system/apex/com.android.tzdata.apex
    [   19.465618][  T271] apexd: Found pre-installed APEX /system/apex/com.android.scheduling.apex
    [   19.477235][  T271] apexd: Found pre-installed APEX /system/apex/com.android.media.swcodec.capex
    [   19.479305][    T1] init: Command 'mkdir /data/local 0751 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:799) took 1ms and failed: mkdir() failed on /data/local: Read-only file system
    [   19.487712][  T271] apexd: Found pre-installed APEX /system/apex/com.android.tethering.capex
    [   19.515498][  T271] apexd: Found pre-installed APEX /system/apex/com.android.sdkext.apex
    [   19.527503][  T271] apexd: Found pre-installed APEX /system/apex/com.android.ipsec.capex
    [   19.534486][    T1] init: starting service 'exec 7 (/bin/rm -rf /data/misc/virtualizationservice)'...
    [   19.537319][  T271] apexd: Found pre-installed APEX /system/apex/com.android.media.capex
    [   19.554703][  T271] apexd: Found pre-installed APEX /system/apex/com.android.adbd.capex
    [   19.564518][  T271] apexd: Found pre-installed APEX /system/apex/com.android.extservices.capex
    [   19.575109][  T271] apexd: Found pre-installed APEX /system/apex/com.android.btservices.apex
    [   19.582922][    T1] init: SVC_EXEC service 'exec 7 (/bin/rm -rf /data/misc/virtualizationservice)' pid 277 (uid 1081 gid 1000+0 context default) started; waiting...
    [   19.585288][  T271] apexd: Found pre-installed APEX /system/apex/com.android.adservices.capex
    [   19.599171][    T1] init: Command 'exec - virtualizationservice system -- /bin/rm -rf /data/misc/virtualizationservice' action=post-fs-data (/system/etc/init/hw/init.rc:835) took 66ms and succeeded
    [   19.608492][  T271] apexd: Found pre-installed APEX /system/apex/com.android.apex.cts.shim.apex
    [   19.635312][  T271] apexd: Found pre-installed APEX /system/apex/com.android.runtime.apex
    [   19.645127][  T271] apexd: Found pre-installed APEX /system/apex/com.android.art.capex
    [   19.654721][  T271] apexd: Found pre-installed APEX /system/apex/com.android.wifi.capex
    [   19.664495][  T271] apexd: Found pre-installed APEX /system/apex/com.android.conscrypt.capex
    [   19.676431][  T271] apexd: Found pre-installed APEX /system/apex/com.android.os.statsd.apex
    [   19.680378][    T1] init: Service 'exec 7 (/bin/rm -rf /data/misc/virtualizationservice)' (pid 277) exited with status 0 waiting took 0.130000 seconds
    [   19.686640][  T271] apexd: Found pre-installed APEX /system/apex/com.android.mediaprovider.capex
    [   19.699165][    T1] init: Sending signal 9 to service 'exec 7 (/bin/rm -rf /data/misc/virtualizationservice)' (pid 277) process group...
    [   19.708906][  T271] apexd: Found pre-installed APEX /system/apex/com.android.neuralnetworks.capex
    [   19.720754][    T1] libprocessgroup: Successfully killed process cgroup uid 1081 pid 277 in 0ms
    [   19.730110][  T271] apexd: Found pre-installed APEX /system/apex/com.android.resolv.capex
    [   19.740162][    T1] init: Not setting encryption policy on: /data/preloads
    [   19.747454][  T271] apexd: Found pre-installed APEX /system/apex/com.android.i18n.apex
    [   19.754211][    T1] init: Command 'mkdir /data/preloads 0775 system system encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:838) took 14ms and failed: mkdir() failed on /data/preloads: Read-only file system
    [   19.762263][  T271] apexd: Found pre-installed APEX /system/apex/com.android.permission.capex
    [   19.784186][    T1] init: Not setting encryption policy on: /data/data
    [   19.790932][  T271] apexd: Found pre-installed APEX /system/apex/com.android.vndk.current.apex
    [   19.799169][    T1] init: Command 'mkdir /data/data 0771 system system encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:844) took 14ms and failed: mkdir() failed on /data/data: Read-only file system
    [   19.806515][  T271] apexd: Found pre-installed APEX /system/apex/com.android.uwb.capex
    [   19.825750][    T1] init: Command 'mkdir /data/app-private 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:845) took 1ms and failed: mkdir() failed on /data/app-private: Read-only file system
    [   19.833464][  T271] apexd: Found pre-installed APEX /system/apex/com.android.ondevicepersonalization.apex
    [   19.855526][    T1] init: Command 'mkdir /data/app-ephemeral 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:846) took 1ms and failed: mkdir() failed on /data/app-ephemeral: Read-only file system
    [   19.863786][  T271] apexd: Scanning /system_ext/apex for pre-installed ApexFiles
    [   19.885038][    T1] init: Command 'mkdir /data/app-asec 0700 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:847) took 1ms and failed: mkdir() failed on /data/app-asec: Read-only file system
    [   19.891045][  T271] apexd: /system_ext/apex does not exist. Skipping
    [   19.912790][    T1] init: Command 'mkdir /data/app-lib 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:848) took 1ms and failed: mkdir() failed on /data/app-lib: Read-only file system
    [   19.916996][  T271] apexd: Scanning /product/apex for pre-installed ApexFiles
    [   19.939490][    T1] init: Command 'mkdir /data/app 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:849) took 1ms and failed: mkdir() failed on /data/app: Read-only file system
    [   19.944257][  T271] apexd: /product/apex does not exist. Skipping
    [   19.963397][    T1] init: Inferred action different from explicit one, expected 0 but got 2
    [   19.969455][  T271] apexd: Scanning /vendor/apex for pre-installed ApexFiles
    [   19.979867][    T1] init: Command 'mkdir /data/fonts/ 0771 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:852) took 16ms and failed: mkdir() failed on /data/fonts/: Read-only file system
    [   19.985202][  T271] apexd: /vendor/apex does not exist. Skipping
    [   20.011189][  T271] apexd: No block apex metadata partition found, not adding block apexes
    [   20.014189][    T1] init: Command 'mkdir /data/dalvik-cache 0771 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:868) took 1ms and failed: mkdir() failed on /data/dalvik-cache: Read-only file system
    [   20.019781][  T271] apexd: Populating APEX database from mounts...
    [   20.042429][    T1] init: Command 'mkdir /data/ota 0771 root root encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:870) took 1ms and failed: mkdir() failed on /data/ota: Read-only file system
    [   20.047674][  T271] apexd: 0 packages restored.
    [   20.067170][    T1] init: Command 'mkdir /data/ota_package 0770 system cache encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:874) took 1ms and failed: mkdir() failed on /data/ota_package: Read-only file system
    [   20.070271][  T271] apexd: Failed to migrate sessions to /metadata partition : Failed to stat /metadata/apex/sessions: No such file or directory
    [   20.092442][    T1] init: Command 'mkdir /data/resource-cache 0771 system system encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:877) took 1ms and failed: mkdir() failed on /data/resource-cache: Read-only file system
    [   20.104081][  T271] apexd: Marking APEXd as starting
    [   20.125595][    T1] init: Not setting encryption policy on: /data/lost+found
    [   20.132713][  T271] apexd: Failed to stat /metadata/apex/sessions: No such file or directory
    [   20.138578][    T1] init: Command 'mkdir /data/lost+found 0770 root root encryption=None' action=post-fs-data (/system/etc/init/hw/init.rc:882) took 12ms and failed: mkdir() failed on /data/lost+found: Read-only file system
    [   20.145842][  T271] apexd: Failed to stat /data/apex/sessions: No such file or directory
    [   20.167817][    T1] init: Command 'mkdir /data/drm 0770 drm drm encryption=Require' action=post-fs-data (/system/etc/init/hw/init.rc:886) took 1ms and failed: mkdir() failed on /data/drm: Read-only file system
    [   20.193192][    T1] init: Service 'apexd' (pid 271) received signal 6 oneshot service took 0.889000 seconds in background
    [   20.204525][    T1] init: Sending signal 9 to service 'apexd' (pid 271) process group...
    [   20.213742][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 271 in 0ms
    [   20.223661][    T1] init: Service with 'reboot_on_failure' option failed, shutting down system.
    [   20.234397][    T1] init: Untracked pid 279 exited with status 1
    [   20.240676][    T1] init: Untracked pid 279 did not have an associated service entry and will not be reaped
    [   20.250787][    T1] init: Got shutdown_command 'reboot,apexd-failed' Calling HandlePowerctlMessage()
    [   20.260230][    T1] init: Clear action queue and start shutdown trigger
    [   20.268225][    T1] init: Entering shutdown mode
    [   20.274999][    T1] init: processing action (shutdown_done) from (<Builtin Action>:0)
    [   20.283050][    T1] init: Reboot start, reason: reboot,apexd-failed, reboot_target: apexd-failed
    [   20.292267][    T1] init: Shutdown timeout: 6000 ms
    [   20.297396][    T1] init: Create reboot monitor thread.
    [   20.303567][  T280] init: shutdown_timeout_timespec.tv_sec: 326
    [   20.304405][  T102] init: Recovering persistent properties from memory: Unable to read persistent property file: open() failed: No such file or directory
    [   20.324117][  T102] init: Could not store persistent property: Could not open temporary properties file: No such file or directory
    [   20.336430][    T1] init: Could not open '/metadata/bootstat/persist.sys.boot.reason' to persist reboot reason: No such file or directory
    [   20.355346][    T1] init: Reboot ending, jumping to kernel
    [   20.361342][    T1] kvm: exiting hardware virtualization
    [   20.420459][    T1] reboot: Restarting system with command 'apexd-failed'
    
    U-Boot SPL 2023.04-dirty (Jan 23 2024 - 08:31:14 -0600)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 13376 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):08.06.00.006
    NOTICE:  BL31: Built : 13:03:37, Jan 16 2024
    I/TC: 
    I/TC: OP-TEE version: 3.22.0-rc1 (gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1)) #1 Tue Jan 16 19:04:12 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-dirty (Jan 23 2024 - 08:33:50 -0600)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Feb 02 2024 - 13:36:48 -0600)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM62x LP SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-LP-SKEVM rev E2
    DRAM:  2 GiB
    Core:  78 devices, 30 uclasses, devicetree: separate
    NAND:  0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 

    Any thoughts on why this is happening? I have seen that when I run the flashall.sh script, it does say that the remote failed to set partition for when it's formatting the metadata partition, but this is the same as when I flash android on the eMMC.

    Munan

  • Hi Munan,

    Thank you for sharing the boot log.

    The relevant parts of the log are:

    [   13.193874][    T1] init: [libfs_mgr]Invalid ext4 superblock on '/dev/block/platform/bus@f0000/fa00000.mmc/by-name/metadata'
    [   13.205714][    T1] init: [libfs_mgr]mount_with_alternatives(): skipping mount due to invalid magic, mountpoint=/metadata blk_dev=/dev/block/mmcblk1p12 rec[2].fs_type=ext4
    [   13.222243][    T1] init: [libfs_mgr]Failed to mount an un-encryptable or wiped partition on /dev/block/platform/bus@f0000/fa00000.mmc/by-name/metadata at /metadata options: discard: Invalid argument
    [...]
    [   13.679769][    T1] selinux: SELinux:  setxattr failed: /metadata:  Read-only file system
    [   13.692137][    T1] init: Command 'mkdir /metadata/vold' action=post-fs (/system/etc/init/hw/init.rc:608) took 0ms and failed: mkdir() failed on /metadata/vold: Read-only file system
    

    In fact, metadata is a very important partition for Android. 

    Could you try backporting the following U-Boot patch (which tells fastboot that metadata is an ext4 partition):
    https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=102f008f7614f514522893098a37c6b3b0ca68f8

    Note: this is an U-Boot environment patch, so make sure to set the environment to the default (with => env default -a -f; saveenv) after applying the change.

  • Hi Munan,


    If this is resolved, can you please mark it as such?

    Thank you!
    Mattijs

  • Hey Mattijs,

    Sorry I had to step away from this for a bit, I'm aiming to test this out today or tomorrow to confirm.

    Munan

  • Hey Mattijs,

    Ok, so I was able to confirm that your change here does work on the LP SK EVM. I tried migrating the same change to the customer board however and it did not go the same. It's the same build, just GP instead of HS-FS device.

    I have enabled the early printk and also printed the environment at u-boot to confirm that the change is reflected in the environment, but you can see that it's still failing to mount the metadata partition:

    U-Boot SPL 2023.04-dirty (Mar 14 2024 - 13:50:30 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    Trying to boot from MMC2
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-dirty (Mar 14 2024 - 13:50:30 -0500)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM62x LP SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  2 GiB
    Core:  78 devices, 30 uclasses, devicetree: separate
    NAND:  board_nand_init: Failed to get GPMC device: -22
    0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from FAT... ** No device specified **
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    =>  printenv  
    ab_select_slot_cmd=part number mmc ${mmcdev} misc control_part_number;if test $? -ne 0; then echo misc partition not found;exit;fi;echo misc partition number:${control_part_number};ab_select current_slot mmc ${mmcdev}:${control_part_number};if test -z ${current_slot}; then echo current_slot not found;exit;fi;setenv slot_suffix _${current_slot}; setenv bootargs_ab androidboot.slot_suffix=${slot_suffix}; echo A/B cmdline addition: ${bootargs_ab};setenv bootargs ${bootargs} ${bootargs_ab};
    addr_fit=0x90000000
    arch=arm
    args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
    args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
    args_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${nbootpart} root=${nbootvolume} rootfstype=ubifs
    args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
    avb_verify_cmd=if test "${force_avb}" -eq 1; then avb init ${mmcdev};if avb verify $slot_suffix; then echo AVB verification OK.;setenv bootargs "$bootargs $avb_bootargs";else echo AVB verification failed.;exit; fi;else setenv bootargs "$bootargs androidboot.verifiedbootstate=orange";echo Running without AVB...; fi;
    baudrate=115200
    board=am62x
    board_name=am62x_skevm
    board_rev=unknown
    board_serial=unknown
    board_software_revision=unknown
    boot=mmc
    boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
    boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
    boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
    boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
    boot_fdt=try
    boot_fit=0
    boot_net_usb_start=usb start
    boot_prefixes=/ /boot/
    boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
    boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
    boot_script_dhcp=boot.scr.uimg
    boot_scripts=boot.scr.uimg boot.scr
    boot_syslinux_conf=extlinux/extlinux.conf
    boot_targets=fastboot recovery system panic 
    bootcmd=run envboot; run distro_bootcmd;
    bootcmd_fastboot=setenv run_fastboot 0;if gpt verify mmc ${mmcdev} ${partitions}; then; else echo Broken MMC partition scheme;setenv run_fastboot 1;fi; if test "${run_fastboot}" -eq 0; then if bcb load 1 misc; then if bcb test command = bootonce-bootloader; then echo BCB: Bootloader boot...; bcb clear command; bcb store; setenv run_fastboot 1;elif bcb test command = boot-fastboot; then echo BCB: fastboot userspace boot...; setenv force_recovery 1;fi; else echo Warning: BCB is corrupted or does not exist; fi;fi;if test "${run_fastboot}" -eq 1; then echo Running Fastboot...;fastboot 0; fi
    bootcmd_panic=fastboot 0; reset
    bootcmd_recovery=setenv run_recovery 0;if bcb load 1 misc; then if bcb test command = boot-recovery; then; echo BCB: Recovery boot...; setenv run_recovery 1;fi;else echo Warning: BCB is corrupted or does not exist; fi;if test "${skip_recovery}" -eq 1; then echo Recovery skipped by environment;setenv run_recovery 0;fi;if test "${force_recovery}" -eq 1; then echo Recovery forced by environment;setenv run_recovery 1;fi;if test "${run_recovery}" -eq 1; then echo Running Recovery...;mmc dev ${mmcdev};setenv bootargs "${bootargs} androidboot.serialno=${serial#}";run ab_select_slot_cmd;run avb_verify_cmd;part start mmc ${mmcdev} boot${slot_suffix} boot_start;part size mmc ${mmcdev} boot${slot_suffix} boot_size;if mmc read ${loadaddr} ${boot_start} ${boot_size}; then run prepare_fdt_cmd;echo Running Android Recovery...;bootm ${loadaddr} ${loadaddr} ${fdt_addr_r};fi;echo Failed to boot Android...;reset;fi
    bootcmd_system=echo Loading Android boot partition...;mmc dev ${mmcdev};setenv bootargs ${bootargs} androidboot.serialno=${serial#};run ab_select_slot_cmd;run avb_verify_cmd;part start mmc ${mmcdev} boot${slot_suffix} boot_start;part size mmc ${mmcdev} boot${slot_suffix} boot_size;if mmc read ${loadaddr} ${boot_start} ${boot_size}; then run prepare_fdt_cmd;setenv bootargs "${bootargs}  androidboot.force_normal_boot=1"  ; echo Running Android...;bootm ${loadaddr} ${loadaddr} ${fdt_addr_r};fi;echo Failed to boot Android...
    bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
    bootdelay=2
    bootdir=/boot
    bootenvfile=uEnv.txt
    bootm_size=0x10000000
    bootpart=1:2
    bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
    console=ttyS2,115200n8
    cpu=armv8
    default_device_tree=ti/k3-am625-sk.dtb
    dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
    dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
    dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
    dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
    dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
    dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
    distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
    dorprocboot=0
    dtboaddr=0x89000000
    efi_dtb_prefixes=/ /dtb/ /dtb/current/
    envboot=run distro_bootcmd
    ethaddr=34:08:e1:80:99:90
    fastboot.partition-type:metadata=ext4
    fdt_addr_r=0x88000000
    fdtaddr=0x88000000
    fdtcontroladdr=f7e83db0
    fdtoverlay_addr_r=0x89000000
    findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am62x_skevm; then setenv name_fdt ti/k3-am625-sk.dtb; fi; if test $board_name = am62x_lp_skevm; then setenv name_fdt ti/k3-am62-lp-sk.dtb; fi; if test $board_name = am62x_beagleplay; then setenv name_fdt ti/k3-am625-beagleplay.dtb; fi; setenv fdtfile ${name_fdt}
    finduuid=part uuid ${boot} ${bootpart} uuid
    force_avb=0
    get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
    get_fdt_nand=ubifsload ${fdtaddr} ${bootdir}/${fdtfile};
    get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
    get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
    get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
    get_fit_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
    get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
    get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
    get_kern_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
    get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
    get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
    get_overlay_nand=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
    get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
    get_overlaystring=for overlay in $name_overlays; do; setenv overlaystring ${overlaystring}'#'${overlay}; done;
    importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
    init_mmc=run args_all args_mmc
    init_nand=run args_all args_nand ubi_init
    init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
    kernel_addr_r=0x82000000
    load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
    loadaddr=0x82000000
    loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
    loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
    loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
    loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
    mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
    mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
    mmcdev=1
    mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
    mmcrootfstype=ext4 rootwait
    mtdids=spi-nand0=spi-nand0,nand0=omap2-nand.0
    mtdparts=mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system)
    name_fit=fitImage
    name_kern=Image
    nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype}
    nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr}
    nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048
    nandrootfstype=ubifs rootwait
    nbootpart=NAND.file-system
    nbootvolume=ubi0:rootfs
    ospi_nand_bootpart=ospi_nand.rootfs
    ospi_nand_bootvolume=ubi0:rootfs
    ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
    partitions=name=bootloader,start=5M,size=8M,uuid=${uuid_gpt_bootloader};name=tiboot3,start=4M,size=1M,uuid=${uuid_gpt_tiboot3};name=uboot-env,start=13M,size=512K,uuid=${uuid_gpt_env};name=misc,start=13824K,size=512K,uuid=${uuid_gpt_misc};name=boot_a,size=40M,uuid=${uuid_gpt_boot_a};name=boot_b,size=40M,uuid=${uuid_gpt_boot_b};name=dtbo_a,size=8M,uuid=${uuid_gpt_dtbo_a};name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};name=vbmeta_a,size=64K,uuid=${uuid_gpt_vbmeta_a};name=vbmeta_b,size=64K,uuid=${uuid_gpt_vbmeta_b};name=super,size=4608M,uuid=${uuid_gpt_super};name=metadata,size=16M,uuid=${uuid_gpt_metadata};name=persist,size=32M,uuid=${uuid_gpt_persist};name=userdata,size=-,uuid=${uuid_gpt_userdata}
    prepare_fdt_cmd=echo Preparing FDT...; if test $board_name = am62x_skevm; then echo "  Reading DTB for am62x_skevm..."; setenv dtb_index 0;elif test $board_name = am62x_lp_skevm; then echo "  Reading DTB for am62x_lp_skevm..."; setenv dtb_index 1;else echo Error: Android boot is not supported for $board_name; exit; fi; abootimg get dtb --index=$dtb_index dtb_start dtb_size; cp.b $dtb_start $fdt_addr_r $dtb_size; fdt addr $fdt_addr_r $fdt_size; part start mmc ${mmcdev} dtbo${slot_suffix} dtbo_start; part size mmc ${mmcdev} dtbo${slot_suffix} dtbo_size; mmc read ${dtboaddr} ${dtbo_start} ${dtbo_size}; echo "  Applying DTBOs..."; adtimg addr $dtboaddr; dtbo_idx=''; for index in $dtbo_index; do adtimg get dt --index=$index dtbo_addr; fdt resize; fdt apply $dtbo_addr; if test $dtbo_idx = ''; then dtbo_idx=${index}; else dtbo_idx=${dtbo_idx},${index}; fi; done; setenv bootargs "$bootargs androidboot.dtbo_idx=$dtbo_idx "; 
    pxefile_addr_r=0x80100000
    ramdisk_addr_r=0x88080000
    rd_spec=-
    rdaddr=0x88080000
    rproc_fw_binaries= 0 /lib/firmware/am62-mcu-m4f0_0-fw
    rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
    run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
    run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
    scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
    scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
    scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
    scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
    scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
    scriptaddr=0x80000000
    secure_rprocs=0
    serial#=0000000000000000
    soc=k3
    splashfile=ti_logo_414x97_32bpp.bmp.gz
    splashimage=0x80200000
    splashpos=m,m
    splashsource=mmc
    stderr=serial@2800000
    stdin=serial@2800000
    stdout=serial@2800000
    ubi_init=ubi part ${nbootpart}; ubifsmount ${nbootvolume};
    ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
    update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
    usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
    vendor=ti
    
    Environment size: 14731/131068 bytes
    => env default -f -a
    ## Resetting to default environment
    => boot
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Verify GPT: success!
    Loading Android boot partition...
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    switch to partitions #0, OK
    mmc1 is current device
    misc partition number:0x4
    ANDROID: Attempting slot b, tries remaining 7
    ANDROID: Booting slot: b
    A/B cmdline addition: androidboot.slot_suffix=_b
    Running without AVB...
    
    MMC read: dev # 1, block # 110592, count 81920 ... 81920 blocks read: OK
    Preparing FDT...
    Error: Android boot is not supported for am62x
    Running Android...
    ## Booting Android Image at 0x82000000 ...
    Kernel load addr 0x92000000 size 19076 KiB
    Kernel command line: no_console_suspend console=ttyS2,115200 printk.devkmsg=on androidboot.boot_devices=bus@f0000/fa00000.mmc init=/init cma=512M firmware_class.path=/vendor/firmware androidboot.hardware=am62x 8250.nr_uarts=10 mem_sleep_default=deep earlyprintk=serial,0x2800000,115200 buildvariant=userdebug
    RAM disk load addr 0x832a1800 size 14225 KiB
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Uncompressing Kernel Image
       Loading Ramdisk to 8f21b000, end 8ffff05e ... OK
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
       Loading Device Tree to 000000008f209000, end 000000008f21a08f ... OK
    Working FDT set to 8f209000
    
    Starting kernel ...
    
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    [    0.000000][    T0] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000][    T0] Linux version 6.1.25-android13-11-maybe-dirty (build-user@build-host) (Android (10087095, +pgo, +bolt, +lto, -mlgo, based on r487747c) clang version 17.0.2 (https://android.googlesource.com/toolchain/llvm-project d9f89f4d16663d5012e5c09495f3b30ece3d2362), LLD 17.0.2) #1 SMP PREEMPT Thu Jan  1 00:00:00 UTC 1970
    [    0.000000][    T0] Machine model: Texas Instruments AM625 SK
    [    0.000000][    T0] Stack Depot is disabled
    [    0.000000][    T0] Enabling dynamic shadow call stack
    [    0.000000][    T0] efi: UEFI not found.
    [    0.000000][    T0] Reserved memory: bypass linux,cma node, using cmdline CMA params instead
    [    0.000000][    T0] OF: reserved mem: node linux,cma compatible matching fail
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000][    T0] kvm [0]: Reserved 16 MiB at 0xfe200000
    [    0.000000][    T0] Zone ranges:
    [    0.000000][    T0]   DMA32    [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0]   Normal   empty
    [    0.000000][    T0]   Device   empty
    [    0.000000][    T0] Movable zone start for each node
    [    0.000000][    T0] Early memory node ranges
    [    0.000000][    T0]   node   0: [mem 0x0000000080000000-0x000000009c7fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000ff700000-0x00000000fffc9fff]
    [    0.000000][    T0]   node   0: [mem 0x00000000fffca000-0x00000000ffffffff]
    [    0.000000][    T0] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0] cma: Reserved 512 MiB at 0x00000000dc000000
    [    0.000000][    T0] psci: probing for conduit method from DT.
    [    0.000000][    T0] psci: PSCIv1.1 detected in firmware.
    [    0.000000][    T0] psci: Using standard PSCI v0.2 function IDs
    [    0.000000][    T0] psci: Trusted OS migration not required
    [    0.000000][    T0] psci: SMC Calling Convention v1.2
    [    0.000000][    T0] 'bootconfig' found on command line, but no bootconfig found
    [    0.000000][    T0] percpu: Embedded 29 pages/cpu s81920 r8192 d28672 u118784
    [    0.000000][    T0] Detected VIPT I-cache on CPU0
    [    0.000000][    T0] CPU features: SYS_ID_AA64MMFR1_EL1[11:8]: already set to 0
    [    0.000000][    T0] CPU features: detected: GIC system register CPU interface
    [    0.000000][    T0] CPU features: detected: ARM erratum 845719
    [    0.000000][    T0] alternatives: applying boot alternatives
    [    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000][    T0] Kernel command line: console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.page_alloc.sample=10 kasan.stacktrace=off kvm-arm.mode=protected bootconfig ioremap_guard androidboot.serialno= androidboot.slot_suffix=_b androidboot.verifiedbootstate=orange  androidboot.force_normal_boot=1 no_console_suspend console=ttyS2,115200 printk.devkmsg=on androidboot.boot_devices=bus@f0000/fa00000.mmc init=/init cma=512M firmware_class.path=/vendor/firmware androidboot.hardware=am62x 8250.nr_uarts=10 mem_sleep_default=deep earlyprintk=serial,0x2800000,115200 buildvariant=userdebug
    [    0.000000][    T0] cgroup: Disabling pressure control group feature
    [    0.000000][    T0] Unknown kernel command line parameters "earlyprintk=serial,0x2800000,115200 buildvariant=userdebug", will be passed to user space.
    [    0.000000][    T0] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000][    T0] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000][    T0] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
    [    0.000000][    T0] Memory: 1394096K/2097152K available (20544K kernel code, 2082K rwdata, 11548K rodata, 5120K init, 629K bss, 178768K reserved, 524288K cma-reserved)
    [    0.000000][    T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000][    T0] trace event string verifier disabled
    [    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000][    T0] rcu:     RCU event tracing is enabled.
    [    0.000000][    T0] rcu:     RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
    [    0.000000][    T0] rcu:     RCU priority boosting: priority 1 delay 500 ms.
    [    0.000000][    T0]  Trampoline variant of Tasks RCU enabled.
    [    0.000000][    T0]  Tracing variant of Tasks RCU enabled.
    [    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000][    T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000][    T0] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000][    T0] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000][    T0] GICv3: 256 SPIs implemented
    [    0.000000][    T0] GICv3: 0 Extended SPIs implemented
    [    0.000000][    T0] Root IRQ handler: gic_handle_irq
    [    0.000000][    T0] GICv3: GICv3 features: 16 PPIs
    [    0.000000][    T0] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000][    T0] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000][    T0] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000][    T0] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000][    T0] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000][    T0] ITS: using cache flushing for cmd queue
    [    0.000000][    T0] GICv3: using LPI property table @0x00000000800d0000
    [    0.000000][    T0] GIC: using cache flushing for LPI property table
    [    0.000000][    T0] GICv3: CPU0: using allocated LPI pending table @0x00000000800e0000
    [    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000][    T0] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000][    T0] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001][    T0] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000471][    T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000614][    T0] serial port 2 not yet initialized
    [    0.000655][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000668][    T0] pid_max: default: 32768 minimum: 301
    [    0.000924][    T0] LSM: Security Framework initializing
    [    0.000996][    T0] SELinux:  Initializing.
    [    0.001417][    T0] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.001442][    T0] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.004261][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.004281][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004393][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004669][    T1] rcu: Hierarchical SRCU implementation.
    [    0.004673][    T1] rcu:     Max phase no-delay instances is 1000.
    [    0.005803][    T1] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
    [    0.005887][    T1] Platform MSI: msi-controller@1820000 domain created
    [    0.006166][    T1] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.006295][    T1] EFI services will not be available.
    [    0.006892][    T1] smp: Bringing up secondary CPUs ...
    [    0.015720][    T0] Detected VIPT I-cache on CPU1
    [    0.015845][    T0] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.015865][    T0] GICv3: CPU1: using allocated LPI pending table @0x00000000800f0000
    [    0.015924][    T0] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.024967][    T0] Detected VIPT I-cache on CPU2
    [    0.025075][    T0] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.025091][    T0] GICv3: CPU2: using allocated LPI pending table @0x0000000080100000
    [    0.025133][    T0] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.034031][    T0] Detected VIPT I-cache on CPU3
    [    0.034132][    T0] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.034147][    T0] GICv3: CPU3: using allocated LPI pending table @0x0000000080110000
    [    0.034186][    T0] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.034284][    T1] smp: Brought up 1 node, 4 CPUs
    [    0.034291][    T1] SMP: Total of 4 processors activated.
    [    0.034296][    T1] CPU features: detected: 32-bit EL0 Support
    [    0.034299][    T1] CPU features: detected: 32-bit EL1 Support
    [    0.034304][    T1] CPU features: detected: CRC32 instructions
    [    0.034311][    T1] CPU features: detected: Protected KVM
    [    0.034376][    T1] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [    0.034383][    T1] CPU: All CPU(s) started at EL2
    [    0.034417][    T1] alternatives: applying system-wide alternatives
    [    0.051264][    T1] Registered cp15_barrier emulation handler
    [    0.051286][    T1] Registered setend emulation handler
    [    0.051537][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.051592][    T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.073375][    T1] pinctrl core: initialized pinctrl subsystem
    [    0.074888][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.078697][    T1] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.078963][    T1] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.079079][    T1] audit: initializing netlink subsys (disabled)
    [    0.079420][   T37] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
    [    0.080123][    T1] thermal_sys: Registered thermal governor 'step_wise'
    [    0.080155][    T1] thermal_sys: Registered thermal governor 'user_space'
    [    0.080160][    T1] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.080220][    T1] cpuidle: using governor menu
    [    0.080586][    T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.080702][    T1] ASID allocator initialised with 65536 entries
    [    0.080886][    T1] Serial: AMBA PL011 UART driver
    [    0.083514][    T1] printk: console [ramoops-1] enabled
    [    0.083611][    T1] pstore: Registered ramoops as persistent store backend
    [    0.083620][    T1] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.095241][    T1] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.097618][    T1] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.099982][    T1] KASLR disabled due to lack of seed
    [    0.111743][    T1] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.113252][    T1] iommu: Default domain type: Translated 
    [    0.113283][    T1] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.114002][    T1] SCSI subsystem initialized
    [    0.114173][    T1] usbcore: registered new interface driver usbfs
    [    0.114227][    T1] usbcore: registered new interface driver hub
    [    0.114264][    T1] usbcore: registered new device driver usb
    [    0.114498][    T1] mc: Linux media interface: v0.10
    [    0.114529][    T1] videodev: Linux video capture interface: v2.00
    [    0.114630][    T1] pps_core: LinuxPPS API ver. 1 registered
    [    0.114639][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.114669][    T1] PTP clock support registered
    [    0.114703][    T1] EDAC MC: Ver: 3.0.0
    [    0.116134][    T1] Advanced Linux Sound Architecture Driver Initialized.
    [    0.117478][    T1] clocksource: Switched to clocksource arch_sys_counter
    [    0.118151][    T1] VFS: Disk quotas dquot_6.6.0
    [    0.118219][    T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.119165][    T1] NET: Registered PF_INET protocol family
    [    0.119532][    T1] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.121353][    T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.121618][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.121738][    T1] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.122124][    T1] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.122726][    T1] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.123044][    T1] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.123127][    T1] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.123382][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.123434][    T1] NET: Registered PF_XDP protocol family
    [    0.123459][    T1] PCI: CLS 0 bytes, default 64
    [    0.124368][   T48] Trying to unpack rootfs image as initramfs...
    [    0.134229][    T1] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.135022][    T1] kvm [1]: IPA Size Limit: 40 bits
    [    0.232178][    T1] kvm [1]: disabling GICv2 emulation
    [    0.232251][    T1] kvm [1]: GIC system register CPU interface enabled
    [    0.232495][    T1] kvm [1]: vgic interrupt IRQ9
    [    0.232984][    T1] kvm [1]: Protected nVHE mode initialized successfully
    [    0.235162][    T1] Initialise system trusted keyrings
    [    0.235643][    T1] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.246839][    T1] fuse: init (API version 7.37)
    [    0.287682][    T1] Key type asymmetric registered
    [    0.287740][    T1] Asymmetric key parser 'x509' registered
    [    0.287952][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 238)
    [    0.288372][    T1] io scheduler mq-deadline registered
    [    0.288391][    T1] io scheduler kyber registered
    [    0.288647][    T1] io scheduler bfq registered
    [    0.291069][    T1] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.292118][    T1] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.293678][    T1] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.296363][    T1] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.299888][    T1] printk: console [ttynull0] enabled
    [    0.310285][    T1] brd: module loaded
    [    0.324051][    T1] loop: module loaded
    [    0.327176][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
    [    0.327222][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
    [    0.328008][    T1] MACsec IEEE 802.1AE
    [    0.328697][    T1] tun: Universal TUN/TAP device driver, 1.6
    [    0.330419][    T1] usbcore: registered new interface driver uas
    [    0.330500][    T1] usbcore: registered new interface driver usb-storage
    [    0.330919][    T1] usbcore: registered new interface driver xpad
    [    0.331068][    T1] gspca_main: v2.14.0 registered
    [    0.331146][    T1] usbcore: registered new interface driver uvcvideo
    [    0.331735][    T1] device-mapper: uevent: version 1.0.3
    [    0.332009][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
    [    0.334370][    T1] sdhci: Secure Digital Host Controller Interface driver
    [    0.334415][    T1] sdhci: Copyright(c) Pierre Ossman
    [    0.334423][    T1] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.335064][    T1] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.335452][    T1] hid: raw HID events driver (C) Jiri Kosina
    [    0.336691][    T1] usbcore: registered new interface driver usbhid
    [    0.336716][    T1] usbhid: USB HID core driver
    [    0.337060][    T1] ashmem: initialized
    [    0.337947][    T1] gnss: GNSS driver registered with major 503
    [    0.338753][    T1] usbcore: registered new interface driver snd-usb-audio
    [    0.339449][    T1] GACT probability NOT on
    [    0.339507][    T1] Mirror/redirect action on
    [    0.339549][    T1] netem: version 1.3
    [    0.339684][    T1] u32 classifier
    [    0.339692][    T1]     input device check on
    [    0.339699][    T1]     Actions configured
    [    0.411047][    T1] xt_time: kernel timezone is -0000
    [    0.411243][    T1] ipip: IPv4 and MPLS over IPv4 tunneling driver
    [    0.411828][    T1] gre: GRE over IPv4 demultiplexor driver
    [    0.411862][    T1] ip_gre: GRE over IPv4 tunneling driver
    [    0.413345][    T1] IPv4 over IPsec tunneling driver
    [    0.414054][    T1] Initializing XFRM netlink socket
    [    0.414121][    T1] IPsec XFRM device driver
    [    0.414783][    T1] NET: Registered PF_INET6 protocol family
    [    0.417687][    T1] Segment Routing with IPv6
    [    0.417757][    T1] In-situ OAM (IOAM) with IPv6
    [    0.417994][    T1] mip6: Mobile IPv6
    [    0.418853][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.419955][    T1] ip6_gre: GRE over IPv6 tunneling driver
    [    0.420580][    T1] NET: Registered PF_PACKET protocol family
    [    0.420628][    T1] NET: Registered PF_KEY protocol family
    [    0.420945][    T1] NET: Registered PF_VSOCK protocol family
    [    0.422792][    T1] registered taskstats version 1
    [    0.422895][    T1] Loading compiled-in X.509 certificates
    [    0.423756][   T70] cryptomgr_probe (70) used greatest stack depth: 14032 bytes left
    [    0.425806][    T1] Loaded X.509 cert 'Build time autogenerated kernel key: ca82c715ed303bc4580f7a4470bd091c9ce3d858'
    [    0.426017][    T1] page_owner is disabled
    [    0.426278][    T1] Key type .fscrypt registered
    [    0.426292][    T1] Key type fscrypt-provisioning registered
    [    0.426831][    T1] pstore: Using crash dump compression: deflate
    [    0.429858][    T1] ALSA device list:
    [    0.429917][    T1]   No soundcards found.
    [    0.735124][   T48] Freeing initrd memory: 14224K
    [    0.739149][    T1] Freeing unused kernel memory: 5120K
    [    0.745608][    T1] Run /init as init process
    [    0.784209][    T1] init: init first stage started!
    [    0.792210][    T1] init: Loading module /lib/modules/8250_omap.ko with args ''
    [    0.792763][    T1] 8250_omap: module verification failed: signature and/or required key missing - tainting kernel
    [    0.795139][    T1] init: Loaded kernel module /lib/modules/8250_omap.ko
    [    0.795571][    T1] init: Loading module /lib/modules/zsmalloc.ko with args ''
    [    0.797186][    T1] init: Loaded kernel module /lib/modules/zsmalloc.ko
    [    0.797606][    T1] init: Loading module /lib/modules/zram.ko with args ''
    [    0.799960][    T1] zram: Added device: zram0
    [    0.800139][    T1] init: Loaded kernel module /lib/modules/zram.ko
    [    0.800523][    T1] init: Loading module /lib/modules/ti-msgmgr.ko with args ''
    [    0.802741][    T1] init: Loaded kernel module /lib/modules/ti-msgmgr.ko
    [    0.803173][    T1] init: Loading module /lib/modules/ti_sci.ko with args ''
    [    0.810784][    T1] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    [    0.817208][    T1] init: Loaded kernel module /lib/modules/ti_sci.ko
    [    0.817824][    T1] init: Loading module /lib/modules/ti_sci_pm_domains.ko with args ''
    [    0.823361][    T1] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.824363][    T1] init: Loaded kernel module /lib/modules/ti_sci_pm_domains.ko
    [    0.824839][    T1] init: Loading module /lib/modules/phy-omap-usb2.ko with args ''
    [    0.826729][    T1] init: Loaded kernel module /lib/modules/phy-omap-usb2.ko
    [    0.827153][    T1] init: Loading module /lib/modules/syscon-clk.ko with args ''
    [    0.829210][    T1] init: Loaded kernel module /lib/modules/syscon-clk.ko
    [    0.829728][    T1] init: Loading module /lib/modules/tee.ko with args ''
    [    0.832473][    T1] init: Loaded kernel module /lib/modules/tee.ko
    [    0.832946][    T1] init: Loading module /lib/modules/k3-ringacc.ko with args ''
    [    0.835104][    T1] init: Loaded kernel module /lib/modules/k3-ringacc.ko
    [    0.835538][    T1] init: Loading module /lib/modules/irq-ti-sci-intr.ko with args ''
    [    0.836724][    T1] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.837103][    T1] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.837560][    T1] init: Loaded kernel module /lib/modules/irq-ti-sci-intr.ko
    [    0.838051][    T1] init: Loading module /lib/modules/sci-clk.ko with args ''
    [    0.894278][    T1] init: Loaded kernel module /lib/modules/sci-clk.ko
    [    0.894847][    T1] init: Loading module /lib/modules/k3-psil-lib.ko with args ''
    [    0.896119][    T1] init: Loaded kernel module /lib/modules/k3-psil-lib.ko
    [    0.896663][    T1] init: Loading module /lib/modules/k3-udma.ko with args ''
    [    0.900258][    T1] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.900529][    T1] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.901150][    T1] init: Loaded kernel module /lib/modules/k3-udma.ko
    [    0.901758][    T1] init: Loading module /lib/modules/reset-ti-sci.ko with args ''
    [    0.902054][   T48] printk: console [ttyS2] disabled
    [    0.902151][   T48] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 17, base_baud = 3000000) is a 8250
    [    0.910301][    T1] init: Loaded kernel module /lib/modules/reset-ti-sci.ko
    [    0.938553][   T48] printk: console [ttyS2] enabled
    [    0.944621][    T1] init: Loading module /lib/modules/irq-ti-sci-inta.ko with args ''
    [    0.950277][   T48] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.973205][    T1] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.984241][   T48] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.992129][    T1] init: Loaded kernel module /lib/modules/irq-ti-sci-inta.ko
    [    1.003403][   T48] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.010526][    T1] init: Loading module /lib/modules/reset-ti-syscon.ko with args ''
    [    1.023409][   T48] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.037897][    T1] init: Loaded kernel module /lib/modules/reset-ti-syscon.ko
    [    2.968832][    T1] init: Loading module /lib/modules/k3-udma-glue.ko with args ''
    [    2.978371][    T1] init: Loaded kernel module /lib/modules/k3-udma-glue.ko
    [    2.985817][    T1] init: Loading module /lib/modules/rtc-ti-k3.ko with args ''
    [    2.994734][    T1] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
    [    3.004429][    T1] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.010326][    T1] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:01:31 UTC (91)
    [    3.019830][    T1] init: Loaded kernel module /lib/modules/rtc-ti-k3.ko
    [    3.027050][    T1] init: Loading module /lib/modules/optee-rng.ko with args ''
    [    3.035409][    T1] init: Loaded kernel module /lib/modules/optee-rng.ko
    [    3.042506][    T1] init: Loading module /lib/modules/sa2ul.ko with args ''
    [    3.054362][    T1] init: Loaded kernel module /lib/modules/sa2ul.ko
    [    3.061222][    T1] init: Loading module /lib/modules/cma_heap.ko with args ''
    [    3.069632][    T1] init: Loaded kernel module /lib/modules/cma_heap.ko
    [    3.076717][    T1] init: Loading module /lib/modules/system_heap.ko with args ''
    [    3.085499][    T1] init: Loaded kernel module /lib/modules/system_heap.ko
    [    3.092738][    T1] init: Loading module /lib/modules/gpio-davinci.ko with args ''
    [    3.109367][    T1] init: Loaded kernel module /lib/modules/gpio-davinci.ko
    [    3.117013][    T1] init: Loading module /lib/modules/gpio-pca953x.ko with args ''
    [    3.126451][    T1] init: Loaded kernel module /lib/modules/gpio-pca953x.ko
    [    3.133953][    T1] init: Loading module /lib/modules/gpio-regulator.ko with args ''
    [    3.143735][    T1] init: Loaded kernel module /lib/modules/gpio-regulator.ko
    [    3.151320][    T1] init: Loading module /lib/modules/drm_dma_helper.ko with args ''
    [    3.160285][    T1] init: Loaded kernel module /lib/modules/drm_dma_helper.ko
    [    3.167836][    T1] init: Loading module /lib/modules/omap_hwspinlock.ko with args ''
    [    3.177285][    T1] init: Loaded kernel module /lib/modules/omap_hwspinlock.ko
    [    3.184936][    T1] init: Loading module /lib/modules/i2c-omap.ko with args ''
    [    3.194817][    T1] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    3.203136][    T1] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    3.210837][    T1] pca953x 1-0022: using AI
    [    3.237618][    T1] pca953x 1-0022: failed writing register
    [    3.243401][    T1] pca953x: probe of 1-0022 failed with error -121
    [    3.249743][    T1] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    3.257438][    T1] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    3.264301][    T1] init: Loaded kernel module /lib/modules/i2c-omap.ko
    [    3.271419][    T1] init: Loading module /lib/modules/i2c-mux.ko with args ''
    [    3.279659][    T1] init: Loaded kernel module /lib/modules/i2c-mux.ko
    [    3.286612][    T1] init: Loading module /lib/modules/i2c-mux-pca954x.ko with args ''
    [    3.295749][    T1] init: Loaded kernel module /lib/modules/i2c-mux-pca954x.ko
    [    3.303384][    T1] init: Loading module /lib/modules/ili210x.ko with args ''
    [    3.311796][    T1] init: Loaded kernel module /lib/modules/ili210x.ko
    [    3.318710][    T1] init: Loading module /lib/modules/irq-pruss-intc.ko with args ''
    [    3.327896][    T1] init: Loaded kernel module /lib/modules/irq-pruss-intc.ko
    [    3.335448][    T1] init: Loading module /lib/modules/leds-tlc591xx.ko with args ''
    [    3.343941][    T1] init: Loaded kernel module /lib/modules/leds-tlc591xx.ko
    [    3.351370][    T1] init: Loading module /lib/modules/omap-mailbox.ko with args ''
    [    3.360834][    T1] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    3.368523][    T1] init: Loaded kernel module /lib/modules/omap-mailbox.ko
    [    3.375895][    T1] init: Loading module /lib/modules/palmas.ko with args ''
    [    3.384162][    T1] init: Loaded kernel module /lib/modules/palmas.ko
    [    3.390993][    T1] init: Loading module /lib/modules/sdhci_am654.ko with args ''
    [    3.401233][   T48] mmc0: CQHCI version 5.10
    [    3.447079][   T48] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    3.455711][    T1] init: Loaded kernel module /lib/modules/sdhci_am654.ko
    [    3.463171][    T1] init: Loading module /lib/modules/mux-core.ko with args ''
    [    3.471993][    T1] init: Loaded kernel module /lib/modules/mux-core.ko
    [    3.479159][    T1] init: Loading module /lib/modules/mux-mmio.ko with args ''
    [    3.487790][    T1] init: Loaded kernel module /lib/modules/mux-mmio.ko
    [    3.495089][    T1] init: Loading module /lib/modules/mdio-bitbang.ko with args ''
    [    3.503693][    T1] init: Loaded kernel module /lib/modules/mdio-bitbang.ko
    [    3.510868][    T1] init: Loading module /lib/modules/davinci_mdio.ko with args ''
    [    3.520209][    T1] init: Loaded kernel module /lib/modules/davinci_mdio.ko
    [    3.527772][    T1] init: Loading module /lib/modules/mdio-gpio.ko with args ''
    [    3.536442][    T1] init: Loaded kernel module /lib/modules/mdio-gpio.ko
    [    3.543605][    T1] init: Loading module /lib/modules/cdns-dphy-rx.ko with args ''
    [    3.553051][    T1] init: Loaded kernel module /lib/modules/cdns-dphy-rx.ko
    [    3.560557][    T1] init: Loading module /lib/modules/cdns-dphy.ko with args ''
    [    3.569363][    T1] init: Loaded kernel module /lib/modules/cdns-dphy.ko
    [    3.576616][    T1] init: Loading module /lib/modules/phy-cadence-torrent.ko with args ''
    [    3.587681][    T1] init: Loaded kernel module /lib/modules/phy-cadence-torrent.ko
    [    3.595810][    T1] init: Loading module /lib/modules/phy-can-transceiver.ko with args ''
    [    3.605501][    T1] init: Loaded kernel module /lib/modules/phy-can-transceiver.ko
    [    3.613545][    T1] init: Loading module /lib/modules/phy-gmii-sel.ko with args ''
    [    3.623301][    T1] init: Loaded kernel module /lib/modules/phy-gmii-sel.ko
    [    3.630820][    T1] init: Loading module /lib/modules/phy-j721e-wiz.ko with args ''
    [    3.640611][    T1] init: Loaded kernel module /lib/modules/phy-j721e-wiz.ko
    [    3.648366][    T1] init: Loading module /lib/modules/pwm-tiecap.ko with args ''
    [    3.657199][    T1] init: Loaded kernel module /lib/modules/pwm-tiecap.ko
    [    3.664466][    T1] init: Loading module /lib/modules/pwm-tiehrpwm.ko with args ''
    [    3.673516][    T1] init: Loaded kernel module /lib/modules/pwm-tiehrpwm.ko
    [    3.680949][    T1] init: Loading module /lib/modules/palmas-regulator.ko with args ''
    [    3.690858][    T1] init: Loaded kernel module /lib/modules/palmas-regulator.ko
    [    3.698660][    T1] init: Loading module /lib/modules/pru_rproc.ko with args ''
    [    3.708042][    T1] init: Loaded kernel module /lib/modules/pru_rproc.ko
    [    3.715338][    T1] init: Loading module /lib/modules/ti_k3_common.ko with args ''
    [    3.724141][    T1] init: Loaded kernel module /lib/modules/ti_k3_common.ko
    [    3.731585][    T1] init: Loading module /lib/modules/ti_k3_dsp_remoteproc.ko with args ''
    [    3.741650][    T1] init: Loaded kernel module /lib/modules/ti_k3_dsp_remoteproc.ko
    [    3.749822][    T1] init: Loading module /lib/modules/ti_k3_m4_remoteproc.ko with args ''
    [    3.759774][    T1] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    3.769196][    T1] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    3.776682][    T1] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    3.784593][    T1] remoteproc remoteproc0: 5000000.m4fss is available
    [    3.791435][   T71] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [    3.801328][   T71] remoteproc remoteproc0: powering up 5000000.m4fss
    [    3.802013][    T1] init: Loaded kernel module /lib/modules/ti_k3_m4_remoteproc.ko
    [    3.807982][   T71] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [    3.815898][    T1] init: Loading module /lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    3.825231][   T71] remoteproc remoteproc0: request_firmware failed: -2
    [    3.842084][    T1] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    3.854684][    T1] platform 78000000.r5f: configured R5F for IPC-only mode
    [    3.861786][    T1] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    3.870894][    T1] remoteproc remoteproc1: 78000000.r5f is available
    [    3.877419][    T1] remoteproc remoteproc1: attaching to 78000000.r5f
    [    3.884277][    T1] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    3.891710][    T1] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    3.901569][    T1] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [    3.909054][    T1] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    3.918397][    T1] init: Loaded kernel module /lib/modules/ti_k3_r5_remoteproc.ko
    [    3.926454][    T1] init: Loading module /lib/modules/rpmsg_kdrv.ko with args ''
    [    3.936033][    T1] init: Loaded kernel module /lib/modules/rpmsg_kdrv.ko
    [    3.943318][    T1] init: Loading module /lib/modules/rpmsg_kdrv_switch.ko with args ''
    [    3.953211][    T1] init: Loaded kernel module /lib/modules/rpmsg_kdrv_switch.ko
    [    3.961070][    T1] init: Loading module /lib/modules/rpmsg_ns.ko with args ''
    [    3.969169][    T1] init: Loaded kernel module /lib/modules/rpmsg_ns.ko
    [    3.976143][    T1] init: Loading module /lib/modules/virtio_rpmsg_bus.ko with args ''
    [    3.985906][    T1] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    3.986289][   T74] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    3.992503][    T1] init: Loaded kernel module /lib/modules/virtio_rpmsg_bus.ko
    [    4.000525][   T74] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    4.008146][    T1] init: Loading module /lib/modules/pruss.ko with args ''
    [    4.027495][    T1] remoteproc remoteproc2: 30074000.pru is available
    [    4.035082][    T1] remoteproc remoteproc3: 30078000.pru is available
    [    4.042488][    T1] init: Loaded kernel module /lib/modules/pruss.ko
    [    4.049381][    T1] init: Loading module /lib/modules/spi-cadence-quadspi.ko with args ''
    [    4.062152][    T1] init: Loaded kernel module /lib/modules/spi-cadence-quadspi.ko
    [    4.070343][    T1] init: Loading module /lib/modules/spi-omap2-mcspi.ko with args ''
    [    4.080253][    T1] init: Loaded kernel module /lib/modules/spi-omap2-mcspi.ko
    [    4.087957][    T1] init: Loading module /lib/modules/optee.ko with args ''
    [    4.098212][    T1] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    4.103565][    T1] optee: revision 3.21 (9ab92ded)
    [    4.120078][    T1] optee: dynamic shared memory is enabled
    [    4.130802][    T1] optee: initialized driver
    [    4.135923][    T1] init: Loaded kernel module /lib/modules/optee.ko
    [    4.142822][    T1] init: Loading module /lib/modules/k3_bandgap.ko with args ''
    [    4.151768][    T1] init: Loaded kernel module /lib/modules/k3_bandgap.ko
    [    4.159005][    T1] init: Loading module /lib/modules/k3_j72xx_bandgap.ko with args ''
    [    4.168223][    T1] k3-j72xx-soc-thermal b00000.temperature-sensor: invalid resource
    [    4.176059][    T1] k3-j72xx-soc-thermal: probe of b00000.temperature-sensor failed with error -22
    [    4.185720][    T1] init: Loaded kernel module /lib/modules/k3_j72xx_bandgap.ko
    [    4.193441][    T1] init: Loading module /lib/modules/dwc3-am62.ko with args ''
    [    4.202660][    T1] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    4.219304][    T1] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    4.225594][    T1] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    4.234168][    T1] xhci-hcd xhci-hcd.2.auto: USB3 root hub has no ports
    [    4.240872][    T1] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    4.251020][    T1] xhci-hcd xhci-hcd.2.auto: irq 437, io mem 0x31100000
    [    4.258138][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
    [    4.267108][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.275099][    T1] usb usb1: Product: xHCI Host Controller
    [    4.280678][    T1] usb usb1: Manufacturer: Linux 6.1.25-android13-11-maybe-dirty xhci-hcd
    [    4.288937][    T1] usb usb1: SerialNumber: xhci-hcd.2.auto
    [    4.294936][    T1] hub 1-0:1.0: USB hub found
    [    4.299429][    T1] hub 1-0:1.0: 1 port detected
    [    4.305275][    T1] init: Loaded kernel module /lib/modules/dwc3-am62.ko
    [    4.312509][    T1] init: Loading module /lib/modules/dwc3-haps.ko with args ''
    [    4.320958][    T1] init: Loaded kernel module /lib/modules/dwc3-haps.ko
    [    4.328256][    T1] init: Loading module /lib/modules/dwc3-of-simple.ko with args ''
    [    4.337687][    T1] init: Loaded kernel module /lib/modules/dwc3-of-simple.ko
    [    4.345430][    T1] init: Loading module /lib/modules/tps6598x.ko with args ''
    [    4.377928][    T1] init: Loaded kernel module /lib/modules/tps6598x.ko
    [    4.385037][    T1] init: Loading module /lib/modules/rti_wdt.ko with args ''
    [    4.396773][    T1] init: Loaded kernel module /lib/modules/rti_wdt.ko
    [    4.403914][    T1] init: Loading module /lib/modules/i2c-dev.ko with args ''
    [    4.412706][    T1] i2c_dev: i2c /dev entries driver
    [    4.418194][    T1] init: Loaded kernel module /lib/modules/i2c-dev.ko
    [    4.425150][    T1] init: Loading module /lib/modules/tidss.ko with args ''
    [    4.438154][    T1] init: Loaded kernel module /lib/modules/tidss.ko
    [    4.445024][    T1] init: Loading module /lib/modules/sii902x.ko with args ''
    [    4.454345][    T1] init: Loaded kernel module /lib/modules/sii902x.ko
    [    4.461430][    T1] init: Loading module /lib/modules/display-connector.ko with args ''
    [    4.471837][    T1] init: Loaded kernel module /lib/modules/display-connector.ko
    [    4.479816][    T1] init: Loading module /lib/modules/panel-simple.ko with args ''
    [    4.492571][    T1] init: Loaded kernel module /lib/modules/panel-simple.ko
    [    4.500181][    T1] init: Loading module /lib/modules/tps65219.ko with args ''
    [    4.508737][    T1] init: Loaded kernel module /lib/modules/tps65219.ko
    [    4.515869][    T1] init: Loading module /lib/modules/tps65219-pwrbutton.ko with args ''
    [    4.525368][    T1] init: Loaded kernel module /lib/modules/tps65219-pwrbutton.ko
    [    4.533329][    T1] init: Loading module /lib/modules/tps65219-regulator.ko with args ''
    [    4.542865][    T1] init: Loaded kernel module /lib/modules/tps65219-regulator.ko
    [    4.551181][    T1] init: Loaded 79 kernel modules took 3766 ms
    [    4.557848][    T1] init: Copied ramdisk prop to /second_stage_resources/system/etc/ramdisk/build.prop
    [    4.567285][    T1] init: Not moving /system/bin/snapuserd because it cannot be accessed: No such file or directory
    [    4.578374][    T1] init: Switching root to '/first_stage_ramdisk'
    [    4.585421][    T1] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
    [    4.595197][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    4.603479][    T1] init: Failed to read vbmeta partitions.
    [    4.722212][    T1] init: bool android::init::BlockDevInitializer::InitDevices(std::set<std::string>): partition(s) not found in /sys, waiting for their uevent(s): metadata, super
    [   14.563994][   T61] platform regulator-3: deferred probe pending
    [   14.570056][   T61] platform regulator-6: deferred probe pending
    [   14.576062][   T61] platform regulator-7: deferred probe pending
    [   14.582065][   T61] platform fa20000.mmc: deferred probe pending
    [   14.588068][   T61] platform fa00000.mmc: deferred probe pending
    [   14.594070][   T61] platform 30200000.dss: deferred probe pending
    [   14.600160][   T61] i2c 1-003b: deferred probe pending
    [   14.749391][    T1] init: Wait for partitions returned after 10010ms
    [   14.755803][    T1] init: bool android::init::BlockDevInitializer::InitDevices(std::set<std::string>): partition(s) not found after polling timeout: metadata, super
    [   14.770776][    T1] init: Failed to mount required partitions early ...
    [   14.779884][    T1] init: InitFatalReboot: signal 6
    [   14.791730][    T1] init: #00 pc 000000000012eccc  /system/bin/init
    [   14.798109][    T1] init: #01 pc 00000000000c1b90  /system/bin/init
    [   14.804398][    T1] init: #02 pc 0000000000017560  /system/lib64/libbase.so
    [   14.811374][    T1] init: #03 pc 0000000000016a84  /system/lib64/libbase.so
    [   14.818348][    T1] init: #04 pc 00000000000ed424  /system/bin/init
    [   14.824626][    T1] init: #05 pc 00000000000ae110  /system/bin/init
    [   14.830913][    T1] init: #06 pc 000000000004b730  /system/lib64/libc.so (__libc_init+96)
    [   14.839100][    T1] init: Reboot ending, jumping to kernel
    [   14.844620][    T1] kvm: exiting hardware virtualization
    [   14.851420][    T1] reboot: Restarting system with command 'bootloader'
    
    U-Boot SPL 2023.04-dirty (Feb 28 2024 - 08:50:39 -0600)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 13376 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):08.06.00.006
    NOTICE:  BL31: Built : 08:47:00, Feb 28 2024
    I/TC: 
    I/TC: OP-TEE version: 3.22.0-rc1 (gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1)) #1 Wed Feb 28 14:48:17 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-dirty (Mar 14 2024 - 13:50:30 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    Trying to boot from MMC2
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-dirty (Mar 14 2024 - 13:50:30 -0500)
    
    SoC:   AM62X SR1.0 GP
    Model: Texas Instruments AM62x LP SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  2 GiB
    Core:  78 devices, 30 uclasses, devicetree: separate
    NAND:  board_nand_init: Failed to get GPMC device: -22
    0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from FAT... ** No device specified **
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    => 

    One thing I did note is that when I run the flashall.sh script, it never correctly writes the metadata partition, it gives me this error:

    Formatting metadata partition
    mke2fs 1.45.5 (07-Jan-2020)
    /tmp/TemporaryFile-RfRy4V: Unimplemented ext2 library function while setting up superblock
    /usr/lib/android-sdk/platform-tools/mke2fs failed with status 1
    mke2fs failed: 1
    error: Cannot generate image for metadata
    
    formating failed
    ******** Did you mean to fastboot format this ext4 partition?
    erasing 'metadata'...
    OKAY [  0.034s]
    finished. total time: 0.034s
    

    And on the EVM side it gave me this message:

    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    ** Bad device specification mmc metadata_a **
    ** Bad device specification mmc metadata_a **
    Couldn't find partition mmc metadata_a
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    ** Bad device specification mmc metadata_a **
    ** Bad device specification mmc metadata_a **
    Couldn't find partition mmc metadata_a
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    Erasing blocks 9662720 to 9695488 due to alignment
    ........ erased 16777216 bytes from 'metadata'
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    ** Bad device specification mmc metadata_a **
    ** Bad device specification mmc metadata_a **
    Couldn't find partition mmc metadata_a
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb4c40 was not queued to ep1in-bulk

    For the EVM I managed to get around this by manually executing the command "fastboot format metadata" and this successfully creates a metadata partition, where I'm not exactly sure, but it seemed happy with this.

    However, when I flashed the SD card for the customer device, this did not help. Any thoughts on why the metadata partition is still not mountable? Is it possible that the fast boot is still creating the metadata command in emmc?

    Munan

  • Hi Munan,

    Yes, there have been several reports about failed to format metadata:
    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1316687/sk-am62-lp-sd-card-boot-kernel-crashes

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1336240/sk-am62b-p1-sk-am62b-p1-stuck-at-starting-kernel

    This will be fixed in 9.2.
    The work-around to get it to format properly is to run the following after flashall.sh:

    λ /mnt/work/ti/src/ti-android-09.01.00/ source build/envsetup.sh  
    λ /mnt/work/ti/src/ti-android-09.01.00/ lunch am62x-userdebug
    λ /mnt/work/ti/src/ti-android-09.01.00/ cd out/target/product/am62x
    
    
    λ /mnt/work/ti/src/ti-android-09.01.00/out/target/product/am62x/ fastboot format metadata
    mke2fs 1.46.6 (1-Feb-2023)
    Creating filesystem with 4096 4k blocks and 4096 inodes
    
    Allocating group tables: done                            
    Writing inode tables: done                            
    Creating journal (1024 blocks): done
    Writing superblocks and filesystem accounting information: done
    
    Sending 'metadata' (52 KB)                         OKAY [  0.024s]
    Writing 'metadata'                                 OKAY [  0.028s]
    Finished. Total time: 0.161s


    Can you confirm whether with that it still fails or not ?

  • Hey Mattijs,

    I'm still getting this failed to create partition error. I did source the envsetup and run lunch it just spit out a bunch of extra text so I've omitted that:

    builduser@builduser-Venus-Series:ti-aosp-13$ cd out/target/product/am62x/
    builduser@builduser-Venus-Series:am62x$ sudo fastboot format metadata
    mke2fs 1.45.5 (07-Jan-2020)
    /tmp/TemporaryFile-EooviH: Unimplemented ext2 library function while setting up superblock
    /usr/lib/android-sdk/platform-tools/mke2fs failed with status 1
    mke2fs failed: 1
    error: Cannot generate image for metadata
    
    builduser@builduser-Venus-Series:am62x$ sudo fastboot format metadata
    mke2fs 1.45.5 (07-Jan-2020)
    /tmp/TemporaryFile-2CUZzW: Unimplemented ext2 library function while setting up superblock
    /usr/lib/android-sdk/platform-tools/mke2fs failed with status 1
    mke2fs failed: 1
    error: Cannot generate image for metadata
    
    builduser@builduser-Venus-Series:am62x$ 
    

    On the EVM it says "bad device specification for mmc_metadata_a":

    => fastboot 0
    generic_phy_get_bulk : no phys property
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    ** Bad device specification mmc metadata_a **
    ** Bad device specification mmc metadata_a **
    Couldn't find partition mmc metadata_a
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk
    dwc3-generic-peripheral usb@31000000: request 00000000f7eb5f40 was not queued to ep1in-bulk

  • Hi Munan,

    Looking at the logs, we can see that even if you sourced the envsetup.sh and ran lunch, you are still using the system's fastboot:

    /usr/lib/android-sdk/platform-tools/mke2fs


    This is because you run sudo. Would it be possible to flash without sudo?

    An alternative work-around would be to copy the fastboot binary from your out:

    cd out/target/product/am62x/
    cp ../../../host/linux-x86/bin/fastboot .
    cp ../../../host/linux-x86/bin/mke2fs .
    sudo ./fastboot format metadata
    

  • Hey Mattijs,

    Ok that worked, for some reason as you mentioned bash was still using the ubuntu provided fast boot rather than the one in the aosp directory.

    So the SK-AM62-LP seems to be successfully booting off of the SD card at this point. Thanks for the help here!

    I'm still not fully booting the customer board, but I think I need to make a few DT changes there to match the hardware better. 

    Hopefully that solves the boot issues on the customer board as well.

    Munan

  • Hi Munan,

    Glad you solved it.

    If we can boot SK-AM62-LP from SD Card, can we close this issue?

  • Yeah you're good to close this thread thank you!

    Munan