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: eMMC flashing

Part Number: SK-AM62
Other Parts Discussed in Thread: AM62P

I'm using a SK-AM62P-LP working with Android and and we are following Processor SDK Android for AM62Px 09_01_00

We have installed snagboot tool

and we we're following this instructions

  • Change the boot mode DIP switches to DFU mode:

    Boot mode DIP Switch:
    SW1: 11001010 SW2: 00000000
  • Open a terminal debugger to view console output from the device:

    sudo picocom -b 115200 -r -l /dev/ttyUSB0
    
picocom v3.1

port is        : /dev/ttyUSB0
flowcontrol    : none
baudrate is    : 115200
parity is      : none
databits are   : 8
stopbits are   : 1
escape is      : C-a
local echo is  : no
noinit is      : no
noreset is     : yes
hangup is      : no
nolock is      : yes
send_cmd is    : sz -vv
receive_cmd is : rz -vv -E
imap is        : 
omap is        : 
emap is        : crcrlf,delbs,
logfile is     : none
initstring     : none
exit_after is  : not set
exit is        : no

Type [C-a] [C-h] to see available commands
Terminal ready
  • run snagrecover for host

# If you are using binaries built locally
cd out/target/product/am62p
snagrecover -s am625 -f ./am62px-sk-evm-hsfs.yaml

snagrecover -s am625 -f ./am62px-sk-evm-hsfs.yaml
Starting recovery of am625 board
Installing firmware tiboot3
Searching for partition id...
Downloading file...
Could not read status after end of manifest phase
Done
Done installing firmware tiboot3
Installing firmware tispl
Searching for partition id...
Downloading file...
Done
Done installing firmware tispl
Installing firmware u-boot
Searching for partition id...
Downloading file...
Done
Sending detach command...
Done installing firmware u-boot
USB retry 0/5
USB retry 1/5
USB retry 2/5
USB retry 3/5
USB retry 4/5
USB retry 5/5

  • Setup default U-Boot environment

Type Ctrl-C in the serial console to continue to U-Boot. From there, we should ensure the default U-Boot environment is configured with:

=>  env default -f -a; saveenv;
  • Enable fastboot mode on the device through the terminal debugger by executing below command. Before running this command make sure USB-C cable is connected from the host PC to the EVM:

=> fastboot 0

  • From the host PC run the flashall.sh script to start flashing the binaries to eMMC:
cd out/target/product/am62p ./flashall.sh --board am62px-sk 

Picocom Log:

U-Boot SPL 2023.04 (Dec 07 2023 - 14:31:30 +0100)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 17056 bytes
Trying to boot from DFU
#######################################################DOWNLOAD ... OK
Ctrl+C to exit ...
#############################################################DOWNLOAD ... OK
Ctrl+C to exit ...
Authentication passed
Authentication passed
Authentication passed
init_env from device 10 not supported!
Authentication passed
Authentication passed
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32a8
NOTICE:  BL31: Built : 14:31:24, Dec  7 2023

U-Boot SPL 2023.04 (Dec 07 2023 - 14:31:55 +0100)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
Trying to boot from DFU
#####DOWNLOAD ... OK
Ctrl+C to exit ...
Authentication passed
Authentication passed


U-Boot 2023.04 (Dec 07 2023 - 14:31:55 +0100)

SoC:   AM62PX SR1.0 HS-FS
Model: Texas Instruments AM62P5 SK
DRAM:  2 GiB (effective 8 GiB)
Core:  80 devices, 30 uclasses, devicetree: separate
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from MMC... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   
Warning: ethernet@8000000port@1 (eth0) using random MAC address - c6:27:50:72:db:83
eth0: ethernet@8000000port@1
Warning: ethernet@8000000port@2 (eth1) using random MAC address - 9e:a2:dc:e9:3e:63
, eth1: ethernet@8000000port@2
Hit any key to stop autoboot:  0 
Verify GPT: success!
Loading Android boot partition...
switch to partitions #0, OK
mmc0(part 0) is current device
misc partition number:0x3
ANDROID: Attempting slot a, tries remaining 5
ANDROID: Booting slot: a
A/B cmdline addition: androidboot.slot_suffix=_a
Running without AVB...

MMC read: dev # 0, block # 28672, count 81920 ... 81920 blocks read: OK

MMC read: dev # 0, block # 192512, count 65536 ... 65536 blocks read: OK
Preparing FDT...
  Reading DTB for am62px...
Incorrect boot image header
cp - memory copy

Usage:
cp [.b, .w, .l, .q] source target count
libfdt fdt_check_header(): FDT_ERR_BADMAGIC

MMC read: dev # 0, block # 356352, count 16384 ... 16384 blocks read: OK
  Applying DTBOs...
Running Android...
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Failed to boot Android...
resetting ...

U-Boot SPL 2023.04 (Dec 07 2023 - 14:31:30 +0100)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 17056 bytes
Trying to boot from DFU
#######################################################DOWNLOAD ... OK
Ctrl+C to exit ...
#############################################################DOWNLOAD ... OK
Ctrl+C to exit ...
Authentication passed
Authentication passed
Authentication passed
init_env from device 10 not supported!
Authentication passed
Authentication passed
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32a8
NOTICE:  BL31: Built : 14:31:24, Dec  7 2023

U-Boot SPL 2023.04 (Dec 07 2023 - 14:31:55 +0100)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
Trying to boot from DFU
Authentication passed
Authentication passed


U-Boot 2023.04 (Dec 07 2023 - 14:31:55 +0100)

SoC:   AM62PX SR1.0 HS-FS
Model: Texas Instruments AM62P5 SK
DRAM:  2 GiB (effective 8 GiB)
Core:  80 devices, 30 uclasses, devicetree: separate
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from MMC... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   
Warning: ethernet@8000000port@1 (eth0) using random MAC address - 9a:93:1f:ea:63:7e
eth0: ethernet@8000000port@1
Warning: ethernet@8000000port@2 (eth1) using random MAC address - 9a:51:f8:2c:fe:5e
, eth1: ethernet@8000000port@2
Hit any key to stop autoboot:  0 
=> env default -f -a; saveenv;
## Resetting to default environment
Saving Environment to MMC... Writing to MMC(0)... OK
=> fastboot 0
Writing GPT: success!
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
** Bad device specification mmc tiboot3_a **
** Bad device specification mmc tiboot3_a **
Couldn't find partition mmc tiboot3_a
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
Starting download of 312214 bytes
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
..
downloading of 312214 bytes finished
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
Flashing Raw Image
........ wrote 312320 bytes to 'tiboot3'
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
** Bad device specification mmc bootloader_a **
** Bad device specification mmc bootloader_a **
Couldn't find partition mmc bootloader_a
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
Starting download of 8388608 bytes
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
................................................................
downloading of 8388608 bytes finished
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
Flashing Raw Image
........ wrote 8388608 bytes to 'bootloader'
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
** Bad device specification mmc super_a **
** Bad device specification mmc super_a **
Couldn't find partition mmc super_a
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk
dwc3-generic-peripheral usb@31000000: request 00000000f7ec8240 was not queued to ep1in-bulk


out/target/product/am62p Log:

./flashall.sh --board am62px-sk
board: am62px-sk
8+0 records in
8+0 records out
8388608 bytes (8,4 MB, 8,0 MiB) copied, 4,58152 s, 1,8 MB/s
mkfs.fat 4.2 (2021-01-31)
Fastboot: /usr/bin/fastboot
Image location: ./

Fastboot - device detected: userdata.img

Create GPT partition table
OKAY [  0.019s]
Finished. Total time: 0.019s
Flashing tiboot3.....
   tiboot3bin:     ./tiboot3-am62px-sk-hsfs.bin
Sending 'tiboot3' (304 KB)                         OKAY [  0.034s]
Writing 'tiboot3'                                  OKAY [  0.018s]
Finished. Total time: 0.120s
   bootloader:  ./bootloader-am62px-sk.img
Sending 'bootloader' (8192 KB)                     OKAY [  0.321s]
Writing 'bootloader'                               OKAY [  0.091s]
Finished. Total time: 0.478s
Flash android partitions
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::compare: __pos (which is 917688) > this->size() (which is 0)
./flashall.sh, linha 15: 1042830 Abortado                (imagem do núcleo gravada)${FASTBOOT} flash super ${superimg}

Does anyone knows how to solve this errors?

  • Hi Sergio,

    Thank you for your detailed reproducer.

    It appears that the fastboot binary provided by your system (/usr/bin/fastboot) has a problem:

      what():  basic_string::compare: __pos (which is 917688) > this->size() (which is 0)
    

    Can you try using the fastboot binary that has been build as part of the Android SDK 9.1 release?

    This can be done with:

    cd out/target/product/am62p
    cp ../../../host/linux-x86/bin/fastboot .


  • Thank you for your rapid response.

    I did as you've mentioned, and now i'm having the following error:

    Formatting metadata partition
    /home/sergio.r@lohr.com.br/mount_dirs/bsp_android/09_01_00/ti-aosp-14/out/target/product/am62p/mke2fs failed with status 1
    fastboot: error: Cannot generate image for metadata
    formating failed
    ******** Did you mean to fastboot format this ext4 partition?
    Erasing 'metadata' OKAY [ 0.040s]


    Any idea on what's the problem now?

  • Hi Sergio,

    It seems that some systems cannot properly format the metadata partition. This will be fixed in an upcoming release.

    In the mean time, could you please try:

    λ /mnt/work/ti/src/ti-android-09.01.00/ source build/envsetup.sh  
    λ /mnt/work/ti/src/ti-android-09.01.00/ lunch am62p-userdebug
    λ /mnt/work/ti/src/ti-android-09.01.00/ cd out/target/product/am62p
    
    
    λ /mnt/work/ti/src/ti-android-09.01.00/out/target/product/am62p/ 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


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

  • it worked, now we are able to start our board, but we couldn't make it 100% functional

    sudo picocom -b 115200 -r -l /dev/ttyUSB0
    picocom v3.1
    
    port is        : /dev/ttyUSB0
    flowcontrol    : none
    baudrate is    : 115200
    parity is      : none
    databits are   : 8
    stopbits are   : 1
    escape is      : C-a
    local echo is  : no
    noinit is      : no
    noreset is     : yes
    hangup is      : no
    nolock is      : yes
    send_cmd is    : sz -vv
    receive_cmd is : rz -vv -E
    imap is        : 
    omap is        : 
    emap is        : crcrlf,delbs,
    logfile is     : none
    initstring     : none
    exit_after is  : not set
    exit is        : no
    
    Type [C-a] [C-h] to see available commands
    Terminal ready
    
    U-Boot SPL 2023.04 (Dec 07 2023 - 14:32:20 +0100)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    SPL initial stack usage: 17056 bytes
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32a8
    NOTICE:  BL31: Built : 14:32:15, Dec  7 2023
    
    U-Boot SPL 2023.04 (Dec 07 2023 - 14:32:49 +0100)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04 (Dec 07 2023 - 14:32:49 +0100)
    
    SoC:   AM62PX SR1.0 HS-FS
    Model: Texas Instruments AM62P5 SK
    DRAM:  2 GiB (effective 8 GiB)
    Core:  80 devices, 30 uclasses, devicetree: separate
    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, eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0 
    Verify GPT: success!
    Loading Android boot partition...
    switch to partitions #0, OK
    mmc0(part 0) is current device
    misc partition number:0x3
    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 # 0, block # 110592, count 81920 ... 81920 blocks read: OK
    
    MMC read: dev # 0, block # 258048, count 65536 ... 65536 blocks read: OK
    Preparing FDT...
      Reading DTB for am62px...
    Working FDT set to 88000000
    
    MMC read: dev # 0, block # 372736, count 16384 ... 16384 blocks read: OK
      Applying DTBOs...
    Running Android...
    ## Booting Android Image at 0x82000000 ...
    Kernel load addr 0x92000000 size 16690 KiB
    Kernel extra command line: console=ttyS2,115200 cma=768M 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 16860 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 8ef89000, end 8fffff28 ... OK
       Loading Device Tree to 000000008ef77000, end 000000008ef88870 ... OK
    Working FDT set to 8ef77000
    
    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 Wed Dec 31 21:00:00 -03 1969
    [    0.000000][    T0] Machine model: Texas Instruments AM62P5 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 0x000000009b500000, size 3 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node rtos-ipc-memory@9b500000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b500000..0x000000009b7fffff ( 3072 KB ) nomap non-reusable rtos-ipc-memory@9b500000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@9b800000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff ( 1024 KB ) nomap non-reusable mcu-r5fss-dma-memory-region@9b800000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node mcu-r5fss-memory-region@9b900000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff ( 15360 KB ) nomap non-reusable mcu-r5fss-memory-region@9b900000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff ( 1024 KB ) nomap non-reusable r5f-dma-memory@9c800000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-memory@9c900000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff ( 30720 KB ) nomap non-reusable r5f-memory@9c900000
    [    0.000000][    T0] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff ( 512 KB ) nomap non-reusable tfa@9e780000
    [    0.000000][    T0] OF: reserved mem: 0x000000009e800000..0x000000009fffffff ( 24576 KB ) nomap non-reusable optee@9e800000
    [    0.000000][    T0] kvm [0]: Reserved 46 MiB at 0x9fc000000
    [    0.000000][    T0] Zone ranges:
    [    0.000000][    T0]   DMA32    [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    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-0x000000009b4fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009b500000-0x000000009e6fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [    0.000000][    T0]   node   0: [mem 0x0000000880000000-0x00000009ffffffff]
    [    0.000000][    T0] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    0.000000][    T0] cma: Reserved 768 MiB at 0x00000000d0000000
    [    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.4
    [    0.000000][    T0] Load bootconfig: 147 bytes 9 nodes
    [    0.000000][    T0] percpu: Embedded 30 pages/cpu s82408 r8192 d32280 u122880
    [    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: 2064384
    [    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.dtbo_idx=   androidboot.force_normal_boot=1  console=ttyS2,115200 cma=768M 8250.nr_uarts=10 printk.devkmsg=on init=/init firmware_class.path=/vendor/firmware mem_sleep_default=deep bootconfig
    [    0.000000][    T0] cgroup: Disabling pressure control group feature
    [    0.000000][    T0] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000][    T0] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000][    T0] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
    [    0.000000][    T0] software IO TLB: area num 4.
    [    0.000000][    T0] software IO TLB: mapped [mem 0x00000000cc000000-0x00000000d0000000] (64MB)
    [    0.000000][    T0] Memory: 7198568K/8388608K available (16640K kernel code, 1950K rwdata, 11944K rodata, 4608K init, 635K bss, 403608K reserved, 786432K cma-reserved)
    [    0.000000][    T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000][    T0] ftrace: allocating 49444 entries in 194 pages
    [    0.000000][    T0] ftrace: allocated 194 pages with 3 groups
    [    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] 	Rude 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 @880800000 (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 @0x0000000880190000
    [    0.000000][    T0] GIC: using cache flushing for LPI property table
    [    0.000000][    T0] GICv3: CPU0: using allocated LPI pending table @0x00000008801a0000
    [    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.000000][    T0] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000515][    T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000638][    T0] serial port 2 not yet initialized
    [    0.000670][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000681][    T0] pid_max: default: 32768 minimum: 301
    [    0.000950][    T0] LSM: Security Framework initializing
    [    0.001022][    T0] SELinux:  Initializing.
    [    0.001395][    T0] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.001426][    T0] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.003803][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003815][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.003964][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003969][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004067][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.004071][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004301][    T1] rcu: Hierarchical SRCU implementation.
    [    0.004305][    T1] rcu: 	Max phase no-delay instances is 1000.
    [    0.005392][    T1] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
    [    0.005462][    T1] Platform MSI: msi-controller@1820000 domain created
    [    0.005677][    T1] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.005798][    T1] EFI services will not be available.
    [    0.006295][    T1] smp: Bringing up secondary CPUs ...
    [    0.007042][    T0] Detected VIPT I-cache on CPU1
    [    0.007157][    T0] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.007178][    T0] GICv3: CPU1: using allocated LPI pending table @0x00000008801b0000
    [    0.007228][    T0] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.008079][    T0] Detected VIPT I-cache on CPU2
    [    0.008176][    T0] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.008194][    T0] GICv3: CPU2: using allocated LPI pending table @0x00000008801c0000
    [    0.008229][    T0] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.009024][    T0] Detected VIPT I-cache on CPU3
    [    0.009121][    T0] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.009137][    T0] GICv3: CPU3: using allocated LPI pending table @0x00000008801d0000
    [    0.009171][    T0] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.009265][    T1] smp: Brought up 1 node, 4 CPUs
    [    0.009272][    T1] SMP: Total of 4 processors activated.
    [    0.009277][    T1] CPU features: detected: 32-bit EL0 Support
    [    0.009280][    T1] CPU features: detected: 32-bit EL1 Support
    [    0.009285][    T1] CPU features: detected: CRC32 instructions
    [    0.009292][    T1] CPU features: detected: Protected KVM
    [    0.009356][    T1] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [    0.009363][    T1] CPU: All CPU(s) started at EL2
    [    0.009392][    T1] alternatives: applying system-wide alternatives
    [    0.026500][    T1] Registered cp15_barrier emulation handler
    [    0.026517][    T1] Registered setend emulation handler
    [    0.026749][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.026778][    T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.044937][    T1] pinctrl core: initialized pinctrl subsystem
    [    0.046333][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.048296][    T1] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.048630][    T1] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.048726][    T1] audit: initializing netlink subsys (disabled)
    [    0.048979][   T38] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
    [    0.049553][    T1] thermal_sys: Registered thermal governor 'step_wise'
    [    0.049559][    T1] thermal_sys: Registered thermal governor 'user_space'
    [    0.049563][    T1] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.049614][    T1] cpuidle: using governor menu
    [    0.049911][    T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.050022][    T1] ASID allocator initialised with 65536 entries
    [    0.050181][    T1] Serial: AMBA PL011 UART driver
    [    0.063453][    T1] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.065507][    T1] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.066045][    T1] KASLR disabled due to lack of seed
    [    0.077565][    T1] k3-chipinfo 43000014.chipid: Family:AM62PX rev:SR1.0 JTAGID[0x0bb9d02f] Detected
    [    0.078396][    T1] iommu: Default domain type: Translated 
    [    0.078405][    T1] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.079051][    T1] SCSI subsystem initialized
    [    0.079214][    T1] usbcore: registered new interface driver usbfs
    [    0.079260][    T1] usbcore: registered new interface driver hub
    [    0.079291][    T1] usbcore: registered new device driver usb
    [    0.079507][    T1] mc: Linux media interface: v0.10
    [    0.079545][    T1] videodev: Linux video capture interface: v2.00
    [    0.079634][    T1] pps_core: LinuxPPS API ver. 1 registered
    [    0.079637][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.079651][    T1] PTP clock support registered
    [    0.079680][    T1] EDAC MC: Ver: 3.0.0
    [    0.080857][    T1] Advanced Linux Sound Architecture Driver Initialized.
    [    0.081939][    T1] clocksource: Switched to clocksource arch_sys_counter
    [    0.082529][    T1] VFS: Disk quotas dquot_6.6.0
    [    0.082580][    T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.083497][    T1] NET: Registered PF_INET protocol family
    [    0.083863][    T1] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.089061][    T1] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.089224][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.089356][    T1] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.090182][    T1] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.091868][    T1] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.092096][    T1] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.092275][    T1] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.092627][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.092664][    T1] NET: Registered PF_XDP protocol family
    [    0.092681][    T1] PCI: CLS 0 bytes, default 64
    [    0.093459][   T49] Trying to unpack rootfs image as initramfs...
    [    0.093789][    T1] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.094642][    T1] kvm [1]: IPA Size Limit: 40 bits
    [    0.213255][    T1] kvm [1]: disabling GICv2 emulation
    [    0.213296][    T1] kvm [1]: GIC system register CPU interface enabled
    [    0.213526][    T1] kvm [1]: vgic interrupt IRQ9
    [    0.214142][    T1] kvm [1]: Protected nVHE mode initialized successfully
    [    0.215971][    T1] Initialise system trusted keyrings
    [    0.216417][    T1] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.227902][    T1] fuse: init (API version 7.37)
    [    0.267229][    T1] Key type asymmetric registered
    [    0.267250][    T1] Asymmetric key parser 'x509' registered
    [    0.267369][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
    [    0.267767][    T1] io scheduler mq-deadline registered
    [    0.267780][    T1] io scheduler kyber registered
    [    0.268014][    T1] io scheduler bfq registered
    [    0.270433][    T1] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.271341][    T1] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.274193][    T1] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.277920][    T1] printk: console [ttynull0] enabled
    [    0.290836][    T1] brd: module loaded
    [    0.305785][    T1] loop: module loaded
    [    0.308869][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
    [    0.308884][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
    [    0.309836][    T1] MACsec IEEE 802.1AE
    [    0.310628][    T1] tun: Universal TUN/TAP device driver, 1.6
    [    0.312420][    T1] usbcore: registered new interface driver uas
    [    0.312485][    T1] usbcore: registered new interface driver usb-storage
    [    0.312866][    T1] usbcore: registered new interface driver xpad
    [    0.313014][    T1] gspca_main: v2.14.0 registered
    [    0.313087][    T1] usbcore: registered new interface driver uvcvideo
    [    0.313733][    T1] device-mapper: uevent: version 1.0.3
    [    0.314134][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
    [    0.316237][    T1] sdhci: Secure Digital Host Controller Interface driver
    [    0.316253][    T1] sdhci: Copyright(c) Pierre Ossman
    [    0.316257][    T1] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.316933][    T1] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.317349][    T1] hid: raw HID events driver (C) Jiri Kosina
    [    0.318740][    T1] usbcore: registered new interface driver usbhid
    [    0.318756][    T1] usbhid: USB HID core driver
    [    0.319129][    T1] ashmem: initialized
    [    0.319965][    T1] gnss: GNSS driver registered with major 504
    [    0.320682][    T1] usbcore: registered new interface driver snd-usb-audio
    [    0.321398][    T1] GACT probability NOT on
    [    0.321424][    T1] Mirror/redirect action on
    [    0.321469][    T1] netem: version 1.3
    [    0.321609][    T1] u32 classifier
    [    0.321612][    T1]     input device check on
    [    0.321614][    T1]     Actions configured
    [    0.346721][   T49] Freeing initrd memory: 16856K
    [    0.388797][    T1] xt_time: kernel timezone is -0000
    [    0.388918][    T1] ipip: IPv4 and MPLS over IPv4 tunneling driver
    [    0.389365][    T1] gre: GRE over IPv4 demultiplexor driver
    [    0.389370][    T1] ip_gre: GRE over IPv4 tunneling driver
    [    0.390466][    T1] IPv4 over IPsec tunneling driver
    [    0.390888][    T1] Initializing XFRM netlink socket
    [    0.390919][    T1] IPsec XFRM device driver
    [    0.391546][    T1] NET: Registered PF_INET6 protocol family
    [    0.393796][    T1] Segment Routing with IPv6
    [    0.393830][    T1] In-situ OAM (IOAM) with IPv6
    [    0.394056][    T1] mip6: Mobile IPv6
    [    0.394779][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.395689][    T1] ip6_gre: GRE over IPv6 tunneling driver
    [    0.396161][    T1] NET: Registered PF_PACKET protocol family
    [    0.396174][    T1] NET: Registered PF_KEY protocol family
    [    0.396444][    T1] NET: Registered PF_VSOCK protocol family
    [    0.398778][    T1] registered taskstats version 1
    [    0.398828][    T1] Loading compiled-in X.509 certificates
    [    0.399365][   T71] cryptomgr_probe (71) used greatest stack depth: 14112 bytes left
    [    0.401410][    T1] Loaded X.509 cert 'Build time autogenerated kernel key: bdfca434fa6c542b683fcd68499f386c1c8c3943'
    [    0.401543][    T1] page_owner is disabled
    [    0.401743][    T1] Key type .fscrypt registered
    [    0.401749][    T1] Key type fscrypt-provisioning registered
    [    0.404324][    T1] ALSA device list:
    [    0.404343][    T1]   No soundcards found.
    [    0.410792][    T1] Freeing unused kernel memory: 4608K
    [    0.422023][    T1] Run /init as init process
    [    0.458958][    T1] init: init first stage started!
    [    0.467112][   T72] init: Loading module /lib/modules/zsmalloc.ko with args ''
    [    0.467131][   T73] init: Loading module /lib/modules/tps6598x.ko with args ''
    [    0.467453][   T74] init: Loading module /lib/modules/tps65219-regulator.ko with args ''
    [    0.467566][   T72] zsmalloc: module verification failed: signature and/or required key missing - tainting kernel
    [    0.467648][   T75] init: Loading module /lib/modules/tps65219-pwrbutton.ko with args ''
    [    0.469198][   T74] init: Loaded kernel module /lib/modules/tps65219-regulator.ko
    [    0.469198][   T75] init: Loaded kernel module /lib/modules/tps65219-pwrbutton.ko
    [    0.469579][   T74] init: Loading module /lib/modules/tps65219.ko with args ''
    [    0.469579][   T75] init: Loading module /lib/modules/ti_sci.ko with args ''
    [    0.470387][   T72] init: Loaded kernel module /lib/modules/zsmalloc.ko
    [    0.470578][   T73] init: Loaded kernel module /lib/modules/tps6598x.ko
    [    0.470812][   T72] init: Loading module /lib/modules/ti-msgmgr.ko with args ''
    [    0.470812][   T73] init: Loading module /lib/modules/tee.ko with args ''
    [    0.470855][   T74] init: Loaded kernel module /lib/modules/tps65219.ko
    [    0.471185][   T74] init: Loading module /lib/modules/system_heap.ko with args ''
    [    0.472495][   T75] init: Loaded kernel module /lib/modules/ti_sci.ko
    [    0.473004][   T75] init: Loading module /lib/modules/syscon-clk.ko with args ''
    [    0.473016][   T72] init: Loaded kernel module /lib/modules/ti-msgmgr.ko
    [    0.473338][   T72] init: Loading module /lib/modules/sdhci_am654.ko with args ''
    [    0.473718][   T73] init: Loaded kernel module /lib/modules/tee.ko
    [    0.474197][   T73] init: Loading module /lib/modules/sa2ul.ko with args ''
    [    0.475225][   T75] init: Loaded kernel module /lib/modules/syscon-clk.ko
    [    0.475615][   T75] init: Loading module /lib/modules/rti_wdt.ko with args ''
    [    0.476533][   T49] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    0.476577][   T74] init: Loaded kernel module /lib/modules/system_heap.ko
    [    0.476958][   T74] init: Loading module /lib/modules/rtc-ti-k3.ko with args ''
    [    0.479496][   T72] init: Loaded kernel module /lib/modules/sdhci_am654.ko
    [    0.479711][   T74] init: Loaded kernel module /lib/modules/rtc-ti-k3.ko
    [    0.479793][   T73] init: Loaded kernel module /lib/modules/sa2ul.ko
    [    0.479918][   T72] init: Loading module /lib/modules/reset-ti-syscon.ko with args ''
    [    0.480014][   T74] init: Loading module /lib/modules/pru_rproc.ko with args ''
    [    0.480014][   T73] init: Loading module /lib/modules/phy-omap-usb2.ko with args ''
    [    0.481209][   T72] init: Loaded kernel module /lib/modules/reset-ti-syscon.ko
    [    0.481340][   T73] init: Loaded kernel module /lib/modules/phy-omap-usb2.ko
    [    0.481583][   T73] init: Loading module /lib/modules/phy-gmii-sel.ko with args ''
    [    0.481583][   T72] init: Loading module /lib/modules/phy-j721e-wiz.ko with args ''
    [    0.481992][   T74] init: Loaded kernel module /lib/modules/pru_rproc.ko
    [    0.482429][   T74] init: Loading module /lib/modules/phy-cadence-torrent.ko with args ''
    [    0.482816][   T75] init: Loaded kernel module /lib/modules/rti_wdt.ko
    [    0.483204][   T75] init: Loading module /lib/modules/panel-simple.ko with args ''
    [    0.483772][   T73] init: Loaded kernel module /lib/modules/phy-gmii-sel.ko
    [    0.484272][   T73] init: Loading module /lib/modules/palmas.ko with args ''
    [    0.485169][   T74] init: Loaded kernel module /lib/modules/phy-cadence-torrent.ko
    [    0.485625][   T73] init: Loaded kernel module /lib/modules/palmas.ko
    [    0.485632][   T74] init: Loading module /lib/modules/omap-mailbox.ko with args ''
    [    0.486098][   T73] init: Loading module /lib/modules/omap_hwspinlock.ko with args ''
    [    0.488032][   T75] init: Loaded kernel module /lib/modules/panel-simple.ko
    [    0.488139][   T74] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.488421][   T74] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.488429][   T75] init: Loading module /lib/modules/mux-core.ko with args ''
    [    0.488430][   T73] init: Loaded kernel module /lib/modules/omap_hwspinlock.ko
    [    0.488529][   T74] omap-mailbox 29020000.mailbox: no available mbox devices found
    [    0.488573][   T74] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.488789][   T73] init: Loading module /lib/modules/mdio-bitbang.ko with args ''
    [    0.488841][   T74] init: Loaded kernel module /lib/modules/omap-mailbox.ko
    [    0.489182][   T74] init: Loading module /lib/modules/k3-psil-lib.ko with args ''
    [    0.489651][   T73] init: Loaded kernel module /lib/modules/mdio-bitbang.ko
    [    0.489787][   T72] init: Loaded kernel module /lib/modules/phy-j721e-wiz.ko
    [    0.489787][   T75] init: Loaded kernel module /lib/modules/mux-core.ko
    [    0.490129][   T74] init: Loaded kernel module /lib/modules/k3-psil-lib.ko
    [    0.490129][   T73] init: Loading module /lib/modules/k3_j72xx_bandgap.ko with args ''
    [    0.490130][   T72] init: Loading module /lib/modules/ite-it66121.ko with args ''
    [    0.490131][   T75] init: Loading module /lib/modules/k3_bandgap.ko with args ''
    [    0.490423][   T74] init: Loading module /lib/modules/irq-pruss-intc.ko with args ''
    [    0.491571][   T75] init: Loaded kernel module /lib/modules/k3_bandgap.ko
    [    0.491594][   T73] init: Loaded kernel module /lib/modules/k3_j72xx_bandgap.ko
    [    0.491832][   T72] init: Loaded kernel module /lib/modules/ite-it66121.ko
    [    0.491838][   T74] init: Loaded kernel module /lib/modules/irq-pruss-intc.ko
    [    0.491932][   T73] init: Loading module /lib/modules/i2c-omap.ko with args ''
    [    0.491932][   T75] init: Loading module /lib/modules/ili210x.ko with args ''
    [    0.492098][   T74] init: Loading module /lib/modules/i2c-dev.ko with args ''
    [    0.492098][   T72] init: Loading module /lib/modules/i2c-mux.ko with args ''
    [    0.493518][   T72] init: Loaded kernel module /lib/modules/i2c-mux.ko
    [    0.493651][   T74] i2c_dev: i2c /dev entries driver
    [    0.493742][   T75] init: Loaded kernel module /lib/modules/ili210x.ko
    [    0.493772][   T74] init: Loaded kernel module /lib/modules/i2c-dev.ko
    [    0.493902][   T72] init: Loading module /lib/modules/gpio-regulator.ko with args ''
    [    0.494039][   T74] init: Loading module /lib/modules/gpio-davinci.ko with args ''
    [    0.494039][   T75] init: Loading module /lib/modules/gpio-pca953x.ko with args ''
    [    0.494271][   T73] init: Loaded kernel module /lib/modules/i2c-omap.ko
    [    0.494606][   T73] init: Loading module /lib/modules/dwc3-of-simple.ko with args ''
    [    0.495714][   T72] init: Loaded kernel module /lib/modules/gpio-regulator.ko
    [    0.495769][   T74] init: Loaded kernel module /lib/modules/gpio-davinci.ko
    [    0.495800][   T73] init: Loaded kernel module /lib/modules/dwc3-of-simple.ko
    [    0.495876][   T75] init: Loaded kernel module /lib/modules/gpio-pca953x.ko
    [    0.496114][   T73] init: Loading module /lib/modules/dwc3-am62.ko with args ''
    [    0.496114][   T72] init: Loading module /lib/modules/dwc3-haps.ko with args ''
    [    0.496114][   T74] init: Loading module /lib/modules/drm_dma_helper.ko with args ''
    [    0.496114][   T75] init: Loading module /lib/modules/display-connector.ko with args ''
    [    0.497503][   T72] init: Loaded kernel module /lib/modules/dwc3-haps.ko
    [    0.497719][   T74] init: Loaded kernel module /lib/modules/drm_dma_helper.ko
    [    0.497865][   T72] init: Loading module /lib/modules/cma_heap.ko with args ''
    [    0.498028][   T74] init: Loading module /lib/modules/cdns-dphy-rx.ko with args ''
    [    0.498079][   T73] init: Loaded kernel module /lib/modules/dwc3-am62.ko
    [    0.498283][   T75] init: Loaded kernel module /lib/modules/display-connector.ko
    [    0.498370][   T73] init: Loading module /lib/modules/cdns-dphy.ko with args ''
    [    0.498520][   T75] init: Loading module /lib/modules/8250_omap.ko with args ''
    [    0.499265][   T72] init: Loaded kernel module /lib/modules/cma_heap.ko
    [    0.499447][   T74] init: Loaded kernel module /lib/modules/cdns-dphy-rx.ko
    [    0.499529][   T73] init: Loaded kernel module /lib/modules/cdns-dphy.ko
    [    0.499652][   T72] init (72) used greatest stack depth: 12528 bytes left
    [    0.499667][   T74] init (74) used greatest stack depth: 11216 bytes left
    [    0.501440][   T75] init: Loaded kernel module /lib/modules/8250_omap.ko
    [    0.503024][   T77] init: Loading module /lib/modules/zram.ko with args ''
    [    0.503365][   T78] init: Loading module /lib/modules/tidss.ko with args ''
    [    0.503826][   T79] init: Loading module /lib/modules/ti_sci_pm_domains.ko with args ''
    [    0.505048][   T80] init: Loading module /lib/modules/sii902x.ko with args ''
    [    0.506229][   T77] zram: Added device: zram0
    [    0.506590][   T77] init: Loaded kernel module /lib/modules/zram.ko
    [    0.506879][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.507152][   T80] init: Loaded kernel module /lib/modules/sii902x.ko
    [    0.507152][   T77] init: Loading module /lib/modules/sci-clk.ko with args ''
    [    0.507500][   T80] init: Loading module /lib/modules/reset-ti-sci.ko with args ''
    [    0.507654][   T78] init: Loaded kernel module /lib/modules/tidss.ko
    [    0.508074][   T78] init: Loading module /lib/modules/phy-can-transceiver.ko with args ''
    [    0.509142][   T80] init: Loaded kernel module /lib/modules/reset-ti-sci.ko
    [    0.509585][   T80] init: Loading module /lib/modules/palmas-regulator.ko with args ''
    [    0.509585][   T78] init: Loaded kernel module /lib/modules/phy-can-transceiver.ko
    [    0.510271][   T78] init: Loading module /lib/modules/optee-rng.ko with args ''
    [    0.510999][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.511034][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.511184][   T79] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    0.512090][   T78] init: Loaded kernel module /lib/modules/optee-rng.ko
    [    0.512090][   T80] init: Loaded kernel module /lib/modules/palmas-regulator.ko
    [    0.512160][   T79] init: Loaded kernel module /lib/modules/ti_sci_pm_domains.ko
    [    0.512470][   T80] init: Loading module /lib/modules/optee.ko with args ''
    [    0.512469][   T79] init: Loading module /lib/modules/mdio-gpio.ko with args ''
    [    0.512470][   T78] init: Loading module /lib/modules/mux-mmio.ko with args ''
    [    0.514315][   T79] init: Loaded kernel module /lib/modules/mdio-gpio.ko
    [    0.514344][   T78] init: Loaded kernel module /lib/modules/mux-mmio.ko
    [    0.514745][   T78] init: Loading module /lib/modules/irq-ti-sci-intr.ko with args ''
    [    0.514745][   T79] init: Loading module /lib/modules/k3-ringacc.ko with args ''
    [    0.516068][   T80] optee: probing for conduit method.
    [    0.516113][   T80] optee: revision 3.21 (9ab92ded)
    [    0.516303][   T80] optee: dynamic shared memory is enabled
    [    0.516558][   T80] optee: initialized driver
    [    0.516974][   T78] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.517064][   T80] init: Loaded kernel module /lib/modules/optee.ko
    [    0.517064][   T79] init: Loaded kernel module /lib/modules/k3-ringacc.ko
    [    0.517215][   T78] init: Loaded kernel module /lib/modules/irq-ti-sci-intr.ko
    [    0.517445][   T80] init: Loading module /lib/modules/irq-ti-sci-inta.ko with args ''
    [    0.517445][   T79] init: Loading module /lib/modules/i2c-mux-pca954x.ko with args ''
    [    0.517447][   T78] init: Loading module /lib/modules/davinci_mdio.ko with args ''
    [    0.519391][   T79] init: Loaded kernel module /lib/modules/i2c-mux-pca954x.ko
    [    0.519931][   T78] init: Loaded kernel module /lib/modules/davinci_mdio.ko
    [    0.520014][   T80] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.520469][   T80] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.520895][   T80] init: Loaded kernel module /lib/modules/irq-ti-sci-inta.ko
    [    0.549398][   T77] init: Loaded kernel module /lib/modules/sci-clk.ko
    [    0.550832][   T82] init: Loading module /lib/modules/k3-udma.ko with args ''
    [    0.554238][   T82] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.556749][   T82] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.559665][   T82] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.564279][   T82] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.566498][   T82] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    0.567037][   T82] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    0.568007][   T82] init: Loaded kernel module /lib/modules/k3-udma.ko
    [    0.568280][   T82] init (82) used greatest stack depth: 11184 bytes left
    [    0.569390][   T86] init: Loading module /lib/modules/k3-udma-glue.ko with args ''
    [    0.571582][   T86] init: Loaded kernel module /lib/modules/k3-udma-glue.ko
    [    0.572564][    T1] init: Loaded 66 kernel modules took 113 ms
    [    0.572702][    T1] init: /first_stage_ramdisk/system/bin/snapuserd already exists and it can be executed
    [    0.573164][    T1] init: Switching root to '/first_stage_ramdisk'
    [    0.574084][    T1] init: [libfs_mgr] ReadFstabFromDt(): failed to read fstab from dt
    [    0.575702][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    0.575782][    T1] init: Failed to read vbmeta partitions.
    [    0.645433][   T10] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.647998][   T10] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    0.648168][   T10] pca953x 1-0023: using AI
    [    0.664777][   T10] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.666964][   T10] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.684304][   T10] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    0.684341][   T10] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    0.684568][   T10] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    0.684577][   T10] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    0.684649][   T10] xhci-hcd xhci-hcd.0.auto: irq 399, io mem 0x31100000
    [    0.685033][   T10] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
    [    0.685045][   T10] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.685052][   T10] usb usb1: Product: xHCI Host Controller
    [    0.685058][   T10] usb usb1: Manufacturer: Linux 6.1.43-android14-11-maybe-dirty xhci-hcd
    [    0.685064][   T10] usb usb1: SerialNumber: xhci-hcd.0.auto
    [    0.685847][   T10] hub 1-0:1.0: USB hub found
    [    0.685890][   T10] hub 1-0:1.0: 1 port detected
    [    0.686780][    T1] init: bool android::init::BlockDevInitializer::InitDevices(std::set<std::string>): partition(s) not found in /sys, waiting for their uevent(s): boot_b, init_boot_b, metadata, persist, super
    [    0.694483][   T10] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    0.694519][   T10] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
    [    0.695616][   T10] printk: console [ttyS2] disabled
    [    0.695692][   T10] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 406, base_baud = 3000000) is a 8250
    [    0.953951][   T94] usb 1-1: new low-speed USB device number 2 using xhci-hcd
    [    0.959184][   T10] printk: console [ttyS2] enabled
    [    0.963602][   T81] mmc0: CQHCI version 5.10
    [    0.971038][   T10] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    1.012593][   T81] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.014378][   T10] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.190659][   T94] usb 1-1: New USB device found, idVendor=045e, idProduct=0797, bcdDevice= 2.00
    [    1.199563][   T10] pca953x 1-0022: using AI
    [    1.214179][   T94] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [    1.214188][   T94] usb 1-1: Product: USB Optical Mouse
    [    1.224779][   T10] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    1.247532][   T94] input: USB Optical Mouse as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.0/0003:045E:0797.0001/input/input0
    [    1.250422][   T10] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    1.257706][   T94] hid-generic 0003:045E:0797.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-xhci-hcd.0.auto-1/input0
    [    1.267131][   T10] i2c i2c-1: Added multiplexed i2c bus 3
    [    3.945569][   T62] mmc0: Command Queue Engine enabled
    [    3.949056][   T10] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    3.950770][   T62] mmc0: new HS400 MMC card at address 0001
    [    3.962745][   T10] mmc1: CQHCI version 5.10
    [    3.965061][   T62] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [    3.976973][   T62]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
    [    3.987152][   T62] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    [    3.991070][    T1] init: Wait for partitions returned after 3304ms
    [    3.994448][   T62] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    [    4.000361][    T1] init: [libfs_mgr] superblock s_max_mnt_count:65535,/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata
    [    4.006097][   T62] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (508:0)
    [    4.016694][    T1] init: [libfs_mgr] Filesystem on /dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata was not cleanly shutdown; state flags: 0x1, incompat feature flags: 0x2c6
    [    4.039982][    T1] EXT4-fs: Ignoring removed nomblk_io_submit option
    [    4.056682][    T1] EXT4-fs (mmcblk0p15): recovery complete
    [    4.062645][    T1] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Quota mode: none.
    [    4.072117][    T1] init: [libfs_mgr] check_fs(): mount(/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata,/metadata,ext4)=0: Success
    [    4.085263][    T1] EXT4-fs (mmcblk0p15): unmounting filesystem.
    [    4.093007][    T1] init: [libfs_mgr] umount_retry(): unmount(/metadata) succeeded
    [    4.100843][    T1] init: [libfs_mgr] Not running /system/bin/e2fsck on /dev/block/mmcblk0p15 (executable not in system image)
    [    4.114914][    T1] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Quota mode: none.
    [    4.124408][    T1] init: [libfs_mgr] __mount(source=/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata,target=/metadata,type=ext4)=0: Success
    [    5.105941][    C3] random: crng init done
    [    5.111467][    T1] init: [libfs_mgr] Created logical partition system_a on device /dev/block/dm-0
    [    5.120510][    T1] init: [libfs_mgr] Skipping zero-length logical partition: system_b
    [    5.129672][    T1] init: [libfs_mgr] Created logical partition vendor_a on device /dev/block/dm-1
    [    5.138699][    T1] init: [libfs_mgr] Skipping zero-length logical partition: vendor_b
    [    5.146792][    T1] init: DSU not detected, proceeding with normal boot
    [    5.153714][    T1] init: DM_DEV_STATUS failed for system_b: No such device or address
    [    5.161654][    T1] init: Failed to mount /system: No such device or address
    [    5.168935][    T1] init: Failed to mount required partitions early ...
    [    5.178026][    T1] init: InitFatalReboot: signal 6
    [    5.187396][    T1] init:   #00 pc 0000000000143dbc  /system/bin/init
    [    5.193953][    T1] init:   #01 pc 00000000000d2e20  /system/bin/init
    [    5.200489][    T1] init:   #02 pc 0000000000025910  /system/lib64/libbase.so
    [    5.207641][    T1] init:   #03 pc 0000000000024df4  /system/lib64/libbase.so
    [    5.214804][    T1] init:   #04 pc 000000000010122c  /system/bin/init
    [    5.221258][    T1] init:   #05 pc 0000000000061838  /system/lib64/libc.so
    [    5.228139][    T1] init: Reboot ending, jumping to kernel
    [    5.233649][    T1] kvm: exiting hardware virtualization
    [    5.488509][   T10] sdhci-am654 fa00000.mmc: Power on failed
    [    5.524980][   T10] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    5.560849][    T1] reboot: Restarting system with command 'bootloader'
    
    U-Boot SPL 2023.04 (Dec 07 2023 - 14:32:20 +0100)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    SPL initial stack usage: 17056 bytes
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32a8
    NOTICE:  BL31: Built : 14:32:15, Dec  7 2023
    
    U-Boot SPL 2023.04 (Dec 07 2023 - 14:32:49 +0100)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    Trying to boot from MMC1
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04 (Dec 07 2023 - 14:32:49 +0100)
    
    SoC:   AM62PX SR1.0 HS-FS
    Model: Texas Instruments AM62P5 SK
    DRAM:  2 GiB (effective 8 GiB)
    Core:  80 devices, 30 uclasses, devicetree: separate
    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, eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0 
    Verify GPT: success!
    Loading Android boot partition...
    switch to partitions #0, OK
    mmc0(part 0) is current device
    misc partition number:0x3
    ANDROID: Attempting slot a, tries remaining 6
    ANDROID: Booting slot: a
    A/B cmdline addition: androidboot.slot_suffix=_a
    Running without AVB...
    
    MMC read: dev # 0, block # 28672, count 81920 ... 81920 blocks read: OK
    
    MMC read: dev # 0, block # 192512, count 65536 ... 65536 blocks read: OK
    Preparing FDT...
      Reading DTB for am62px...
    Working FDT set to 88000000
    
    MMC read: dev # 0, block # 356352, count 16384 ... 16384 blocks read: OK
      Applying DTBOs...
    Running Android...
    ## Booting Android Image at 0x82000000 ...
    Kernel load addr 0x92000000 size 16690 KiB
    Kernel extra command line: console=ttyS2,115200 cma=768M 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 16860 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 8ef89000, end 8fffff28 ... OK
       Loading Device Tree to 000000008ef77000, end 000000008ef88870 ... OK
    Working FDT set to 8ef77000
    
    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 Wed Dec 31 21:00:00 -03 1969
    [    0.000000][    T0] Machine model: Texas Instruments AM62P5 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 0x000000009b500000, size 3 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node rtos-ipc-memory@9b500000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b500000..0x000000009b7fffff ( 3072 KB ) nomap non-reusable rtos-ipc-memory@9b500000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@9b800000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff ( 1024 KB ) nomap non-reusable mcu-r5fss-dma-memory-region@9b800000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node mcu-r5fss-memory-region@9b900000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff ( 15360 KB ) nomap non-reusable mcu-r5fss-memory-region@9b900000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff ( 1024 KB ) nomap non-reusable r5f-dma-memory@9c800000
    [    0.000000][    T0] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000][    T0] OF: reserved mem: initialized node r5f-memory@9c900000, compatible id shared-dma-pool
    [    0.000000][    T0] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff ( 30720 KB ) nomap non-reusable r5f-memory@9c900000
    [    0.000000][    T0] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff ( 512 KB ) nomap non-reusable tfa@9e780000
    [    0.000000][    T0] OF: reserved mem: 0x000000009e800000..0x000000009fffffff ( 24576 KB ) nomap non-reusable optee@9e800000
    [    0.000000][    T0] kvm [0]: Reserved 46 MiB at 0x9fc000000
    [    0.000000][    T0] Zone ranges:
    [    0.000000][    T0]   DMA32    [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000][    T0]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    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-0x000000009b4fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009b500000-0x000000009e6fffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000][    T0]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000][    T0]   node   0: [mem 0x00000000a0000000-0x00000000ffffffff]
    [    0.000000][    T0]   node   0: [mem 0x0000000880000000-0x00000009ffffffff]
    [    0.000000][    T0] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    0.000000][    T0] cma: Reserved 768 MiB at 0x00000000d0000000
    [    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.4
    [    0.000000][    T0] Load bootconfig: 147 bytes 9 nodes
    [    0.000000][    T0] percpu: Embedded 30 pages/cpu s82408 r8192 d32280 u122880
    [    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: 2064384
    [    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=_a androidboot.verifiedbootstate=orange androidboot.dtbo_idx=   androidboot.force_normal_boot=1  console=ttyS2,115200 cma=768M 8250.nr_uarts=10 printk.devkmsg=on init=/init firmware_class.path=/vendor/firmware mem_sleep_default=deep bootconfig
    [    0.000000][    T0] cgroup: Disabling pressure control group feature
    [    0.000000][    T0] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000][    T0] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000][    T0] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
    [    0.000000][    T0] software IO TLB: area num 4.
    [    0.000000][    T0] software IO TLB: mapped [mem 0x00000000cc000000-0x00000000d0000000] (64MB)
    [    0.000000][    T0] Memory: 7198568K/8388608K available (16640K kernel code, 1950K rwdata, 11944K rodata, 4608K init, 635K bss, 403608K reserved, 786432K cma-reserved)
    [    0.000000][    T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000][    T0] ftrace: allocating 49444 entries in 194 pages
    [    0.000000][    T0] ftrace: allocated 194 pages with 3 groups
    [    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] 	Rude 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 @880800000 (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 @0x0000000880190000
    [    0.000000][    T0] GIC: using cache flushing for LPI property table
    [    0.000000][    T0] GICv3: CPU0: using allocated LPI pending table @0x00000008801a0000
    [    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.000000][    T0] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000514][    T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
    [    0.000636][    T0] serial port 2 not yet initialized
    [    0.000668][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000680][    T0] pid_max: default: 32768 minimum: 301
    [    0.000947][    T0] LSM: Security Framework initializing
    [    0.001021][    T0] SELinux:  Initializing.
    [    0.001398][    T0] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.001428][    T0] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.003782][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003795][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.003899][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.003902][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004043][    T1] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.004047][    T1] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.004278][    T1] rcu: Hierarchical SRCU implementation.
    [    0.004282][    T1] rcu: 	Max phase no-delay instances is 1000.
    [    0.005376][    T1] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
    [    0.005448][    T1] Platform MSI: msi-controller@1820000 domain created
    [    0.005656][    T1] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.005775][    T1] EFI services will not be available.
    [    0.006262][    T1] smp: Bringing up secondary CPUs ...
    [    0.007005][    T0] Detected VIPT I-cache on CPU1
    [    0.007119][    T0] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.007140][    T0] GICv3: CPU1: using allocated LPI pending table @0x00000008801b0000
    [    0.007190][    T0] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.008031][    T0] Detected VIPT I-cache on CPU2
    [    0.008129][    T0] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.008147][    T0] GICv3: CPU2: using allocated LPI pending table @0x00000008801c0000
    [    0.008185][    T0] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.008978][    T0] Detected VIPT I-cache on CPU3
    [    0.009074][    T0] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.009091][    T0] GICv3: CPU3: using allocated LPI pending table @0x00000008801d0000
    [    0.009126][    T0] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.009219][    T1] smp: Brought up 1 node, 4 CPUs
    [    0.009226][    T1] SMP: Total of 4 processors activated.
    [    0.009231][    T1] CPU features: detected: 32-bit EL0 Support
    [    0.009234][    T1] CPU features: detected: 32-bit EL1 Support
    [    0.009239][    T1] CPU features: detected: CRC32 instructions
    [    0.009246][    T1] CPU features: detected: Protected KVM
    [    0.009310][    T1] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [    0.009316][    T1] CPU: All CPU(s) started at EL2
    [    0.009346][    T1] alternatives: applying system-wide alternatives
    [    0.026367][    T1] Registered cp15_barrier emulation handler
    [    0.026385][    T1] Registered setend emulation handler
    [    0.026618][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.026646][    T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.044826][    T1] pinctrl core: initialized pinctrl subsystem
    [    0.046220][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.048174][    T1] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.048510][    T1] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.048605][    T1] audit: initializing netlink subsys (disabled)
    [    0.048875][   T38] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
    [    0.049471][    T1] thermal_sys: Registered thermal governor 'step_wise'
    [    0.049477][    T1] thermal_sys: Registered thermal governor 'user_space'
    [    0.049481][    T1] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.049533][    T1] cpuidle: using governor menu
    [    0.049832][    T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.049944][    T1] ASID allocator initialised with 65536 entries
    [    0.050102][    T1] Serial: AMBA PL011 UART driver
    [    0.063359][    T1] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.065408][    T1] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.065940][    T1] KASLR disabled due to lack of seed
    [    0.077428][    T1] k3-chipinfo 43000014.chipid: Family:AM62PX rev:SR1.0 JTAGID[0x0bb9d02f] Detected
    [    0.078255][    T1] iommu: Default domain type: Translated 
    [    0.078263][    T1] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.078913][    T1] SCSI subsystem initialized
    [    0.079074][    T1] usbcore: registered new interface driver usbfs
    [    0.079120][    T1] usbcore: registered new interface driver hub
    [    0.079152][    T1] usbcore: registered new device driver usb
    [    0.079364][    T1] mc: Linux media interface: v0.10
    [    0.079400][    T1] videodev: Linux video capture interface: v2.00
    [    0.079488][    T1] pps_core: LinuxPPS API ver. 1 registered
    [    0.079491][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.079505][    T1] PTP clock support registered
    [    0.079534][    T1] EDAC MC: Ver: 3.0.0
    [    0.080659][    T1] Advanced Linux Sound Architecture Driver Initialized.
    [    0.081768][    T1] clocksource: Switched to clocksource arch_sys_counter
    [    0.082355][    T1] VFS: Disk quotas dquot_6.6.0
    [    0.082408][    T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.083327][    T1] NET: Registered PF_INET protocol family
    [    0.083696][    T1] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.088869][    T1] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.089030][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.089163][    T1] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.089984][    T1] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.091696][    T1] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.091923][    T1] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.092102][    T1] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.092454][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.092491][    T1] NET: Registered PF_XDP protocol family
    [    0.092509][    T1] PCI: CLS 0 bytes, default 64
    [    0.093263][   T49] Trying to unpack rootfs image as initramfs...
    [    0.093595][    T1] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.094452][    T1] kvm [1]: IPA Size Limit: 40 bits
    [    0.213246][    T1] kvm [1]: disabling GICv2 emulation
    [    0.213287][    T1] kvm [1]: GIC system register CPU interface enabled
    [    0.213516][    T1] kvm [1]: vgic interrupt IRQ9
    [    0.214104][    T1] kvm [1]: Protected nVHE mode initialized successfully
    [    0.215967][    T1] Initialise system trusted keyrings
    [    0.216419][    T1] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.227802][    T1] fuse: init (API version 7.37)
    [    0.265853][    T1] Key type asymmetric registered
    [    0.265878][    T1] Asymmetric key parser 'x509' registered
    [    0.266002][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
    [    0.266361][    T1] io scheduler mq-deadline registered
    [    0.266373][    T1] io scheduler kyber registered
    [    0.266600][    T1] io scheduler bfq registered
    [    0.268948][    T1] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.269926][    T1] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.272664][    T1] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.276481][    T1] printk: console [ttynull0] enabled
    [    0.289298][    T1] brd: module loaded
    [    0.304264][    T1] loop: module loaded
    [    0.307393][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
    [    0.307409][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
    [    0.308386][    T1] MACsec IEEE 802.1AE
    [    0.309075][    T1] tun: Universal TUN/TAP device driver, 1.6
    [    0.310981][    T1] usbcore: registered new interface driver uas
    [    0.311045][    T1] usbcore: registered new interface driver usb-storage
    [    0.311450][    T1] usbcore: registered new interface driver xpad
    [    0.311602][    T1] gspca_main: v2.14.0 registered
    [    0.311694][    T1] usbcore: registered new interface driver uvcvideo
    [    0.312338][    T1] device-mapper: uevent: version 1.0.3
    [    0.312646][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
    [    0.314891][    T1] sdhci: Secure Digital Host Controller Interface driver
    [    0.314904][    T1] sdhci: Copyright(c) Pierre Ossman
    [    0.314908][    T1] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.315604][    T1] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.316008][    T1] hid: raw HID events driver (C) Jiri Kosina
    [    0.317290][    T1] usbcore: registered new interface driver usbhid
    [    0.317304][    T1] usbhid: USB HID core driver
    [    0.317673][    T1] ashmem: initialized
    [    0.318595][    T1] gnss: GNSS driver registered with major 504
    [    0.319271][    T1] usbcore: registered new interface driver snd-usb-audio
    [    0.319974][    T1] GACT probability NOT on
    [    0.320001][    T1] Mirror/redirect action on
    [    0.320051][    T1] netem: version 1.3
    [    0.320186][    T1] u32 classifier
    [    0.320190][    T1]     input device check on
    [    0.320192][    T1]     Actions configured
    [    0.345400][   T49] Freeing initrd memory: 16856K
    [    0.387201][    T1] xt_time: kernel timezone is -0000
    [    0.387322][    T1] ipip: IPv4 and MPLS over IPv4 tunneling driver
    [    0.387768][    T1] gre: GRE over IPv4 demultiplexor driver
    [    0.387774][    T1] ip_gre: GRE over IPv4 tunneling driver
    [    0.388783][    T1] IPv4 over IPsec tunneling driver
    [    0.389209][    T1] Initializing XFRM netlink socket
    [    0.389239][    T1] IPsec XFRM device driver
    [    0.389924][    T1] NET: Registered PF_INET6 protocol family
    [    0.392145][    T1] Segment Routing with IPv6
    [    0.392181][    T1] In-situ OAM (IOAM) with IPv6
    [    0.392351][    T1] mip6: Mobile IPv6
    [    0.393068][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    0.394063][    T1] ip6_gre: GRE over IPv6 tunneling driver
    [    0.394544][    T1] NET: Registered PF_PACKET protocol family
    [    0.394558][    T1] NET: Registered PF_KEY protocol family
    [    0.394829][    T1] NET: Registered PF_VSOCK protocol family
    [    0.397102][    T1] registered taskstats version 1
    [    0.397152][    T1] Loading compiled-in X.509 certificates
    [    0.397697][   T71] cryptomgr_probe (71) used greatest stack depth: 14112 bytes left
    [    0.399801][    T1] Loaded X.509 cert 'Build time autogenerated kernel key: bdfca434fa6c542b683fcd68499f386c1c8c3943'
    [    0.399942][    T1] page_owner is disabled
    [    0.400145][    T1] Key type .fscrypt registered
    [    0.400151][    T1] Key type fscrypt-provisioning registered
    [    0.402751][    T1] ALSA device list:
    [    0.402771][    T1]   No soundcards found.
    [    0.409199][    T1] Freeing unused kernel memory: 4608K
    [    0.417874][    T1] Run /init as init process
    [    0.455364][    T1] init: init first stage started!
    [    0.463466][   T72] init: Loading module /lib/modules/zsmalloc.ko with args ''
    [    0.463556][   T73] init: Loading module /lib/modules/tps6598x.ko with args ''
    [    0.463739][   T74] init: Loading module /lib/modules/tps65219-regulator.ko with args ''
    [    0.463929][   T72] zsmalloc: module verification failed: signature and/or required key missing - tainting kernel
    [    0.464205][   T75] init: Loading module /lib/modules/tps65219-pwrbutton.ko with args ''
    [    0.465595][   T75] init: Loaded kernel module /lib/modules/tps65219-pwrbutton.ko
    [    0.465659][   T74] init: Loaded kernel module /lib/modules/tps65219-regulator.ko
    [    0.465686][   T72] init: Loaded kernel module /lib/modules/zsmalloc.ko
    [    0.466064][   T72] init: Loading module /lib/modules/ti-msgmgr.ko with args ''
    [    0.466064][   T75] init: Loading module /lib/modules/tps65219.ko with args ''
    [    0.466081][   T74] init: Loading module /lib/modules/ti_sci.ko with args ''
    [    0.466946][   T73] init: Loaded kernel module /lib/modules/tps6598x.ko
    [    0.467106][   T75] init: Loaded kernel module /lib/modules/tps65219.ko
    [    0.467336][   T73] init: Loading module /lib/modules/tee.ko with args ''
    [    0.467336][   T75] init: Loading module /lib/modules/system_heap.ko with args ''
    [    0.468218][   T72] init: Loaded kernel module /lib/modules/ti-msgmgr.ko
    [    0.468643][   T72] init: Loading module /lib/modules/syscon-clk.ko with args ''
    [    0.468706][   T75] init: Loaded kernel module /lib/modules/system_heap.ko
    [    0.469100][   T75] init: Loading module /lib/modules/sdhci_am654.ko with args ''
    [    0.469992][   T73] init: Loaded kernel module /lib/modules/tee.ko
    [    0.470455][   T73] init: Loading module /lib/modules/sa2ul.ko with args ''
    [    0.471247][   T75] init: Loaded kernel module /lib/modules/sdhci_am654.ko
    [    0.471643][   T75] init: Loading module /lib/modules/rti_wdt.ko with args ''
    [    0.472200][   T72] init: Loaded kernel module /lib/modules/syscon-clk.ko
    [    0.472705][   T72] init: Loading module /lib/modules/rtc-ti-k3.ko with args ''
    [    0.472775][   T74] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    0.473222][   T75] init: Loaded kernel module /lib/modules/rti_wdt.ko
    [    0.473222][   T73] init: Loaded kernel module /lib/modules/sa2ul.ko
    [    0.473642][   T73] init: Loading module /lib/modules/reset-ti-syscon.ko with args ''
    [    0.473643][   T75] init: Loading module /lib/modules/pru_rproc.ko with args ''
    [    0.474841][   T73] init: Loaded kernel module /lib/modules/reset-ti-syscon.ko
    [    0.475209][   T73] init: Loading module /lib/modules/phy-omap-usb2.ko with args ''
    [    0.475442][   T75] init: Loaded kernel module /lib/modules/pru_rproc.ko
    [    0.475770][   T75] init: Loading module /lib/modules/phy-j721e-wiz.ko with args ''
    [    0.476114][   T72] init: Loaded kernel module /lib/modules/rtc-ti-k3.ko
    [    0.476510][   T72] init: Loading module /lib/modules/phy-gmii-sel.ko with args ''
    [    0.476717][   T73] init: Loaded kernel module /lib/modules/phy-omap-usb2.ko
    [    0.477116][   T73] init: Loading module /lib/modules/phy-cadence-torrent.ko with args ''
    [    0.477731][   T75] init: Loaded kernel module /lib/modules/phy-j721e-wiz.ko
    [    0.478595][   T75] init: Loading module /lib/modules/panel-simple.ko with args ''
    [    0.479735][   T72] init: Loaded kernel module /lib/modules/phy-gmii-sel.ko
    [    0.479753][   T73] init: Loaded kernel module /lib/modules/phy-cadence-torrent.ko
    [    0.480126][   T73] init: Loading module /lib/modules/palmas.ko with args ''
    [    0.480127][   T72] init: Loading module /lib/modules/omap-mailbox.ko with args ''
    [    0.481461][   T73] init: Loaded kernel module /lib/modules/palmas.ko
    [    0.481958][   T73] init: Loading module /lib/modules/omap_hwspinlock.ko with args ''
    [    0.483453][   T75] init: Loaded kernel module /lib/modules/panel-simple.ko
    [    0.483542][   T72] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.483860][   T73] init: Loaded kernel module /lib/modules/omap_hwspinlock.ko
    [    0.483860][   T75] init: Loading module /lib/modules/mux-core.ko with args ''
    [    0.483868][   T72] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.484014][   T72] omap-mailbox 29020000.mailbox: no available mbox devices found
    [    0.484067][   T72] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.484211][   T73] init: Loading module /lib/modules/mdio-bitbang.ko with args ''
    [    0.484354][   T72] init: Loaded kernel module /lib/modules/omap-mailbox.ko
    [    0.484724][   T72] init: Loading module /lib/modules/k3-psil-lib.ko with args ''
    [    0.485190][   T73] init: Loaded kernel module /lib/modules/mdio-bitbang.ko
    [    0.485194][   T75] init: Loaded kernel module /lib/modules/mux-core.ko
    [    0.485691][   T73] init: Loading module /lib/modules/k3_j72xx_bandgap.ko with args ''
    [    0.485692][   T72] init: Loaded kernel module /lib/modules/k3-psil-lib.ko
    [    0.486092][   T74] init: Loaded kernel module /lib/modules/ti_sci.ko
    [    0.486109][   T72] init: Loading module /lib/modules/k3_bandgap.ko with args ''
    [    0.486429][   T74] init: Loading module /lib/modules/ite-it66121.ko with args ''
    [    0.487436][   T73] init: Loaded kernel module /lib/modules/k3_j72xx_bandgap.ko
    [    0.487436][   T72] init: Loaded kernel module /lib/modules/k3_bandgap.ko
    [    0.487840][   T72] init: Loading module /lib/modules/ili210x.ko with args ''
    [    0.487840][   T73] init: Loading module /lib/modules/irq-pruss-intc.ko with args ''
    [    0.487934][   T74] init: Loaded kernel module /lib/modules/ite-it66121.ko
    [    0.488251][   T74] init: Loading module /lib/modules/i2c-omap.ko with args ''
    [    0.488839][   T75] init: Loading module /lib/modules/i2c-mux.ko with args ''
    [    0.489381][   T72] init: Loaded kernel module /lib/modules/ili210x.ko
    [    0.489629][   T73] init: Loaded kernel module /lib/modules/irq-pruss-intc.ko
    [    0.489840][   T72] init: Loading module /lib/modules/i2c-dev.ko with args ''
    [    0.489851][   T74] init: Loaded kernel module /lib/modules/i2c-omap.ko
    [    0.489866][   T75] init: Loaded kernel module /lib/modules/i2c-mux.ko
    [    0.489965][   T73] init: Loading module /lib/modules/gpio-regulator.ko with args ''
    [    0.490091][   T74] init: Loading module /lib/modules/gpio-pca953x.ko with args ''
    [    0.490091][   T75] init: Loading module /lib/modules/gpio-davinci.ko with args ''
    [    0.491565][   T72] i2c_dev: i2c /dev entries driver
    [    0.491705][   T73] init: Loaded kernel module /lib/modules/gpio-regulator.ko
    [    0.491705][   T72] init: Loaded kernel module /lib/modules/i2c-dev.ko
    [    0.491810][   T74] init: Loaded kernel module /lib/modules/gpio-pca953x.ko
    [    0.491958][   T75] init: Loaded kernel module /lib/modules/gpio-davinci.ko
    [    0.492064][   T72] init: Loading module /lib/modules/dwc3-haps.ko with args ''
    [    0.492064][   T74] init: Loading module /lib/modules/dwc3-am62.ko with args ''
    [    0.492065][   T73] init: Loading module /lib/modules/dwc3-of-simple.ko with args ''
    [    0.492190][   T75] init: Loading module /lib/modules/drm_dma_helper.ko with args ''
    [    0.493452][   T72] init: Loaded kernel module /lib/modules/dwc3-haps.ko
    [    0.493565][   T73] init: Loaded kernel module /lib/modules/dwc3-of-simple.ko
    [    0.493658][   T75] init: Loaded kernel module /lib/modules/drm_dma_helper.ko
    [    0.493902][   T73] init: Loading module /lib/modules/cma_heap.ko with args ''
    [    0.493902][   T74] init: Loaded kernel module /lib/modules/dwc3-am62.ko
    [    0.493903][   T72] init: Loading module /lib/modules/display-connector.ko with args ''
    [    0.494024][   T75] init: Loading module /lib/modules/cdns-dphy-rx.ko with args ''
    [    0.494162][   T74] init: Loading module /lib/modules/cdns-dphy.ko with args ''
    [    0.495426][   T73] init: Loaded kernel module /lib/modules/cma_heap.ko
    [    0.495555][   T75] init: Loaded kernel module /lib/modules/cdns-dphy-rx.ko
    [    0.495560][   T74] init: Loaded kernel module /lib/modules/cdns-dphy.ko
    [    0.495781][   T72] init: Loaded kernel module /lib/modules/display-connector.ko
    [    0.495805][   T73] init: Loading module /lib/modules/8250_omap.ko with args ''
    [    0.496023][   T72] init (72) used greatest stack depth: 11312 bytes left
    [    0.496186][   T74] init (74) used greatest stack depth: 10608 bytes left
    [    0.498401][   T73] init: Loaded kernel module /lib/modules/8250_omap.ko
    [    0.500089][   T76] init: Loading module /lib/modules/zram.ko with args ''
    [    0.500179][   T77] init: Loading module /lib/modules/tidss.ko with args ''
    [    0.500777][   T78] init: Loading module /lib/modules/sii902x.ko with args ''
    [    0.500777][   T79] init: Loading module /lib/modules/ti_sci_pm_domains.ko with args ''
    [    0.503522][   T78] init: Loaded kernel module /lib/modules/sii902x.ko
    [    0.503737][   T76] zram: Added device: zram0
    [    0.503808][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.503993][   T76] init: Loaded kernel module /lib/modules/zram.ko
    [    0.504094][   T78] init: Loading module /lib/modules/sci-clk.ko with args ''
    [    0.504298][   T76] init: Loading module /lib/modules/reset-ti-sci.ko with args ''
    [    0.505120][   T77] init: Loaded kernel module /lib/modules/tidss.ko
    [    0.505558][   T77] init: Loading module /lib/modules/phy-can-transceiver.ko with args ''
    [    0.506274][   T76] init: Loaded kernel module /lib/modules/reset-ti-sci.ko
    [    0.506931][   T76] init: Loading module /lib/modules/palmas-regulator.ko with args ''
    [    0.507262][   T77] init: Loaded kernel module /lib/modules/phy-can-transceiver.ko
    [    0.507590][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.507619][   T79] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.507726][   T77] init: Loading module /lib/modules/optee-rng.ko with args ''
    [    0.507759][   T79] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    0.508603][   T79] init: Loaded kernel module /lib/modules/ti_sci_pm_domains.ko
    [    0.508913][   T77] init: Loaded kernel module /lib/modules/optee-rng.ko
    [    0.509033][   T79] init: Loading module /lib/modules/optee.ko with args ''
    [    0.509217][   T77] init: Loading module /lib/modules/mux-mmio.ko with args ''
    [    0.509935][   T76] init: Loaded kernel module /lib/modules/palmas-regulator.ko
    [    0.510545][   T76] init: Loading module /lib/modules/mdio-gpio.ko with args ''
    [    0.510838][   T77] init: Loaded kernel module /lib/modules/mux-mmio.ko
    [    0.511279][   T77] init: Loading module /lib/modules/k3-ringacc.ko with args ''
    [    0.512427][   T79] optee: probing for conduit method.
    [    0.512479][   T79] optee: revision 3.21 (9ab92ded)
    [    0.512522][   T76] init: Loaded kernel module /lib/modules/mdio-gpio.ko
    [    0.512681][   T79] optee: dynamic shared memory is enabled
    [    0.512944][   T79] optee: initialized driver
    [    0.513123][   T76] init: Loading module /lib/modules/irq-ti-sci-intr.ko with args ''
    [    0.513561][   T79] init: Loaded kernel module /lib/modules/optee.ko
    [    0.513569][   T77] init: Loaded kernel module /lib/modules/k3-ringacc.ko
    [    0.514042][   T79] init: Loading module /lib/modules/irq-ti-sci-inta.ko with args ''
    [    0.514042][   T77] init: Loading module /lib/modules/i2c-mux-pca954x.ko with args ''
    [    0.515203][   T76] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.515686][   T77] init: Loaded kernel module /lib/modules/i2c-mux-pca954x.ko
    [    0.515706][   T76] init: Loaded kernel module /lib/modules/irq-ti-sci-intr.ko
    [    0.515968][   T79] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.516177][   T76] init: Loading module /lib/modules/davinci_mdio.ko with args ''
    [    0.516692][   T79] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.517277][   T79] init: Loaded kernel module /lib/modules/irq-ti-sci-inta.ko
    [    0.518409][   T76] init: Loaded kernel module /lib/modules/davinci_mdio.ko
    [    0.540895][   T78] init: Loaded kernel module /lib/modules/sci-clk.ko
    [    0.542218][   T80] init: Loading module /lib/modules/k3-udma.ko with args ''
    [    0.545581][   T80] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.548090][   T80] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.551015][   T80] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.555604][   T80] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.558048][   T80] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    0.558587][   T80] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    0.559578][   T80] init: Loaded kernel module /lib/modules/k3-udma.ko
    [    0.560863][   T84] init: Loading module /lib/modules/k3-udma-glue.ko with args ''
    [    0.563111][   T84] init: Loaded kernel module /lib/modules/k3-udma-glue.ko
    [    0.564091][    T1] init: Loaded 66 kernel modules took 108 ms
    [    0.564229][    T1] init: /first_stage_ramdisk/system/bin/snapuserd already exists and it can be executed
    [    0.564704][    T1] init: Switching root to '/first_stage_ramdisk'
    [    0.565447][    T1] init: [libfs_mgr] ReadFstabFromDt(): failed to read fstab from dt
    [    0.567222][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    0.567311][    T1] init: Failed to read vbmeta partitions.
    [    0.619661][    T8] mmc0: CQHCI version 5.10
    [    0.620721][   T49] printk: console [ttyS2] disabled
    [    0.620805][   T49] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 243, base_baud = 3000000) is a 8250
    [    0.662997][    T8] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.667229][   T49] printk: console [ttyS2] enabled
    [    0.671444][    T1] init: bool android::init::BlockDevInitializer::InitDevices(std::set<std::string>): partition(s) not found in /sys, waiting for their uevent(s): boot_a, init_boot_a, metadata, persist, super
    [    3.638235][   T20] mmc0: Command Queue Engine enabled
    [    3.643438][   T20] mmc0: new HS400 MMC card at address 0001
    [    3.650089][   T20] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [    3.659345][   T20]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
    [    3.669507][   T20] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    [    3.673378][    T1] init: Wait for partitions returned after 3001ms
    [    3.676794][   T20] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    [    3.687403][    T1] init: [libfs_mgr] superblock s_max_mnt_count:65535,/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata
    [    3.688790][   T20] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (508:0)
    [    3.699276][    T1] init: [libfs_mgr] Filesystem on /dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata was not cleanly shutdown; state flags: 0x1, incompat feature flags: 0x2c6
    [    3.707291][   T49] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    3.722609][    T1] EXT4-fs: Ignoring removed nomblk_io_submit option
    [    3.730726][   T49] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    3.737861][    T1] EXT4-fs (mmcblk0p15): recovery complete
    [    3.742669][   T49] pca953x 1-0023: using AI
    [    3.748056][    T1] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Quota mode: none.
    [    3.761811][    T1] init: [libfs_mgr] check_fs(): mount(/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata,/metadata,ext4)=0: Success
    [    3.774985][    T1] EXT4-fs (mmcblk0p15): unmounting filesystem.
    [    3.782148][    T1] init: [libfs_mgr] umount_retry(): unmount(/metadata) succeeded
    [    3.782974][   T49] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    3.790017][    T1] init: [libfs_mgr] Not running /system/bin/e2fsck on /dev/block/mmcblk0p15 (executable not in system image)
    [    3.797652][   T49] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    3.809946][    T1] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Quota mode: none.
    [    3.823207][    T1] init: [libfs_mgr] __mount(source=/dev/block/platform/bus@f0000/fa10000.mmc/by-name/metadata,target=/metadata,type=ext4)=0: Success
    [    3.827577][   T49] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    3.842934][   T49] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    3.851505][   T49] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    3.858203][   T49] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    3.868355][   T49] xhci-hcd xhci-hcd.0.auto: irq 410, io mem 0x31100000
    [    3.875433][   T49] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
    [    3.884395][   T49] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.892311][   T49] usb usb1: Product: xHCI Host Controller
    [    3.897878][   T49] usb usb1: Manufacturer: Linux 6.1.43-android14-11-maybe-dirty xhci-hcd
    [    3.906132][   T49] usb usb1: SerialNumber: xhci-hcd.0.auto
    [    3.912189][   T49] hub 1-0:1.0: USB hub found
    [    3.916670][   T49] hub 1-0:1.0: 1 port detected
    [    3.932158][   T49] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.938041][   T49] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
    [    3.951266][   T49] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    3.959761][   T49] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    3.967279][   T49] pca953x 1-0022: using AI
    [    3.974814][   T49] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    3.982479][   T49] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    3.992841][   T49] i2c i2c-1: Added multiplexed i2c bus 3
    [    4.001784][   T49] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    4.013333][   T49] mmc1: CQHCI version 5.10
    [    4.177785][  T105] usb 1-1: new low-speed USB device number 2 using xhci-hcd
    [    4.332664][  T105] usb 1-1: New USB device found, idVendor=045e, idProduct=0797, bcdDevice= 2.00
    [    4.341538][  T105] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [    4.349361][  T105] usb 1-1: Product: USB Optical Mouse
    [    4.373909][  T105] input: USB Optical Mouse as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.0/0003:045E:0797.0001/input/input0
    [    4.389354][  T105] hid-generic 0003:045E:0797.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-xhci-hcd.0.auto-1/input0
    [    4.853772][    C3] random: crng init done
    [    4.859333][    T1] init: [libfs_mgr] Created logical partition system_a on device /dev/block/dm-0
    [    4.868349][    T1] init: [libfs_mgr] Skipping zero-length logical partition: system_b
    [    4.877465][    T1] init: [libfs_mgr] Created logical partition vendor_a on device /dev/block/dm-1
    [    4.886489][    T1] init: [libfs_mgr] Skipping zero-length logical partition: vendor_b
    [    4.894586][    T1] init: DSU not detected, proceeding with normal boot
    [    4.903976][    T1] init: [libfs_mgr] superblock s_max_mnt_count:65535,/dev/block/dm-0
    [    4.914163][    T1] EXT4-fs (dm-0): mounted filesystem without journal. Quota mode: none.
    [    4.922511][    T1] init: [libfs_mgr] __mount(source=/dev/block/dm-0,target=/system,type=ext4)=0: Success
    [    4.932592][    T1] init: Switching root to '/system'
    [    4.942311][    T1] init: [libfs_mgr] superblock s_max_mnt_count:65535,/dev/block/dm-1
    [    4.952776][    T1] EXT4-fs (dm-1): mounted filesystem without journal. Quota mode: none.
    [    4.961129][    T1] init: [libfs_mgr] __mount(source=/dev/block/dm-1,target=/vendor,type=ext4)=0: Success
    [    4.971754][    T1] init: [libfs_mgr] superblock s_max_mnt_count:65535,/dev/block/platform/bus@f0000/fa10000.mmc/by-name/persist
    [    4.983442][    T1] init: [libfs_mgr] Filesystem on /dev/block/platform/bus@f0000/fa10000.mmc/by-name/persist was not cleanly shutdown; state flags: 0x1, incompat feature flags: 0x46
    [    4.999780][    T1] EXT4-fs: Ignoring removed nomblk_io_submit option
    [    5.020648][    T1] EXT4-fs (mmcblk0p16): recovery complete
    [    5.026605][    T1] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Quota mode: none.
    [    5.036078][    T1] init: [libfs_mgr] check_fs(): mount(/dev/block/platform/bus@f0000/fa10000.mmc/by-name/persist,/mnt/vendor/persist,ext4)=0: Success
    [    5.050731][    T1] EXT4-fs (mmcblk0p16): unmounting filesystem.
    [    5.058360][    T1] init: [libfs_mgr] umount_retry(): unmount(/mnt/vendor/persist) succeeded
    [    5.067544][    T1] init: [libfs_mgr] Running /system/bin/e2fsck on /dev/block/mmcblk0p16
    [    5.078398][    T1] logwrapper: Cannot log to file /dev/fscklogs/log
    [    5.081380][  T118] logwrapper: executing /system/bin/e2fsck failed: No such file or directory
    [    5.084803][    T1] logwrapper: 
    [    5.085138][    T1] e2fsck: executing /system/bin/e2fsck failed: No such file or directory
    [    5.093479][  T118] logwrapper: 
    [    5.110030][    T1] e2fsck: e2fsck terminated by exit(255)
    [    5.110030][    T1] 
    [    5.117989][    T1] init: [libfs_mgr] e2fsck returned status 0xff00
    [    5.126568][    T1] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Quota mode: none.
    [    5.136085][    T1] init: [libfs_mgr] __mount(source=/dev/block/platform/bus@f0000/fa10000.mmc/by-name/persist,target=/mnt/vendor/persist,type=ext4)=0: Success
    [    5.181175][    T1] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
    [    5.337181][    T1] init: DM_DEV_STATUS failed for system_ext_a: No such device or address
    [    5.345536][    T1] init: Could not update logical partition
    [    5.351529][    T1] init: DM_DEV_STATUS failed for product_a: No such device or address
    [    5.359544][    T1] init: Could not update logical partition
    [    5.365243][    T1] init: Opening SELinux policy
    [    5.372396][    T1] init: Falling back to standard signature check. TODO implement support for fsverity SEPolicy.
    [    5.382807][    T1] init: Error: Apex SEPolicy failed signature check
    [    5.389264][    T1] init: Loading APEX Sepolicy from /system/etc/selinux/apex/SEPolicy.zip
    [    5.397559][    T1] init: Failed to open package /system/etc/selinux/apex/SEPolicy.zip: No such file or directory
    [    5.416532][    T1] init: Loading SELinux policy
    [    5.453044][    T1] SELinux:  Permission bpf in class capability2 not defined in policy.
    [    5.461195][    T1] SELinux:  Permission checkpoint_restore in class capability2 not defined in policy.
    [    5.470622][    T1] SELinux:  Permission bpf in class cap2_userns not defined in policy.
    [    5.478704][    T1] SELinux:  Permission checkpoint_restore in class cap2_userns not defined in policy.
    [    5.488249][    T1] SELinux:  Class mctp_socket not defined in policy.
    [    5.494784][    T1] SELinux:  Class user_namespace not defined in policy.
    [    5.501563][    T1] SELinux: the above unknown classes and permissions will be denied
    [    5.518185][    T1] SELinux:  policy capability network_peer_controls=1
    [    5.524856][    T1] SELinux:  policy capability open_perms=1
    [    5.530512][    T1] SELinux:  policy capability extended_socket_class=1
    [    5.532027][   T49] sdhci-am654 fa00000.mmc: Power on failed
    [    5.537118][    T1] SELinux:  policy capability always_check_network=0
    [    5.537122][    T1] SELinux:  policy capability cgroup_seclabel=0
    [    5.537126][    T1] SELinux:  policy capability nnp_nosuid_transition=1
    [    5.537130][    T1] SELinux:  policy capability genfs_seclabel_symlinks=0
    [    5.568747][    T1] SELinux:  policy capability ioctl_skip_cloexec=0
    [    5.573500][   T49] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    5.769874][   T38] audit: type=1403 audit(13.328:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
    [    5.776474][    T1] selinux: SELinux: Loaded file context from:
    [    5.785187][    T1] selinux: 		/system/etc/selinux/plat_file_contexts
    [    5.791672][    T1] selinux: 		/product/etc/selinux/product_file_contexts
    [    5.798466][    T1] selinux: 		/vendor/etc/selinux/vendor_file_contexts
    [    5.805603][    T1] selinux: SELinux:  Could not stat /dev/selinux: No such file or directory.
    [    5.814691][   T38] audit: type=1404 audit(13.372:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
    [    5.882829][    T1] init: init second stage started!
    [    5.926189][    T1] selinux: SELinux: Loaded file context from:
    [    5.932212][    T1] selinux: 		/system/etc/selinux/plat_file_contexts
    [    5.938655][    T1] selinux: 		/product/etc/selinux/product_file_contexts
    [    5.945442][    T1] selinux: 		/vendor/etc/selinux/vendor_file_contexts
    [    5.983453][    T1] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    6.006016][    T1] init: Setting product property ro.product.brand to 'TI' (from ro.product.product.brand)
    [    6.015906][    T1] init: Setting product property ro.product.device to 'am62p' (from ro.product.product.device)
    [    6.026159][    T1] init: Setting product property ro.product.manufacturer to 'TexasInstruments' (from ro.product.product.manufacturer)
    [    6.038358][    T1] init: Setting product property ro.product.model to 'AOSP on AM62P EVM' (from ro.product.product.model)
    [    6.049428][    T1] init: Setting product property ro.product.name to 'am62p' (from ro.product.product.name)
    [    6.059314][    T1] init: Setting property 'ro.build.fingerprint' to 'TI/am62p/am62p:14/UP1A.231105.003.A1/eng.bsp.20240318.104301:userdebug/test-keys'
    [    6.072918][    T1] init: Setting property 'ro.product.cpu.abilist' to 'arm64-v8a,armeabi-v7a,armeabi'
    [    6.082245][    T1] init: Setting property 'ro.product.cpu.abilist32' to 'armeabi-v7a,armeabi'
    [    6.090880][    T1] init: Setting property 'ro.product.cpu.abilist64' to 'arm64-v8a'
    [    6.103419][    T1] selinux: SELinux: Loaded file context from:
    [    6.109474][    T1] selinux: 		/system/etc/selinux/plat_file_contexts
    [    6.115920][    T1] selinux: 		/product/etc/selinux/product_file_contexts
    [    6.122709][    T1] selinux: 		/vendor/etc/selinux/vendor_file_contexts
    [    6.129388][    T1] init: Running restorecon...
    [    6.160134][    T1] init: Created socket '/dev/socket/property_service', mode 666, user 0, group 0
    [    6.176604][    T1] init: SetupMountNamespaces done
    [    6.185911][    T1] init: Forked subcontext for 'u:r:vendor_init:s0' with pid 123
    [    6.194603][    T1] init: Parsing file /system/etc/init/hw/init.rc...
    [    6.202650][    T1] init: Added '/init.environ.rc' to import list
    [    6.208919][    T1] init: Added '/system/etc/init/hw/init.usb.rc' to import list
    [    6.216494][    T1] init: Added '/init.am62p.rc' to import list
    [    6.222554][    T1] init: Added '/vendor/etc/init/hw/init.am62p.rc' to import list
    [    6.230233][    T1] init: Added '/system/etc/init/hw/init.usb.configfs.rc' to import list
    [    6.238530][    T1] init: Added '/system/etc/init/hw/init.zygote64_32.rc' to import list
    [    6.251111][    T1] init: Parsing file /init.environ.rc...
    [    6.257429][    T1] init: Parsing file /system/etc/init/hw/init.usb.rc...
    [    6.265324][    T1] init: Parsing file /init.am62p.rc...
    [    6.270729][    T1] init: Unable to read config file '/init.am62p.rc': open() failed: No such file or directory
    [    6.281471][    T1] init: Parsing file /vendor/etc/init/hw/init.am62p.rc...
    [    6.290954][    T1] init: Parsing file /system/etc/init/hw/init.usb.configfs.rc...
    [    6.299948][    T1] init: Parsing file /system/etc/init/hw/init.zygote64_32.rc...
    [    6.307809][    T1] init: Added '/system/etc/init/hw/init.zygote64.rc' to import list
    [    6.315907][    T1] init: Parsing file /system/etc/init/hw/init.zygote64.rc...
    [    6.323633][    T1] init: Parsing directory /system/etc/init...
    [    6.330049][    T1] init: Parsing file /system/etc/init/android.hidl.allocator@1.0-service.rc...
    [    6.339276][    T1] init: Parsing file /system/etc/init/android.system.suspend-service.rc...
    [    6.348139][    T1] init: Parsing file /system/etc/init/apexd.rc...
    [    6.354840][    T1] init: Parsing file /system/etc/init/atrace.rc...
    [    6.364145][    T1] init: Parsing file /system/etc/init/atrace_userdebug.rc...
    [    6.371997][    T1] init: Parsing file /system/etc/init/audioserver.rc...
    [    6.379505][    T1] init: Parsing file /system/etc/init/blank_screen.rc...
    [    6.386839][    T1] init: Parsing file /system/etc/init/bootanim.rc...
    [    6.393803][    T1] init: Parsing file /system/etc/init/bootstat-debug.rc...
    [    6.401248][    T1] init: Parsing file /system/etc/init/bootstat.rc...
    [    6.408502][    T1] init: Parsing file /system/etc/init/bpfloader.rc...
    [    6.415656][    T1] init: Parsing file /system/etc/init/cameraserver.rc...
    [    6.422999][    T1] init: Parsing file /system/etc/init/clean_scratch_files.rc...
    [    6.430873][    T1] init: Parsing file /system/etc/init/cppreopts.rc...
    [    6.437975][    T1] init: Parsing file /system/etc/init/credstore.rc...
    [    6.444997][    T1] init: Parsing file /system/etc/init/dmesgd.rc...
    [    6.451915][    T1] init: Parsing file /system/etc/init/drmserver.rc...
    [    6.458980][    T1] init: Parsing file /system/etc/init/dumpstate.rc...
    [    6.466141][    T1] init: Parsing file /system/etc/init/flags_health_check.rc...
    [    6.473964][    T1] init: Parsing file /system/etc/init/gatekeeperd.rc...
    [    6.481098][    T1] init: Parsing file /system/etc/init/gpuservice.rc...
    [    6.488162][    T1] init: Parsing file /system/etc/init/gsid.rc...
    [    6.494821][    T1] init: Parsing file /system/etc/init/heapprofd.rc...
    [    6.501990][    T1] init: Parsing file /system/etc/init/hwservicemanager.rc...
    [    6.509646][    T1] init: Parsing file /system/etc/init/idmap2d.rc...
    [    6.516444][    T1] init: Parsing file /system/etc/init/incidentd.rc...
    [    6.523467][    T1] init: Parsing file /system/etc/init/init-debug.rc...
    [    6.530671][    T1] init: Parsing file /system/etc/init/installd.rc...
    [    6.538266][    T1] init: Parsing file /system/etc/init/keystore2.rc...
    [    6.545403][    T1] init: Parsing file /system/etc/init/llkd-debuggable.rc...
    [    6.553048][    T1] init: Parsing file /system/etc/init/llkd.rc...
    [    6.559815][    T1] init: Parsing file /system/etc/init/lmkd.rc...
    [    6.566680][    T1] init: Parsing file /system/etc/init/logcatd.rc...
    [    6.573813][    T1] init: Parsing file /system/etc/init/logd.rc...
    [    6.580641][    T1] init: Parsing file /system/etc/init/logtagd.rc...
    [    6.587548][    T1] init: Parsing file /system/etc/init/lpdumpd.rc...
    [    6.594440][    T1] init: Parsing file /system/etc/init/mdnsd.rc...
    [    6.601134][    T1] init: Parsing file /system/etc/init/mediaextractor.rc...
    [    6.608559][    T1] init: Parsing file /system/etc/init/mediametrics.rc...
    [    6.615808][    T1] init: Parsing file /system/etc/init/mediaserver.rc...
    [    6.623081][    T1] init: Parsing file /system/etc/init/mtectrl.rc...
    [    6.629956][    T1] init: Parsing file /system/etc/init/mtpd.rc...
    [    6.636533][    T1] init: Parsing file /system/etc/init/netd.rc...
    [    6.643233][    T1] init: Parsing file /system/etc/init/odsign.rc...
    [    6.650002][    T1] init: Parsing file /system/etc/init/otapreopt.rc...
    [    6.657062][    T1] init: Parsing file /system/etc/init/perfetto.rc...
    [    6.664450][    T1] init: Parsing file /system/etc/init/prng_seeder.rc...
    [    6.671714][    T1] init: Parsing file /system/etc/init/profcollectd.rc...
    [    6.679091][    T1] init: Parsing file /system/etc/init/racoon.rc...
    [    6.685895][    T1] init: Parsing file /system/etc/init/recovery-persist.rc...
    [    6.693475][    T1] init: Parsing file /system/etc/init/recovery-refresh.rc...
    [    6.701070][    T1] init: Parsing file /system/etc/init/rss_hwm_reset.rc...
    [    6.708525][    T1] init: Parsing file /system/etc/init/servicemanager.rc...
    [    6.716066][    T1] init: Parsing file /system/etc/init/simpleperf.rc...
    [    6.723218][    T1] init: Parsing file /system/etc/init/snapuserd.rc...
    [    6.730366][    T1] init: Parsing file /system/etc/init/storaged.rc...
    [    6.737348][    T1] init: Parsing file /system/etc/init/surfaceflinger.rc...
    [    6.744895][    T1] init: Parsing file /system/etc/init/tombstoned.rc...
    [    6.752048][    T1] init: Parsing file /system/etc/init/traced_perf.rc...
    [    6.759366][    T1] init: Parsing file /system/etc/init/uncrypt.rc...
    [    6.766246][    T1] init: Parsing file /system/etc/init/update_engine.rc...
    [    6.773632][    T1] init: Parsing file /system/etc/init/update_verifier.rc...
    [    6.781205][    T1] init: Parsing file /system/etc/init/usbd.rc...
    [    6.787826][    T1] init: Parsing file /system/etc/init/vold.rc...
    [    6.794471][    T1] init: Parsing file /system/etc/init/wifi.rc...
    [    6.801414][    T1] init: Parsing file /system/etc/init/wificond.rc...
    [    6.808493][    T1] init: Parsing file /system_ext/etc/init...
    [    6.814399][    T1] init: Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory
    [    6.825034][    T1] init: Parsing directory /vendor/etc/init...
    [    6.831192][    T1] init: Parsing file /vendor/etc/init/android.hardware.atrace@1.0-service.rc...
    [    6.840629][    T1] init: Parsing file /vendor/etc/init/android.hardware.audio.service.rc...
    [    6.849602][    T1] init: Parsing file /vendor/etc/init/android.hardware.bluetooth@1.1-service.btlinux.rc...
    [    6.859855][    T1] init: Parsing file /vendor/etc/init/android.hardware.boot@1.2-service.rc...
    [    6.868968][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-external-service.rc...
    [    6.879865][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-service_64.rc...
    [    6.890255][    T1] init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.5-service_64_am62p.rc...
    [    6.901157][    T1] init: Parsing file /vendor/etc/init/android.hardware.drm-service.clearkey.rc...
    [    6.910659][    T1] init: Parsing file /vendor/etc/init/android.hardware.gatekeeper@1.0-service.optee.rc...
    [    6.920872][    T1] init: Parsing file /vendor/etc/init/android.hardware.graphics.allocator@4.0-service.img.rc...
    [    6.931624][    T1] init: Parsing file /vendor/etc/init/android.hardware.graphics.composer@2.4-service.rc...
    [    6.941900][    T1] init: Parsing file /vendor/etc/init/android.hardware.health-service.cuttlefish.rc...
    [    6.951833][    T1] init: Parsing file /vendor/etc/init/android.hardware.health.storage-service.cuttlefish.rc...
    [    6.962457][    T1] init: Parsing file /vendor/etc/init/android.hardware.keymaster@3.0-service.optee.rc...
    [    6.972557][    T1] init: Parsing file /vendor/etc/init/android.hardware.thermal@2.0-service-ti.rc...
    [    6.982259][    T1] init: Parsing file /vendor/etc/init/android.hardware.usb@1.2-service.generic.rc...
    [    6.992029][    T1] init: Parsing file /vendor/etc/init/android.hardware.wifi.supplicant-service.rc...
    [    7.001785][    T1] init: Parsing file /vendor/etc/init/boringssl_self_test.rc...
    [    7.009973][    T1] init: Parsing file /vendor/etc/init/cas-default.rc...
    [    7.017283][    T1] init: Parsing file /vendor/etc/init/dumpstate-default.rc...
    [    7.025098][    T1] init: Parsing file /vendor/etc/init/hostapd.android.rc...
    [    7.032719][    T1] init: Parsing file /vendor/etc/init/init.am62p.usb.rc...
    [    7.040440][    T1] init: Parsing file /vendor/etc/init/init.am62p.zygote_wakelock.rc...
    [    7.049159][    T1] init: Parsing file /vendor/etc/init/init.optee.rc...
    [    7.056330][    T1] init: Parsing file /vendor/etc/init/memtrack-default.rc...
    [    7.063956][    T1] init: Parsing file /vendor/etc/init/power-default.rc...
    [    7.071300][    T1] init: Parsing file /vendor/etc/init/wait_for_keymaster_optee.rc...
    [    7.079675][    T1] init: Parsing file /odm/etc/init...
    [    7.084978][    T1] init: Unable to read config file '/odm/etc/init': open() failed: No such file or directory
    [    7.095026][    T1] init: Parsing file /product/etc/init...
    [    7.100638][    T1] init: Unable to read config file '/product/etc/init': open() failed: No such file or directory
    [    7.112197][    T1] init: processing action (SetupCgroups) from (<Builtin Action>:0)
    [    7.178533][    T1] init: Command 'SetupCgroups' action=SetupCgroups (<Builtin Action>:0) took 58ms and succeeded
    [    7.194250][    T1] init: processing action (SetKptrRestrict) from (<Builtin Action>:0)
    [    7.202911][    T1] init: processing action (TestPerfEventSelinux) from (<Builtin Action>:0)
    [    7.212140][    T1] init: processing action (ConnectEarlyStageSnapuserd) from (<Builtin Action>:0)
    [    7.221321][    T1] init: processing action (early-init) from (/system/etc/init/hw/init.rc:15)
    [    7.232422][    T1] init: Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 0ms and failed: mkdir() failed on /acct/uid: Read-only file system
    [    7.255192][    T1] init: starting service 'ueventd'...
    [    7.293863][    T1] init: ... started service 'ueventd' has pid 124
    [    7.302110][    T1] init: starting service 'apexd-bootstrap'...
    [    7.316564][    T1] init: ... started service 'apexd-bootstrap' has pid 125
    [    7.323787][    T1] init: SVC_EXEC service 'apexd-bootstrap' pid 125 (uid 0 gid 1000+0 context default) started; waiting...
    [    7.337992][  T124] ueventd: ueventd started!
    [    7.348551][  T124] selinux: SELinux: Loaded file context from:
    [    7.356263][  T124] selinux: 		/system/etc/selinux/plat_file_contexts
    [    7.362952][  T124] selinux: 		/product/etc/selinux/product_file_contexts
    [    7.369893][  T124] selinux: 		/vendor/etc/selinux/vendor_file_contexts
    [    7.377390][  T124] ueventd: Parsing file /system/etc/ueventd.rc...
    [    7.384198][  T124] ueventd: Added '/vendor/etc/ueventd.rc' to import list
    [    7.391266][  T124] ueventd: Added '/odm/etc/ueventd.rc' to import list
    [    7.398956][  T124] ueventd: Parsing file /vendor/etc/ueventd.rc...
    [    7.406002][  T124] ueventd: Parsing file /odm/etc/ueventd.rc...
    [    7.412208][  T124] ueventd: Unable to read config file '/odm/etc/ueventd.rc': open() failed: No such file or directory
    [    7.435054][  T125] apexd: Bootstrap subcommand detected
    [    7.441627][  T125] cutils-trace: Error opening trace file: No such file or directory (2)
    [    7.450610][  T125] apexd-bootstrap: Scanning /system/apex for pre-installed ApexFiles
    [    7.459829][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.media.capex
    [    7.473102][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.configinfrastructure.capex
    [    7.486545][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.apex.cts.shim.apex
    [    7.499162][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.runtime.apex
    [    7.511220][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.tethering.capex
    [    7.523829][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.scheduling.capex
    [    7.536252][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.ipsec.capex
    [    7.548521][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.appsearch.capex
    [    7.560740][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.tzdata.apex
    [    7.572159][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.ondevicepersonalization.capex
    [    7.581816][  T126] ueventd: LoadWithAliases was unable to load platform:snd-soc-dummy
    [    7.586050][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.conscrypt.capex
    [    7.587085][  T127] ueventd: Loading module /vendor/lib/modules/tee.ko with args ''
    [    7.591590][  T127] ueventd: Loading module /vendor/lib/modules/optee.ko with args ''
    [    7.592191][  T126] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    7.594568][  T126] ueventd: Loading module /vendor/lib/modules/gpio-davinci.ko with args ''
    [    7.596457][  T128] ueventd: LoadWithAliases was unable to load platform:ti-cpufreq
    [    7.598083][  T128] ueventd: LoadWithAliases was unable to load of:Nl2-cache0T(null)Ccache
    [    7.599904][  T128] ueventd: LoadWithAliases was unable to load of:Nregulator-0T(null)Cregulator-fixed
    [    7.602398][  T128] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.602609][  T126] ueventd: LoadWithAliases was unable to load of:Ndss-oldi-io-ctrlT(null)Csyscon
    [    7.604512][  T126] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    7.608573][  T129] ueventd: LoadWithAliases was unable to load platform:reg-dummy
    [    7.617337][  T128] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    7.626716][  T129] ueventd: LoadWithAliases was unable to load of:Nregulator-2T(null)Cregulator-fixed
    [    7.634937][  T128] ueventd: Loading module /vendor/lib/modules/omap-mailbox.ko with args ''
    [    7.641366][  T126] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.642457][  T127] ueventd: LoadWithAliases was unable to load of:NpsciT(null)Carm,psci-1.0
    [    7.643106][  T127] ueventd: LoadWithAliases was unable to load platform:Fixed MDIO bus
    [    7.644605][  T127] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.650587][  T128] ueventd: LoadWithAliases was unable to load mmc:block
    [    7.656038][  T127] ueventd: Loading module /vendor/lib/modules/phy-gmii-sel.ko with args ''
    [    7.657731][  T129] ueventd: LoadWithAliases was unable to load of:NledsT(null)Cgpio-leds
    [    7.659288][  T129] ueventd: LoadWithAliases was unable to load of:NsramT(null)Cmmio-sram
    [    7.662118][  T126] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    7.673570][  T126] ueventd: Loading module /vendor/lib/modules/v4l2-async.ko with args ''
    [    7.678519][  T129] ueventd: Loading module /vendor/lib/modules/syscon-clk.ko with args ''
    [    7.700873][  T126] ueventd: Loaded kernel module /vendor/lib/modules/v4l2-async.ko
    [    7.702668][  T128] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    7.705905][  T128] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    7.706670][  T128] ueventd: Loading module /vendor/lib/modules/ti_sci_pm_domains.ko with args ''
    [    7.709738][  T128] ueventd: Loading module /vendor/lib/modules/i2c-omap.ko with args ''
    [    7.712691][  T129] ueventd: Loading module /vendor/lib/modules/cqhci.ko with args ''
    [    7.713183][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.os.statsd.apex
    [    7.717711][  T129] cqhci: disagrees about version of symbol module_layout
    [    7.717980][  T126] ueventd: Loading module /vendor/lib/modules/j721e-csi2rx.ko with args ''
    [    7.723338][  T127] ueventd: Loading module /vendor/lib/modules/omap-mailbox.ko with args ''
    [    7.729484][  T128] ueventd: Loading module /vendor/lib/modules/gpio-pca953x.ko with args ''
    [    7.735037][  T129] ueventd: Failed to insmod '/vendor/lib/modules/cqhci.ko' with args '': Exec format error
    [    7.745004][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.wifi.capex
    [    7.745616][  T128] ueventd: Loading module /vendor/lib/modules/snd-soc-hdmi-codec.ko with args ''
    [    7.751833][  T129] ueventd: LoadWithAliases was unable to load /vendor/lib/modules/cqhci.ko
    [    7.752905][  T128] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-hdmi-codec.ko
    [    7.755590][  T128] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-intr.ko with args ''
    [    7.758919][  T128] ueventd: LoadWithAliases was unable to load of:Ndma-controllerT(null)Cti,am64-dmss-bcdma
    [    7.760218][  T127] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    7.761017][  T127] ueventd: Loading module /vendor/lib/modules/reset-ti-sci.ko with args ''
    [    7.767192][  T129] ueventd: LoadWithAliases was unable to load of:NmmcT(null)Cti,am64-sdhci-8bit
    [    7.769728][  T127] ueventd: LoadWithAliases was unable to load of:Nvideo-codecT(null)Ccnm,cm521c-vpu
    [    7.773960][  T127] ueventd: Loading module /vendor/lib/modules/i2c-mux.ko with args ''
    [    7.776633][  T127] ueventd: Loading module /vendor/lib/modules/sii902x.ko with args ''
    [    7.779004][  T128] ueventd: Loading module /vendor/lib/modules/k3-ringacc.ko with args ''
    [    7.784757][  T128] ueventd: Loading module /vendor/lib/modules/k3-psil-lib.ko with args ''
    [    7.792783][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.btservices.apex
    [    7.803217][  T126] ueventd: Loaded kernel module /vendor/lib/modules/j721e-csi2rx.ko
    [    7.810570][  T128] ueventd: Loading module /vendor/lib/modules/k3-udma.ko with args ''
    [    7.818701][  T129] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    7.819301][  T126] ueventd: Loading module /vendor/lib/modules/gpio-pca953x.ko with args ''
    [    7.821394][  T126] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.823606][  T126] ueventd: LoadWithAliases was unable to load of:Ndma-controllerT(null)Cti,am64-dmss-pktdma
    [    7.826269][  T126] ueventd: Loading module /vendor/lib/modules/ti-msgmgr.ko with args ''
    [    7.827966][  T127] ueventd: Loading module /vendor/lib/modules/dwc3-am62.ko with args ''
    [    7.830129][  T128] ueventd: Loading module /vendor/lib/modules/k3-udma-glue.ko with args ''
    [    7.834866][  T129] ueventd: Loading module /vendor/lib/modules/spi-cadence-quadspi.ko with args ''
    [    7.834877][  T127] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-inta.ko with args ''
    [    7.835749][  T128] ueventd: Loading module /vendor/lib/modules/ti-am65-cpsw-nuss.ko with args ''
    [    7.836973][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.virt.apex
    [    7.844488][  T126] ueventd: LoadWithAliases was unable to load of:NwatchdogT(null)Cti,j7-rti-wdt
    [    7.844723][  T127] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.846085][  T127] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    7.847747][  T127] ueventd: LoadWithAliases was unable to load of:NmailboxT(null)Cti,am64-mailbox
    [    7.848352][  T127] ueventd: LoadWithAliases was unable to load platform:xhci-hcd
    [    7.848922][  T127] ueventd: LoadWithAliases was unable to load hid:b0003g0001v0000045Ep00000797
    [    7.850051][  T127] ueventd: LoadWithAliases was unable to load usb:v1D6Bp0002d0601dc09dsc00dp01ic09isc00ip00in00
    [    7.859184][  T126] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.868504][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.rkpd.apex
    [    7.868919][  T127] ueventd: Loading module /vendor/lib/modules/8250_omap.ko with args ''
    [    7.875587][  T126] ueventd: Loading module /vendor/lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    7.876254][  T127] ueventd: LoadWithAliases was unable to load of:Ndma-controllerT(null)Cti,am62a-dmss-bcdma-csirx
    [    7.878088][  T127] ueventd: Loading module /vendor/lib/modules/i2c-omap.ko with args ''
    [    7.879992][  T129] ueventd: Loaded kernel module /vendor/lib/modules/spi-cadence-quadspi.ko
    [    7.880040][  T127] ueventd: Loading module /vendor/lib/modules/cdns-dphy-rx.ko with args ''
    [    7.883265][  T129] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    7.884023][  T127] ueventd: Loading module /vendor/lib/modules/omap_hwspinlock.ko with args ''
    [    7.891152][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.sdkext.apex
    [    7.892212][  T127] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    7.893676][  T127] ueventd: Loading module /vendor/lib/modules/rtc-ti-k3.ko with args ''
    [    7.899951][  T129] ueventd: Loading module /vendor/lib/modules/sci-clk.ko with args ''
    [    7.900218][  T127] ueventd: LoadWithAliases was unable to load platform:alarmtimer
    [    7.902227][  T127] ueventd: LoadWithAliases was unable to load of:Ntimer-cl0-cpu0T(null)Carm,armv8-timer
    [    7.903904][  T127] ueventd: LoadWithAliases was unable to load of:Nregulator-1T(null)Cregulator-fixed
    [    7.904330][  T127] ueventd: LoadWithAliases was unable to load platform:serial8250
    [    7.908289][  T127] ueventd: Loading module /vendor/lib/modules/display-connector.ko with args ''
    [    7.910419][  T127] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [    7.919450][  T126] platform 79000000.r5f: configured R5F for remoteproc mode
    [    7.919634][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.healthfitness.apex
    [    7.921819][  T128] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    7.922220][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.extservices.capex
    [    7.923297][  T128] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [    7.923312][  T128] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    7.923406][  T128] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    7.923645][  T128] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    7.923654][  T128] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    7.923743][  T129] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x.ko with args ''
    [    7.924715][  T128] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    7.926942][  T127] ueventd: 
    [    7.927717][  T129] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-tlv320aic3x.ko
    [    7.927927][  T129] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko with args ''
    [    7.928206][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.permission.capex
    [    7.931144][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.i18n.apex
    [    7.933144][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.mediaprovider.capex
    [    7.935775][  T126] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@9b800000
    [    7.935975][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.adservices.capex
    [    7.936416][  T129] tlv320aic3x 1-001b: supply IOVDD not found, using dummy regulator
    [    7.936683][  T129] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
    [    7.936786][  T129] tlv320aic3x 1-001b: supply AVDD not found, using dummy regulator
    [    7.936882][  T129] tlv320aic3x 1-001b: supply DRVDD not found, using dummy regulator
    [    7.936990][  T129] tlv320aic3x 1-001b: Invalid supply voltage(s) AVDD: -22, DVDD: -22
    [    7.937419][  T129] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko
    [    7.938890][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.resolv.capex
    [    7.939203][  T129] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    7.940552][  T129] ueventd: LoadWithAliases was unable to load of:NusbT(null)Csnps,dwc3
    [    7.941628][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.vndk.current.apex
    [    7.942005][  T129] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-mfd
    [    7.944278][  T129] ueventd: Loading module /vendor/lib/modules/pvrsrvkm_am62p.ko with args ''
    [    7.944439][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.media.swcodec.capex
    [    7.947246][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.uwb.capex
    [    7.950662][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.adbd.capex
    [    7.953004][  T126] remoteproc remoteproc0: 79000000.r5f is available
    [    7.953596][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.devicelock.apex
    [    7.956114][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.art.capex
    [    7.958831][  T125] apexd-bootstrap: Found pre-installed APEX /system/apex/com.android.neuralnetworks.capex
    [    7.961833][  T125] apexd-bootstrap: Scanning /system_ext/apex for pre-installed ApexFiles
    [    7.961976][  T125] apexd-bootstrap: /system_ext/apex does not exist. Skipping
    [    7.961995][  T125] apexd-bootstrap: Scanning /product/apex for pre-installed ApexFiles
    [    7.962042][  T125] apexd-bootstrap: /product/apex does not exist. Skipping
    [    7.962060][  T125] apexd-bootstrap: Scanning /vendor/apex for pre-installed ApexFiles
    [    7.962105][  T125] apexd-bootstrap: /vendor/apex does not exist. Skipping
    [    7.962138][  T125] apexd-bootstrap: Found bootstrap APEX /system/apex/com.android.i18n.apex
    [    7.962163][  T125] apexd-bootstrap: Found bootstrap APEX /system/apex/com.android.tzdata.apex
    [    7.962184][  T125] apexd-bootstrap: Found bootstrap APEX /system/apex/com.android.vndk.current.apex
    [    7.962205][  T125] apexd-bootstrap: Found bootstrap APEX /system/apex/com.android.runtime.apex
    [    7.962278][  T125] apexd-bootstrap: Need to pre-allocate 35 loop devices for 31 APEX packages
    [    7.963661][  T125] apexd-bootstrap: No block apex metadata partition found, not adding block apexes
    [    7.997120][  T126] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.997260][  T126] platform 78000000.r5f: configured R5F for IPC-only mode
    [    7.997450][  T126] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    [    8.006042][  T128] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    8.006383][  T129] pvrsrvkm_am62p: loading out-of-tree module taints kernel.
    [    8.013632][   T93] remoteproc remoteproc0: powering up 79000000.r5f
    [    8.017114][  T126] remoteproc remoteproc1: 78000000.r5f is available
    [    8.017384][  T126] remoteproc remoteproc1: attaching to 78000000.r5f
    [    8.017918][  T126] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    8.017939][  T126] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9c800000
    [    8.018036][  T126] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7)
    [    8.018044][  T126] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    8.018885][  T126] ueventd: Loaded kernel module /vendor/lib/modules/ti_k3_r5_remoteproc.ko
    [    8.020979][  T126] ueventd: Loading module /vendor/lib/modules/omap-mailbox.ko with args ''
    [    8.023035][  T126] ueventd: LoadWithAliases was unable to load of:NusbT(null)Csnps,dwc3
    [    8.025108][  T128] ueventd: Loaded kernel module /vendor/lib/modules/ti-am65-cpsw-nuss.ko
    [    8.027321][  T128] ueventd: Loading module /vendor/lib/modules/cqhci.ko with args ''
    [    8.027451][  T128] cqhci: disagrees about version of symbol module_layout
    [    8.027506][  T128] ueventd: Failed to insmod '/vendor/lib/modules/cqhci.ko' with args '': Exec format error
    [    8.027545][  T128] ueventd: LoadWithAliases was unable to load /vendor/lib/modules/cqhci.ko
    [    8.027564][  T128] ueventd: LoadWithAliases was unable to load of:NmmcT(null)Cti,am62-sdhci
    [    8.028827][  T128] ueventd: LoadWithAliases was unable to load of:NsramT(null)Cmmio-sram
    [    8.030207][   T93] remoteproc remoteproc0: Booting fw image am62p-mcu-r5f0_0-fw, size 55272
    [    8.030886][  T128] ueventd: Loading module /vendor/lib/modules/gpio-davinci.ko with args ''
    [    8.039641][   T93] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node mcu-r5fss-dma-memory-region@9b800000
    [    8.040847][  T126] ueventd: LoadWithAliases was unable to load usb:v045Ep0797d0200dc00dsc00dp00ic03isc01ip02in00
    [    8.044049][  T126] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimple-bus
    [    8.046467][  T126] ueventd: Loading module /vendor/lib/modules/irq-ti-sci-inta.ko with args ''
    [    8.049687][  T126] ueventd: LoadWithAliases was unable to load of:NwatchdogT(null)Cti,j7-rti-wdt
    [    8.049686][  T128] ueventd: Loading module /vendor/lib/modules/dwc3-am62.ko with args ''
    [    8.053255][  T128] ueventd: LoadWithAliases was unable to load input:b0003v045Ep0797e0111-e0,1,2,4,k110,111,112,r0,1,8,B,am4,lsfw
    [    8.055426][  T128] ueventd: Loading module /vendor/lib/modules/drm_dma_helper.ko with args ''
    [    8.055748][   T93] rproc-virtio rproc-virtio.4.auto: registered virtio1 (type 7)
    [    8.056469][  T128] ueventd: Loading module /vendor/lib/modules/tidss.ko with args ''
    [    8.058258][  T129] PVR_K:  129: Device: fd80000.gpu
    [    8.059277][  T129] PVR_K:  129: Read BVNC 36.53.104.796 from HW device registers
    [    8.059315][  T129] PVR_K:  129: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    8.060108][  T129] [drm] Initialized pvr 23.2.6460340 20170530 for fd80000.gpu on minor 1
    [    8.061257][  T129] ueventd: Loaded kernel module /vendor/lib/modules/pvrsrvkm_am62p.ko
    [    8.061397][  T128] ueventd: Loading module /vendor/lib/modules/rti_wdt.ko with args ''
    [    8.063103][  T129] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cti,am6-padconf
    [    8.063374][  T128] ueventd: LoadWithAliases was unable to load of:Ni2cT(null)Cti,am64-i2cCti,omap4-i2c
    [    8.064600][  T129] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cpinctrl-single
    [    8.065566][  T128] ueventd: Loading module /vendor/lib/modules/k3_j72xx_bandgap.ko with args ''
    [    8.066508][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-edma.ko with args ''
    [    8.072059][   T93] remoteproc remoteproc0: remote processor 79000000.r5f is now up
    [    8.074541][  T128] ueventd: LoadWithAliases was unable to load of:Nopp-tableT(null)Coperating-points-v2-ti-cpu
    [    8.081566][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-edma.ko
    [    8.086567][  T129] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Cti,am654-timer
    [    8.088407][  T129] ueventd: Loading module /vendor/lib/modules/tps6598x.ko with args ''
    [    8.091934][  T129] ueventd: Loading module /vendor/lib/modules/sa2ul.ko with args ''
    [    8.094246][  T128] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [    8.094266][  T128] ueventd: 
    [    8.096987][  T125] apexd-bootstrap: wait for '/dev/loop-control' took 91ms
    [    8.100063][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-udma.ko with args ''
    [    8.111778][  T129] ueventd: LoadWithAliases was unable to load of:NbusT(null)CsysconCsimple-mfd
    [    8.123673][  T125] apexd-bootstrap: Found 16 idle loopback devices that were pre-allocated by kernel. Allocated 19 more.
    [    8.126578][  T129] ueventd: Loading module /vendor/lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    8.134225][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-udma.ko
    [    8.143341][  T171] loop0: detected capacity change from 0 to 78912
    [    8.145087][  T129] ueventd: Loading module /vendor/lib/modules/gpio-regulator.ko with args ''
    [    8.152146][  T129] ueventd: LoadWithAliases was unable to load platform:psci-cpuidle
    [    8.152235][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-sdma.ko with args ''
    [    8.160734][  T174] apexd-bootstrap: Loopback device 1 not ready. Waiting 50ms...: No such file or directory
    [    8.169627][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-ti-sdma.ko
    [    8.171669][  T129] ueventd: LoadWithAliases was unable to load platform:cpufreq-dt
    [    8.172457][  T129] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [    8.172469][  T129] ueventd: 
    [    8.227637][  T174] loop1: detected capacity change from 0 to 1616
    [    8.230359][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-davinci-mcasp.ko with args ''
    [    8.238667][  T173] loop2: detected capacity change from 0 to 20824
    [    8.262824][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-davinci-mcasp.ko
    [    8.266314][  T172] loop3: detected capacity change from 0 to 86752
    [    8.277269][  T126] ueventd: LoadWithAliases was unable to load of:NchipidT(null)Cti,am654-chipid
    [    9.424842][  T126] ueventd: LoadWithAliases was unable to load of:NesmT(null)Cti,j721e-esm
    [    9.435653][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card-utils.ko with args ''
    [    9.445468][  T171] EXT4-fs (loop0): mounted filesystem without journal. Quota mode: none.
    [    9.454123][  T171] apexd-bootstrap: Successfully mounted package /system/apex/com.android.i18n.apex on /apex/com.android.i18n@1 duration=1311
    [    9.468200][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-simple-card-utils.ko
    [    9.472873][  T174] EXT4-fs (loop1): mounted filesystem without journal. Quota mode: none.
    [    9.474227][  T173] EXT4-fs (loop2): mounted filesystem without journal. Quota mode: none.
    [    9.477437][  T126] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card.ko with args ''
    [    9.480008][  T173] apexd-bootstrap: Successfully mounted package /system/apex/com.android.runtime.apex on /apex/com.android.runtime@1 duration=1334
    [    9.486334][  T174] apexd-bootstrap: Successfully mounted package /system/apex/com.android.tzdata.apex on /apex/com.android.tzdata@340090000 duration=1342
    [    9.500555][  T172] EXT4-fs (loop3): mounted filesystem without journal. Quota mode: none.
    [    9.538854][  T172] apexd-bootstrap: Successfully mounted package /system/apex/com.android.vndk.current.apex on /apex/com.android.vndk.v34@1 duration=1393
    [    9.554420][  T125] apexd-bootstrap: Activated 4 packages.
    [    9.557335][  T126] ueventd: Loaded kernel module /vendor/lib/modules/snd-soc-simple-card.ko
    [    9.572274][  T126] ueventd: LoadWithAliases was unable to load of:NpmuT(null)Carm,cortex-a53-pmu
    [    9.573512][  T125] apexd-bootstrap: OnBootstrap done, duration=2122
    [    9.582299][  T126] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,000B
    [    9.592158][    T1] init: Service 'apexd-bootstrap' (pid 125) exited with status 0 waiting took 2.279000 seconds
    [    9.599646][  T126] ueventd: 
    [    9.612920][    T1] init: Sending signal 9 to service 'apexd-bootstrap' (pid 125) process group...
    [    9.618804][  T126] ueventd (126) used greatest stack depth: 10256 bytes left
    [    9.620534][  T124] ueventd: Coldboot took 2.169 seconds
    [    9.622227][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 125 in 0ms
    [    9.625970][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-hdmi-codec.ko with args ''
    [    9.636205][  T124] ueventd: Loading module /vendor/lib/modules/v4l2-async.ko with args ''
    [    9.661698][  T124] ueventd: Loading module /vendor/lib/modules/v4l2-fwnode.ko with args ''
    [    9.672509][  T124] ueventd: Loaded kernel module /vendor/lib/modules/v4l2-fwnode.ko
    [    9.680560][  T124] ueventd: Loading module /vendor/lib/modules/cdns-csi2rx.ko with args ''
    [    9.696222][  T124] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [    9.705181][  T124] ueventd: Loaded kernel module /vendor/lib/modules/cdns-csi2rx.ko
    [    9.725424][  T124] ueventd: Loading module /vendor/lib/modules/j721e-csi2rx.ko with args ''
    [    9.743869][  T124] ueventd: Loading module /vendor/lib/modules/mdio-bitbang.ko with args ''
    [    9.753288][  T124] ueventd: Loading module /vendor/lib/modules/davinci_mdio.ko with args ''
    [    9.772219][  T124] ueventd: LoadWithAliases was unable to load spi:spi-nor
    [    9.783207][  T124] ueventd: Loading module /vendor/lib/modules/spi-cadence-quadspi.ko with args ''
    [    9.789643][    T1] init: linkerconfig generated /linkerconfig with mounted APEX modules info
    [    9.801041][  T124] ueventd: LoadWithAliases was unable to load of:Nr5fT(null)Cti,am62-r5f
    [    9.801057][    T1] init: Command 'update_linker_config' action=early-init (/system/etc/init/hw/init.rc:79) took 156ms and succeeded
    [    9.812995][    T1] init: processing action (early-init) from (/init.environ.rc:2)
    [    9.828071][  T124] ueventd: LoadWithAliases was unable to load of:Nr5fT(null)Cti,am62-r5f
    [    9.829239][    T1] init: processing action (early-init) from (/vendor/etc/init/hw/init.am62p.rc:1)
    [    9.840890][  T124] ueventd: LoadWithAliases was unable to load of:Nethernet-phyT(null)
    [    9.848035][    T1] init: processing action (ro.product.debugfs_restrictions.enabled=true && early-init) from (/system/etc/init/init-debug.rc:10)
    [    9.858062][  T124] ueventd: LoadWithAliases was unable to load of:Nethernet-phyT(null)
    [    9.867714][    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
    [    9.879040][  T124] ueventd: LoadWithAliases was unable to load of:NmdioT(null)Cti,cpsw-mdioCti,davinci_mdio
    [    9.896777][    T1] init: processing action (early-init) from (/system/etc/init/prng_seeder.rc:5)
    [    9.915927][    T1] init: starting service 'prng_seeder'...
    [    9.921283][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x.ko with args ''
    [    9.922391][    T1] init: Created socket '/dev/socket/prng_seeder', mode 666, user 1092, group 1092
    [    9.931232][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-tlv320aic3x-i2c.ko with args ''
    [    9.961955][  T124] ueventd: Loading module /vendor/lib/modules/ti_sci.ko with args ''
    [    9.967624][    T1] init: ... started service 'prng_seeder' has pid 183
    [    9.970873][  T124] ueventd: Loading module /vendor/lib/modules/ti_k3_r5_remoteproc.ko with args ''
    [    9.976788][    T1] init: Command 'start prng_seeder' action=early-init (/system/etc/init/prng_seeder.rc:6) took 61ms and succeeded
    [    9.990019][  T124] ueventd: LoadWithAliases was unable to load of:Nr5fT(null)Cti,am62-r5f
    [    9.997669][    T1] init: processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2)
    [   10.017087][  T124] ueventd: LoadWithAliases was unable to load platform:rproc-virtio
    [   10.026463][    T1] init: starting service 'boringssl_self_test32_vendor'...
    [   10.029078][  T124] ueventd: LoadWithAliases was unable to load platform:rproc-virtio
    [   10.041458][    T1] init: ... started service 'boringssl_self_test32_vendor' has pid 184
    [   10.041544][    T1] init: SVC_EXEC service 'boringssl_self_test32_vendor' pid 184 (uid 0 gid 0+0 context default) started; waiting...
    [   10.066600][  T124] ueventd: Loading module /vendor/lib/modules/rpmsg_ns.ko with args ''
    [   10.076871][  T124] ueventd: Loaded kernel module /vendor/lib/modules/rpmsg_ns.ko
    [   10.084696][  T124] ueventd: Loading module /vendor/lib/modules/virtio_rpmsg_bus.ko with args ''
    [   10.096448][  T124] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.102808][  T130] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.105061][  T124] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.111384][  T130] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   10.117657][  T124] ueventd: Loaded kernel module /vendor/lib/modules/virtio_rpmsg_bus.ko
    [   10.125553][  T130] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.137032][  T124] ueventd: LoadWithAliases was unable to load of:Nr5fssT(null)Cti,am62-r5fss
    [   10.141884][  T130] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   10.193454][  T183] prng_seeder: Hanging forever because setup failed: hwrng.read_exact in new
    [   10.193454][  T183] 
    [   10.199372][  T124] ueventd: Loading module /vendor/lib/modules/k3-ringacc.ko with args ''
    [   10.204349][  T183] Caused by:
    [   10.213923][  T124] ueventd: Loading module /vendor/lib/modules/k3-psil-lib.ko with args ''
    [   10.215717][  T183]     No such device (os error 19)
    [   10.225022][  T124] ueventd: Loading module /vendor/lib/modules/k3-udma.ko with args ''
    [   10.238703][  T124] ueventd: Loading module /vendor/lib/modules/k3-udma-glue.ko with args ''
    [   10.247706][  T124] ueventd: Loading module /vendor/lib/modules/ti-am65-cpsw-nuss.ko with args ''
    [   10.263867][  T124] ueventd: LoadWithAliases was unable to load platform:rproc-virtio
    [   10.272942][    T1] init: Service 'boringssl_self_test32_vendor' (pid 184) exited with status 0 waiting took 0.234000 seconds
    [   10.274902][  T124] ueventd: LoadWithAliases was unable to load platform:rproc-virtio
    [   10.284397][    T1] init: Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 184) process group...
    [   10.295045][  T124] ueventd: LoadWithAliases was unable to load virtio:d00000007v00000000
    [   10.302582][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 184 in 0ms
    [   10.320220][    T1] init: processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4)
    [   10.327709][  T124] ueventd: Loading module /vendor/lib/modules/pvrsrvkm_am62p.ko with args ''
    [   10.333263][    T1] init: starting service 'boringssl_self_test64_vendor'...
    [   10.376353][    T1] init: ... started service 'boringssl_self_test64_vendor' has pid 185
    [   10.384752][    T1] init: SVC_EXEC service 'boringssl_self_test64_vendor' pid 185 (uid 0 gid 0+0 context default) started; waiting...
    [   10.397007][    T1] init: Command 'exec_start boringssl_self_test64_vendor' action=ro.product.cpu.abilist64=* && early-init (/vendor/etc/init/boringssl_self_test.rc:5) took 64ms and succeeded
    [   10.451830][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-edma.ko with args ''
    [   10.461457][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-udma.ko with args ''
    [   10.471150][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-ti-sdma.ko with args ''
    [   10.476903][    T1] init: Service 'boringssl_self_test64_vendor' (pid 185) exited with status 0 waiting took 0.123000 seconds
    [   10.480215][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-davinci-mcasp.ko with args ''
    [   10.491276][    T1] init: Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 185) process group...
    [   10.510872][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 185 in 0ms
    [   10.518903][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card-utils.ko with args ''
    [   10.520647][    T1] init: processing action (wait_for_coldboot_done) from (<Builtin Action>:0)
    [   10.529420][  T124] ueventd: Loading module /vendor/lib/modules/snd-soc-simple-card.ko with args ''
    [   10.537638][    T1] init: start_waiting_for_property("ro.cold_boot_done", "true"): already set
    [   10.555472][    T1] init: processing action (SetMmapRndBits) from (<Builtin Action>:0)
    [   10.560285][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ctrl
    [   10.564713][    T1] init: processing action (KeychordInit) from (<Builtin Action>:0)
    [   10.573722][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ns
    [   10.578919][    T1] init: processing action (init) from (/system/etc/init/hw/init.rc:97)
    [   10.588571][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ns
    [   10.594921][    T1] init: Command 'copy /system/etc/prop.default /dev/urandom' action=init (/system/etc/init/hw/init.rc:102) took 0ms and failed: Could not read input file '/system/etc/prop.default': open() failed: No such file or directory
    [   10.603968][  T124] ueventd: LoadWithAliases was unable to load virtio:d00000007v00000000
    [   10.633727][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ctrl
    [   10.642686][    T1] init: Command 'write /dev/blkio/blkio.weight 1000' action=init (/system/etc/init/hw/init.rc:238) took 0ms and failed: Unable to write to file '/dev/blkio/blkio.weight': open() failed: Permission denied
    [   10.644215][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ns
    [   10.663433][    T1] init: Command 'write /dev/blkio/background/blkio.weight 200' action=init (/system/etc/init/hw/init.rc:239) took 0ms and failed: Unable to write to file '/dev/blkio/background/blkio.weight': open() failed: Permission denied
    [   10.672473][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_ns
    [   10.692858][    T1] init: Command 'write /dev/blkio/blkio.group_idle 0' action=init (/system/etc/init/hw/init.rc:241) took 0ms and failed: Unable to write to file '/dev/blkio/blkio.group_idle': open() failed: Permission denied
    [   10.701307][  T124] ueventd: LoadWithAliases was unable to load rpmsg:ti.ipc4.ping-pong
    [   10.719789][    T1] init: Command 'write /dev/blkio/background/blkio.group_idle 0' action=init (/system/etc/init/hw/init.rc:242) took 0ms and failed: Unable to write to file '/dev/blkio/background/blkio.group_idle': open() failed: Permission denied
    [   10.729290][  T124] ueventd: LoadWithAliases was unable to load virtio:d00000007v00000000
    [   10.763539][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_chrdev
    [   10.777561][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_chrdev
    [   10.788343][  T124] ueventd: LoadWithAliases was unable to load rpmsg:ti.ipc4.ping-pong
    [   10.799310][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_chrdev
    [   10.812759][  T124] ueventd: LoadWithAliases was unable to load rpmsg:rpmsg_chrdev
    [   10.833445][    T1] Registered swp emulation handler
    [   10.841974][    T1] init: starting service 'logd'...
    [   10.847750][    T1] init: Created socket '/dev/socket/logd', mode 666, user 1036, group 1036
    [   10.856711][    T1] init: Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036
    [   10.865733][    T1] init: Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036
    [   10.899456][    T1] init: ... started service 'logd' has pid 186
    [   10.905628][    T1] init: Command 'start logd' action=init (/system/etc/init/hw/init.rc:469) took 64ms and succeeded
    [   10.917835][    T1] init: starting service 'lmkd'...
    [   10.923788][    T1] init: Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000
    [   10.942217][    T1] init: ... started service 'lmkd' has pid 187
    [   10.949173][    T1] init: starting service 'servicemanager'...
    [   10.966048][    T1] init: ... started service 'servicemanager' has pid 188
    [   10.974116][    T1] init: starting service 'hwservicemanager'...
    [   10.989981][    T1] init: ... started service 'hwservicemanager' has pid 193
    [   10.994268][  T186] logd.auditd: start
    [   10.997448][    T1] init: Command 'start vndservicemanager' action=init (/system/etc/init/hw/init.rc:481) took 0ms and failed: service vndservicemanager not found
    [   11.001246][  T186] logd.klogd: 10999456810
    [   11.015788][    T1] init: processing action (ro.product.cpu.abilist32=* && init) from (/system/etc/init/hw/init.rc:484)
    [   11.021599][  T188] servicemanager: Starting sm instance on /dev/binder
    [   11.031601][    T1] init: starting service 'boringssl_self_test32'...
    [   11.038847][  T186] logd: Loaded bug_map file: /vendor/etc/selinux/selinux_denial_metadata
    [   11.053367][  T186] logd: Loaded bug_map file: /system/etc/selinux/bug_map
    [   11.054032][    T1] init: ... started service 'boringssl_self_test32' has pid 197
    [   11.057064][  T188] SELinux: SELinux: Loaded service context from:
    [   11.057199][  T188] SELinux: 		/system/etc/selinux/plat_service_contexts
    [   11.057227][  T188] SELinux: 		/product/etc/selinux/product_service_contexts
    [   11.057250][  T188] SELinux: 		/vendor/etc/selinux/vendor_service_contexts
    [   11.095012][    T1] init: SVC_EXEC service 'boringssl_self_test32' pid 197 (uid 9999 gid 0+0 context default) started; waiting...
    [   11.106972][    T1] init: Command 'exec_start boringssl_self_test32' action=ro.product.cpu.abilist32=* && init (/system/etc/init/hw/init.rc:485) took 76ms and succeeded
    [   11.163549][    T1] init: Service 'boringssl_self_test32' (pid 197) exited with status 0 waiting took 0.114000 seconds
    [   11.174351][    T1] init: Sending signal 9 to service 'boringssl_self_test32' (pid 197) process group...
    [   11.184191][    T1] libprocessgroup: Successfully killed process cgroup uid 9999 pid 197 in 0ms
    [   11.194189][    T1] init: processing action (ro.product.cpu.abilist64=* && init) from (/system/etc/init/hw/init.rc:486)
    [   11.205542][    T1] init: starting service 'boringssl_self_test64'...
    [   11.239621][    T1] init: ... started service 'boringssl_self_test64' has pid 200
    [   11.247388][    T1] init: SVC_EXEC service 'boringssl_self_test64' pid 200 (uid 9999 gid 0+0 context default) started; waiting...
    [   11.259317][    T1] init: Command 'exec_start boringssl_self_test64' action=ro.product.cpu.abilist64=* && init (/system/etc/init/hw/init.rc:487) took 54ms and succeeded
    [   11.311802][    T1] init: Service 'boringssl_self_test64' (pid 200) exited with status 0 waiting took 0.095000 seconds
    [   11.322627][    T1] init: Sending signal 9 to service 'boringssl_self_test64' (pid 200) process group...
    [   11.332430][    T1] libprocessgroup: Successfully killed process cgroup uid 9999 pid 200 in 0ms
    [   11.342352][    T1] init: processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1315)
    [   11.353302][    T1] init: starting service 'console'...
    [   11.387992][    T1] init: ... started service 'console' has pid 202
    [   11.394565][    T1] init: processing action (init) from (/system/etc/init/hw/init.usb.rc:27)
    [   11.403856][    T1] init: processing action (init) from (/vendor/etc/init/hw/init.am62p.rc:5)
    console:/ $ [   11.468147][    T1] init: Command 'start watchdogd' action=init (/vendor/etc/init/hw/init.am62p.rc:56) took 0ms and failed: service watchdogd not found
    [   11.481850][    T1] init: processing action (init) from (/system/etc/init/audioserver.rc:58)
    [   11.491509][    T1] init: processing action (late-init) from (/system/etc/init/hw/init.rc:532)
    [   11.500337][    T1] init: processing action (late-init) from (/system/etc/init/atrace.rc:3)
    [   11.528666][    T1] init: processing action (late-init) from (/vendor/etc/init/android.hardware.atrace@1.0-service.rc:1)
    [   11.540801][    T1] init: processing action (queue_property_triggers) from (<Builtin Action>:0)
    [   11.549948][    T1] init: processing action (early-fs) from (/system/etc/init/hw/init.rc:565)
    [   11.559098][    T1] init: starting service 'vold'...
    [   11.587490][    T1] init: ... started service 'vold' has pid 203
    [   11.593712][    T1] init: processing action (early-fs) from (/vendor/etc/init/hw/init.am62p.rc:71)
    [   11.602951][    T1] init: service 'vold' requested start, but it is already running (flags: 2052)
    [   11.612026][    T1] init: processing action (fs) from (/vendor/etc/init/hw/init.am62p.rc:74)
    [   11.631948][    T1] init: processing action (fs) from (/system/etc/init/logd.rc:29)
    [   11.640634][    T1] init: processing action (fs) from (/system/etc/init/wifi.rc:25)
    [   11.649244][    T1] init: processing action (post-fs) from (/system/etc/init/hw/init.rc:569)
    [   11.658528][    T1] init: starting service 'exec 1 (/system/bin/vdc checkpoint markBootAttempt)'...
    [   11.694562][    T1] init: ... started service 'exec 1 (/system/bin/vdc checkpoint markBootAttempt)' has pid 204
    [   11.704935][    T1] init: SVC_EXEC service 'exec 1 (/system/bin/vdc checkpoint markBootAttempt)' pid 204 (uid 1000 gid 1000+0 context default) started; waiting...
    [   11.719770][    T1] init: Command 'exec - system system -- /system/bin/vdc checkpoint markBootAttempt' action=post-fs (/system/etc/init/hw/init.rc:570) took 61ms and succeeded
    [   11.725385][  T188] cutils-trace: Error opening trace file: Permission denied (13)
    [   11.750310][    T1] init: Service 'exec 1 (/system/bin/vdc checkpoint markBootAttempt)' (pid 204) exited with status 0 waiting took 0.077000 seconds
    [   11.763878][    T1] init: Sending signal 9 to service 'exec 1 (/system/bin/vdc checkpoint markBootAttempt)' (pid 204) process group...
    [   11.776497][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 204 in 0ms
    [   11.798316][    T1] init: Command 'chown system cache /cache' action=post-fs (/system/etc/init/hw/init.rc:585) took 0ms and failed: lchown() failed: Read-only file system
    [   11.814283][    T1] init: Command 'chmod 0770 /cache' action=post-fs (/system/etc/init/hw/init.rc:586) took 0ms and failed: fchmodat() failed: Read-only file system
    [   11.834608][    T1] selinux: SELinux: Skipping restorecon on directory(/metadata)
    [   11.845720][    T1] selinux: SELinux: Skipping restorecon on directory(/metadata/apex)
    [   11.854309][    T1] init: processing action (post-fs) from (/vendor/etc/init/hw/init.am62p.rc:77)
    [   11.864707][    T1] init: processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7)
    [   11.874817][    T1] init: processing action (post-fs) from (/system/etc/init/gsid.rc:8)
    [   11.883411][    T1] init: processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1)
    [   11.893240][    T1] init: starting service 'exec 2 (/system/bin/recovery-refresh)'...
    [   11.926511][    T1] init: ... started service 'exec 2 (/system/bin/recovery-refresh)' has pid 209
    [   11.935784][    T1] init: processing action (post-fs) from (/vendor/etc/init/init.optee.rc:1)
    [   11.955614][    T1] init: Service 'exec 2 (/system/bin/recovery-refresh)' (pid 209) exited with status 254 oneshot service took 0.049000 seconds in background
    [   11.969953][    T1] init: Sending signal 9 to service 'exec 2 (/system/bin/recovery-refresh)' (pid 209) process group...
    [   11.982063][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 209 in 0ms
    [   11.991478][    T1] init: processing action (late-fs) from (/system/etc/init/hw/init.rc:643)
    [   12.001420][    T1] init: starting service 'system_suspend'...
    [   12.032162][    T1] init: ... started service 'system_suspend' has pid 210
    [   12.039790][    T1] init: starting service 'keystore2'...
    [   12.055312][    T1] init: ... started service 'keystore2' has pid 211
    [   12.063136][    T1] init: starting service 'vendor.atrace-hal-1-0'...
    [   12.080472][    T1] init: ... started service 'vendor.atrace-hal-1-0' has pid 212
    [   12.087261][  T188] servicemanager: getDeviceHalManifest: Reading VINTF information.
    [   12.088764][    T1] init: starting service 'vendor.boot-hal-1-2'...
    [   12.113936][    T1] init: ... started service 'vendor.boot-hal-1-2' has pid 215
    [   12.114004][  T188] servicemanager: getDeviceHalManifest: Successfully processed VINTF information
    [   12.122283][    T1] init: starting service 'tee-supplicant'...
    [   12.130520][  T188] servicemanager: getFrameworkHalManifest: Reading VINTF information.
    [   12.147675][    T1] init: ... started service 'tee-supplicant' has pid 216
    [   12.151850][  T188] servicemanager: getFrameworkHalManifest: Successfully processed VINTF information
    [   12.154938][    T1] init: Command 'class_start early_hal' action=late-fs (/system/etc/init/hw/init.rc:650) took 154ms and succeeded
    [   12.164515][  T188] servicemanager: Found android.system.suspend.ISystemSuspend/default in framework VINTF manifest.
    [   12.177224][    T1] init: starting service 'exec 3 (/system/bin/fsverity_init --load-verified-keys)'...
    [   12.234740][    T1] init: ... started service 'exec 3 (/system/bin/fsverity_init --load-verified-keys)' has pid 217
    [   12.245533][    T1] init: SVC_EXEC service 'exec 3 (/system/bin/fsverity_init --load-verified-keys)' pid 217 (uid 0 gid 0+0 context default) started; waiting...
    [   12.260289][    T1] init: Command 'exec -- /system/bin/fsverity_init --load-verified-keys' action=late-fs (/system/etc/init/hw/init.rc:653) took 84ms and succeeded
    [   12.275236][    T1] init: Service 'exec 3 (/system/bin/fsverity_init --load-verified-keys)' (pid 217) exited with status 0 waiting took 0.073000 seconds
    [   12.289158][    T1] init: Sending signal 9 to service 'exec 3 (/system/bin/fsverity_init --load-verified-keys)' (pid 217) process group...
    [   12.302269][    T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 217 in 0ms
    [   12.311526][    T1] init: processing action (late-fs) from (/system/etc/init/hw/init.rc:664)
    [   12.320975][    T1] init: processing action (late-fs) from (/vendor/etc/init/hw/init.am62p.rc:87)
    [   12.330876][    T1] init: starting service 'bootanim'...
    [   12.375716][    T1] init: ... started service 'bootanim' has pid 223
    [   12.382336][    T1] init: Command 'start bootanim' action=late-fs (/vendor/etc/init/hw/init.am62p.rc:89) took 52ms and succeeded
    [   12.395041][    T1] init: starting service 'vendor.keymaster-3-0-optee'...
    [   12.410840][    T1] init: ... started service 'vendor.keymaster-3-0-optee' has pid 227
    [   12.419149][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 193 (/system/bin/hwservicemanager)
    [   12.436206][    T1] init: service 'bootanim' requested start, but it is already running (flags: 134)
    [   12.445700][    T1] init: service 'hwservicemanager' requested start, but it is already running (flags: 2212)
    [   12.455922][    T1] init: service 'servicemanager' requested start, but it is already running (flags: 2084)
    [   12.466570][    T1] init: starting service 'surfaceflinger'...
    [   12.473558][    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
    [   12.488852][    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
    [   12.504316][    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
    [   12.544613][    T1] init: ... started service 'surfaceflinger' has pid 228
    [   12.552445][    T1] init: starting service 'vendor.gralloc-4-0'...
    [   12.570943][    T1] init: ... started service 'vendor.gralloc-4-0' has pid 229
    [   12.579710][    T1] init: starting service 'vendor.hwcomposer-2-4'...
    [   12.599938][    T1] init: ... started service 'vendor.hwcomposer-2-4' has pid 231
    [   12.607696][    T1] init: Command 'class_start animation' action=late-fs (/vendor/etc/init/hw/init.am62p.rc:90) took 171ms and succeeded
    [   12.620561][    T1] init: service 'vendor.keymaster-3-0-optee' requested start, but it is already running (flags: 132)
    [   12.631464][    T1] init: Control message: Processed ctl.interface_start for 'android.hardware.keymaster@3.0::IKeymasterDevice/default' from pid: 193 (/system/bin/hwservicemanager)
    [   12.648516][    T1] init: start_waiting_for_property("hwservicemanager.ready", "true"): already set
    [   12.658387][    T1] init: processing action (late-fs) from (/vendor/etc/init/init.optee.rc:4)
    [   12.670302][    T1] init: starting service 'wait_for_keymaster_optee'...
    [   12.673834][  T188] servicemanager: Found android.system.keystore2.IKeystoreService/default in framework VINTF manifest.
    [   12.712926][    T1] init: ... started service 'wait_for_keymaster_optee' has pid 233
    [   12.720984][    T1] init: SVC_EXEC service 'wait_for_keymaster_optee' pid 233 (uid 1000 gid 1000+1 context default) started; waiting...
    [   12.733516][    T1] init: Command 'exec_start wait_for_keymaster_optee' action=late-fs (/vendor/etc/init/init.optee.rc:5) took 66ms and succeeded
    [   12.751718][  T229] PVR_K:  229: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    [   12.779110][  T229] PVR_K:  229: Shader binary image 'rgx.sh.36.53.104.796' loaded
    [   12.801096][  T229] PVR_K:  229: FTrace event from "gpu_work_period" enabled
    [   12.810112][  T229] PVR_K:  229: FTrace event from "gpu_frequency" enabled
    [   12.846550][    T1] init: Service 'wait_for_keymaster_optee' (pid 233) exited with status 0 waiting took 0.164000 seconds
    [   12.858086][    T1] init: Sending signal 9 to service 'wait_for_keymaster_optee' (pid 233) process group...
    [   12.868713][    T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 233 in 0ms
    [   12.881722][    T1] init: Calling: /system/bin/vdc checkpoint needsCheckpoint
    [   12.936146][  T188] servicemanager: Could not find android.hardware.boot.IBootControl/default in the VINTF manifest.
    [   12.953940][    T1] vdc: vdc terminated by exit(1)
    [   12.958829][    T1] vdc: 
    [   12.962939][    T1] init: [libfs_mgr] Invalid f2fs superblock on '/dev/block/platform/bus@f0000/fa10000.mmc/by-name/userdata'
    [   12.975102][    T1] init: [libfs_mgr] mount_with_alternatives(): skipping mount due to invalid magic, mountpoint=/data blk_dev=/dev/block/mmcblk0p17 rec[6].fs_type=f2fs
    [   12.990988][    T1] init: Calling: /system/bin/vdc cryptfs mountFstab /dev/block/platform/bus@f0000/fa10000.mmc/by-name/userdata /data 
    [   13.122539][  T203] fsck.f2fs: Info: Fix the reported corruption.
    [   13.129129][  T203] fsck.f2fs: Info: not exist /proc/version!
    [   13.135236][  T203] fsck.f2fs: Info: MKFS version
    [   13.140207][  T203] fsck.f2fs:   "5.15.7-200.fc35.x86_64"
    [   13.145901][  T203] fsck.f2fs: Info: FSCK version
    [   13.151021][  T203] fsck.f2fs:   from "6.1.43-android14-11-maybe-dirty"
    [   13.158182][  T203] fsck.f2fs:     to "6.1.43-android14-11-maybe-dirty"
    [   13.165300][  T203] fsck.f2fs: Info: superblock features = 1499 :  encrypt verity extra_attr project_quota quota_ino casefold
    [   13.177018][  T203] fsck.f2fs: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
    [   13.187150][  T203] fsck.f2fs: [update_superblock: 775] Info: Done to update superblock
    [   13.195429][  T203] fsck.f2fs: Info: Segments per section = 1
    [   13.201413][  T203] fsck.f2fs: Info: Sections per zone = 1
    [   13.207324][  T203] fsck.f2fs: Info: total FS sectors = 6529499 (25505 MB)
    [   13.214458][  T203] fsck.f2fs: Info: CKPT version = 2fa446e8
    [   13.220349][  T203] fsck.f2fs: Info: version timestamp cur: 0, prev: 0
    [   13.227204][  T203] fsck.f2fs: [update_superblock: 775] Info: Done to update superblock
    [   13.299474][  T188] servicemanager: Could not find android.hardware.graphics.composer3.IComposer/default in the VINTF manifest.
    [   13.336793][  T203] fsck.f2fs: Info: checkpoint state = 10c0 :  nat_bits crc disabled sudden-power-off
    [   13.347865][  T203] fsck.f2fs: Info: No error was reported
    [   13.353479][  T203] fsck.f2fs: 
    [   13.355483][  T188] SELinux: avc:  denied  { find } for pid=231 uid=1000 name=android.hardware.graphics.allocator.IAllocator/default scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:hal_graphics_allocator_service:s0 tclass=service_manager permissive=0
    [   13.356675][  T203] fsck.f2fs: c, u, RA, CH, CM, Repl=
    [   13.385905][  T203] fsck.f2fs: 10000 1778 14213 12435 1778 0
    [   13.394994][  T203] F2FS-fs (dm-33): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0
    [   13.477530][  T203] F2FS-fs (dm-33): Disable nat_bits due to incorrect cp_ver (5969246892828411624, 9173401858396669671)
    [   13.510657][  T203] F2FS-fs (dm-33): inconsistent node block, nid:3, node_footer[nid:2575113413,ino:2157640759,ofs:271223236,cpver:15284947363602408890,blkaddr:167507928]
    [   13.525964][  T203] F2FS-fs (dm-33): Failed to read root inode
    [   13.531842][  T188] servicemanager: Since 'SurfaceFlingerAIDL' could not be found, trying to start it as a lazy AIDL service. (if it's not configured to be a lazy service, it may be stuck starting or still starting).
    [   13.561201][  T203] F2FS-fs (dm-33): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0
    [   13.607337][  T188] servicemanager: Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest.
    [   13.629326][  T203] F2FS-fs (dm-33): Disable nat_bits due to incorrect cp_ver (5969246892828411624, 9173401858396669671)
    [   13.642481][  T188] servicemanager: Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest.
    [   13.649552][  T203] F2FS-fs (dm-33): inconsistent node block, nid:3, node_footer[nid:2575113413,ino:2157640759,ofs:271223236,cpver:15284947363602408890,blkaddr:167507928]
    [   13.669466][  T203] F2FS-fs (dm-33): Failed to read root inode
    [   13.686014][  T203] F2FS-fs (dm-33): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0
    [   13.705350][  T188] BpBinder: onLastStrongRef automatically unlinking death recipients: 
    [   13.769348][  T203] F2FS-fs (dm-33): Disable nat_bits due to incorrect cp_ver (5969246892828411624, 9173401858396669671)
    [   13.790540][  T203] F2FS-fs (dm-33): inconsistent node block, nid:3, node_footer[nid:2575113413,ino:2157640759,ofs:271223236,cpver:15284947363602408890,blkaddr:167507928]
    [   13.806116][  T203] F2FS-fs (dm-33): Failed to read root inode
    [   13.860316][  T203] fsck.f2fs: Info: Force to fix corruption
    [   13.866233][  T203] fsck.f2fs: Info: not exist /proc/version!
    [   13.872616][  T203] fsck.f2fs: Info: MKFS version
    [   13.877682][  T203] fsck.f2fs:   "5.15.7-200.fc35.x86_64"
    [   13.883479][  T203] fsck.f2fs: Info: FSCK version
    [   13.888559][  T203] fsck.f2fs:   from "6.1.43-android14-11-maybe-dirty"
    [   13.895563][  T203] fsck.f2fs:     to "6.1.43-android14-11-maybe-dirty"
    [   13.899653][  T188] servicemanager: Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest.
    [   13.902546][  T203] fsck.f2fs: Info: superblock features = 1499 :  encrypt verity extra_attr project_quota quota_ino casefold
    [   13.925264][  T203] fsck.f2fs: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
    [   13.935069][  T203] fsck.f2fs: Info: Segments per section = 1
    [   13.940927][  T203] fsck.f2fs: Info: Sections per zone = 1
    [   13.945126][  T188] servicemanager: Could not find android.hardware.graphics.allocator.IAllocator/default in the VINTF manifest.
    [   13.946756][  T203] fsck.f2fs: Info: total FS sectors = 6529499 (25505 MB)
    [   13.965099][  T203] fsck.f2fs: Info: CKPT version = 2fa446e8
    [   13.970942][  T203] fsck.f2fs: Info: version timestamp cur: 0, prev: 0
    [   13.977602][  T203] fsck.f2fs: [update_superblock: 775] Info: Done to update superblock
    [   15.017186][  T203] fsck.f2fs: Info: Corrupted valid nat_bits in checkpoint
    [   15.169889][  T203] fsck.f2fs: Info: Write valid nat_bits in checkpoint
    [   15.644557][  T203] fsck.f2fs: Info: checkpoint state = 10c0 :  nat_bits crc disabled sudden-power-off
    [   15.654055][  T203] fsck.f2fs: [ASSERT] (sanity_check_nid: 425)  --> nid[0x4] footer.nid[0x8b309c1e] footer.ino[0x8d2fd692]
    [   15.665695][  T203] fsck.f2fs: [ASSERT] (fsck_chk_quota_node:2059)  --> wrong quota inode, qtype [0] ino [0x4]
    [   15.676310][  T203] fsck.f2fs: [ASSERT] (sanity_check_nid: 425)  --> nid[0x5] footer.nid[0x10d9ab71] footer.ino[0xb12d3116]
    [   15.687786][  T203] fsck.f2fs: [ASSERT] (fsck_chk_quota_node:2059)  --> wrong quota inode, qtype [1] ino [0x5]
    [   15.697921][  T203] fsck.f2fs: [ASSERT] (sanity_check_nid: 425)  --> nid[0x6] footer.nid[0xf5fe36f5] footer.ino[0x93e2fd92]
    [   15.709118][  T203] fsck.f2fs: [ASSERT] (fsck_chk_quota_node:2059)  --> wrong quota inode, qtype [2] ino [0x6]
    [   15.719227][  T203] fsck.f2fs: [ASSERT] (sanity_check_nid: 425)  --> nid[0x3] footer.nid[0x997d1cc5] footer.ino[0x809afc37]
    [   15.730408][  T203] fsck.f2fs: [ERROR] external/f2fs-tools/fsck/quotaio.c:147:quota_file_open:: qh_ops->check_file failed
    [   15.741470][  T203] fsck.f2fs: [fsck_chk_quota_files:2099] Fixing Quota file ([  0] ino [0x4])
    [   15.750150][  T203] fsck.f2fs: [ERROR] external/f2fs-tools/fsck/quotaio.c:147:quota_file_open:: qh_ops->check_file failed
    [   15.761217][  T203] fsck.f2fs: [fsck_chk_quota_files:2099] Fixing Quota file ([  1] ino [0x5])
    [   15.769926][  T203] fsck.f2fs: [ERROR] external/f2fs-tools/fsck/quotaio.c:147:quota_file_open:: qh_ops->check_file failed
    [   15.781055][  T203] fsck.f2fs: [fsck_chk_quota_files:2099] Fixing Quota file ([  2] ino [0x6])
    [   15.789837][  T203] fsck.f2fs: 
    [   15.793044][  T203] fsck.f2fs: NID[0x3] is unreachable, blkaddr:0xb000
    [   15.799695][  T203] fsck.f2fs: NID[0x7] is unreachable, blkaddr:0xb800
    [   15.806300][  T203] fsck.f2fs: NID[0x71c00] is unreachable, blkaddr:0xe65769c6
    [   15.813638][  T203] fsck.f2fs: NID[0x71c01] is unreachable, blkaddr:0x9385248
    [   15.820864][  T203] fsck.f2fs: NID[0x71c02] is unreachable, blkaddr:0xdc995e47
    [   15.828213][  T203] fsck.f2fs: NID[0x71c03] is unreachable, blkaddr:0x411f79e5
    [   15.835526][  T203] fsck.f2fs: NID[0x71c04] is unreachable, blkaddr:0x192a4f86
    [   15.842910][  T203] fsck.f2fs: NID[0x71c05] is unreachable, blkaddr:0x4e54bd06
    [   15.850255][  T203] fsck.f2fs: NID[0x71c06] is unreachable, blkaddr:0x9ea15d2b
    [   15.857616][  T203] fsck.f2fs: NID[0x71c07] is unreachable, blkaddr:0x4a7b1592
    [   15.864921][  T203] fsck.f2fs: NID[0x71c08] is unreachable, blkaddr:0x43473285
    [   15.872225][  T203] fsck.f2fs: NID[0x71c09] is unreachable, blkaddr:0xd1e5a199
    [   15.879515][  T203] fsck.f2fs: NID[0x71c0a] is unreachable, blkaddr:0xbc6eb679
    [   15.886834][  T203] fsck.f2fs: NID[0x71c0b] is unreachable, blkaddr:0x4a466aec
    [   15.894135][  T203] fsck.f2fs: NID[0x71c0c] is unreachable, blkaddr:0x6b6a079d
    [   15.901469][  T203] fsck.f2fs: NID[0x71c0d] is unreachable, blkaddr:0x5f55be7
    [   15.908735][  T203] fsck.f2fs: NID[0x71c0e] is unreachable, blkaddr:0x9429ee61
    [   15.916082][  T203] fsck.f2fs: NID[0x71c0f] is unreachable, blkaddr:0x73fa5aba
    [   15.923473][  T203] fsck.f2fs: NID[0x71c10] is unreachable, blkaddr:0xebda3b1c
    [   15.930889][  T203] fsck.f2fs: NID[0x71c11] is unreachable, blkaddr:0x4667c4ab
    [   15.938230][  T203] fsck.f2fs: NID[0x71c12] is unreachable, blkaddr:0xd225a325
    [   15.945574][  T203] fsck.f2fs: NID[0x71c13] is unreachable, blkaddr:0x1a21ba64