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-AM62A-LP: After loading a program (.out) to C7x or R5F, operation stops.

Part Number: SK-AM62A-LP


Tool/software:

Hi experts,

Linux SDK: 10.00
MCU+ SDK:10.01

Following the procedure in "Load and run example binaries" in the MCU+ SDK Guide, using "SOC Initialization Using SPL" to display the Linux startup screen (Arago Project), loading .out(Hello project) from CCS does not work properly.
Could you point out any possible causes?

If we start remoteproc at the u-boot stage, the sample code runs without any problems. This applies to C7x, but the same applies to R5F.

Best regards,
O.H

  • Hi,

    Thanks for your query.

    Can you please send the error logs which you are seeing?

    Regards,

    Tushar

  • Hi Tushar,

    Thank you for your reply.

    The following error code is displayed when connecting from CCS to C7x.
    I tried gradually lowering the TCLK to 100kHz from the .ccxml file, but the result was the same.

    C7XSS0_0: Error connecting to the target: (Error -2081 - (0:0:0)) Device functional clock appears to be off. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 12.7.0.00130)

    The procedure is as follows.

    1. Connect JTAG cable → Target Configurations → Launch
    2. Connect UART cable → Start TeraTerm (115200)
    3. SD Card Boot Switch → Connect power cable
    4. Check boot(Arago Project is displayed) → Connect from CCS to C7x

    If successful, the following will be displayed.

    The procedure is as follows.

    1. Connect power cable → Stop on u-boot
    2. rproc init → rproc start
    3. Connect from CCS to C7x → Load .out

    Best regards,
    O.H

  • Hi O.H,

    The error code state that you have not initialized the core properly, so can't connect.

    Can you please confirm once the Linux has booted completely(Don't stop at u-boot), are you able to connect with the cores?

    Are you able to connect with other cores?

    Regards,

    Tushar

  • Hi 

    Hi Tushar,

    Can you please confirm once the Linux has booted completely(Don't stop at u-boot), are you able to connect with the cores?

    Are you able to connect with other cores?

    The procedure is as follows.

    1. Connect JTAG cable → Target Configurations → Launch
    2. Connect UART cable → Start TeraTerm (115200)
    3. SD Card Boot Switch → Connect power cable
    4. Check boot(Arago Project is displayed) → Connect from CCS to C7x

    It has been confirmed. All cores, including A53 and R5F, have the same error.

    "Test Connection" of .cxml file is passed

    [Start: Texas Instruments XDS110 USB Debug Probe]
    
    Execute the command:
    
    %ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
    
    [Result]
    
    
    -----[Print the board config pathname(s)]------------------------------------
    
    C:\Users\12582\AppData\Local\TEXASI~1\CCS\
        ccs1271\0\0\BrdDat\testBoard.dat
    
    -----[Print the reset-command software log-file]-----------------------------
    
    This utility has selected a 100/110/510 class product.
    This utility will load the adapter 'jioxds110.dll'.
    The library build date was 'Apr 19 2024'.
    The library build time was '14:04:01'.
    The library package version is '12.7.0.00130'.
    The library component version is '35.35.0.0'.
    The controller does not use a programmable FPGA.
    The controller has a version number of '5' (0x00000005).
    The controller has an insertion length of '0' (0x00000000).
    This utility will attempt to reset the controller.
    This utility has successfully reset the controller.
    
    -----[Print the reset-command hardware log-file]-----------------------------
    
    The scan-path will be reset by toggling the JTAG TRST signal.
    The controller is the XDS110 with USB interface.
    The link from controller to target is direct (without cable).
    The software is configured for XDS110 features.
    The controller cannot monitor the value on the EMU[0] pin.
    The controller cannot monitor the value on the EMU[1] pin.
    The controller cannot control the timing on output pins.
    The controller cannot control the timing on input pins.
    The scan-path link-delay has been set to exactly '0' (0x0000).
    
    -----[Perform the Integrity scan-test on the JTAG IR]------------------------
    
    This test will use blocks of 64 32-bit words.
    This test will be applied just once.
    
    Do a test using 0xFFFFFFFF.
    Scan tests: 1, skipped: 0, failed: 0
    Do a test using 0x00000000.
    Scan tests: 2, skipped: 0, failed: 0
    Do a test using 0xFE03E0E2.
    Scan tests: 3, skipped: 0, failed: 0
    Do a test using 0x01FC1F1D.
    Scan tests: 4, skipped: 0, failed: 0
    Do a test using 0x5533CCAA.
    Scan tests: 5, skipped: 0, failed: 0
    Do a test using 0xAACC3355.
    Scan tests: 6, skipped: 0, failed: 0
    All of the values were scanned correctly.
    
    The JTAG IR Integrity scan-test has succeeded.
    
    -----[Perform the Integrity scan-test on the JTAG DR]------------------------
    
    This test will use blocks of 64 32-bit words.
    This test will be applied just once.
    
    Do a test using 0xFFFFFFFF.
    Scan tests: 1, skipped: 0, failed: 0
    Do a test using 0x00000000.
    Scan tests: 2, skipped: 0, failed: 0
    Do a test using 0xFE03E0E2.
    Scan tests: 3, skipped: 0, failed: 0
    Do a test using 0x01FC1F1D.
    Scan tests: 4, skipped: 0, failed: 0
    Do a test using 0x5533CCAA.
    Scan tests: 5, skipped: 0, failed: 0
    Do a test using 0xAACC3355.
    Scan tests: 6, skipped: 0, failed: 0
    All of the values were scanned correctly.
    
    The JTAG DR Integrity scan-test has succeeded.
    
    [End: Texas Instruments XDS110 USB Debug Probe]
    

    Best regards,
    O.H

  • Hi O.H,

    It indicates that your SoC is not properly initialized. Please initialize the SOC with SBL binaries to connect with the cores.

    Please follow steps mentioned here

    Regards,

    Tushar 

  • Hi Tushar,

    It indicates that your SoC is not properly initialized. Please initialize the SOC with SBL binaries to connect with the cores.

    Please follow steps mentioned here

    This has already been done.
    After QSPI NAND boot, it is possible to load connection.out directly from CCS.
    After SD card boot (Linux boot), it is not possible to connect from CCS.

    Best regards,
    O.H

  • Hi O.H.

    Thanks for the confirmation. 

    Can you please tell are you able to see the complete Linux boot logs before connecting to any core?

    Are you able to login to the root user?

    Regards,

    Tushar

  • Hi Tushar,

    Thank you for your reply.

    Can you please tell are you able to see the complete Linux boot logs before connecting to any core?

    Are you able to login to the root user?

    Yes, I can.

    Best regards,

    O.H

  • Hi O.H,

    Please share the output of the below command after running it from Linux console

    head /sys/class/remoteproc/remoteproc*/name
    head /sys/class/remoteproc/remoteproc*/state

    Regards,

    Tushar

  • Hi Tushar,

    Please share the output of the below command after running it from Linux console

    root@am62axx-evm:/opt/edgeai-gst-apps# head /sys/class/remoteproc/remoteproc*/name
    ==> /sys/class/remoteproc/remoteproc0/name <==
    7e000000.dsp
    
    ==> /sys/class/remoteproc/remoteproc1/name <==
    79000000.r5f
    
    ==> /sys/class/remoteproc/remoteproc2/name <==
    78000000.r5f
    
    
    
    root@am62axx-evm:/opt/edgeai-gst-apps# head /sys/class/remoteproc/remoteproc*/state
    ==> /sys/class/remoteproc/remoteproc0/state <==
    offline
    
    ==> /sys/class/remoteproc/remoteproc1/state <==
    offline
    
    ==> /sys/class/remoteproc/remoteproc2/state <==
    attached

    In addition.

    root@am62axx-evm:/opt/edgeai-gst-apps# echo start > /sys/class/remoteproc/remoteproc0/state
    [  131.818524] remoteproc remoteproc0: powering up 7e000000.dsp
    [  131.834845] remoteproc remoteproc0: Direct firmware load for am62a-c71_0-fw failed with error -2
    [  131.847037] remoteproc remoteproc0: request_firmware failed: -2
    [  131.854327] remoteproc remoteproc0: Boot failed: -2
    -sh: echo: write error: No such file or directory
    
    root@am62axx-evm:/opt/edgeai-gst-apps# echo start > /sys/class/remoteproc/remoteproc1/state
    [  136.993788] remoteproc remoteproc1: powering up 79000000.r5f
    [  137.009799] remoteproc remoteproc1: loading /lib/firmware/am62a-mcu-r5f0_0-fw failed with error -22
    [  137.019935] remoteproc remoteproc1: Direct firmware load for am62a-mcu-r5f0_0-fw failed with error -22
    [  137.030325] remoteproc remoteproc1: request_firmware failed: -22
    [  137.037647] remoteproc remoteproc1: Boot failed: -22
    -sh: echo: write error: Invalid argument
    
    root@am62axx-evm:/opt/edgeai-gst-apps# echo start > /sys/class/remoteproc/remoteproc2/state
    
    root@am62axx-evm:/opt/edgeai-gst-apps# head /sys/class/remoteproc/remoteproc*/state
    ==> /sys/class/remoteproc/remoteproc0/state <==
    offline
    
    ==> /sys/class/remoteproc/remoteproc1/state <==
    offline
    
    ==> /sys/class/remoteproc/remoteproc2/state <==
    attached

    Best regards,
    O.H

  • Hi O.H,

    From the logs above it is clear that the cores are not initialized and is in offline state. You will not be able to connect with the cores until the cores are in running state.

    Have you changed anything in the default images loaded by remoteproc?

    Regards,

    Tushar

  • Hi Tushar,

    From the logs above it is clear that the cores are not initialized and is in offline state. You will not be able to connect with the cores until the cores are in running state.

    Have you changed anything in the default images loaded by remoteproc?

    I haven't made any changes. If I had to say, I changed the CCS path in "imports.mak" used when running gmake to "ccs1271".
    But I will try Flash SOC Initialization Binary again.

    Let me confirm one thing. Which of the following, 1 or 2, is correct?

    To load .out from CCS,
    1: Execute Flash SOC Initialization Binary (QSPI NAND BOOT) when powering up. Then, keep the power on, change the Boot switch and execute SOC Initialization Using SPL (Linux Boot).
    2: Execute Flash SOC Initialization Binary (QSPI NAND BOOT) when powering up. Or execute SOC Initialization Using SPL (Linux Boot).

    Best regards,
    O.H

  • Hi O.H, 

    If you are using OSPI NAND boot (SBL flow) then first keep the EVM in UART boot, flash the SBL binary. Power off the EVM, switch boot mode to OSPI Nand and power up again.

    If using SPL flow(Linux), create a SD card with Linux wic image, keep the EVM in SD card boot mode. Insert the SD card in EVM and power up again.

    Regards,

    Tushar 

  • Hi Tushar,

    Sorry for late reply. It took a while to confirm.

    I confirmed the following two things.
    It seems like there is a problem with SPL (Linux Boot). What do you think?

    1: Writing .out using QSPI NAND BOOT → Success

    I ran "Flash SOC Initialization Binary" and wrote to QSPI NAND with UART BOOT. After that, I changed to QSPI BOOT and started up, and was able to load .out from CCS.

    Log is below.

    C:\ti\mcu_plus_sdk_am62ax_10_01_00_33>cd tools\boot
    
    C:\ti\mcu_plus_sdk_am62ax_10_01_00_33\tools\boot>python uart_uniflash.py -p COM23 --cfg=sbl_prebuilt/am62ax-sk/default_sbl_null_hs_fs.cfg
    
    Parsing config file ...
    Parsing config file ... SUCCESS. Found 4 command(s) !!!
    
    Executing command 1 of 4 ...
    Found flash writer ... sending sbl_prebuilt/am62ax-sk/sbl_uart_uniflash_stage1.release.hs_fs.tiimage
    Sent flashwriter sbl_prebuilt/am62ax-sk/sbl_uart_uniflash_stage1.release.hs_fs.tiimage of size 259943 bytes in 27.1s.
    
    Executing command 2 of 4 ...
    Command arguments : --file=../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-arm-clang/sbl_uart_uniflash_stage2.release.appimage.hs_fs --operation=flash --flash-offset=0x0
    Sending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-aSending ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-a                                                                                                                        Sent ../../examples/drivers/boot/sbl_uart_uniflash_multistage/sbl_uart_uniflash_stage2/am62ax-sk/r5fss0-0_nortos/ti-arm-clang/sbl_uart_uniflash_stage2.release.appimage.hs_fs of size 132538 bytes in 15.85s.
    [STATUS] SUCCESS !!!
    
    Executing command 3 of 4 ...
    Command arguments : --file=sbl_prebuilt/am62ax-sk/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
    Sent sbl_prebuilt/am62ax-sk/sbl_null.release.hs_fs.tiimage of size 302055 bytes in 31.27s.
    [STATUS] SUCCESS !!!
    
    Executing command 4 of 4 ...
    Command arguments : --file=../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs --operation=flash --flash-offset=0xC0000
    Sending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 191394bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 191394bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 192423bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 192424bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 192425bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 192426bySending ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs: 192427by                                                                                                                        Sent ../../examples/hello_world/am62ax-sk/r5fss0-0_freertos/ti-arm-clang/hello_world.release.appimage.hs_fs of size 190546 bytes in 20.76s.
    [STATUS] SUCCESS !!!
    
    All commands from config file are executed !!!
    ==================================================
    
    Starting NULL Bootloader ...
    
    SYSFW Firmware Version 10.1.8--v10.01.08 (Fiery Fox)
    SYSFW Firmware revision 0xa
    SYSFW ABI revision 4.0
    
    INFO: Bootloader_runCpu:176: CPU mcu-r5f is initialized to 800000000 Hz !!!
    INFO: Bootloader_runCpu:176: CPU a530-0 is initialized to 1400000000 Hz !!!
    INFO: Bootloader_runCpu:176: CPU a530-1 is initialized to 1400000000 Hz !!!
    INFO: Bootloader_runCpu:176: CPU a531-0 is initialized to 1400000000 Hz !!!
    INFO: Bootloader_runCpu:176: CPU a531-1 is initialized to 1400000000 Hz !!!
    INFO: Bootloader_runCpu:176: CPU c7x0-0 is initialized to 850000000 Hz !!!
    INFO: Bootloader_loadSelfCpu:229: CPU r5f0-0 is initialized to 800000000 Hz !!!
    INFO: Bootloader_JumpSelfCpu:248: All done, jumping self ...

    2: Writing .out using SPL (Linux Boot) → Successful but does not work.

    I prepared a machine with Linux OS and wrote the v10.01 SDK to an SD card. I changed to SD card BOOT, and when "Arago Project" was displayed, I was able to load .out from CCS. However, the program is not working.

    Log is below.

    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13568 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.11.0(release):v2.11.0-906-g58b25570c9-dirty
    NOTICE:  BL31: Built : 04:20:32, Nov  1 2024
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    
    SoC:   AM62AX SR1.0 HS-FS
    Model: Texas Instruments AM62A7 SK
    DRAM:  2 GiB (effective 4 GiB)
    Core:  87 devices, 30 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    653 bytes read in 37 ms (16.6 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    53172 bytes read in 149 ms (347.7 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 0 with data@addr=0x82000000 53172 bytes: Success!
    10719312 bytes read in 260 ms (39.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 10719312 bytes: Success!
    21029376 bytes read in 263 ms (76.3 MiB/s)
    61175 bytes read in 40 ms (1.5 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-ti-01497-ga7758da17c28-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Nov 27 13:23:15 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000c0000000..0x00000000e3ffffff (589824 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000099800000..0x00000000998fffff (1024 KiB) nomap non-reusable c7x-dma-memory@99800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000099900000..0x000000009b7fffff (31744 KiB) nomap non-reusable c7x-memory@99900000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9b800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff (15360 KiB) nomap non-reusable r5f-dma-memory@9b900000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a0ffffff (16384 KiB) nomap non-reusable edgeai-rtos-ipc-memory-region
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a2ffffff (32768 KiB) nomap non-reusable edgeai-dma-memory@a1000000
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000adffffff (180224 KiB) map non-reusable edgeai_shared-memories
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000bfffffff (294912 KiB) nomap non-reusable edgeai-core-heap-memory@ae000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x00000000997fffff]
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=7b29a334-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2807100K/4194304K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 797380K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008532] Console: colour dummy device 80x25
    [    0.013125] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023807] pid_max: default: 32768 minimum: 301
    [    0.028607] LSM: initializing lsm=capability,selinux,integrity
    [    0.034596] SELinux:  Initializing.
    [    0.038277] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.045856] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.055522] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062826] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.070739] rcu: Hierarchical SRCU implementation.
    [    0.075644] rcu:     Max phase no-delay instances is 1000.
    [    0.081228] Platform MSI: msi-controller@1820000 domain created
    [    0.087483] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096902] EFI services will not be available.
    [    0.101774] smp: Bringing up secondary CPUs ...
    [    0.106996] Detected VIPT I-cache on CPU1
    [    0.107064] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.107080] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.107122] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.107770] Detected VIPT I-cache on CPU2
    [    0.107821] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.107834] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.107866] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.108449] Detected VIPT I-cache on CPU3
    [    0.108499] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.108511] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.108542] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.108615] smp: Brought up 1 node, 4 CPUs
    [    0.188335] SMP: Total of 4 processors activated.
    [    0.193147] CPU features: detected: 32-bit EL0 Support
    [    0.198417] CPU features: detected: CRC32 instructions
    [    0.203728] CPU: All CPU(s) started at EL2
    [    0.207927] alternatives: applying system-wide alternatives
    [    0.215184] devtmpfs: initialized
    [    0.227826] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.237824] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.258459] pinctrl core: initialized pinctrl subsystem
    [    0.264290] DMI not present or invalid.
    [    0.268808] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.275656] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.282993] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.291064] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.299216] audit: initializing netlink subsys (disabled)
    [    0.304905] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
    [    0.305342] thermal_sys: Registered thermal governor 'step_wise'
    [    0.312834] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.319015] cpuidle: using governor menu
    [    0.329864] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.336889] ASID allocator initialised with 65536 entries
    [    0.347419] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.358903] /bus@f0000/i2c@20000000/usb-power-controller@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.372018] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.381941] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
    [    0.395095] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.409848] /bus@f0000/i2c@20000000/usb-power-controller@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.423138] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.433880] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
    [    0.447546] /bus@f0000/pinctrl@a40000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.458550] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.468500] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.480201] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.489447] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.499134] Modules: 27488 pages in range for non-PLT usage
    [    0.499141] Modules: 519008 pages in range for PLT usage
    [    0.505511] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.517910] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.524320] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.531260] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.537668] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.544608] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.551016] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.557955] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.565701] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.575006] iommu: Default domain type: Translated
    [    0.579928] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.586518] SCSI subsystem initialized
    [    0.590654] usbcore: registered new interface driver usbfs
    [    0.596298] usbcore: registered new interface driver hub
    [    0.601757] usbcore: registered new device driver usb
    [    0.607369] pps_core: LinuxPPS API ver. 1 registered
    [    0.612450] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.621800] PTP clock support registered
    [    0.626000] EDAC MC: Ver: 3.0.0
    [    0.629672] scmi_core: SCMI protocol bus registered
    [    0.634940] FPGA manager framework
    [    0.638496] Advanced Linux Sound Architecture Driver Initialized.
    [    0.645637] vgaarb: loaded
    [    0.648720] clocksource: Switched to clocksource arch_sys_counter
    [    0.655264] VFS: Disk quotas dquot_6.6.0
    [    0.659306] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.673160] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.679502] NET: Registered PF_INET protocol family
    [    0.684674] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.695109] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.703901] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.711848] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.720166] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.728540] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.735425] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.742386] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.749924] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.756157] RPC: Registered named UNIX socket transport module.
    [    0.762245] RPC: Registered udp transport module.
    [    0.767055] RPC: Registered tcp transport module.
    [    0.771864] RPC: Registered tcp-with-tls transport module.
    [    0.777472] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.784062] NET: Registered PF_XDP protocol family
    [    0.788975] PCI: CLS 0 bytes, default 64
    [    0.794286] Initialise system trusted keyrings
    [    0.799037] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.805943] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.812156] NFS: Registering the id_resolver key type
    [    0.817356] Key type id_resolver registered
    [    0.821642] Key type id_legacy registered
    [    0.825761] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.832617] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.874191] Key type asymmetric registered
    [    0.878390] Asymmetric key parser 'x509' registered
    [    0.883425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.891134] io scheduler mq-deadline registered
    [    0.895775] io scheduler kyber registered
    [    0.899904] io scheduler bfq registered
    [    0.906793] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.913314] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [    0.920585] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.932920] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.950346] loop: module loaded
    [    0.954541] megasas: 07.725.01.00-rc1
    [    0.961913] tun: Universal TUN/TAP device driver, 1.6
    [    0.968039] VFIO - User Level meta-driver version: 0.3
    [    0.974409] usbcore: registered new interface driver usb-storage
    [    0.981149] i2c_dev: i2c /dev entries driver
    [    0.987067] sdhci: Secure Digital Host Controller Interface driver
    [    0.993409] sdhci: Copyright(c) Pierre Ossman
    [    0.998085] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.004615] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.011053] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.018319] usbcore: registered new interface driver usbhid
    [    1.024024] usbhid: USB HID core driver
    [    1.029210] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    1.038200] optee: probing for conduit method.
    [    1.042780] optee: revision 4.4 (8f645256efc0dc66)
    [    1.043092] optee: dynamic shared memory is enabled
    [    1.053674] random: crng init done
    [    1.057255] optee: initialized driver
    [    1.062474] Initializing XFRM netlink socket
    [    1.066895] NET: Registered PF_PACKET protocol family
    [    1.072131] Key type dns_resolver registered
    [    1.084859] registered taskstats version 1
    [    1.089180] Loading compiled-in X.509 certificates
    [    1.107091] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [    1.152820] /bus@f0000/i2c@20000000/usb-power-controller@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.166166] /bus@f0000/i2c@20000000/pmic@48: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
    [    1.177827] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.185130] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.192020] pca953x 1-0023: using AI
    [    1.218841] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.228081] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.238016] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.247237] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.257308] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.264057] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.269970] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.278305] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.287500] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.296485] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.305966] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.314743] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.325904] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.337035] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.346588] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.353217] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.362620] printk: console [ttyS2] disabled
    [    1.367320] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 249, base_baud = 3000000) is a 8250
    [    1.376215] printk: console [ttyS2] enabled
    [    1.376215] printk: console [ttyS2] enabled
    [    1.384676] printk: bootconsole [ns16550a0] disabled
    [    1.384676] printk: bootconsole [ns16550a0] disabled
    [    1.399007] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.404339] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.412671] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.419031] Creating 7 MTD partitions on "spi0.0":
    [    1.423819] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.431176] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.438909] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.447537] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.454357] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.461812] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.507871] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.724734] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.735985] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.744118] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.756906] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.764035] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.770425] pps pps0: new PPS source ptp0
    [    1.774687] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.788611] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.798170] /bus@f0000/i2c@20000000/usb-power-controller@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.811067] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
    [    1.826724] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    1.832261] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    1.840022] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.846025] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.855450] xhci-hcd xhci-hcd.0.auto: irq 264, io mem 0x31100000
    [    1.862265] hub 1-0:1.0: USB hub found
    [    1.866056] hub 1-0:1.0: 1 port detected
    [    1.871519] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.883859] mmc0: CQHCI version 5.10
    [    1.928747] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.980372] vddshv5_sdio: Bringing 1800000uV into 3300000-3300000uV
    [    2.012593] mmc0: Command Queue Engine enabled
    [    2.017061] mmc0: new HS200 MMC card at address 0001
    [    2.022510] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    2.028456] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    2.034265] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    2.040026] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.171460] tps6594-rtc tps6594-rtc.5.auto: registered as rtc1
    [    2.177672] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    2.184415] pca953x 1-0022: using AI
    [    2.195149] mmc1: CQHCI version 5.10
    [    2.196046] clk: Disabling unused clocks
    [    2.206455] ALSA device list:
    [    2.209437]   No soundcards found.
    [    2.243334] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.251004] Waiting for root device PARTUUID=7b29a334-02...
    [    2.303287] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.310443] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
    [    2.320502]  mmcblk1: p1 p2
    [    2.352362] EXT4-fs (mmcblk1p2): mounted filesystem 4405bf59-c4fc-4d40-a08a-a8848169fc59 r/w with ordered data mode. Quota mode: none.
    [    2.364524] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.378022] devtmpfs: mounted
    [    2.381642] Freeing unused kernel memory: 2496K
    [    2.386250] Run /sbin/init as init process
    [    2.615061] systemd[1]: System time before build time, advancing clock.
    [    2.660597] NET: Registered PF_INET6 protocol family
    [    2.666422] Segment Routing with IPv6
    [    2.670125] In-situ OAM (IOAM) with IPv6
    [    2.713018] systemd[1]: systemd 255.13^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    2.744910] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.772953] systemd[1]: Hostname set to <am62axx-evm>.
    [    2.781299] systemd[1]: Initializing machine ID from random generator.
    [    2.939586] systemd-sysv-generator[110]: SysV service '/etc/init.d/edgeai-launcher.sh' 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 safe, robust and future-proof. ! This compatibility logic is deprecated, expect removal soon. !
    [    3.157381] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.270908] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.355313] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.406317] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.431020] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.454986] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.478457] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.501147] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    3.525038] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.548895] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    3.568937] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.588850] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.608849] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.628849] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.684832] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.709001] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.738872] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.761244] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.785906] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.809511] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.833532] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.853646] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.883185] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.905420] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.925449] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.977051] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.996833] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.024976] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.045309] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.066396] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.094204] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.121282] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.149239] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.169251] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.193365] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen.[    4.203294] fuse: init (API version 7.39)
    ..
    [    4.229763] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.245188] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.265389] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.290970] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.313724] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    4.341803] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems cryptodev: loading out-of-tree module taints kernel.
    [0m...
    [    4.362058] cryptodev: driver 1.14 loaded.
    [    4.367237] systemd-journald[128]: Collecting audit messages is enabled.
    [    4.379119] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.408968] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.427292] systemd[1]: Mounted Huge Pages File System.
    [    4.432932] EXT4-fs (mmcblk1p2): re-mounted 4405bf59-c4fc-4d40-a08a-a8848169fc59 r/w. Quota mode: none.
    [  OK  ] Mounted Huge Pages File System.
    [    4.458904] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev gr[    4.836182] systemd-journald[128]: Received client request to flush runtime journal.
    acefully...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create System Users...
    [    5.038564] audit: type=1334 audit(1728487094.420:2): prog-id=6 op=LOAD
    [    5.045258] audit: type=1334 audit(1728487094.428:3): prog-id=7 op=LOAD
    [    5.051946] audit: type=1334 audit(1728487094.432:4): prog-id=8 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Started User Database Manager.
    [  OK  ] Finished Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    5.355557] audit: type=1334 audit(1728487094.736:5): prog-id=9 op=LOAD
    [    5.362247] audit: type=1334 audit(1728487094.744:6): prog-id=10 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create System Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Create System Files and Directories.
             Starting Rebuild Journal Catalog...
    [    5.693290] audit: type=1334 audit(1728487095.076:7): prog-id=11 op=LOAD
             Starting Network Name Resolution...
    [    5.720552] audit: type=1334 audit(1728487095.100:8): prog-id=12 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Found device /dev/ttyS2.
    [    6.053160] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    6.056997] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.060663] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.063653] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.069261] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.074594] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.157163] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.708318] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.754828] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    6.767307] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.785393] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    6.798964] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    6.820256] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    6.827048] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    6.827190] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
    [    6.846132] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode
    [    6.854274] remoteproc remoteproc0: 7e000000.dsp is available
    [    6.862948] remoteproc remoteproc0: attaching to 7e000000.dsp
    [    6.871808] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node c7x-dma-memory@99800000
    [    6.881424] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    6.882507] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    6.888841] rproc-virtio rproc-virtio.7.auto: registered virtio0 (type 7)
    [    6.902005] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached
    [    6.911636] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.939871] platform 79000000.r5f: configured R5F for IPC-only mode
    [    6.947701] mc: Linux media interface: v0.10
    [    6.950088] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
    [    6.964281] remoteproc remoteproc1: 79000000.r5f is available
    [    6.970214] remoteproc remoteproc1: attaching to 79000000.r5f
    [    6.979162] videodev: Linux video capture interface: v2.00
    [    6.986380] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@9b800000
    [    7.000138] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.000792] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.013496] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
    [    7.023961] remoteproc remoteproc1: remote processor 79000000.r5f is now attached
    [    7.029528] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [  OK  ] Reached target Hardware activated USB gadget.
    [    7.069341] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.081851] platform 78000000.r5f: configured R5F for IPC-only mode
    [    7.088468] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    [    7.136434] remoteproc remoteproc2: 78000000.r5f is available
    [    7.150532] remoteproc remoteproc2: attaching to 78000000.r5f
    [    7.157086] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node r5f-dma-memory@9c800000
    [    7.182563] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.182826] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    7.183409] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    7.183497] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    7.193309] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    7.195529] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    7.202317] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.217056] e5010 fd20000.jpeg-encoder: Device registered as /dev/video0
    [    7.223579] virtio_rpmsg_bus virtio2: msg received with no recipient
    [    7.245007] rproc-virtio rproc-virtio.9.auto: registered virtio2 (type 7)
    [    7.245250] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    [    7.249150] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.249270] virtio_rpmsg_bus virtio0: msg received with no recipient
    [    7.252282] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
    [    7.252496] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    7.252560] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:15 UTC (15)
    [    7.259393] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    [    7.287712] i2c i2c-1: Added multiplexed i2c bus 3
    [    7.293843] vdec 30210000.video-codec: OPP table not found in device tree
    [    7.318872] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    7.322200] systemd-journald[128]: Time jumped backwards, rotating.
    [    7.330053] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    7.342169] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    7.350734] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    7.391118] vdec 30210000.video-codec: Product Code:      0x521c
    [    7.398419] vdec 30210000.video-codec: Firmware Revision: 334314
    [  OK  ] Created slice Slice /system/tee-supplicant.
             Starting Start psplash boot splash screen...
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
             Starting Virtual Console Setup...
             Starting Start psplash boot splash screen...
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  OK  ] Finished Virtual Console Setup.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
             Starting Update is Completed...
    [  OK  ] Finished Update is Completed.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [    9.364655] audit: type=1334 audit(17.608:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Socket Units.
    [    9.490788] dbus-broker-lau[503]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [  OK  ] Reached target Basic System.
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.701001] audit: type=1334 audit(17.944:10): prog-id=14 op=LOAD
    [    9.707211] audit: type=1334 audit(17.944:11): prog-id=15 op=LOAD
    [    9.707232] audit: type=1334 audit(17.944:12): prog-id=16 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant on teepriv0.
             Starting Telnet Server...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached targ[    9.786193] audit: type=1334 audit(18.032:13): prog-id=17 op=LOAD
    et Preparation for Network.
    [  OK  ] Reached target Sound Card.
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   10.926720] Bluetooth: Core ver 2.22
    [   10.930431] NET: Registered PF_BLUETOOTH protocol family
    [   10.935762] Bluetooth: HCI device and connection manager initialized
    [   10.942141] Bluetooth: HCI socket layer initialized
    [   10.947060] Bluetooth: L2CAP socket layer initialized
    [   10.952161] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [   12.138077] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   12.301341] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   12.307772] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth[   12.429914] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
     stack...
    [   12.441517] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Starting containerd container runtime...
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started LLDP daemon.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   13.133899] audit: type=1006 audit(21.380:14): pid=589 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   13.146981] audit: type=1300 audit(21.380:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd287e3c8 a2=4 a3=1 items=0 ppid=1 pid=589 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   13.174123] audit: type=1327 audit(21.380:14): proctitle="(systemd)"
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   14.012323] audit: type=1006 audit(22.256:15): pid=580 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   14.025200] audit: type=1300 audit(22.256:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffca810608 a2=4 a3=1 items=0 ppid=1 pid=580 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   14.052134] audit: type=1327 audit(22.256:15): proctitle="(weston)"
    [  OK  ] Started containerd container runtime.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting EdgeAI OOB demos...
    [   16.200559] vdec 30210000.video-codec: Runtime PM usage count underflow!
    [   16.264128] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    [   16.271069] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    [   16.279611] vdec 30210000.video-codec: OPP table not found in device tree
    [   16.289787] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [   16.297786] vdec 30210000.video-codec: Product Code:      0x521c
    [   16.303844] vdec 30210000.video-codec: Firmware Revision: 334314
    [  OK  ] Started EdgeAI OOB demos.
    [   18.501652] audit: type=1701 audit(26.748:16): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=749 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [   18.542816] audit: type=1334 audit(26.788:17): prog-id=18 op=LOAD
    [   18.549310] audit: type=1334 audit(26.796:18): prog-id=19 op=LOAD
    [   18.555632] audit: type=1334 audit(26.796:19): prog-id=20 op=LOAD
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils-dev
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            kbd-dev
            kbd-keymaps-pine
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp-dev
            libgmp10
            libgmpxx4
            libgnutls-dev
            libgnutls-openssl27
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libtasn1-dev
            libunistring-dev
            libunistring5
            m4
            make
            nettle-dev
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project am62axx-evm ttyS2
    
    Arago 2023.10 am62axx-evm ttyS2
    
    am62axx-evm login: [   19.460971] audit: type=1334 audit(27.708:20): prog-id=20 op=UNLOAD
    [   19.467373] audit: type=1334 audit(27.708:21): prog-id=19 op=UNLOAD
    [   19.473730] audit: type=1334 audit(27.708:22): prog-id=18 op=UNLOAD
    [   19.604106] vdec 30210000.video-codec: Runtime PM usage count underflow!
    [   19.659391] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
    [   19.666303] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
    [   19.674790] vdec 30210000.video-codec: OPP table not found in device tree
    [   19.684347] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [   19.692399] vdec 30210000.video-codec: Product Code:      0x521c
    [   19.698527] vdec 30210000.video-codec: Firmware Revision: 334314
    
    am62axx-evm login:
    
    ======================
    root@am62axx-evm:/opt/edgeai-gst-apps# head /sys/class/remoteproc/remoteproc*/name
    ==> /sys/class/remoteproc/remoteproc0/name <==
    7e000000.dsp
    
    ==> /sys/class/remoteproc/remoteproc1/name <==
    79000000.r5f
    
    ==> /sys/class/remoteproc/remoteproc2/name <==
    78000000.r5f
    root@am62axx-evm:/opt/edgeai-gst-apps# head /sys/class/remoteproc/remoteproc*/state
    ==> /sys/class/remoteproc/remoteproc0/state <==
    attached
    
    ==> /sys/class/remoteproc/remoteproc1/state <==
    attached
    
    ==> /sys/class/remoteproc/remoteproc2/state <==
    attached
    root@am62axx-evm:/opt/edgeai-gst-apps# echo start > /sys/class/remoteproc/remoteproc0/state
    root@am62axx-evm:/opt/edgeai-gst-apps# echo start > /sys/class/remoteproc/remoteproc1/state
    

    Best regards,
    O.H

  • Hi O.H.

    Thanks for the above confirmation.

    I understood that you are now able to connect and load the program on the core, but the program is not working as expected.

    Can you please tell which example are you trying to load? And which core are you using?

    Regards,

    Tushar

  • Hi Tushar,

    Can you please tell which example are you trying to load? And which core are you using?

    "sciclient_get_version_am62ax-sk_c75ss0-0_freertos_ti-c7000" is Failed.

    "sciclient_get_version_am62ax-sk_mcu-r5fss0-0_nortos_ti-arm-clang" is Success.

    We would like to use C7x.

    Best regards,
    O.H

  • Hi O.H.

    Please allow some time to replicate the issue and revert back.

    Regards,

    Tushar

  • Hi O.H.

    I have discussed this internally and got the information that the c7x examples will not be loaded via CCS when EVM is booted with Linux.

    Please boot the EVM via SBL binaries to load the example via CCS.

    Regards,

    Tushar

  • Hi Tushar,

    Thank you for your support. I understood.

    I'm hoping it will be fixed in the next SDK update.

    Best regards,
    O.H