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.

TDA4VH-Q1: can MCU10 reset A72 and get linux run again without a system reset

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH, TDA4VM

Tool/software:

TDA4VH 

SDK 0900 linux + freertos

customer board

When A72 (linux) crash, can we restart A72 (linux) by MCU10? 

At present, we can reload app.image(ATF,OPTEE,u-boot-spl) on MCU10, but when we want to re-run ATF according to the SBL process, all SCI interfaces run normally, but ATF does not have any log

  • Hi,

    No. As the bootloaders start with R5F in the MCU domain. There's no software that loads a72 post reset. MCU domain R5F is the boot master. So the boot flow starts from there.

    Best regards,

    Keerthy 

  • hi

    1.In TDA4VM, we found that LPM can do this, but we did not find LPM in TDA4VH,Is there a similar demo in TDA4VH or will TDA4VH be supported in a future SDK release

    2.by the way, in the SBL boot_app mode, can we restart A72 by repeatedly run the BootApp_TaskFxn task in the MCU10 app

  • Hi,

    supported

    It's only supposed in j721e. No clear plans on the TDA4VH. Please check for release notes. 

    , in the SBL boot_app mode, can we restart A72 by repeatedly run the BootApp_TaskFxn task in the

    What's the use case here?

    Best regards,

    Keerthy 

  • hi

    What's the use case here?

    we found the demo program under pdk\mcusw\mcuss_demos\boot_app_mcu_rtos, where BootApp_TaskFxn provides a method to load and run the main domain in MCU10

    so, can we make some modifications in the boot_app demo to help us implement the function of MCU10 to restart A72, that is possible or not?

    At present, combined_dev.appimage has been reloaded and parsed successfully, and all SCI operations have not reported errors, but when SBL_SlaveCoreBoot is executed, A72 does not appear ATF log as expected

    the boot process is as follows

  • Hi, 

    I will check internally to see if there is a way to reset the A72 core/ main domain and get back to you.

    Regards,

    Josiitaa

  • Hi,

    You can use the Sciclient_pmSetModuleRst API to reset the A72 module.

    Regards,

    Josiitaa

  • hi

    after combined_dev.appimage is loaded and parsed, I replaced the SBL_SlaveCoreBoot with Sciclient_pmSetModuleRst , the ATF print "NOTICE:  BL31: "  and it  stuck

  • Yes. We randomly reset the A72. Now ATF needs to execute and then jump to OPTEE. Can you check using debugger where it is halting/crashing in ATF?

    Also OPTEE should be in the DDR. Can you make sure that it is loaded. Then A72 SPL or U-Boot or Linux based on your boot flow should be loaded.

    - Keerthy

  • hi

    sorry for the late reply, now, we give up reset A72 individually, and we are trying to reset the main domain before restart A72. fortunately, A72 (linux) is running successfully

    But there's something strange about the system

    1.The real boot time of linux is getting longer, it used to be about 10 seconds, but now it takes 100 seconds or more

    2.We found some problems with GTC. Sciclient_pmGetModuleClkFreq failed to obtain the clock frequency of GTC, and Sciclient_pmGetModuleState obtained the state of GTC as OFF

  • we dump the gtc and processor clock use k3conf

  • Hi,

    Can you share the logs?

    - Keerthy

  • hi

    you can clearly see that the boot delay of the uboot 2S is actually delayed by 20S

    [2024-11-20 09:39:52]  root@tda4vh-dv:~# NOTICE:  BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
    [2024-11-20 09:42:01]  NOTICE:  BL31: Built : 00:42:57, Jan 13 2023
    [2024-11-20 09:42:01]  I/TC: 
    [2024-11-20 09:42:01]  I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
    [2024-11-20 09:42:01]  I/TC: WARNING: This OP-TEE configuration might be insecure!
    [2024-11-20 09:42:01]  I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    [2024-11-20 09:42:01]  I/TC: Primary CPU initializing
    [2024-11-20 09:42:01]  I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    [2024-11-20 09:42:01]  I/TC: HUK Initialized
    [2024-11-20 09:42:01]  I/TC: Activated SA2UL device
    [2024-11-20 09:42:01]  I/TC: Fixing SA2UL firewall owner for GP device
    [2024-11-20 09:42:01]  I/TC: Enabled firewalls for SA2UL TRNG device
    [2024-11-20 09:42:01]  I/TC: SA2UL TRNG initialized
    [2024-11-20 09:42:01]  I/TC: SA2UL Drivers initialized
    [2024-11-20 09:42:01]  I/TC: Primary CPU switching to normal world boot
    [2024-11-20 09:42:01]  
    [2024-11-20 09:42:03]  U-Boot SPL 2023.04-tda4vhdv (Jul 13 2023 - 05:36:12 +0000)
    [2024-11-20 09:42:03]  SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    [2024-11-20 09:42:03]  Trying to boot from MMC1
    [2024-11-20 09:42:03]  Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    [2024-11-20 09:42:04]  Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    [2024-11-20 09:42:09]  
    [2024-11-20 09:42:21]  
    [2024-11-20 09:42:21]  U-Boot 2023.04-tda4vhdv (Jul 13 2023 - 05:36:12 +0000)
    [2024-11-20 09:42:21]  
    [2024-11-20 09:42:21]  SoC:   J784S4 SR1.0 GP
    [2024-11-20 09:42:21]  Model: Texas Instruments J784S4 EVM
    [2024-11-20 09:42:21]  DRAM:  32 GiB
    [2024-11-20 09:42:22]  idle-statesCore:  82 devices, 29 uclasses, devicetree: separate
    [2024-11-20 09:42:23]  Flash: 0 Bytes
    [2024-11-20 09:42:23]  MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    [2024-11-20 09:42:24]  Loading Environment from MMC... *** Warning - bad CRC, using default environment
    [2024-11-20 09:42:25]  
    [2024-11-20 09:42:25]  In:    serial@2880000
    [2024-11-20 09:42:26]  Out:   serial@2880000
    [2024-11-20 09:42:26]  Err:   serial@2880000
    [2024-11-20 09:42:26]  Hit any key to stop autoboot:  2  1  0 
    [2024-11-20 09:42:46]  Unknown command '' - try 'help'
    [2024-11-20 09:42:46]  k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    [2024-11-20 09:42:47]  k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    [2024-11-20 09:42:47]  1371520 bytes read in 223 ms (5.9 MiB/s)
    [2024-11-20 09:42:51]  Load Remote Processor 2 with data@addr=0x82000000 1371520 bytes: Success!
    [2024-11-20 09:42:51]  8648378 bytes read in 227 ms (36.3 MiB/s)
    [2024-11-20 09:42:54]  name_overlays_fit= conf-ti_k3-j784s4-evm-virt-mac-client.dtbo conf-ti_k3-j784s4-vision-apps.dtbo
    [2024-11-20 09:42:54]  name_fit_config=conf-ti_k3-j784s4-evm.dtb
    [2024-11-20 09:42:54]  ## Loading kernel from FIT Image at 90000000 ...
    [2024-11-20 09:42:54]     Using 'conf-ti_k3-j784s4-evm.dtb' configuration
    [2024-11-20 09:42:54]     Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
    [2024-11-20 09:42:54]     Trying 'kernel-1' kernel subimage
    [2024-11-20 09:42:54]       Description:  Linux kernel
    [2024-11-20 09:42:54]       Type:         Kernel Image
    [2024-11-20 09:42:54]       Compression:  gzip compressed
    [2024-11-20 09:42:54]       Data Start:   0x900000f4
    [2024-11-20 09:42:54]       Data Size:    8535088 Bytes = 8.1 MiB
    [2024-11-20 09:42:54]       Architecture: AArch64
    [2024-11-20 09:42:54]       OS:           Linux
    [2024-11-20 09:42:54]       Load Address: 0x81000000
    [2024-11-20 09:42:54]       Entry Point:  0x81000000
    [2024-11-20 09:42:54]       Hash algo:    sha512
    [2024-11-20 09:42:54]       Hash value:   3fb3498413298f4648af0ad86bc86ee09076b2643d24e47ae9587b3a55523cb23c425439c3c676c00450334cfe065834bb030b5325057d99a07aa63f8295d495
    [2024-11-20 09:42:54]     Verifying Hash Integrity ... sha512+ OK
    [2024-11-20 09:43:00]  ## Loading fdt from FIT Image at 90000000 ...
    [2024-11-20 09:43:00]     Using 'conf-ti_k3-j784s4-evm.dtb' configuration
    [2024-11-20 09:43:00]     Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
    [2024-11-20 09:43:00]     Trying 'fdt-ti_k3-j784s4-evm.dtb' fdt subimage
    [2024-11-20 09:43:00]       Description:  Flattened Device Tree blob
    [2024-11-20 09:43:00]       Type:         Flat Device Tree
    [2024-11-20 09:43:00]       Compression:  uncompressed
    [2024-11-20 09:43:00]       Data Start:   0x90823e5c
    [2024-11-20 09:43:00]       Data Size:    89708 Bytes = 87.6 KiB
    [2024-11-20 09:43:00]       Architecture: AArch64
    [2024-11-20 09:43:00]       Load Address: 0x83000000
    [2024-11-20 09:43:00]       Hash algo:    sha512
    [2024-11-20 09:43:00]       Hash value:   d347b3fa6772f05b2812c3b421a2359d2ee0df5fc518c132c58a268bda6cbeb3f26a219c27db6281ac969feb486d3c46ef2c160161884a505e65d4371188212a
    [2024-11-20 09:43:00]     Verifying Hash Integrity ... sha512+ OK
    [2024-11-20 09:43:00]     Loading fdt from 0x90823e5c to 0x83000000
    [2024-11-20 09:43:00]  ## Loading fdt from FIT Image at 90000000 ...
    [2024-11-20 09:43:00]     Using 'conf-ti_k3-j784s4-evm-virt-mac-client.dtbo' configuration
    [2024-11-20 09:43:00]     Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
    [2024-11-20 09:43:00]     Trying 'fdt-ti_k3-j784s4-evm-virt-mac-client.dtbo' fdt subimage
    [2024-11-20 09:43:00]       Description:  Flattened Device Tree blob
    [2024-11-20 09:43:00]       Type:         Flat Device Tree
    [2024-11-20 09:43:00]       Compression:  uncompressed
    [2024-11-20 09:43:00]       Data Start:   0x9083d730
    [2024-11-20 09:43:00]       Data Size:    3764 Bytes = 3.7 KiB
    [2024-11-20 09:43:00]       Architecture: AArch64
    [2024-11-20 09:43:00]       Load Address: 0x83080000
    [2024-11-20 09:43:00]       Hash algo:    sha512
    [2024-11-20 09:43:00]       Hash value:   23db0e9e29072ad0fe99d145ce7fdb96de552a337b8860312551375fb6d28cb539645fcd4a2a627d9f63fae2d1fa92480fb326b452b70d3012a4797850f2fcaf
    [2024-11-20 09:43:00]     Verifying Hash Integrity ... sha512+ OK
    [2024-11-20 09:43:00]  ## Loading fdt from FIT Image at 90000000 ...
    [2024-11-20 09:43:02]     Using 'conf-ti_k3-j784s4-vision-apps.dtbo' configuration
    [2024-11-20 09:43:02]     Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
    [2024-11-20 09:43:02]     Trying 'fdt-ti_k3-j784s4-vision-apps.dtbo' fdt subimage
    [2024-11-20 09:43:02]       Description:  Flattened Device Tree blob
    [2024-11-20 09:43:02]       Type:         Flat Device Tree
    [2024-11-20 09:43:02]       Compression:  uncompressed
    [2024-11-20 09:43:02]       Data Start:   0x90839de4
    [2024-11-20 09:43:02]       Data Size:    14374 Bytes = 14 KiB
    [2024-11-20 09:43:02]       Architecture: AArch64
    [2024-11-20 09:43:02]       Load Address: 0x83080000
    [2024-11-20 09:43:02]       Hash algo:    sha512
    [2024-11-20 09:43:02]       Hash value:   2bceef248e613f87cf3c6c2baf667ef43745256d8de70a6ea9746f8053956a0c5319b9c135bccab94681ebb34accaff45f4832adeef9f902d3af184e05829519
    [2024-11-20 09:43:02]     Verifying Hash Integrity ... sha512+ OK
    [2024-11-20 09:43:02]     Booting using the fdt blob at 0x83000000
    [2024-11-20 09:43:16]  Working FDT set to 83000000
    [2024-11-20 09:43:16]     Uncompressing Kernel Image
    [2024-11-20 09:43:16]  ERROR: reserving fdt memory region failed (addr=880000000 size=80000000 flags=4)
    [2024-11-20 09:43:31]     Loading Device Tree to 000000008ffe4000, end 000000008ffff3b4 ... OK
    [2024-11-20 09:43:39]  Working FDT set to 8ffe4000
    [2024-11-20 09:43:39]  
    [2024-11-20 09:43:39]  Starting kernel ...
    [2024-11-20 09:43:39]  
    [2024-11-20 09:43:39]  [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [2024-11-20 09:43:40]  [    0.000000] Linux version 6.1.33-tda4vhdv (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Fri Jul 14 00:39:55 UTC 2023
    [2024-11-20 09:43:40]  [    0.000000] Machine model: Texas Instruments J784S4 EVM
    [2024-11-20 09:43:40]  [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [2024-11-20 09:43:40]  [    0.000000] printk: bootconsole [ns16550a0] enabled
    [2024-11-20 09:43:40]  [    0.000000] efi: UEFI not found.
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: OVERLAP DETECTED!
    [2024-11-20 09:43:40]  [    0.000000] r5f-virtual-eth-queues@af000000 (0x00000000af000000--0x00000000af200000) overlaps with vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b4000000)
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: OVERLAP DETECTED!
    [2024-11-20 09:43:40]  [    0.000000] vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b4000000) overlaps with r5f-virtual-eth-buffers@af200000 (0x00000000af200000--0x00000000b1000000)
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a8000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 31 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a8100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@aa000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 31 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@aa100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 48 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@ac000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 2 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@af000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 80 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@af000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000af200000, size 30 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@af200000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b4000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4100000, size 47 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b4100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b7000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b7000000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b7100000, size 47 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b7100000, compatible id shared-dma-pool
    [2024-11-20 09:43:40]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ba000000, size 1 MiB
    [2024-11-20 09:43:40]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-dma-memory@ba000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ba100000, size 47 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-memory@ba100000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000bd000000, size 1 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-dma-memory@bd000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000bd100000, size 47 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-memory@bd100000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000e0000000, size 80 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@e0000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000e5000000, size 8 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@e5000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x00000000e5800000, size 24 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@e5800000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 2048 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [2024-11-20 09:43:41]  [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 1792 MiB
    [2024-11-20 09:43:41]  [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [2024-11-20 09:43:41]  [    0.000000] Zone ranges:
    [2024-11-20 09:44:30]  [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [2024-11-20 09:44:30]  [    0.000000]   DMA32    empty
    [2024-11-20 09:44:30]  [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffefff]
    [2024-11-20 09:44:30]  [    0.000000] Movable zone start for each node
    [2024-11-20 09:44:30]  [    0.000000] Early memory node ranges
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000bfffffff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000dfffffff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x00000000e0000000-0x00000000e6ffffff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x00000000e7000000-0x00000000ffffefff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [2024-11-20 09:44:30]  [    0.000000]   node   0: [mem 0x0000000900000000-0x0000000fffffefff]
    [2024-11-20 09:44:30]  [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffefff]
    [2024-11-20 09:44:30]  [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [2024-11-20 09:44:39]  [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [2024-11-20 09:44:39]  [    0.000000] psci: probing for conduit method from DT.
    [2024-11-20 09:44:39]  [    0.000000] psci: PSCIv1.1 detected in firmware.
    [2024-11-20 09:44:39]  [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [2024-11-20 09:44:39]  [    0.000000] psci: Trusted OS migration not required
    [2024-11-20 09:44:39]  [    0.000000] psci: SMC Calling Convention v1.2
    [2024-11-20 09:44:39]  [    0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
    [2024-11-20 09:44:39]  [    0.000000] Detected PIPT I-cache on CPU0
    [2024-11-20 09:44:39]  [    0.000000] CPU features: detected: GIC system register CPU interface
    [2024-11-20 09:44:39]  [    0.000000] CPU features: detected: Spectre-v3a
    [2024-11-20 09:44:39]  [    0.000000] CPU features: detected: Spectre-BHB
    [2024-11-20 09:44:39]  [    0.000000] CPU features: detected: ARM erratum 1742098
    [2024-11-20 09:44:39]  [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [2024-11-20 09:44:39]  [    0.000000] alternatives: applying boot alternatives
    [2024-11-20 09:44:39]  [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257534
    [2024-11-20 09:44:39]  [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 root=PARTUUID=e1bf75ad-b39c-4177-9ca5-f824c692f4ff rw rootfstype=ext4 rootwait
    [2024-11-20 09:44:40]  [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [2024-11-20 09:44:40]  [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [2024-11-20 09:44:40]  [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [2024-11-20 09:44:40]  [    0.000000] software IO TLB: area num 8.
    [2024-11-20 09:44:40]  [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [2024-11-20 09:44:41]  [    0.000000] Memory: 27712588K/33554424K available (12480K kernel code, 1294K rwdata, 4048K rodata, 2176K init, 498K bss, 4006828K reserved, 1835008K cma-reserved)
    [2024-11-20 09:44:54]  [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [2024-11-20 09:44:54]  [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [2024-11-20 09:44:54]  [    0.000000] rcu: RCU event tracing is enabled.
    [2024-11-20 09:44:54]  [    0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    [2024-11-20 09:44:54]  [    0.000000] Trampoline variant of Tasks RCU enabled.
    [2024-11-20 09:44:54]  [    0.000000] Tracing variant of Tasks RCU enabled.
    [2024-11-20 09:44:54]  [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [2024-11-20 09:44:54]  [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [2024-11-20 09:44:54]  [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [2024-11-20 09:44:54]  [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [2024-11-20 09:44:54]  [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [2024-11-20 09:44:54]  [    0.000000] GICv3: 960 SPIs implemented
    [2024-11-20 09:44:54]  [    0.000000] GICv3: 0 Extended SPIs implemented
    [2024-11-20 09:44:54]  [    0.000000] Root IRQ handler: gic_handle_irq
    [2024-11-20 09:44:54]  [    0.000000] GICv3: GICv3 features: 16 PPIs
    [2024-11-20 09:44:54]  [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [2024-11-20 09:44:54]  [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [2024-11-20 09:44:54]  [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [2024-11-20 09:44:54]  [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [2024-11-20 09:44:54]  [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @920800000 (flat, esz 8, psz 64K, shr 0)
    [2024-11-20 09:44:54]  [    0.000000] ITS: using cache flushing for cmd queue
    [2024-11-20 09:44:54]  [    0.000000] GICv3: using LPI property table @0x0000000920050000
    [2024-11-20 09:44:54]  [    0.000000] GIC: using cache flushing for LPI property table
    [2024-11-20 09:44:54]  [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000920060000
    [2024-11-20 09:44:54]  [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [2024-11-20 09:44:54]  [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [2024-11-20 09:44:54]  [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [2024-11-20 09:44:54]  [    0.000002] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [2024-11-20 09:44:54]  [    0.002600] Console: colour dummy device 80x25
    [2024-11-20 09:44:54]  [    0.003229] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [2024-11-20 09:44:54]  [    0.004395] pid_max: default: 32768 minimum: 301
    [2024-11-20 09:44:54]  [    0.005110] LSM: Security Framework initializing
    [2024-11-20 09:44:54]  [    0.006315] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [2024-11-20 09:44:54]  [    0.007658] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [2024-11-20 09:44:54]  [    0.014766] cblist_init_generic: Setting adjustable number of callback queues.
    [2024-11-20 09:44:54]  [    0.015628] cblist_init_generic: Setting shift to 3 and lim to 1.
    [2024-11-20 09:44:54]  [    0.016615] cblist_init_generic: Setting shift to 3 and lim to 1.
    [2024-11-20 09:44:54]  [    0.017931] rcu: Hierarchical SRCU implementation.
    [2024-11-20 09:44:54]  [    0.018470] rcu: Max phase no-delay instances is 1000.
    [2024-11-20 09:44:54]  [    0.020124] Platform MSI: msi-controller@1820000 domain created
    [2024-11-20 09:44:54]  [    0.021464] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [2024-11-20 09:44:54]  [    0.027331] EFI services will not be available.
    [2024-11-20 09:44:54]  [    0.029387] smp: Bringing up secondary CPUs ...
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 1 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 1 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 2 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 2 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 3 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 3 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 2 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 2 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 3 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 3 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 4 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 4 switching to normal world boot
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 5 initializing
    [2024-11-20 09:44:54]  I/TC: Secondary CPU 5 switching to normal world boot
    [2024-11-20 09:44:54]  [    0.032547] Detected PIPT I-cache on CPU1
    [2024-11-20 09:44:54]  [    0.032844] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [2024-11-20 09:44:54]  [    0.032891] GICv3: CPU1: using allocated LPI pending table @0x0000000920070000
    [2024-11-20 09:44:55]  [    0.032986] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.036000] Detected PIPT I-cache on CPU2
    [2024-11-20 09:44:55]  [    0.036310] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [2024-11-20 09:44:55]  [    0.036354] GICv3: CPU2: using allocated LPI pending table @0x0000000920080000
    [2024-11-20 09:44:55]  [    0.036440] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.039251] Detected PIPT I-cache on CPU3
    [2024-11-20 09:44:55]  [    0.039555] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [2024-11-20 09:44:55]  [    0.039599] GICv3: CPU3: using allocated LPI pending table @0x0000000920090000
    [2024-11-20 09:44:55]  [    0.039681] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.042702] Detected PIPT I-cache on CPU4
    [2024-11-20 09:44:55]  [    0.043094] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [2024-11-20 09:44:55]  [    0.043145] GICv3: CPU4: using allocated LPI pending table @0x00000009200a0000
    [2024-11-20 09:44:55]  [    0.043249] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.046283] Detected PIPT I-cache on CPU5
    [2024-11-20 09:44:55]  [    0.046622] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [2024-11-20 09:44:55]  [    0.046668] GICv3: CPU5: using allocated LPI pending table @0x00000009200b0000
    [2024-11-20 09:44:55]  [    0.046750] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.049710] Detected PIPT I-cache on CPU6
    [2024-11-20 09:44:55]  [    0.050053] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [2024-11-20 09:44:55]  [    0.050097] GICv3: CPU6: using allocated LPI pending table @0x00000009200c0000
    [2024-11-20 09:44:55]  [    0.050181] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.052994] Detected PIPT I-cache on CPU7
    [2024-11-20 09:44:55]  [    0.053344] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [2024-11-20 09:44:55]  [    0.053390] GICv3: CPU7: using allocated LPI pending table @0x00000009200d0000
    [2024-11-20 09:44:55]  [    0.053473] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [2024-11-20 09:44:55]  [    0.053781] smp: Brought up 1 node, 8 CPUs
    [2024-11-20 09:44:55]  [    0.072926] SMP: Total of 8 processors activated.
    [2024-11-20 09:44:55]  [    0.073463] CPU features: detected: 32-bit EL0 Support
    [2024-11-20 09:44:55]  [    0.074078] CPU features: detected: CRC32 instructions
    [2024-11-20 09:44:55]  [    0.075052] CPU: All CPU(s) started at EL2
    [2024-11-20 09:44:55]  [    0.075518] alternatives: applying system-wide alternatives
    [2024-11-20 09:44:55]  [    0.080727] devtmpfs: initialized
    [2024-11-20 09:44:55]  [    0.159227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [2024-11-20 09:44:56]  [    0.160340] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [2024-11-20 09:44:56]  [    0.272962] pinctrl core: initialized pinctrl subsystem
    [2024-11-20 09:44:57]  [    0.275184] DMI not present or invalid.
    [2024-11-20 09:44:57]  [    0.277947] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [2024-11-20 09:44:57]  [    0.284288] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [2024-11-20 09:44:57]  [    0.287698] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [2024-11-20 09:44:57]  [    0.291106] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [2024-11-20 09:44:57]  [    0.292313] audit: initializing netlink subsys (disabled)
    [2024-11-20 09:44:57]  [    0.293628] audit: type=2000 audit(0.288:1): state=initialized audit_enabled=0 res=1
    [2024-11-20 09:44:57]  [    0.295083] thermal_sys: Registered thermal governor 'step_wise'
    [2024-11-20 09:44:57]  [    0.295112] thermal_sys: Registered thermal governor 'power_allocator'
    [2024-11-20 09:44:57]  [    0.296484] cpuidle: using governor menu
    [2024-11-20 09:44:57]  [    0.298108] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [2024-11-20 09:44:57]  [    0.299504] ASID allocator initialised with 65536 entries
    [2024-11-20 09:44:57]  [    0.354561] KASLR disabled due to lack of seed
    [2024-11-20 09:44:58]  [    0.382808] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [2024-11-20 09:44:58]  [    0.383569] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [2024-11-20 09:44:58]  [    0.384266] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [2024-11-20 09:44:58]  [    0.385006] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [2024-11-20 09:44:58]  [    0.385696] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [2024-11-20 09:44:58]  [    0.386575] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [2024-11-20 09:44:58]  [    0.387271] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [2024-11-20 09:44:58]  [    0.388010] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [2024-11-20 09:44:58]  [    0.394113] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [2024-11-20 09:44:58]  [    0.400699] iommu: Default domain type: Translated 
    [2024-11-20 09:44:58]  [    0.401261] iommu: DMA domain TLB invalidation policy: strict mode 
    [2024-11-20 09:44:58]  [    0.402743] SCSI subsystem initialized
    [2024-11-20 09:44:58]  [    0.404419] usbcore: registered new interface driver usbfs
    [2024-11-20 09:44:58]  [    0.405145] usbcore: registered new interface driver hub
    [2024-11-20 09:44:58]  [    0.405845] usbcore: registered new device driver usb
    [2024-11-20 09:44:58]  [    0.408041] pps_core: LinuxPPS API ver. 1 registered
    [2024-11-20 09:44:58]  [    0.408602] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2024-11-20 09:44:58]  [    0.409643] PTP clock support registered
    [2024-11-20 09:44:58]  [    0.410579] EDAC MC: Ver: 3.0.0
    [2024-11-20 09:44:58]  [    0.414648] FPGA manager framework
    [2024-11-20 09:44:58]  [    0.415317] Advanced Linux Sound Architecture Driver Initialized.
    [2024-11-20 09:44:58]  [    0.418615] clocksource: Switched to clocksource arch_sys_counter
    [2024-11-20 09:44:58]  [    0.420075] VFS: Disk quotas dquot_6.6.0
    [2024-11-20 09:44:58]  [    0.420676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [2024-11-20 09:44:58]  [    0.448150] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [2024-11-20 09:44:59]  [    0.449157] NET: Registered PF_INET protocol family
    [2024-11-20 09:44:59]  [    0.452354] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [2024-11-20 09:44:59]  [    0.502021] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [2024-11-20 09:44:59]  [    0.504207] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [2024-11-20 09:44:59]  [    0.505144] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [2024-11-20 09:44:59]  [    0.514132] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [2024-11-20 09:44:59]  [    0.522687] TCP: Hash tables configured (established 262144 bind 65536)
    [2024-11-20 09:44:59]  [    0.523802] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [2024-11-20 09:44:59]  [    0.527642] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [2024-11-20 09:44:59]  [    0.531888] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [2024-11-20 09:44:59]  [    0.533800] RPC: Registered named UNIX socket transport module.
    [2024-11-20 09:44:59]  [    0.534465] RPC: Registered udp transport module.
    [2024-11-20 09:44:59]  [    0.535066] RPC: Registered tcp transport module.
    [2024-11-20 09:45:00]  [    0.535591] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [2024-11-20 09:45:00]  [    0.536306] NET: Registered PF_XDP protocol family
    [2024-11-20 09:45:00]  [    0.536861] PCI: CLS 0 bytes, default 64
    [2024-11-20 09:45:00]  [    0.540897] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [2024-11-20 09:45:00]  [    0.547227] Initialise system trusted keyrings
    [2024-11-20 09:45:00]  [    0.548272] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [2024-11-20 09:45:00]  [    0.571335] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2024-11-20 09:45:00]  [    0.574080] NFS: Registering the id_resolver key type
    [2024-11-20 09:45:00]  [    0.574835] Key type id_resolver registered
    [2024-11-20 09:45:00]  [    0.575309] Key type id_legacy registered
    [2024-11-20 09:45:00]  [    0.576021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [2024-11-20 09:45:00]  [    0.576765] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [2024-11-20 09:45:00]  [    0.578039] 9p: Installing v9fs 9p2000 file system support
    [2024-11-20 09:45:00]  [    0.774409] Key type asymmetric registered
    [2024-11-20 09:45:02]  [    0.774910] Asymmetric key parser 'x509' registered
    [2024-11-20 09:45:02]  [    0.775607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [2024-11-20 09:45:02]  [    0.776885] io scheduler mq-deadline registered
    [2024-11-20 09:45:02]  [    0.777405] io scheduler kyber registered
    [2024-11-20 09:45:02]  [    0.792180] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [2024-11-20 09:45:02]  [    0.793391] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [2024-11-20 09:45:02]  [    0.794931] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [2024-11-20 09:45:02]  [    0.796074] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [2024-11-20 09:45:02]  [    0.797641] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [2024-11-20 09:45:02]  [    0.829410] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [2024-11-20 09:45:03]  [    0.866328] loop: module loaded
    [2024-11-20 09:45:03]  [    0.871506] megasas: 07.719.03.00-rc1
    [2024-11-20 09:45:03]  [    0.887544] tun: Universal TUN/TAP device driver, 1.6
    [2024-11-20 09:45:03]  [    0.890666] thunder_xcv, ver 1.0
    [2024-11-20 09:45:03]  [    0.891271] thunder_bgx, ver 1.0
    [2024-11-20 09:45:03]  [    0.891751] nicpf, ver 1.0
    [2024-11-20 09:45:03]  [    0.893925] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [2024-11-20 09:45:03]  [    0.894787] hns3: Copyright (c) 2017 Huawei Corporation.
    [2024-11-20 09:45:03]  [    0.895631] hclge is initializing
    [2024-11-20 09:45:03]  [    0.896073] e1000: Intel(R) PRO/1000 Network Driver
    [2024-11-20 09:45:03]  [    0.896617] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [2024-11-20 09:45:03]  [    0.897385] e1000e: Intel(R) PRO/1000 Network Driver
    [2024-11-20 09:45:03]  [    0.897932] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [2024-11-20 09:45:03]  [    0.898744] igb: Intel(R) Gigabit Ethernet Network Driver
    [2024-11-20 09:45:03]  [    0.899340] igb: Copyright (c) 2007-2014 Intel Corporation.
    [2024-11-20 09:45:03]  [    0.900048] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [2024-11-20 09:45:03]  [    0.900734] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [2024-11-20 09:45:03]  [    0.901871] sky2: driver version 1.30
    [2024-11-20 09:45:03]  [    0.905360] VFIO - User Level meta-driver version: 0.3
    [2024-11-20 09:45:03]  [    0.908301] usbcore: registered new interface driver usb-storage
    [2024-11-20 09:45:03]  [    0.912104] i2c_dev: i2c /dev entries driver
    [2024-11-20 09:45:03]  [    0.919747] sdhci: Secure Digital Host Controller Interface driver
    [2024-11-20 09:45:04]  [    0.920432] sdhci: Copyright(c) Pierre Ossman
    [2024-11-20 09:45:04]  [    0.922886] Synopsys Designware Multimedia Card Interface Driver
    [2024-11-20 09:45:04]  [    0.925464] sdhci-pltfm: SDHCI platform and OF driver helper
    [2024-11-20 09:45:04]  [    0.930203] ledtrig-cpu: registered to indicate activity on CPUs
    [2024-11-20 09:45:04]  [    0.931589] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [2024-11-20 09:45:04]  [    0.933392] usbcore: registered new interface driver usbhid
    [2024-11-20 09:45:04]  [    0.934011] usbhid: USB HID core driver
    [2024-11-20 09:45:04]  [    0.939858] optee: probing for conduit method.
    [2024-11-20 09:45:04]  I/TC: Reserved shared memory is enabled
    [2024-11-20 09:45:04]  I/TC: Dynamic shared memory is enabled
    [2024-11-20 09:45:04]  I/TC: Normal World virtualization support is disabled
    [2024-11-20 09:45:04]  I/TC: Asynchronous notifications are disabled
    [2024-11-20 09:45:04]  [    0.940430] optee: revision 3.20 (8e74d476)
    [2024-11-20 09:45:04]  [    0.943121] optee: dynamic shared memory is enabled
    [2024-11-20 09:45:04]  [    0.945877] optee: initialized driver
    [2024-11-20 09:45:04]  [    0.952129] Initializing XFRM netlink socket
    [2024-11-20 09:45:04]  [    0.952671] NET: Registered PF_PACKET protocol family
    [2024-11-20 09:45:04]  [    0.953667] 9pnet: Installing 9P2000 support
    [2024-11-20 09:45:04]  [    0.954311] Key type dns_resolver registered
    [2024-11-20 09:45:04]  [    0.955917] registered taskstats version 1
    [2024-11-20 09:45:04]  [    0.956450] Loading compiled-in X.509 certificates
    [2024-11-20 09:45:04]  [    0.992101] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    [2024-11-20 09:45:04]  [    1.041971] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [2024-11-20 09:45:05]  [    1.043510] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [2024-11-20 09:45:05]  [    1.045008] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [2024-11-20 09:45:05]  [    1.046933] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [2024-11-20 09:45:05]  [    1.051283] ti-udma 311a0000.dma-controller: Number of rings: 48
    [2024-11-20 09:45:05]  [    1.056668] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [2024-11-20 09:45:05]  [    1.064303] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [2024-11-20 09:45:05]  [    1.065395] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [2024-11-20 09:45:05]  [    1.066131] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [2024-11-20 09:45:05]  [    1.079035] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [2024-11-20 09:45:05]  [    1.080155] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [2024-11-20 09:45:05]  [    1.080891] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [2024-11-20 09:45:05]  [    1.084016] printk: console [ttyS2] disabled
    [2024-11-20 09:45:05]  [    1.084675] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 212, base_baud = 3000000) is a 8250
    [2024-11-20 09:45:05]  [    1.085871] printk: console [ttyS2] enabled
    [2024-11-20 09:45:05]  [    1.085871] printk: console [ttyS2] enabled
    [2024-11-20 09:45:05]  [    1.086834] printk: bootconsole [ns16550a0] disabled
    [2024-11-20 09:45:05]  [    1.086834] printk: bootconsole [ns16550a0] disabled
    [2024-11-20 09:45:05]  [    1.091825] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:0, add_val:7 pps:0
    [2024-11-20 09:45:05]  [    1.200852] davinci_gpio 42110000.gpio: error -ENXIO: IRQ index 0 not found
    [2024-11-20 09:45:06]  [    1.201595] davinci_gpio 42110000.gpio: error -ENXIO: IRQ not populated
    [2024-11-20 09:45:06]  [    1.202625] mmc0: CQHCI version 5.10
    [2024-11-20 09:45:06]  [    1.212234] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.213936] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.215732] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.217337] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.219055] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.220697] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [2024-11-20 09:45:07]  [    1.224645] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [2024-11-20 09:45:07]  [    1.236466] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [2024-11-20 09:45:07]  [    1.246347] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [2024-11-20 09:45:07]  [    1.249703] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.250684] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.251583] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.255614] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.256474] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.257355] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [2024-11-20 09:45:07]  [    1.271270] ALSA device list:
    [2024-11-20 09:45:07]  [    1.271613]   No soundcards found.
    [2024-11-20 09:45:07]  [    1.272779] Waiting for root device PARTUUID=e1bf75ad-b39c-4177-9ca5-f824c692f4ff...
    [2024-11-20 09:45:07]  [    1.297369] mmc0: Command Queue Engine enabled
    [2024-11-20 09:45:07]  [    1.297877] mmc0: new HS400 MMC card at address 0001
    [2024-11-20 09:45:07]  [    1.300476] mmcblk0: mmc0:0001 064GB2 58.2 GiB 
    [2024-11-20 09:45:07]  [    1.308259] GPT:Primary header thinks Alt. header is not at the end of the disk.
    [2024-11-20 09:45:08]  [    1.309019] GPT:121634883 != 122142719
    [2024-11-20 09:45:08]  [    1.309415] GPT:Alternate GPT header not at the end of the disk.
    [2024-11-20 09:45:08]  [    1.310015] GPT:121634883 != 122142719
    [2024-11-20 09:45:08]  [    1.310405] GPT: Use GNU Parted to correct GPT errors.
    [2024-11-20 09:45:08]  [    1.311088]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
    [2024-11-20 09:45:08]  [    1.316733] mmcblk0boot0: mmc0:0001 064GB2 8.00 MiB 
    [2024-11-20 09:45:08]  [    1.321409] mmcblk0boot1: mmc0:0001 064GB2 8.00 MiB 
    [2024-11-20 09:45:08]  [    1.325535] mmcblk0rpmb: mmc0:0001 064GB2 4.00 MiB, chardev (240:0)
    [2024-11-20 09:45:08]  [    1.347655] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
    [2024-11-20 09:45:08]  [    1.350133] EXT4-fs (mmcblk0p2): recovery complete
    [2024-11-20 09:45:08]  [    1.351012] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:45:08]  [    1.351997] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [2024-11-20 09:45:08]  [    1.353162] devtmpfs: mounted
    [2024-11-20 09:45:08]  [    1.357603] Freeing unused kernel memory: 2176K
    [2024-11-20 09:45:08]  [    1.359074] Run /sbin/init as init process
    [2024-11-20 09:45:08]  [    1.466719] systemd[1]: System time before build time, advancing clock.
    [2024-11-20 09:45:09]  [    1.526947] NET: Registered PF_INET6 protocol family
    [2024-11-20 09:45:10]  [    1.530951] Segment Routing with IPv6
    [2024-11-20 09:45:10]  [    1.531464] In-situ OAM (IOAM) with IPv6
    [2024-11-20 09:45:10]  [    1.575194] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [2024-11-20 09:45:10]  [    1.580822] systemd[1]: Detected architecture arm64.
    [2024-11-20 09:45:10]  
    [2024-11-20 09:45:11]  Welcome to Arago 2023.04!
    [2024-11-20 09:45:11]  
    [2024-11-20 09:45:11]  [    1.671985] systemd[1]: Hostname set to <tda4vh-dv>.
    [2024-11-20 09:45:11]  [    1.843503] systemd-sysv-generator[165]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [2024-11-20 09:45:13]  [    3.073408] systemd[1]: /lib/systemd/system/rsyslog.service:15: PIDFile= references a path below legacy directory /var/run/, updating /var/run/rsyslogd.pid  /run/rsyslogd.pid; please update the unit file accordingly.
    [2024-11-20 09:45:26]  [    3.419482] systemd[1]: Queued start job for default target Multi-User System.
    [2024-11-20 09:45:30]  [    3.689829] systemd[1]: Created slice Slice /system/getty.
    [2024-11-20 09:45:32]  [  OK  ] Created slice Slice /system/getty.
    [2024-11-20 09:45:32]  [    3.698779] systemd[1]: Created slice Slice /system/modprobe.
    [2024-11-20 09:45:32]  [  OK  ] Created slice Slice /system/modprobe.
    [2024-11-20 09:45:32]  [    3.707020] systemd[1]: Created slice Slice /system/serial-getty.
    [2024-11-20 09:45:33]  [  OK  ] Created slice Slice /system/serial-getty.
    [2024-11-20 09:45:33]  [    3.725152] systemd[1]: Created slice Slice /system/systemd-fsck.
    [2024-11-20 09:45:33]  [  OK  ] Created slice Slice /system/systemd-fsck.
    [2024-11-20 09:45:33]  [    3.744111] systemd[1]: Created slice User and Session Slice.
    [2024-11-20 09:45:33]  [  OK  ] Created slice User and Session Slice.
    [2024-11-20 09:45:33]  [    3.747026] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [2024-11-20 09:45:33]  [  OK  ] Started Dispatch Password ts to Console Directory Watch.
    [2024-11-20 09:45:33]  [    3.759668] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [2024-11-20 09:45:33]  [  OK  ] Started Forward Password Ruests to Wall Directory Watch.
    [2024-11-20 09:45:33]  [    3.771853] systemd[1]: Reached target Path Units.
    [2024-11-20 09:45:33]  [  OK  ] Reached target Path Units.
    [2024-11-20 09:45:33]  [    3.783153] systemd[1]: Reached target Remote File Systems.
    [2024-11-20 09:45:33]  [  OK  ] Reached target Remote File Systems.
    [2024-11-20 09:45:33]  [    3.785107] systemd[1]: Reached target Slice Units.
    [2024-11-20 09:45:33]  [  OK  ] Reached target Slice Units.
    [2024-11-20 09:45:33]  [    3.795117] systemd[1]: Reached target Swaps.
    [2024-11-20 09:45:33]  [  OK  ] Reached target Swaps.
    [2024-11-20 09:45:33]  [    3.809368] systemd[1]: Listening on Syslog Socket.
    [2024-11-20 09:45:34]  [  OK  ] Listening on Syslog Socket.
    [2024-11-20 09:45:34]  [    3.837936] systemd[1]: Listening on Process Core Dump Socket.
    [2024-11-20 09:45:34]  [  OK  ] Listening on Process Core Dump Socket.
    [2024-11-20 09:45:34]  [    3.851811] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [2024-11-20 09:45:34]  [  OK  ] Listening on initctl Compatibility Named Pipe.
    [2024-11-20 09:45:34]  [    3.864943] systemd[1]: Listening on Journal Audit Socket.
    [2024-11-20 09:45:34]  [  OK  ] Listening on Journal Audit Socket.
    [2024-11-20 09:45:34]  [    3.868252] systemd[1]: Listening on Journal Socket (/dev/log).
    [2024-11-20 09:45:34]  [  OK  ] Listening on Journal Socket (/dev/log).
    [2024-11-20 09:45:34]  [    3.880748] systemd[1]: Listening on Journal Socket.
    [2024-11-20 09:45:34]  [  OK  ] Listening on Journal Socket.
    [2024-11-20 09:45:34]  [    3.892883] systemd[1]: Listening on Network Service Netlink Socket.
    [2024-11-20 09:45:34]  [  OK  ] Listening on Network Service Netlink Socket.
    [2024-11-20 09:45:34]  [    3.908760] systemd[1]: Listening on udev Control Socket.
    [2024-11-20 09:45:35]  [  OK  ] Listening on udev Control Socket.
    [2024-11-20 09:45:35]  [    3.911936] systemd[1]: Listening on udev Kernel Socket.
    [2024-11-20 09:45:35]  [  OK  ] Listening on udev Kernel Socket.
    [2024-11-20 09:45:35]  [    3.947968] systemd[1]: Mounting Huge Pages File System...
    [2024-11-20 09:45:35]           Mounting Huge Pages File System...
    [2024-11-20 09:45:35]  [    3.972681] systemd[1]: Mounting POSIX Message Queue File System...
    [2024-11-20 09:45:35]           Mounting POSIX Message Queue File System...
    [2024-11-20 09:45:35]  [    3.989772] systemd[1]: Mounting Kernel Debug File System...
    [2024-11-20 09:45:35]           Mounting Kernel Debug File System...
    [2024-11-20 09:45:36]  [    4.004310] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [2024-11-20 09:45:36]  [    4.020048] systemd[1]: Mounting Temporary Directory /tmp...
    [2024-11-20 09:45:36]           Mounting Temporary Directory /tmp...
    [2024-11-20 09:45:36]  [    4.046713] systemd[1]: Starting Create List of Static Device Nodes...
    [2024-11-20 09:45:36]           Starting Create List of Static Device Nodes...
    [2024-11-20 09:45:36]  [    4.063741] systemd[1]: Starting Load Kernel Module configfs...
    [2024-11-20 09:45:36]           Starting Load Kernel Module configfs...
    [2024-11-20 09:45:36]  [    4.089601] systemd[1]: Starting Load Kernel Module drm...
    [2024-11-20 09:45:37]           Starting Load Kernel Module drm...
    [2024-11-20 09:45:37]  [    4.117864] systemd[1]: Starting Load Kernel Module fuse...
    [2024-11-20 09:45:37]           Starting Load Kernel Module fuse...
    [2024-11-20 09:45:37]  [    4.132099] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [2024-11-20 09:45:37]  [    4.161812] systemd[1]: Starting Journal Service...
    [2024-11-20 09:45:37]  [    4.162712] fuse: init (API version 7.37)
    [2024-11-20 09:45:37]           Starting Journal Service...
    [2024-11-20 09:45:37]  [    4.193375] systemd[1]: Starting Load Kernel Modules...
    [2024-11-20 09:45:38]           Starting Load Kernel Modules...
    [2024-11-20 09:45:38]  [    4.221806] systemd[1]: Starting Generate network units from Kernel command line...
    [2024-11-20 09:45:38]           Starting Generate network ts from Kernel command line...
    [2024-11-20 09:45:38]  [    4.247307] cryptodev: loading out-of-tree module taints kernel.
    [2024-11-20 09:45:38]  [    4.253705] cryptodev: driver 1.12 loaded.
    [2024-11-20 09:45:38]  [    4.256336] systemd[1]: Starting Remount Root and Kernel File Systems...
    [2024-11-20 09:45:38]           Starting Remount Root and Kernel File Systems...
    [2024-11-20 09:45:38]  [    4.277092] systemd[1]: Starting Coldplug All udev Devices...
    [2024-11-20 09:45:38]           Starting Coldplug All udev Devices...
    [2024-11-20 09:45:38]  [    4.328167] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
    [2024-11-20 09:45:39]  [    4.349340] systemd[1]: Mounted Huge Pages File System.
    [2024-11-20 09:45:39]  [  OK  ] Mounted Huge Pages File System.
    [2024-11-20 09:45:39]  [    4.353258] systemd[1]: Mounted POSIX Message Queue File System.
    [2024-11-20 09:45:39]  [  OK  ] Mounted POSIX Message Queue File System.
    [2024-11-20 09:45:39]  [    4.372802] systemd[1]: Mounted Kernel Debug File System.
    [2024-11-20 09:45:39]  [  OK  ] Mounted Kernel Debug File System.
    [2024-11-20 09:45:39]  [    4.376428] systemd[1]: Mounted Temporary Directory /tmp.
    [2024-11-20 09:45:40]  [  OK  ] Mounted Temporary Directory /tmp.
    [2024-11-20 09:45:40]  [    4.383529] systemd[1]: Finished Create List of Static Device Nodes.
    [2024-11-20 09:45:40]  [  OK  ] Finished Create List of Static Device Nodes.
    [2024-11-20 09:45:40]  [    4.403640] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [2024-11-20 09:45:40]  [    4.408101] systemd[1]: Finished Load Kernel Module configfs.
    [2024-11-20 09:45:40]  [  OK  ] Finished Load Kernel Module configfs.
    [2024-11-20 09:45:40]  [    4.414467] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [2024-11-20 09:45:40]  [    4.420464] systemd[1]: Finished Load Kernel Module drm.
    [2024-11-20 09:45:40]  [  OK  ] Finished Load Kernel Module drm.
    [2024-11-20 09:45:40]  [    4.426926] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [2024-11-20 09:45:40]  [    4.431190] systemd[1]: Finished Load Kernel Module fuse.
    [2024-11-20 09:45:40]  [  OK  ] Finished Load Kernel Module fuse.
    [2024-11-20 09:45:40]  [    4.437938] systemd[1]: Finished Load Kernel Modules.
    [2024-11-20 09:45:40]  [  OK  ] Finished Load Kernel Modules.
    [2024-11-20 09:45:40]  [    4.455894] systemd[1]: Finished Generate network units from Kernel command line.
    [2024-11-20 09:45:40]  [  OK  ] Finished Generate network units from Kernel command line.
    [2024-11-20 09:45:40]  [    4.472722] systemd[1]: Finished Remount Root and Kernel File Systems.
    [2024-11-20 09:45:41]  [  OK  ] Finished Remount Root and Kernel File Systems.
    [2024-11-20 09:45:41]  [    4.476702] systemd[1]: Reached target Preparation for Network.
    [2024-11-20 09:45:41]  [  OK  ] Reached target Preparation for Network.
    [2024-11-20 09:45:41]  [    4.540492] systemd[1]: Mounting FUSE Control File System...
    [2024-11-20 09:45:41]           Mounting FUSE Control File System...
    [2024-11-20 09:45:41]  [    4.565913] systemd[1]: Mounting Kernel Configuration File System...
    [2024-11-20 09:45:41]           Mounting Kernel Configuration File System...
    [2024-11-20 09:45:42]  [    4.571456] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [2024-11-20 09:45:42]  [    4.573841] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
    [2024-11-20 09:45:42]  [    4.591382] systemd[1]: Starting Apply Kernel Variables...
    [2024-11-20 09:45:42]           Starting Apply Kernel Variables...
    [2024-11-20 09:45:42]  [    4.607810] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [2024-11-20 09:45:42]  [    4.624720] systemd[1]: Starting Create Static Device Nodes in /dev...
    [2024-11-20 09:45:42]           Starting Create Static Device Nodes in /dev...
    [2024-11-20 09:45:42]  [    4.642331] systemd[1]: Mounted FUSE Control File System.
    [2024-11-20 09:45:42]  [  OK  ] Mounted FUSE Control File System.
    [2024-11-20 09:45:42]  [    4.646310] systemd[1]: Mounted Kernel Configuration File System.
    [2024-11-20 09:45:42]  [  OK  ] Mounted Kernel Configuration File System.
    [2024-11-20 09:45:42]  [    4.682525] systemd[1]: Finished Apply Kernel Variables.
    [2024-11-20 09:45:43]  [  OK  ] Finished Apply Kernel Variables.
    [2024-11-20 09:45:43]  [    4.723801] systemd[1]: Started Journal Service.
    [2024-11-20 09:45:43]  [  OK  ] Started Journal Service.
    [2024-11-20 09:45:43]  [  OK  ] Finished Create Static Device Nodes in /dev.
    [2024-11-20 09:45:43]  [  OK  ] Reached target Preparation for Local File Systems.
    [2024-11-20 09:45:44]           Mounting /var/volatile...
    [2024-11-20 09:45:44]           Starting Flush Journal to Persistent Storage...
    [2024-11-20 09:45:45]  [    4.883941] audit: type=1334 audit(1651167748.416:2): prog-id=5 op=LOAD
    [2024-11-20 09:45:45]  [    4.884852] audit: type=1334 audit(1651167748.416:3): prog-id=6 op=LOAD
    [2024-11-20 09:45:45]           Starting Rule-based Managefor Device Events and Files...
    [2024-11-20 09:45:45]  [    4.917976] systemd-journald[174]: Received client request to flush runtime journal.
    [2024-11-20 09:45:45]  [  OK  ] Mounted /var/volatile.
    [2024-11-20 09:45:45]  [  OK  ] Finished Flush Journal to Persistent Storage.
    [2024-11-20 09:45:45]           Starting Load/Save Random Seed...
    [2024-11-20 09:45:46]  [  OK  ] Started Rule-based Manager for Device Events and Files.
    [2024-11-20 09:45:49]           Starting Network Configuration...
    [2024-11-20 09:45:50]  [    6.014721] random: crng init done
    [2024-11-20 09:45:57]  [  OK  ] Finished Load/Save Random Seed.
    [2024-11-20 09:45:57]  [    6.045971] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [2024-11-20 09:45:57]  [    6.078727] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [2024-11-20 09:45:57]  [    6.080428] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [2024-11-20 09:45:57]  [    6.081340] cfg80211: failed to load regulatory.db
    [2024-11-20 09:45:57]  [  OK  ] Started Network Configuration.
    [2024-11-20 09:45:58]           Starting Wait for Network to be Configured...
    [2024-11-20 09:45:58]  [    6.579037] mc: Linux media interface: v0.10
    [2024-11-20 09:46:02]  [    6.632969] PVR_K:  207: Device: 4e20000000.gpu
    [2024-11-20 09:46:03]  [    6.634275] PVR_K:  207: Read BVNC 36.53.104.796 from HW device registers
    [2024-11-20 09:46:03]  [  OK  ] Found device /dev/ttyS2.
    [2024-11-20 09:46:03]  [    6.636372] PVR_K:  207: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [2024-11-20 09:46:03]  [    6.641468] videodev: Linux video capture interface: v2.00
    [2024-11-20 09:46:03]  [    6.664405] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
    [2024-11-20 09:46:03]  [    6.707458] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b4000000
    [2024-11-20 09:46:04]  [    6.738787] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [2024-11-20 09:46:04]  [    6.740073] remoteproc remoteproc0: 64800000.dsp is available
    [2024-11-20 09:46:04]  [    6.786028] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b7000000
    [2024-11-20 09:46:05]  [    6.814005] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
    [2024-11-20 09:46:05]  [    6.815296] remoteproc remoteproc1: 65800000.dsp is available
    [2024-11-20 09:46:05]  [    6.837413] k3-dsp-rproc 66800000.dsp: assigned reserved memory node vision-apps-c71_2-dma-memory@ba000000
    [2024-11-20 09:46:05]  [  OK  ] Finished Coldplug All udev Devices.
    [2024-11-20 09:46:06]  [    6.887586] k3-dsp-rproc 66800000.dsp: configured DSP for remoteproc mode
    [2024-11-20 09:46:06]  [    6.888949] remoteproc remoteproc2: 66800000.dsp is available
    [2024-11-20 09:46:06]  [    6.903563] remoteproc remoteproc0: powering up 64800000.dsp
    [2024-11-20 09:46:06]  [    6.904271] remoteproc remoteproc0: Booting fw image j784s4-c71_0-fw, size 14422288
    [2024-11-20 09:46:06]  [    6.914940] k3-dsp-rproc 67800000.dsp: assigned reserved memory node vision-apps-c71_3-dma-memory@bd000000
    [2024-11-20 09:46:06]  [    6.921667] remoteproc remoteproc0: unsupported resource 65538
    [2024-11-20 09:46:06]  [    6.935620] k3-dsp-rproc 67800000.dsp: configured DSP for remoteproc mode
    [2024-11-20 09:46:06]  [    6.936971] remoteproc remoteproc3: 67800000.dsp is available
    [2024-11-20 09:46:06]  [    6.976805] remoteproc remoteproc1: powering up 65800000.dsp
    [2024-11-20 09:46:07]  [    6.977611] remoteproc remoteproc1: Booting fw image j784s4-c71_1-fw, size 14684488
    [2024-11-20 09:46:07]  [    6.980310] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xb4200000
    [2024-11-20 09:46:07]  [    6.982092] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@b4000000
    [2024-11-20 09:46:07]  [    6.989511] virtio_rpmsg_bus virtio0: rpmsg host is online
    [2024-11-20 09:46:07]  [    6.990893] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [2024-11-20 09:46:07]  [    6.991977] remoteproc remoteproc0: remote processor 64800000.dsp is now up
    [2024-11-20 09:46:07]  [    7.004700] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:07]  [    7.036790] remoteproc remoteproc1: unsupported resource 65538
    [2024-11-20 09:46:07]  [    7.053372] remoteproc remoteproc2: powering up 66800000.dsp
    [2024-11-20 09:46:07]  [    7.054125] remoteproc remoteproc2: Booting fw image j784s4-c71_2-fw, size 14422288
    [2024-11-20 09:46:07]  [    7.080225] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xb7200000
    [2024-11-20 09:46:08]  [    7.083549] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b7000000
    [2024-11-20 09:46:08]  [    7.085125] remoteproc remoteproc2: unsupported resource 65538
    [2024-11-20 09:46:08]  [    7.092177] remoteproc remoteproc3: powering up 67800000.dsp
    [2024-11-20 09:46:08]  [    7.092864] remoteproc remoteproc3: Booting fw image j784s4-c71_3-fw, size 14422288
    [2024-11-20 09:46:08]  [    7.098996] remoteproc remoteproc3: unsupported resource 65538
    [2024-11-20 09:46:08]  [    7.100510] virtio_rpmsg_bus virtio1: rpmsg host is online
    [2024-11-20 09:46:08]  [    7.100895] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:08]  [    7.101241] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [2024-11-20 09:46:08]  [    7.102511] remoteproc remoteproc1: remote processor 65800000.dsp is now up
    [2024-11-20 09:46:08]  [    7.124137] k3-dsp-rproc 66800000.dsp: booting DSP core using boot addr = 0xba200000
    [2024-11-20 09:46:08]  [    7.131225] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-c71_2-dma-memory@ba000000
    [2024-11-20 09:46:08]  [    7.142406] k3-dsp-rproc 67800000.dsp: booting DSP core using boot addr = 0xbd200000
    [2024-11-20 09:46:08]  [    7.144549] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node vision-apps-c71_3-dma-memory@bd000000
    [2024-11-20 09:46:08]  [    7.147737] virtio_rpmsg_bus virtio2: rpmsg host is online
    [2024-11-20 09:46:08]  [    7.148104] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:08]  [    7.149065] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [2024-11-20 09:46:08]  [    7.149823] remoteproc remoteproc2: remote processor 66800000.dsp is now up
    [2024-11-20 09:46:08]  [    7.188742] virtio_rpmsg_bus virtio3: rpmsg host is online
    [2024-11-20 09:46:09]  [    7.189121] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:09]  [    7.189583] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [2024-11-20 09:46:09]  [    7.190872] remoteproc remoteproc3: remote processor 67800000.dsp is now up
    [2024-11-20 09:46:09]  [    7.197667] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [2024-11-20 09:46:09]  [    7.199214] platform 41000000.r5f: configured R5F for IPC-only mode
    [2024-11-20 09:46:09]  [    7.200549] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [2024-11-20 09:46:09]  [    7.209176] remoteproc remoteproc4: 41000000.r5f is available
    [2024-11-20 09:46:09]  [    7.210222] remoteproc remoteproc4: attaching to 41000000.r5f
    [2024-11-20 09:46:09]  [    7.211445] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [2024-11-20 09:46:09]  [    7.212164] remoteproc remoteproc4: remote processor 41000000.r5f is now attached
    [2024-11-20 09:46:09]  [    7.273433] platform 5c00000.r5f: configured R5F for IPC-only mode
    [2024-11-20 09:46:10]  [    7.274985] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [2024-11-20 09:46:10]  [    7.295762] remoteproc remoteproc5: 5c00000.r5f is available
    [2024-11-20 09:46:10]  [    7.296750] remoteproc remoteproc5: attaching to 5c00000.r5f
    [2024-11-20 09:46:10]  [    7.344919] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [2024-11-20 09:46:10]  [    7.345725] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [2024-11-20 09:46:10]  [    7.474792] virtio_rpmsg_bus virtio4: rpmsg host is online
    [2024-11-20 09:46:12]  [    7.475997] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
    [2024-11-20 09:46:12]  [    7.476758] remoteproc remoteproc5: remote processor 5c00000.r5f is now attached
    [2024-11-20 09:46:12]  [    7.478814] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:12]  [    7.480572] platform 5d00000.r5f: configured R5F for remoteproc mode
    [2024-11-20 09:46:12]  [    7.483018] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [2024-11-20 09:46:12]  [    7.498522] remoteproc remoteproc6: 5d00000.r5f is available
    [2024-11-20 09:46:12]  [    7.504999] remoteproc remoteproc6: powering up 5d00000.r5f
    [2024-11-20 09:46:12]  [    7.505695] remoteproc remoteproc6: Booting fw image j784s4-main-r5f0_1-fw, size 384060
    [2024-11-20 09:46:12]  [    7.544068] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [2024-11-20 09:46:13]  [    7.568450] virtio_rpmsg_bus virtio5: rpmsg host is online
    [2024-11-20 09:46:13]  [    7.569472] rproc-virtio rproc-virtio.5.auto: registered virtio5 (type 7)
    [2024-11-20 09:46:13]  [    7.570204] remoteproc remoteproc6: remote processor 5d00000.r5f is now up
    [2024-11-20 09:46:13]  [    7.572454] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    [2024-11-20 09:46:13]  [    7.574059] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    7.575530] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    7.576816] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    7.578003] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    7.579457] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    7.580444] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [2024-11-20 09:46:13]  [    8.729296] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [2024-11-20 09:46:25]  [  OK  ] Found device /dev/mmcblk0p9.
    [2024-11-20 09:46:26]           Starting File System Check on /dev/mmcblk0p9...
    [2024-11-20 09:46:30]  [  OK  ] Finished File System Check on /dev/mmcblk0p9.
    [2024-11-20 09:46:33]           Mounting /var/volatile/log...
    [2024-11-20 09:46:35]  [    9.779180] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:46:36]  [  OK  ] Mounted /var/volatile/log.
    [2024-11-20 09:46:36]  [  OK  ] Reached target Local File Systems.
    [2024-11-20 09:46:36]           Starting Synchronize Systeime With RTC Timestamp File...
    [2024-11-20 09:46:37]           Starting Create Volatile Files and Directories...
    [2024-11-20 09:46:37]  [  OK  ] Finished Synchronize System Time With RTC Timestamp File.
    [2024-11-20 09:46:38]  [  OK  ] Finished Create Volatile Files and Directories.
    [2024-11-20 09:46:39]           Starting Network Name Resolution...
    [2024-11-20 09:46:39]           Starting Record System Boot/Shutdown in UTMP...
    [2024-11-20 09:46:40]  [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [2024-11-20 09:46:41]  [  OK  ] Reached target System Initialization.
    [2024-11-20 09:46:41]  [  OK  ] Started Daily rotation of log files.
    [2024-11-20 09:46:41]  [  OK  ] Started Daily Cleanup of Temporary Directories.
    [2024-11-20 09:46:41]  [  OK  ] Reached target Timer Units.
    [2024-11-20 09:46:41]  [  OK  ] Listening on D-Bus System Message Bus Socket.
    [2024-11-20 09:46:41]  [  OK  ] Listening on dropbear.socket.
    [2024-11-20 09:46:42]  [  OK  ] Reached target Socket Units.
    [2024-11-20 09:46:42]           Starting D-Bus System Message Bus...
    [2024-11-20 09:46:43]  [  OK  ] Started D-Bus System Message Bus.
    [2024-11-20 09:46:46]  [  OK  ] Reached target Basic System.
    [2024-11-20 09:46:46]           Starting Expand the rootfsll size of the boot device....
    [2024-11-20 09:46:47]           Starting Auto Mount eMMC Active partition...
    [2024-11-20 09:46:47]           Starting Resets System Activity Logs...
    [2024-11-20 09:46:47]  [   10.934420] audit: type=1334 audit(1651169574.988:4): prog-id=7 op=LOAD
    [2024-11-20 09:46:48]  [   10.935608] audit: type=1334 audit(1651169574.992:5): prog-id=8 op=LOAD
    [2024-11-20 09:46:48]           Starting User Login Management...
    [2024-11-20 09:46:48]  [  OK  ] Started TEE Supplicant.
    [2024-11-20 09:46:48]           Starting Rotate log files...
    [2024-11-20 09:46:49]  [  OK  ] Finished Resets System Activity Logs.
    [2024-11-20 09:46:50]  [  OK  ] Started Network Name Resolution.
    [2024-11-20 09:46:52]  [  OK  ] Finished Expand the rootfsfull size of the boot device..
    [2024-11-20 09:46:53]  [  OK  ] Reached target Network.
    [2024-11-20 09:46:53]  [  OK  ] Reached target Host and Network Name Lookups.
    [2024-11-20 09:46:53]           Starting Permit User Sessions...
    [2024-11-20 09:46:54]  [FAILED] Failed to start Wait for Network to be Configured.
    [2024-11-20 09:46:55]  See 'systemctl status systemd-networkd-wait-online.service' for details.
    [2024-11-20 09:46:55]  [  OK  ] Finished Permit User Sessions.
    [2024-11-20 09:46:55]  [  OK  ] Reached target Network is Online.
    [2024-11-20 09:46:56]  [  OK  ] Started Getty on tty1.
    [2024-11-20 09:46:56]  [  OK  ] Started Hirain Gratuitous ARP Service.
    [2024-11-20 09:46:57]           Starting System Logging Service...
    [2024-11-20 09:46:57]  [  OK  ] Started Serial Getty on ttyS2.
    [2024-11-20 09:46:57]  [  OK  ] Reached target Login Prompts.
    [2024-11-20 09:46:57]  [  OK  ] Started System Logging Service.
    [2024-11-20 09:46:58]  [  OK  ] Started User Login Management.
    [2024-11-20 09:46:59]  [   12.161538] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:47:01]  [  OK  ] Finished Rotate log files.
    [2024-11-20 09:47:01]  [   12.237412] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:47:01]  [   12.307439] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:47:02]  [   12.395555] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Quota mode: none.
    [2024-11-20 09:47:03]  [  OK  ] Started Auto Mount eMMC Active partition.
    [2024-11-20 09:47:03]  [  OK  ] Started Hirain TDA4 remote log service.
    [2024-11-20 09:47:04]  [  OK  ] Reached target Multi-User System.
    [2024-11-20 09:47:04]           Starting Record Runlevel Change in UTMP...
    [2024-11-20 09:47:04]  [  OK  ] Finished Record Runlevel Change in UTMP.
    [2024-11-20 09:47:06]  
    
    [2024-11-20 09:47:17]   _______ __              __
    [2024-11-20 09:47:17]  |   |   |__|.----.---.-.|__|.-----.
    [2024-11-20 09:47:17]  |       |  ||   _|  _  ||  ||     |
    [2024-11-20 09:47:17]  |___|___|__||__| |___._||__||__|__|
    [2024-11-20 09:47:17]  
    [2024-11-20 09:47:17]  Hirain Project tda4vh-dv
    [2024-11-20 09:47:17]  
    [2024-11-20 09:47:17]  tda4vh-dv login: 
    
    [2024-11-20 09:48:18]  tda4vh-dv login: r[   19.685306] platform main-r5fss-cpsw9g-virt-mac0: deferred probe pending
    [2024-11-20 09:48:19]  [   19.686024] platform main-r5fss-cpsw9g-virt-mac1: deferred probe pending
    [2024-11-20 09:48:19]  oot
    
    [2024-11-20 09:48:20]  Last login: Thu Apr 28 18:13:13 UTC 2022 on ttyS2
    [2024-11-20 09:48:21]  [   20.156744] audit: type=1006 audit(1651169584.212:6): pid=656 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [2024-11-20 09:48:24]  [   20.158045] audit: type=1300 audit(1651169584.212:6): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff1774158 a2=1 a3=0 items=0 ppid=1 pid=656 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [2024-11-20 09:48:24]  [   20.160697] audit: type=1327 audit(1651169584.212:6): proctitle="(systemd)"
    [2024-11-20 09:48:24]  [   20.254112] audit: type=1334 audit(1651169584.308:7): prog-id=9 op=LOAD
    [2024-11-20 09:48:25]  [   20.254951] audit: type=1300 audit(1651169584.308:7): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff48a5450 a2=78 a3=0 items=0 ppid=1 pid=656 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [2024-11-20 09:48:25]  [   20.257476] audit: type=1327 audit(1651169584.308:7): proctitle="(systemd)"
    [2024-11-20 09:48:25]  [   20.258239] audit: type=1334 audit(1651169584.308:8): prog-id=9 op=UNLOAD
    [2024-11-20 09:48:25]  [   20.259014] audit: type=1334 audit(1651169584.308:9): prog-id=10 op=LOAD
    [2024-11-20 09:48:25]  [   20.259736] audit: type=1300 audit(1651169584.308:9): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff48a54f0 a2=78 a3=0 items=0 ppid=1 pid=656 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [2024-11-20 09:48:25]  [   20.262229] audit: type=1327 audit(1651169584.308:9): proctitle="(systemd)"
    [2024-11-20 09:48:25]  
    [2024-11-20 09:48:32]  
    [2024-11-20 09:48:42]  root@tda4vh-dv:~# 
    [2024-11-20 09:48:46]  root@tda4vh-dv:~# 
    [2024-11-20 09:48:46]  root@tda4vh-dv:~# 
    [2024-11-20 09:48:46]  root@tda4vh-dv:~# cd /hirain/data/debug_k3conf/
    [2024-11-20 09:48:52]  root@tda4vh-dv:/hirain/data/debug_k3conf# 
    [2024-11-20 09:48:53]  root@tda4vh-dv:/hirain/data/debug_k3conf# 
    [2024-11-20 09:48:53]  root@tda4vh-dv:/hirain/data/debug_k3conf# ./k3conf dump clock 61
    [2024-11-20 09:49:06]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:07]  | VERSION INFO                                                                 |
    [2024-11-20 09:49:07]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:07]  | K3CONF | (version v0.1-90-g1dd468d built Tue Nov 19 06:03:22 UTC 2024)       |
    [2024-11-20 09:49:07]  | SoC    | J784S4 SR1.0                                                        |
    [2024-11-20 09:49:07]  | SYSFW  | ABI: 3.1 (firmware version 0x0009 '9.0.6--v09.00.06 (Kool Koala))') |
    [2024-11-20 09:49:07]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:07]  
    [2024-11-20 09:49:07]  |----------------------------------------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:09]  | Device ID | Clock ID | Clock Name                                                        | Status              | Clock Frequency |
    [2024-11-20 09:49:09]  |----------------------------------------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:09]  |    61     |     0    | DEV_GTC0_GTC_CLK                                                  | CLK_STATE_NOT_READY | 0               |
    [2024-11-20 09:49:09]  |    61     |     1    | DEV_GTC0_GTC_CLK_PARENT_HSDIV4_16FFT_MAIN_3_HSDIVOUT1_CLK         | CLK_STATE_NOT_READY | 0               |
    [2024-11-20 09:49:09]  |    61     |     2    | DEV_GTC0_GTC_CLK_PARENT_POSTDIV3_16FFT_MAIN_0_HSDIVOUT6_CLK       | CLK_STATE_READY     | 200000000       |
    [2024-11-20 09:49:09]  |    61     |     3    | DEV_GTC0_GTC_CLK_PARENT_BOARD_0_MCU_CPTS0_RFT_CLK_OUT             | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     4    | DEV_GTC0_GTC_CLK_PARENT_BOARD_0_CPTS0_RFT_CLK_OUT                 | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     5    | DEV_GTC0_GTC_CLK_PARENT_BOARD_0_MCU_EXT_REFCLK0_OUT               | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     6    | DEV_GTC0_GTC_CLK_PARENT_BOARD_0_EXT_REFCLK1_OUT                   | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     7    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_0_IP2_LN0_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     8    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_0_IP2_LN1_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |     9    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_0_IP2_LN2_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    10    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_0_IP2_LN3_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    11    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_1_IP2_LN0_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    12    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_1_IP2_LN1_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    13    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_0_IP1_LN2_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    14    | DEV_GTC0_GTC_CLK_PARENT_WIZ16B8M4CT3_MAIN_1_IP3_LN2_TXMCLK        | CLK_STATE_READY     | 0               |
    [2024-11-20 09:49:09]  |    61     |    15    | DEV_GTC0_GTC_CLK_PARENT_HSDIV4_16FFT_MCU_2_HSDIVOUT1_CLK          | CLK_STATE_READY     | 200000000       |
    [2024-11-20 09:49:09]  |    61     |    16    | DEV_GTC0_GTC_CLK_PARENT_K3_PLL_CTRL_WRAP_MAIN_0_CHIP_DIV1_CLK_CLK | CLK_STATE_READY     | 500000000       |
    [2024-11-20 09:49:09]  |    61     |    17    | DEV_GTC0_VBUSP_CLK                                                | CLK_STATE_READY     | 125000000       |
    [2024-11-20 09:49:09]  |----------------------------------------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:09]  
    [2024-11-20 09:49:09]  root@tda4vh-dv:/hirain/data/debug_k3conf# ./k3conf dump clock 61        processor
    [2024-11-20 09:49:28]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:28]  | VERSION INFO                                                                 |
    [2024-11-20 09:49:28]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:28]  | K3CONF | (version v0.1-90-g1dd468d built Tue Nov 19 06:03:22 UTC 2024)       |
    [2024-11-20 09:49:28]  | SoC    | J784S4 SR1.0                                                        |
    [2024-11-20 09:49:28]  | SYSFW  | ABI: 3.1 (firmware version 0x0009 '9.0.6--v09.00.06 (Kool Koala))') |
    [2024-11-20 09:49:28]  |------------------------------------------------------------------------------|
    [2024-11-20 09:49:28]  
    [2024-11-20 09:49:28]  |---------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:30]  | Device ID | Processor ID | Processor Name                | Processor State  | Processor Frequency |
    [2024-11-20 09:49:30]  |---------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:30]  |   202     |      32      | A72SS0_CORE0                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:30]  |   203     |      33      | A72SS0_CORE1                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   204     |      34      | A72SS0_CORE2                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   205     |      35      | A72SS0_CORE3                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   206     |      36      | A72SS1_CORE0                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   207     |      37      | A72SS1_CORE1                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   208     |      38      | A72SS1_CORE2                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   209     |      39      | A72SS1_CORE3                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |    31     |      48      | COMPUTE_CLUSTER0_C71SS0_CORE0 | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |    34     |      49      | COMPUTE_CLUSTER0_C71SS1_CORE0 | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |    38     |      50      | COMPUTE_CLUSTER0_C71SS2_CORE0 | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |    41     |      51      | COMPUTE_CLUSTER0_C71SS3_CORE0 | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |   346     |       1      | MCU_R5FSS0_CORE0              | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |   347     |       2      | MCU_R5FSS0_CORE1              | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |   339     |       6      | R5FSS0_CORE0                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   340     |       7      | R5FSS0_CORE1                  | DEVICE_STATE_ON  | 0                   |
    [2024-11-20 09:49:31]  |   341     |       8      | R5FSS1_CORE0                  | DEVICE_STATE_OFF | 0                   |
    [2024-11-20 09:49:31]  |   342     |       9      | R5FSS1_CORE1                  | DEVICE_STATE_OFF | 0                   |
    [2024-11-20 09:49:31]  |   343     |      10      | R5FSS2_CORE0                  | DEVICE_STATE_OFF | 0                   |
    [2024-11-20 09:49:31]  |   344     |      11      | R5FSS2_CORE1                  | DEVICE_STATE_OFF | 0                   |
    [2024-11-20 09:49:31]  |   371     |     128      | WKUP_HSM0                     | DEVICE_STATE_ON  | 1000000000          |
    [2024-11-20 09:49:31]  |---------------------------------------------------------------------------------------------------|
    [2024-11-20 09:49:31]  
    [2024-11-20 09:49:31]  root@tda4vh-dv:/hirain/data/debug_k3conf# 
    [2024-11-20 09:49:34]  root@tda4vh-dv:/hirain/data/debug_k3conf# 
    [2024-11-20 09:49:34]  root@tda4vh-dv:/hirain/data/debug_k3conf# 

  • 1.The real boot time of linux is getting longer, it used to be about 10 seconds, but now it takes 100 seconds or more

    2.We found some problems with GTC. Sciclient_pmGetModuleClkFreq failed to obtain the clock frequency of GTC, and Sciclient_pmGetModuleState obtained the state of GTC as OFF

    Seems like GTC is the culprit. Might be running on bypass clock which is 10X slower. Typically the R5 SPL/SBL is the one that sets up the clock. I will check internally on this behavior.

    - Keerthy

  • hi

    We have a new discovery, currently our SDK version is 0900, but I link to the sciclient library under SDK1000 when i compile MCU10, the system becomes normal, the GTC and processor work normal

    however, the system still has some problems. If we reset main domain repeatedly and restart main domain, Board_init(BOARD_INIT_PLL) will fail on the second restart every time.

  • Thanks. So the GTC issue is resolved but can't boot this multiple times? 

    Best regards,

    Keerthy 

  • hi

    So the GTC issue is resolved

    yes, it seems that the latest version of the SDK fixes this issue

    can't boot this multiple times?

    yes, second restart fail every time. It seems that the PLL-related SCI interface could not be successfully executed, or that the PLL itself is abnormal

  • yes, second restart fail every time. It seems that the PLL-related SCI interface could not be successfully executed, or that the PLL itself is abnormal

    Apologies for the silence on this.

    yes, second restart fail every time. It seems that the PLL-related SCI interface could not be successfully executed, or that the PLL itself is abnormal

    Can you share the logs? What is the symptom?

    - Keerthy