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.

J721S2XSOMXEVM: How to fix dtso for a72 dss display not prebuilt vision apps dtbo(r5f dss)

Part Number: J721S2XSOMXEVM

Tool/software:

I made new dtso for a72 dss display based on k3-j721s2-vision-apps.dtso as done before in psdk 9.0 j721s2.

But the 'modetest -M tidss -c' was not working as below.

Below is the compare of two files.

I enabled main_i2c4, seredes_wiz0, dss in a72 (Linux).

According to the J721S2 SOM board design document below, i2c4 seems to be related to DSI to eDP Bidge, seredes0 to USB Type C Mux, and DP0, but I don't quite understand it.

Why doesn't it work even if I modify it the same as 9.0?

A patch needs to be applied to enable USB 3.0, but I would like the display issue to be resolved first.

Best Regards,

UK Lee

  • I am migrating PSDK 9.0 j721s2 to 9.2.

  • Sorry, what exactly issue are you facing? Do you want to use DSS on R5F or A72? and is display not working?

    Regards,

    Brijesh

  • I want to use dss on A72.

    But display is not working.

    Additionally, if removing all watchdog codes newly added on 9.2, the 'modetest -M tidss -c' is working well.

    How would it be correct?

  • k3-j721s2-main.dtsi

    k3-j721s2-mcu-wakeup.dtsi

  • The removed watchdog codes above occurs syntax error.

    But the vision apps dtbo is built.

    I will more try.

    Could you let me know how to fix device tree codes for uising DSS on A72 in PSDK 9.2 J721S2?

  • Hi Lee,

    But in this case, you could remove the vision apps overlay, so that DSS will be controlled by A72, isn't it? 

    Regards,

    Brijesh

  • How to remove the vision apps overlay?

    Just uEnv.txt is empty?

  • I did empty uEnv.txt.

    The 'modetest -M tidss -c' is working well.

    But usb 3.0 is not working.

    How to fix this..?

  • I just did overlay usb 3.0 & change common dtb.

    And then usb 3.0 is working well.

    root@j721s2-evm:~# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
        |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
            |__ Port 2: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
            |__ Port 4: Dev 4, If 0, Class=Hub, Driver=hub/4p, 5000M
                |__ Port 3: Dev 5, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M
                |__ Port 4: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
        |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/5p, 480M
            |__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            |__ Port 4: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
                |__ Port 2: Dev 6, If 0, Class=, Driver=, 480M
            |__ Port 5: Dev 7, If 0, Class=, Driver=, 480M
    root@j721s2-evm:~#

    k3-j721s2-common-proc-board.dts

    k3-j721s2-usb3.dtso

    uEnv.txt

    Is there anything wrong with using it like this?

    Also, could I know what means below error message?

    'tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2'

  • Also, after changing common dtb and adding usb3 dtbo, it occurs below error.

    cd /opt/vision_apps
    source ./vision_apps_init.sh
    
    root@j721s2-evm:/opt/vision_apps# APP_LOG: ERROR: Unable to map memory @ 0xaa000000 of size 262144 bytes !!!
    APP_LOG: ERROR: Unable to map memory @ 0xae000000 of size 3288576 bytes !!!
    

  • I seems this situation that should re-build vision apps firmwares for a72 dss memory map.

    I will try more anythings.

    So, could I get some any advice for 'tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2'?

  • I think vision apps memory map '#include "k3-j721s2-rtos-memory-map.dtsi'.

    If removed overlay vision apps dtbo, what is default selected dtbo internally?

  • I tried using edgeai dtbo for matching vision apps memory map.

    But the display is not working.

    How can I use vision apps binary with using dss on a72?

    As you know, we need to use usb 3.0 also.

  • Could I get any help...

  • Hi, Brijesh:

    You seem to be absent.

    To summarize the main points, they are as follows:

    • The most important thing is that we want to use vision apps while using dss on a72.
    • If I don't overlay the default vision apps dtbo as you suggested, the display works.
    • But I get an error related to the memory map when I run vision app init.
    • I would like to know how to create a dtbo that can use dss on a72, including the vision apps rtos memory map.

    The way we've been doing it so far isn't working.

    I need your help.

    Best Regards,

    UK

  • Hi Lee,

    ok, lets first fix the display issue. 

    From the vision apps dtb file, can you please remove below two entries and then rebuild dtb file and use it in the BOOT partition?

    &serdes_wiz0 {
    status = "disabled";
    };

    &dss {
    status = "disabled";
    };

    Regards,

    Brijesh

  • Hi, Brijesh:

    I did try that you suggest.

    But the tidss is not working as below.

    root@j721s2-evm:~# modetest -M tidss -c
    failed to open device 'tidss': No such file or directory

    Best Regards,

    UK

  • Hi UK,

    Ok, Can you try the below?

    in vision_apps, can you disable the usage of display macro highlighted below and do a clean rebuild of vision_apps and try again?

    This file is in vision_apps/platform/j721s2/rtos/common/app_cfg_mcu2_0.h

    Regards,

    Nikhil

  • Hi Lee,

    Can you also please share the Linux boot log? It seems somehow DSS driver loading is failing.. 

    Regards,

    Brijesh

  • Hi, Brijesh:

    vision_apps_init.sh

    root@j721s2-evm:/opt/vision_apps# ./vision_apps_init.sh
    [MCU2_0]    137.064731 s: CIO: Init ... Done !!!
    [MCU2_0]    137.064779 s: ### CPU Frequency = 1000000000 Hz
    [MCU2_0]    137.064801 s: CPU is running FreeRTOS
    [MCU2_0]    137.064817 s: APP: Init ... !!!
    [MCU2_0]    137.064849 s: SCICLIENT: Init ... !!!
    [MCU2_0]    137.064963 s: SCICLIENT: DMSC FW version [9.2.4--v09.02.04 (Kool Koala)]
    [MCU2_0]    137.064988 s: SCICLIENT: DMSC FW revision 0x9
    [MCU2_0]    137.065006 s: SCICLIENT: DMSC FW ABI revision 3.1
    [MCU2_0]    137.065026 s: SCICLIENT: Init ... Done !!!
    [MCU2_0]    137.065043 s: UDMA: Init ... !!!
    [MCU2_0]    137.065871 s: UDMA: Init ... Done !!!
    [MCU2_0]    137.065901 s: UDMA: Init for CSITX/CSIRX ... !!!
    [MCU2_0]    137.066318 s: UDMA: Init for CSITX/CSIRX ... Done !!!
    [MCU2_0]    137.066349 s: MEM: Init ... !!!
    [MCU2_0]    137.066372 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ b9000000 of size 14680064 bytes !!!
    [MCU2_0]    137.066411 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 60000000 of size 524288 bytes !!!
    [MCU2_0]    137.066445 s: MEM: Created heap (DDR_CACHE_WT_MEM, id=7, flags=0x00000000) @ b9e00000 of size 2097152 bytes !!!
    [MCU2_0]    137.066480 s: MEM: Init ... Done !!!
    [MCU2_0]    137.066495 s: IPC: Init ... !!!
    [MCU2_0]    137.066522 s: IPC: 5 CPUs participating in IPC !!!
    [MCU2_0]    137.066547 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_0]    148.477913 s: IPC: HLOS is ready !!!
    [MCU2_0]    148.480738 s: IPC: Init ... Done !!!
    [MCU2_0]    148.480770 s: APP: Syncing with 4 CPUs ... !!!
    [MCU2_0]    148.718526 s: APP: Syncing with 4 CPUs ... Done !!!
    [MCU2_0]    148.718553 s: REMOTE_SERVICE: Init ... !!!
    [MCU2_0]    148.718725 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_0]    148.718756 s: FVID2: Init ... !!!
    [MCU2_0]    148.718830 s: FVID2: Init ... Done !!!
    [MCU2_0]    148.718861 s: SCICLIENT: Sciclient_pmSetModuleState module=219 state=2
    [MCU2_0]    148.718994 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719025 s: DSS: Init ... !!!
    [MCU2_0]    148.719042 s: DSS: Display type is eDP !!!
    [MCU2_0]    148.719058 s: DSS: M2M Path is enabled !!!
    [MCU2_0]    148.719076 s: DSS: SoC init ... !!!
    [MCU2_0]    148.719090 s: SCICLIENT: Sciclient_pmSetModuleState module=158 state=0
    [MCU2_0]    148.719140 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719161 s: SCICLIENT: Sciclient_pmSetModuleState module=365 state=2
    [MCU2_0]    148.719292 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719312 s: SCICLIENT: Sciclient_pmSetModuleState module=156 state=2
    [MCU2_0]    148.719402 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719422 s: SCICLIENT: Sciclient_pmSetModuleState module=365 state=2
    [MCU2_0]    148.719507 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719527 s: SCICLIENT: Sciclient_pmSetModuleState module=156 state=2
    [MCU2_0]    148.719596 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719616 s: SCICLIENT: Sciclient_pmSetModuleState module=158 state=0
    [MCU2_0]    148.719710 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.719731 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=158 clk=3 freq=148500000
    [MCU2_0]    148.719943 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success
    [MCU2_0]    148.719966 s: SCICLIENT: Sciclient_pmModuleClkRequest module=158 clk=3 state=2 flag=2
    [MCU2_0]    148.720140 s: SCICLIENT: Sciclient_pmModuleClkRequest success
    [MCU2_0]    148.720161 s: SCICLIENT: Sciclient_pmSetModuleState module=158 state=2
    [MCU2_0]    148.720338 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    148.720358 s: DSS: SoC init ... Done !!!
    [MCU2_0]    148.720374 s: DSS: Board init ... !!!
    [MCU2_0]    148.720390 s: DSS: Turning on DP_PWR pin for eDP adapters ... !!!
    [MCU2_0]    149.265593 s: DSS: Turning on DP_PWR pin for eDP adapters ... Done!!!
    [MCU2_0]    149.265627 s: DSS: Board init ... Done !!!
    [MCU2_0]    149.265973 s: [FATAL]: Core has Aborted!!!
    [MCU2_0] DFAR =0xa010000 DFSR =0x808
    [MCU2_0]    149.266011 s: IFAR =0x0 IFSR =0x0
    [MCU2_0]    149.266028 s: CPSR =0x20080197 SP =0xa3ffffe0
    [MCU2_0]    149.266048 s: LR =0x6008003f R0 =0x6008003f
    [MCU2_0]    149.266067 s: R1 =0x20 R2 =0x10000
    [MCU2_0]    149.266083 s: R3 =0x0 R4 =0x10000
    [MCU2_0]    149.266099 s: R5 =0xa28db480 R6 =0xa010000
    [MCU2_0]    149.266117 s: R7 =0x0 R8 =0xa2a91c38
    [MCU2_0]    149.266133 s: R9 =0xa2a91b80 R10 =0x2
    [MCU2_0]    149.266150 s: R11 =0xa28c4fc0 R12 =0xa010000
    [MCU2_1]    137.079224 s: CIO: Init ... Done !!!
    [MCU2_1]    137.079271 s: ### CPU Frequency = 1000000000 Hz
    [MCU2_1]    137.079293 s: CPU is running FreeRTOS
    [MCU2_1]    137.079310 s: APP: Init ... !!!
    [MCU2_1]    137.079340 s: SCICLIENT: Init ... !!!
    [MCU2_1]    137.079451 s: SCICLIENT: DMSC FW version [9.2.4--v09.02.04 (Kool Koala)]
    [MCU2_1]    137.079479 s: SCICLIENT: DMSC FW revision 0x9
    [MCU2_1]    137.079497 s: SCICLIENT: DMSC FW ABI revision 3.1
    [MCU2_1]    137.079517 s: SCICLIENT: Init ... Done !!!
    [MCU2_1]    137.079534 s: UDMA: Init ... !!!
    [MCU2_1]    137.080355 s: UDMA: Init ... Done !!!
    [MCU2_1]    137.080382 s: MEM: Init ... !!!
    [MCU2_1]    137.080405 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ ba000000 of size 16777216 bytes !!!
    [MCU2_1]    137.080447 s: MEM: Init ... Done !!!
    [MCU2_1]    137.080463 s: IPC: Init ... !!!
    [MCU2_1]    137.080494 s: IPC: 5 CPUs participating in IPC !!!
    [MCU2_1]    137.080519 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_1]    148.715662 s: IPC: HLOS is ready !!!
    [MCU2_1]    148.718466 s: IPC: Init ... Done !!!
    [MCU2_1]    148.718498 s: APP: Syncing with 4 CPUs ... !!!
    [MCU2_1]    148.718525 s: APP: Syncing with 4 CPUs ... Done !!!
    [MCU2_1]    148.718546 s: REMOTE_SERVICE: Init ... !!!
    [MCU2_1]    148.718716 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_1]    148.718747 s: FVID2: Init ... !!!
    [MCU2_1]    148.718806 s: FVID2: Init ... Done !!!
    [MCU2_1]    148.718835 s: VHWA: DMPAC: Init ... !!!
    [MCU2_1]    148.718862 s: SCICLIENT: Sciclient_pmSetModuleState module=58 state=2
    [MCU2_1]    148.718958 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_1]    148.718981 s: SCICLIENT: Sciclient_pmSetModuleState module=62 state=2
    [MCU2_1]    148.719044 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_1]    148.719065 s: VHWA: DOF Init ... !!!
    [MCU2_1]    148.722635 s: VHWA: DOF Init ... Done !!!
    [MCU2_1]    148.722671 s: VHWA: SDE Init ... !!!
    [MCU2_1]    148.723820 s: VHWA: SDE Init ... Done !!!
    [MCU2_1]    148.723847 s: VHWA: DMPAC: Init ... Done !!!
    [MCU2_1]    148.723875 s:  VX_ZONE_INIT:Enabled
    [MCU2_1]    148.723892 s:  VX_ZONE_ERROR:Enabled
    [MCU2_1]    148.723908 s:  VX_ZONE_WARNING:Enabled
    [MCU2_1]    148.725023 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MCU2-1
    [MCU2_1]    148.725108 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DMPAC_SDE
    [MCU2_1]    148.725180 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DMPAC_DOF
    [MCU2_1]    148.725213 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
    [MCU2_1]    148.725236 s: APP: OpenVX Target kernel init ... !!!
    [MCU2_1]    148.725362 s: APP: OpenVX Target kernel init ... Done !!!
    [MCU2_1]    148.725387 s: UDMA Copy: Init ... !!!
    [MCU2_1]    148.726225 s: UDMA Copy: Init ... Done !!!
    [MCU2_1]    148.726259 s: APP: Init ... Done !!!
    [MCU2_1]    148.726277 s: APP: Run ... !!!
    [MCU2_1]    148.726292 s: IPC: Starting echo test ...
    [MCU2_1]    148.726384 s: APP: Run ... Done !!!
    [MCU2_1]    148.726788 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C7X_1[P] C7X_2[.]
    [MCU2_1]    148.726837 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C7X_1[P] C7X_2[P]
    [C7x_1 ]    137.304748 s: CIO: Init ... Done !!!
    [C7x_1 ]    137.304763 s: ### CPU Frequency = 1000000000 Hz
    [C7x_1 ]    137.304775 s: CPU is running FreeRTOS
    [C7x_1 ]    137.304784 s: APP: Init ... !!!
    [C7x_1 ]    137.304793 s: SCICLIENT: Init ... !!!
    [C7x_1 ]    137.304893 s: SCICLIENT: DMSC FW version [9.2.4--v09.02.04 (Kool Koala)]
    [C7x_1 ]    137.304907 s: SCICLIENT: DMSC FW revision 0x9
    [C7x_1 ]    137.304917 s: SCICLIENT: DMSC FW ABI revision 3.1
    [C7x_1 ]    137.304928 s: SCICLIENT: Init ... Done !!!
    [C7x_1 ]    137.304938 s: UDMA: Init ... !!!
    [C7x_1 ]    137.305713 s: UDMA: Init ... Done !!!
    [C7x_1 ]    137.305725 s: MEM: Init ... !!!
    [C7x_1 ]    137.305736 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!!
    [C7x_1 ]    137.305757 s: MEM: Init ... Done !!!
    [C7x_1 ]    137.305766 s: IPC: Init ... !!!
    [C7x_1 ]    137.305781 s: IPC: 5 CPUs participating in IPC !!!
    [C7x_1 ]    137.305797 s: IPC: Waiting for HLOS to be ready ... !!!
    [C7x_1 ]    144.403444 s: IPC: HLOS is ready !!!
    [C7x_1 ]    144.404938 s: IPC: Init ... Done !!!
    [C7x_1 ]    144.404953 s: APP: Syncing with 4 CPUs ... !!!
    [C7x_1 ]    148.718527 s: APP: Syncing with 4 CPUs ... Done !!!
    [C7x_1 ]    148.718547 s: REMOTE_SERVICE: Init ... !!!
    [C7x_1 ]    148.718701 s: REMOTE_SERVICE: Init ... Done !!!
    [C7x_1 ]    148.718724 s:  VX_ZONE_INIT:Enabled
    [C7x_1 ]    148.718735 s:  VX_ZONE_ERROR:Enabled
    [C7x_1 ]    148.718746 s:  VX_ZONE_WARNING:Enabled
    [C7x_1 ]    148.718965 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1
    [C7x_1 ]    148.719036 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_2
    [C7x_1 ]    148.719102 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_3
    [C7x_1 ]    148.719170 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_4
    [C7x_1 ]    148.719238 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_5
    [C7x_1 ]    148.719310 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_6
    [C7x_1 ]    148.719379 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_7
    [C7x_1 ]    148.719447 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP_C7-1_PRI_8
    [C7x_1 ]    148.719470 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
    [C7x_1 ]    148.719484 s: APP: OpenVX Target kernel init ... !!!
    [C7x_1 ]    148.719639 s: APP: OpenVX Target kernel init ... Done !!!
    [C7x_1 ]    148.719653 s: APP: Init ... Done !!!
    [C7x_1 ]    148.719663 s: APP: Run ... !!!
    [C7x_1 ]    148.719671 s: IPC: Starting echo test ...
    [C7x_1 ]    148.719760 s: APP: Run ... Done !!!
    [C7x_1 ]    148.721146 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C7X_1[s] C7X_2[P]
    [C7x_1 ]    148.726782 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C7X_1[s] C7X_2[P]
    [C7x_2 ]    137.428726 s: CIO: Init ... Done !!!
    [C7x_2 ]    137.428742 s: ### CPU Frequency = 1000000000 Hz
    [C7x_2 ]    137.428754 s: CPU is running FreeRTOS
    [C7x_2 ]    137.428764 s: APP: Init ... !!!
    [C7x_2 ]    137.428772 s: SCICLIENT: Init ... !!!
    [C7x_2 ]    137.428871 s: SCICLIENT: DMSC FW version [9.2.4--v09.02.04 (Kool Koala)]
    [C7x_2 ]    137.428886 s: SCICLIENT: DMSC FW revision 0x9
    [C7x_2 ]    137.428897 s: SCICLIENT: DMSC FW ABI revision 3.1
    [C7x_2 ]    137.428909 s: SCICLIENT: Init ... Done !!!
    [C7x_2 ]    137.428919 s: UDMA: Init ... !!!
    [C7x_2 ]    137.429689 s: UDMA: Init ... Done !!!
    [C7x_2 ]    137.429701 s: MEM: Init ... !!!
    [C7x_2 ]    137.429712 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 127000000 of size 16777216 bytes !!!
    [C7x_2 ]    137.429735 s: MEM: Init ... Done !!!
    [C7x_2 ]    137.429745 s: IPC: Init ... !!!
    [C7x_2 ]    137.429760 s: IPC: 5 CPUs participating in IPC !!!
    [C7x_2 ]    137.429775 s: IPC: Waiting for HLOS to be ready ... !!!
    [C7x_2 ]    144.727131 s: IPC: HLOS is ready !!!
    [C7x_2 ]    144.728522 s: IPC: Init ... Done !!!
    [C7x_2 ]    144.728537 s: APP: Syncing with 4 CPUs ... !!!
    [C7x_2 ]    148.718528 s: APP: Syncing with 4 CPUs ... Done !!!
    [C7x_2 ]    148.718545 s: REMOTE_SERVICE: Init ... !!!
    [C7x_2 ]    148.718701 s: REMOTE_SERVICE: Init ... Done !!!
    [C7x_2 ]    148.718722 s:  VX_ZONE_INIT:Enabled
    [C7x_2 ]    148.718734 s:  VX_ZONE_ERROR:Enabled
    [C7x_2 ]    148.718744 s:  VX_ZONE_WARNING:Enabled
    [C7x_2 ]    148.719309 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target DSP-1
    [C7x_2 ]    148.719331 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
    [C7x_2 ]    148.719343 s: APP: OpenVX Target kernel init ... !!!
    [C7x_2 ]    148.719664 s: APP: OpenVX Target kernel init ... Done !!!
    [C7x_2 ]    148.719679 s: UDMA Copy: Init ... !!!
    [C7x_2 ]    148.720791 s: UDMA Copy: Init ... Done !!!
    [C7x_2 ]    148.720805 s: APP: Init ... Done !!!
    [C7x_2 ]    148.720815 s: APP: Run ... !!!
    [C7x_2 ]    148.720823 s: IPC: Starting echo test ...
    [C7x_2 ]    148.720908 s: APP: Run ... Done !!!
    [C7x_2 ]    148.721153 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C7X_1[P] C7X_2[s]
    [C7x_2 ]    148.726792 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C7X_1[P] C7X_2[s]
    

    FATAL in vision_apps_init.sh

    [MCU2_0]    149.265973 s: [FATAL]: Core has Aborted!!!
    [MCU2_0] DFAR =0xa010000 DFSR =0x808
    [MCU2_0]    149.266011 s: IFAR =0x0 IFSR =0x0
    [MCU2_0]    149.266028 s: CPSR =0x20080197 SP =0xa3ffffe0
    [MCU2_0]    149.266048 s: LR =0x6008003f R0 =0x6008003f
    [MCU2_0]    149.266067 s: R1 =0x20 R2 =0x10000
    [MCU2_0]    149.266083 s: R3 =0x0 R4 =0x10000
    [MCU2_0]    149.266099 s: R5 =0xa28db480 R6 =0xa010000
    [MCU2_0]    149.266117 s: R7 =0x0 R8 =0xa2a91c38
    [MCU2_0]    149.266133 s: R9 =0xa2a91b80 R10 =0x2
    [MCU2_0]    149.266150 s: R11 =0xa28c4fc0 R12 =0xa010000
    

    Source code about FATAL

    pdk_j721s2_09_02_00_30/packages/ti/kernel/freertos/portable/TI_CGT/r5f/port.c

    void vPortDumpExceptionState( void )
    {
        volatile uint32_t DFSR, DFAR, IFSR, IFAR, CPSR;
        DFSR = ulGetDataFaultStatusRegister();
        DFAR = ulGetDataFaultAddressRegister();
        IFSR = ulGetInstructionFaultStatusRegister();
        IFAR = ulGetInstructionFaultAddressRegister();
        CPSR = ulGetCPSR();
        DebugP_exceptionLog("[FATAL]: Core has Aborted!!!\nDFAR =0x%x DFSR =0x%x\n", (uintptr_t)DFAR, (uintptr_t)DFSR);

    Additioanl error

    [  171.764543] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [  180.924581] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [  190.109704] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2

    Best Regards,

    UK

  • Hi UK,

    Can you just remove entries from vision apps dtb file as i suggested earlier and remove DSS from R5F as Nikhil suggested and try it out?

    It seems DSS is still enabled on R5F from below log..

    [MCU2_0] 148.719025 s: DSS: Init ... !!!
    [MCU2_0] 148.719042 s: DSS: Display type is eDP !!!
    [MCU2_0] 148.719058 s: DSS: M2M Path is enabled !!!
    [MCU2_0] 148.719076 s: DSS: SoC init ... !!!

    Also, can you please share complete boot log of Linux? 

    Regards,

    Brijesh

  • Sorry Brijesh, I missed.

    Boot log

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    SPL initial stack usage: 13472 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    I/TC:
    I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    Board: J721S2X-PM1-SOM rev E3
    DRAM:  2 GiB (effective 16 GiB)
    Core:  89 devices, 32 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2880000
    Out:   serial@2880000
    Err:   serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    654 bytes read in 16 ms (39.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 16 ms (0 Bytes/s)
    Already setup.
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    Failed to load '/lib/firmware/j721s2-mcu-r5f0_1-fw'
    867788 bytes read in 25 ms (33.1 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 867788 bytes: Success!
    330932 bytes read in 20 ms (15.8 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 330932 bytes: Success!
    Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
    15212688 bytes read in 173 ms (83.9 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 15212688 bytes: Success!
    9703328 bytes read in 116 ms (79.8 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 9703328 bytes: Success!
    19376640 bytes read in 216 ms (85.6 MiB/s)
    95815 bytes read in 17 ms (5.4 MiB/s)
    Working FDT set to 88000000
    10159 bytes read in 17 ms (583 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=2c000000 flags=4)
       Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK
    Working FDT set to 8fee5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000bbffffff]
    [    0.000000]   node   0: [mem 0x00000000bc000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008abffffff]
    [    0.000000]   node   0: [mem 0x00000008ac000000-0x0000000bffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);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=d19c2209-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 13727580K/16777216K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 2132132K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [    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=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 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:0x0000000001900000
    [    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 @8ac800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008ac030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008ac040000
    [    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.008438] Console: colour dummy device 80x25
    [    0.013008] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023679] pid_max: default: 32768 minimum: 301
    [    0.028417] LSM: Security Framework initializing
    [    0.033218] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.040998] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.050061] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057470] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.063737] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071125] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.077435] rcu: Hierarchical SRCU implementation.
    [    0.082334] rcu:     Max phase no-delay instances is 1000.
    [    0.087861] Platform MSI: msi-controller@1820000 domain created
    [    0.094071] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.103524] EFI services will not be available.
    [    0.108267] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.121333] Detected PIPT I-cache on CPU1
    [    0.121403] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.121418] GICv3: CPU1: using allocated LPI pending table @0x00000008ac050000
    [    0.121452] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.121511] smp: Brought up 1 node, 2 CPUs
    [    0.150860] SMP: Total of 2 processors activated.
    [    0.155664] CPU features: detected: 32-bit EL0 Support
    [    0.160920] CPU features: detected: CRC32 instructions
    [    0.166199] CPU: All CPU(s) started at EL2
    [    0.170382] alternatives: applying system-wide alternatives
    [    0.176978] devtmpfs: initialized
    [    0.187802] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.197791] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.216978] pinctrl core: initialized pinctrl subsystem
    [    0.222695] DMI not present or invalid.
    [    0.226952] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.233789] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.241461] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.249801] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.258025] audit: initializing netlink subsys (disabled)
    [    0.263676] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
    [    0.263908] thermal_sys: Registered thermal governor 'step_wise'
    [    0.271600] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.277829] cpuidle: using governor menu
    [    0.288580] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.295547] ASID allocator initialised with 65536 entries
    [    0.309003] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.321077] KASLR disabled due to lack of seed
    [    0.328485] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.335430] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.341831] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.348765] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.355165] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.362099] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.368499] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.375432] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.382609] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.392315] iommu: Default domain type: Translated
    [    0.397303] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.403831] SCSI subsystem initialized
    [    0.407845] usbcore: registered new interface driver usbfs
    [    0.413467] usbcore: registered new interface driver hub
    [    0.418906] usbcore: registered new device driver usb
    [    0.424288] pps_core: LinuxPPS API ver. 1 registered
    [    0.429362] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.438699] PTP clock support registered
    [    0.442782] EDAC MC: Ver: 3.0.0
    [    0.446550] FPGA manager framework
    [    0.450066] Advanced Linux Sound Architecture Driver Initialized.
    [    0.456714] clocksource: Switched to clocksource arch_sys_counter
    [    0.463069] VFS: Disk quotas dquot_6.6.0
    [    0.467105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.477143] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.483441] NET: Registered PF_INET protocol family
    [    0.488831] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.501817] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.510727] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.518669] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.527352] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.535967] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.542863] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.549988] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.557650] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.563767] RPC: Registered named UNIX socket transport module.
    [    0.569831] RPC: Registered udp transport module.
    [    0.574636] RPC: Registered tcp transport module.
    [    0.579443] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.586027] NET: Registered PF_XDP protocol family
    [    0.590942] PCI: CLS 0 bytes, default 64
    [    0.595309] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.604609] Initialise system trusted keyrings
    [    0.609287] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [    0.617910] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.624183] NFS: Registering the id_resolver key type
    [    0.629382] Key type id_resolver registered
    [    0.633654] Key type id_legacy registered
    [    0.637771] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.644620] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.671345] Key type asymmetric registered
    [    0.675531] Asymmetric key parser 'x509' registered
    [    0.680541] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.688204] io scheduler mq-deadline registered
    [    0.692839] io scheduler kyber registered
    [    0.698992] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.704999] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.711025] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.717258] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.723112] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.729494] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.739231] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.750229] loop: module loaded
    [    0.754264] megasas: 07.719.03.00-rc1
    [    0.759660] tun: Universal TUN/TAP device driver, 1.6
    [    0.765286] VFIO - User Level meta-driver version: 0.3
    [    0.770994] usbcore: registered new interface driver usb-storage
    [    0.777483] i2c_dev: i2c /dev entries driver
    [    0.782538] sdhci: Secure Digital Host Controller Interface driver
    [    0.788869] sdhci: Copyright(c) Pierre Ossman
    [    0.793549] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.799697] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.805952] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.812704] usbcore: registered new interface driver usbhid
    [    0.818401] usbhid: USB HID core driver
    [    0.822862] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.827434] optee: revision 4.1 (012cdca4)
    [    0.843883] optee: dynamic shared memory is enabled
    [    0.853278] optee: initialized driver
    [    0.858215] Initializing XFRM netlink socket
    [    0.862613] NET: Registered PF_PACKET protocol family
    [    0.867818] Key type dns_resolver registered
    [    0.872391] registered taskstats version 1
    [    0.876596] Loading compiled-in X.509 certificates
    [    0.887459] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.927847] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.934322] pca953x 1-0021: supply vcc not found, using dummy regulator
    [    0.941169] pca953x 1-0021: using no AI
    [    0.969308] gpio-509 (GPIO_eDP_ENABLE): hogged as output/high
    [    0.975405] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    0.982220] pca953x 1-0020: using no AI
    [    0.986817] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    0.993623] pca953x 1-0022: using AI
    [    0.997947] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.003746] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    1.012290] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    1.021625] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    1.030294] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.040875] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.047622] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.056873] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.066752] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.073511] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.082410] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.092577] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.099337] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.107329] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 214, base_baud = 6000000) is a 8250
    [    1.116870] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 215, base_baud = 3000000) is a 8250
    [    1.125721] printk: console [ttyS2] enabled
    [    1.125721] printk: console [ttyS2] enabled
    [    1.134165] printk: bootconsole [ns16550a0] disabled
    [    1.134165] printk: bootconsole [ns16550a0] disabled
    [    1.145927] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.188719] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.197618] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.205893] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.218758] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.225968] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.232189] pps pps0: new PPS source ptp0
    [    1.236338] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.246746] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.256433] mmc0: CQHCI version 5.10
    [    1.256437] gpio-mux mux-controller0: 2-way mux-controller registered
    [    1.256801] gpio-mux mux-controller1: 2-way mux-controller registered
    [    1.297296] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.390942] mmc0: Command Queue Engine enabled
    [    1.395404] mmc0: new HS400 MMC card at address 0001
    [    1.400805] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.406641] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.412389] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.418041] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    1.588564] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.594529] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.999808] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.006625] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.013467] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.020256] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.028288] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.038360] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.050784] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    2.055802] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    2.062436] Creating 7 MTD partitions on "47040000.spi.0":
    [    2.067925] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    2.074126] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    2.080001] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    2.085944] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    2.091590] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    2.097809] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    2.103671] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    2.115482] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    2.120593] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    [    2.127631] Creating 7 MTD partitions on "47050000.spi.0":
    [    2.133134] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    [    2.139190] 0x000000080000-0x000000280000 : "qspi.tispl"
    [    2.145002] 0x000000280000-0x000000680000 : "qspi.u-boot"
    [    2.150895] 0x000000680000-0x0000006c0000 : "qspi.env"
    [    2.156493] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
    [    2.162681] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    [    2.168515] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    [    2.175287] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.220729] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.229723] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.238002] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.250884] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.258095] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.264360] pps pps0: new PPS source ptp1
    [    2.268539] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    2.278579] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.286925] mmc1: CQHCI version 5.10
    [    2.286977] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.297813] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.312437] ALSA device list:
    [    2.315422]   No soundcards found.
    [    2.331341] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.339056] Waiting for root device PARTUUID=d19c2209-02...
    [    2.415354] mmc1: non-supported SD ext reg layout
    [    2.420059] mmc1: new ultra high speed SDR104 SDXC card at address 0001
    [    2.427059] mmcblk1: mmc1:0001 FD4Q9 119 GiB
    [    2.432547]  mmcblk1: p1 p2
    [    2.446163] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.454776] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.461520] devtmpfs: mounted
    [    2.465260] Freeing unused kernel memory: 1984K
    [    2.469897] Run /sbin/init as init process
    [    2.585988] systemd[1]: System time before build time, advancing clock.
    [    2.616332] NET: Registered PF_INET6 protocol family
    [    2.621988] Segment Routing with IPv6
    [    2.625672] In-situ OAM (IOAM) with IPv6
    [    2.644531] 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)
    [    2.676108] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.729220] systemd[1]: Hostname set to <j721s2-evm>.
    [    2.803042] systemd-sysv-generator[148]: 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.
    [    2.828230] systemd-sysv-generator[148]: SysV service '/etc/init.d/fuse3' 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.
    [    2.941790] systemd[1]: /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.
    [    2.979838] 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.024478] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.067011] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.090217] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.114437] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.137848] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.160976] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.184891] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.208998] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.228791] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.248778] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.268844] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.327697] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.348874] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.371665] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.392994] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.417161] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.437100] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.457078] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.473148] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.497111] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.516968] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.536990] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.577072] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.595521] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.619755] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.637040] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.653221] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.672201] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.709229] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.727488] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.761191] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.768820] fuse: init (API version 7.37)
    [    3.782818] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.808621] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.824983] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.841422] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.878642] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.893434] cryptodev: loading out-of-tree module taints kernel.
    [    3.900806] cryptodev: driver 1.12 loaded.
    [    3.908237] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    3.935949] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [0m...
    [    3.981284] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.001894] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.017259] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  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 Star…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...
    [    4.339350] systemd-journald[163]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  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.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.567512] audit: type=1334 audit(1651167746.976:2): prog-id=5 op=LOAD
    [    4.574541] audit: type=1334 audit(1651167746.988:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    4.980746] random: crng init done
    [  OK  ] Finished Load/Save Random Seed.
    [    5.004496] systemd-journald[163]: Oldest entry in /run/log/journal/8801944b3be14530a64ba6505d69d527/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    [    5.024433] systemd-journald[163]: /run/log/journal/8801944b3be14530a64ba6505d69d527/system.journal: Journal header limits reached or header out-of-date, rotating.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [    5.071545] CAN device driver interface
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [    5.105755] mc: Linux media interface: v0.10
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message B[    5.165610] videodev: Linux video capture interface: v2.00
    us Socket.
    [    5.185798] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [    5.191569] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    5.196172] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
             Starting Docker Socket for the API...
    [    5.214266] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    5.231916] remoteproc remoteproc0: 64800000.dsp is available
    [    5.238066] remoteproc remoteproc0: attaching to 64800000.dsp
    [  OK  ] Listening on dropbear.socket.
    [    5.250925] remoteproc remoteproc0: unsupported resource 65538
    [    5.257720] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [  OK  ] Listening on PC/SC Smart Card Daemo[    5.264965] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
    n Activation Socket.
    [    5.293703] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.299265] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    5.311144] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.320964] rproc-virtio rproc-virtio.15.auto: registered virtio0 (type 7)
    [    5.323200] j721e-pcie-host 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.330024] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [    5.339220] j721e-pcie-host 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.354668] PVR_K:  204: Device: 4e20000000.gpu
    [    5.360196] PVR_K:  204: Read BVNC 36.53.104.796 from HW device registers
             Starting Weston socket...
    [    5.381811] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
             Starting D-Bus System Message Bus...
    [    5.404183] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
             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.
    [    5.491352] PVR_K:  204: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    5.500866] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Reached target Socket Units.
    [    5.523561] remoteproc remoteproc1: 65800000.dsp is available
    [    5.524421] j721e-pcie-host 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Reached target Basic System.
    [    5.541598] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [    5.590731] remoteproc remoteproc1: attaching to 65800000.dsp
             Starting DEMO...
    [    5.606644] remoteproc remoteproc1: unsupported resource 65538
    [    5.612628] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
             Starting Print notice about GPLv3 packages...
    [    5.631032] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
    [    5.647904] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.653515] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    5.703357] audit: type=1334 audit(1725525799.688:4): prog-id=7 op=LOAD
    [    5.711164] audit: type=1334 audit(1725525799.696:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.[    5.732129] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
    
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    5.829155] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    [  OK  ] Started DEMO.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [    5.934799] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
    [    5.959799] Bluetooth: Core ver 2.22
    [    5.963458] NET: Registered PF_BLUETOOTH protocol family
    [    5.972038] Bluetooth: HCI device and connection manager initialized
    [    5.982633] Bluetooth: HCI socket layer initialized
    [    5.993482] Bluetooth: L2CAP socket layer initialized
    [    6.004208] Bluetooth: SCO socket layer initialized
    [    6.191099] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    6.243155] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.251210] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [  OK  ] Started User Login Management.
    [    6.452179] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.488824] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    6.725281] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
    [    6.734831] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    6.740923] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x18001000-0x18010fff])
    [    6.750778] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    6.758023] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
    [    6.764495] pci 0000:00:00.0: supports D1
    [    6.768833] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    6.774935] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    6.782111] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    6.794757] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    6.828753] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    6.894133] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    6.901209] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    6.915310] pci 0000:00:00.0: PCI bridge to [bus 01]
    [  OK  ] Started Network Name Resolution[    6.922448] pcieport 0000:00:00.0: PME: Signaling with IRQ 755
    .
    [  OK  ] Reached target Network.
    [    6.935306] platform 41000000.r5f: configured R5F for IPC-only mode
    [    6.937512] pcieport 0000:00:00.0: AER: enabled with IRQ 755
    0;32m  OK  ] Reached target Host and Network Name L[    6.953008] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    ookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth[    6.974604] remoteproc remoteproc2: 41000000.r5f is available
     stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [    7.084613] remoteproc remoteproc2: attaching to 41000000.r5f
    [    7.095828] platform 41000000.r5f: R5F core initialized in IPC-only mode
    
    [  OK  ] Started Getty on tty1.
    [    7.106739] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [  OK  ] Started Serial Getty on ttyS2.
    [    7.130484] virtio_rpmsg_bus virtio2: rpmsg host is online
    
             Starting Synchronize System and HW clocks.[    7.139473] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
    ..
    [    7.151194] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.151322] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    7.151528] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [    7.151817] platform 41400000.r5f: configured R5F for remoteproc mode
    [    7.152190] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    7.153142] remoteproc remoteproc3: 41400000.r5f is available
    [    7.153271] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    7.206124] remoteproc remoteproc3: powering up 41400000.r5f
    [    7.206156] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    7.206163] remoteproc remoteproc3: request_firmware failed: -2
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    7.374559] audit: type=1334 audit(1725525801.360:6): prog-id=9 op=LOAD
    [    7.383841] audit: type=1334 audit(1725525801.368:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [    7.654466] m_can_platform 26a1000.can: m_can device registered (irq=756, version=32)
    [    7.674687] m_can_platform 40528000.can: m_can device registered (irq=757, version=32)
    [    7.691555] m_can_platform 40568000.can: m_can device registered (irq=758, version=32)
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [    7.712393] m_can_platform 2731000.can: m_can device registered (irq=759, version=32)
    [    7.733085] m_can_platform 2751000.can: m_can device registered (irq=760, version=32)
    [  OK  ] Started User Database Manager.
    [  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...
    [  OK  ] Finished Synchronize System and HW clocks.
    [    8.067808] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [    8.075536] audit: type=1006 audit(1725525802.052:8): pid=596 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    8.097018] audit: type=1300 audit(1725525802.052:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffb301908 a2=4 a3=ffffb739c020 items=0 ppid=1 pid=596 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="/lib/systemd/systemd" key=(null)
    [    8.150418] audit: type=1327 audit(1725525802.052:8): proctitle="(systemd)"
    [    8.188942] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [    8.511467] audit: type=1006 audit(1725525802.496:9): pid=464 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [    8.531148] audit: type=1300 audit(1725525802.496:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffb301908 a2=4 a3=ffffb739c020 items=0 ppid=1 pid=464 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="/lib/systemd/systemd" key=(null)
    [    8.579031] audit: type=1327 audit(1725525802.496:9): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Started containerd container runtime.
    [    9.008236] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [    9.163067] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
    [    9.199107] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: Timed out waiting for 41400000.r5f core to power up!
    [    9.260571] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    9.396167] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    9.448672] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    9.467929] remoteproc remoteproc4: 5c00000.r5f is available
    [    9.472579] m_can_platform 26a1000.can main_mcan16: renamed from can0
    [    9.473736] remoteproc remoteproc4: attaching to 5c00000.r5f
    [    9.486668] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    9.493393] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    9.505067] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    9.510600] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    9.510674] rproc-virtio rproc-virtio.20.auto: registered virtio3 (type 7)
    [    9.526498] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
    ***************************************************************[    9.534258] platform 5d00000.r5f: configured R5F for IPC-only mode
    
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 package[    9.560444] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    s:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            [    9.575956] remoteproc remoteproc5: 5d00000.r5f is available
    bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g[    9.592767] m_can_platform 40528000.can mcu_mcan0: renamed from can1
    ++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glm[    9.593348] remoteproc remoteproc5: attaching to 5d00000.r5f
    ark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip[    9.618331] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd[    9.625574] rproc-virtio rproc-virtio.21.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libget[    9.650663] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
    textlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmp[    9.657602] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 1
    fr6
            libopcodes
            libqt5charts-examples
    [    9.658678] virtio_rpmsg_bus virtio4: rpmsg host is online
    
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugin[    9.670987] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
    s
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport[    9.682058] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    -examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugi[    9.696983] xhci-hcd xhci-hcd.19.auto: irq 761, io mem 0x06010000
    ns
            libqt5serialport5
            libqt5svg-examples
    [    9.719997] m_can_platform 40568000.can mcu_mcan1: renamed from can2
    
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plug[    9.721540] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
    ins
            libqt5virtualkeyboard-qmlplugins
    [    9.733346] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt[    9.744299] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 2
    5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            [    9.761954] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parte[    9.770088] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed
    d
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-exam[    9.773681] rproc-virtio rproc-virtio.21.auto: registered virtio4 (type 7)
    ples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectiv[    9.808210] hub 1-0:1.0: USB hub found
    ity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdec[    9.812501] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    larative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tool[    9.824791] hub 1-0:1.0: 1 port detected
    s
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-e[    9.831709] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    xamples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocatio[    9.847526] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    n
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-[    9.856644] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    qmlplugins
            qtmultimedia
            qtquics-qmlplugins.control
            qtquics[    9.878777] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
    2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.contr[    9.879239] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    ol
            qtscript-examples
            qtscript-plugins
    [    9.907515] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-[    9.908421] m_can_platform 2731000.can main_mcan3: renamed from can3
    qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to di[    9.917727] hub 2-0:1.0: USB hub found
    stribute 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[    9.949863] hub 2-0:1.0: 1 port detected
     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-[    9.970927] platform 5e00000.r5f: configured R5F for remoteproc mode
    dependent-packages option to
          also remove the dependent packages as well
    ************************************************[    9.991788] m_can_platform 2751000.can main_mcan5: renamed from can4
    ***************
    ***********************************************[    9.994869] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    ****************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
    [   10.083622] remoteproc remoteproc6: 5e00000.r5f is available
    [   10.090448] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
    [   10.099982] remoteproc remoteproc6: powering up 5e00000.r5f
    [   10.108519] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
             Starting Record Runlevel Change in UTMP...[   10.120884] remoteproc remoteproc6: request_firmware failed: -2
    
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   10.500758] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   10.605733] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   10.614505] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   10.660192] hub 1-1:1.0: USB hub found
    [   10.664113] hub 1-1:1.0: 5 ports detected
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721s2-evm -
    
    Arago 2023.10 j721s2-evm -
    
    j721s2-evm login: [   11.380724] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
    [   11.545663] hub 1-1.4:1.0: USB hub found
    [   11.550156] hub 1-1.4:1.0: 4 ports detected
    [   11.844724] usb 1-1.4.2: new high-speed USB device number 4 using xhci-hcd
    [   12.056736] usb 1-1.4.3: new high-speed USB device number 5 using xhci-hcd
    [   12.108765] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    [   12.240734] usb 1-1.4.4: new high-speed USB device number 6 using xhci-hcd
    [   12.348094] usb-storage 1-1.4.4:1.0: USB Mass Storage device detected
    [   12.356338] scsi host0: usb-storage 1-1.4.4:1.0
    [   12.362930] usbcore: registered new device driver r8152-cfgselector
    [   12.392282] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK4
    [   12.453048] r8152-cfgselector 1-1.4.3: reset high-speed USB device number 5 using xhci-hcd
    [   12.565738] r8152 1-1.4.3:1.0: Direct firmware load for rtl_nic/rtl8153b-2.fw failed with error -2
    [   12.574814] r8152 1-1.4.3:1.0: unable to load firmware patch rtl_nic/rtl8153b-2.fw (-2)
    [   12.632917] r8152 1-1.4.3:1.0 eth1: v1.12.13
    [   12.637278] usbcore: registered new interface driver r8152
    [   12.648186] usbcore: registered new interface driver cdc_ether
    [   12.655480] usbcore: registered new interface driver r8153_ecm
    [   12.688768] usb 1-1.3: new high-speed USB device number 7 using xhci-hcd
    [   12.874782] usb-storage 1-1.3:1.0: USB Mass Storage device detected
    [   12.882295] scsi host1: usb-storage 1-1.3:1.0
    [   13.389948] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
    [   13.399259] sd 0:0:0:0: [sda] Media removed, stopped polling
    [   13.407047] sd 0:0:0:0: [sda] Attached SCSI removable disk
    [   13.412721] scsi 0:0:0:1: Direct-Access     Generic- MicroSD/M2       1.08 PQ: 0 ANSI: 6
    [   13.426777] sd 0:0:0:1: [sdb] Media removed, stopped polling
    [   13.433377] sd 0:0:0:1: [sdb] Attached SCSI removable disk
    [   13.903855] scsi 1:0:0:0: Direct-Access     Samsung  PSSD T7          0    PQ: 0 ANSI: 6
    [   13.913510] sd 1:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
    [   13.923600] sd 1:0:0:0: [sdc] Write Protect is off
    [   13.929796] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [   13.942081]  sdc: sdc1
    [   13.944759] sd 1:0:0:0: [sdc] Attached SCSI disk
    [   15.712748] usb 1-1.5: new high-speed USB device number 8 using xhci-hcd
    [   22.894352] platform dp0-connector: deferred probe pending
    [   22.899956] platform 4a00000.dss: deferred probe pending
    [   22.905323] platform fixedregulator-dp0-prw: deferred probe pending
    [   22.911668] platform regulator-dp1-prw: deferred probe pending
    

  • Hi, Brijesh, Nikhil:

    I will try to change vision apps dtbo & vision apps r5f firmware also.

    Best Regards,

    UK

  • Hi UK,

    DSS does not seem to be initialized on Linux. Are you sure you are using updated vision apps dtbo file? 

    [ 22.899956] platform 4a00000.dss: deferred probe pending
    [ 22.905323] platform fixedregulator-dp0-prw: deferred probe pending
    [ 22.911668] platform regulator-dp1-prw: deferred probe pending

    Regards,

    Brijesh

  • Hi, Brijesh, Nikhil:

    Yes, I sure using updated vision apps dtbo file.

    I checked md5sum.

    Also, I did disabled 'ENABLE_DSS_SINGLE' and changed 'vx_app_rtos_linux_mcu2_0.out'.

    But, status is same..

    Best Regards,

    UK

  • Hi, Brijesh:

    I will try to remove vision apps dtbo overlay and change mcu2_0 firmware.

    And then I will send you boot log.

    Best Regards,

    UK

  • This is boot log.

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    SPL initial stack usage: 13472 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    I/TC:
    I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    Board: J721S2X-PM1-SOM rev E3
    DRAM:  2 GiB (effective 16 GiB)
    Core:  89 devices, 32 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2880000
    Out:   serial@2880000
    Err:   serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    0 bytes read in 0 ms
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    Failed to load '/lib/firmware/j721s2-mcu-r5f0_1-fw'
    867788 bytes read in 22 ms (37.6 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 867788 bytes: Success!
    330932 bytes read in 17 ms (18.6 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 330932 bytes: Success!
    Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
    15212688 bytes read in 170 ms (85.3 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 15212688 bytes: Success!
    9703328 bytes read in 113 ms (81.9 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 9703328 bytes: Success!
    19376640 bytes read in 213 ms (86.8 MiB/s)
    95815 bytes read in 15 ms (6.1 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 000000008fee5000, end 000000008fffffff ... OK
    Working FDT set to 8fee5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000bc8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x0000000bffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);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=d19c2209-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 15269808K/16777216K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 589904K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [    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=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 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:0x0000000001900000
    [    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 @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.008432] Console: colour dummy device 80x25
    [    0.013002] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023673] pid_max: default: 32768 minimum: 301
    [    0.028414] LSM: Security Framework initializing
    [    0.033224] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.041006] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.050093] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057502] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.063772] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071160] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.077470] rcu: Hierarchical SRCU implementation.
    [    0.082370] rcu:     Max phase no-delay instances is 1000.
    [    0.087892] Platform MSI: msi-controller@1820000 domain created
    [    0.094103] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.103522] EFI services will not be available.
    [    0.108277] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.121352] Detected PIPT I-cache on CPU1
    [    0.121423] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.121438] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.121472] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.121527] smp: Brought up 1 node, 2 CPUs
    [    0.150875] SMP: Total of 2 processors activated.
    [    0.155680] CPU features: detected: 32-bit EL0 Support
    [    0.160934] CPU features: detected: CRC32 instructions
    [    0.166212] CPU: All CPU(s) started at EL2
    [    0.170394] alternatives: applying system-wide alternatives
    [    0.177032] devtmpfs: initialized
    [    0.187524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.197512] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.217418] pinctrl core: initialized pinctrl subsystem
    [    0.223156] DMI not present or invalid.
    [    0.227424] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.234273] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.241952] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.250295] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.258523] audit: initializing netlink subsys (disabled)
    [    0.264182] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
    [    0.264427] thermal_sys: Registered thermal governor 'step_wise'
    [    0.272108] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.278335] cpuidle: using governor menu
    [    0.289087] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.296054] ASID allocator initialised with 65536 entries
    [    0.309917] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.322178] KASLR disabled due to lack of seed
    [    0.329617] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.336563] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.342965] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.349898] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.356299] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.363232] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.369633] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.376566] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.383765] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.393479] iommu: Default domain type: Translated
    [    0.398470] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.405003] SCSI subsystem initialized
    [    0.408999] usbcore: registered new interface driver usbfs
    [    0.414621] usbcore: registered new interface driver hub
    [    0.420059] usbcore: registered new device driver usb
    [    0.425485] pps_core: LinuxPPS API ver. 1 registered
    [    0.430560] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.439899] PTP clock support registered
    [    0.443990] EDAC MC: Ver: 3.0.0
    [    0.447782] FPGA manager framework
    [    0.451296] Advanced Linux Sound Architecture Driver Initialized.
    [    0.457962] clocksource: Switched to clocksource arch_sys_counter
    [    0.464320] VFS: Disk quotas dquot_6.6.0
    [    0.468359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.478385] NET: Registered PF_INET protocol family
    [    0.483787] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.496812] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.505726] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.513669] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.522357] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.530996] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.537893] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.545020] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.552681] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.558801] RPC: Registered named UNIX socket transport module.
    [    0.564868] RPC: Registered udp transport module.
    [    0.569672] RPC: Registered tcp transport module.
    [    0.574475] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.581059] NET: Registered PF_XDP protocol family
    [    0.585976] PCI: CLS 0 bytes, default 64
    [    0.590437] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.599769] Initialise system trusted keyrings
    [    0.604449] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [    0.613034] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.619307] NFS: Registering the id_resolver key type
    [    0.624493] Key type id_resolver registered
    [    0.628765] Key type id_legacy registered
    [    0.632883] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.639732] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.666739] Key type asymmetric registered
    [    0.670924] Asymmetric key parser 'x509' registered
    [    0.675938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.683586] io scheduler mq-deadline registered
    [    0.688218] io scheduler kyber registered
    [    0.694583] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.700584] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.706621] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.712845] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.718701] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.725141] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.735033] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.746177] loop: module loaded
    [    0.750120] megasas: 07.719.03.00-rc1
    [    0.755532] tun: Universal TUN/TAP device driver, 1.6
    [    0.761169] VFIO - User Level meta-driver version: 0.3
    [    0.766879] usbcore: registered new interface driver usb-storage
    [    0.773385] i2c_dev: i2c /dev entries driver
    [    0.778480] sdhci: Secure Digital Host Controller Interface driver
    [    0.784807] sdhci: Copyright(c) Pierre Ossman
    [    0.789389] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.795511] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.801759] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.808505] usbcore: registered new interface driver usbhid
    [    0.814205] usbhid: USB HID core driver
    [    0.818681] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.823246] optee: revision 4.1 (012cdca4)
    [    0.839695] optee: dynamic shared memory is enabled
    [    0.849088] optee: initialized driver
    [    0.854051] Initializing XFRM netlink socket
    [    0.858440] NET: Registered PF_PACKET protocol family
    [    0.863646] Key type dns_resolver registered
    [    0.868225] registered taskstats version 1
    [    0.872427] Loading compiled-in X.509 certificates
    [    0.883287] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.924017] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.930520] pca953x 1-0021: supply vcc not found, using dummy regulator
    [    0.937367] pca953x 1-0021: using no AI
    [    0.962409] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    0.969221] pca953x 1-0020: using no AI
    [    0.973813] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    0.980623] pca953x 1-0022: using AI
    [    0.984944] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.991389] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.998266] pca953x 2-0020: using no AI
    [    1.026311] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.032592] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.039432] pca953x 3-0020: using no AI
    [    1.066295] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.072088] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    1.080626] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    1.089963] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    1.098631] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.109198] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.115958] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.125198] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.135093] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.141854] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.150776] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.160932] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.167690] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.175694] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    1.185235] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    1.194092] printk: console [ttyS2] enabled
    [    1.194092] printk: console [ttyS2] enabled
    [    1.202533] printk: bootconsole [ns16550a0] disabled
    [    1.202533] printk: bootconsole [ns16550a0] disabled
    [    1.214335] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.257969] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.266890] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.275167] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.288036] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.295245] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.301469] pps pps0: new PPS source ptp0
    [    1.305643] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.316047] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.325685] gpio-mux mux-controller0: 2-way mux-controller registered
    [    1.325825] mmc0: CQHCI version 5.10
    [    1.335936] gpio-mux mux-controller1: 2-way mux-controller registered
    [    1.376621] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.467511] mmc0: Command Queue Engine enabled
    [    1.471981] mmc0: new HS400 MMC card at address 0001
    [    1.477573] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.483507] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.489362] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.495063] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    1.669423] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.675387] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.080443] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.087284] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.094140] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.100927] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.108985] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.119057] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.131526] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    2.136542] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    2.143180] Creating 7 MTD partitions on "47040000.spi.0":
    [    2.148675] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    2.154890] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    2.160767] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    2.166679] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    2.172318] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    2.178549] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    2.184412] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    2.196237] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    2.201348] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    [    2.208426] Creating 7 MTD partitions on "47050000.spi.0":
    [    2.213918] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    [    2.220033] 0x000000080000-0x000000280000 : "qspi.tispl"
    [    2.225845] 0x000000280000-0x000000680000 : "qspi.u-boot"
    [    2.231764] 0x000000680000-0x0000006c0000 : "qspi.env"
    [    2.237370] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
    [    2.243564] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    [    2.249406] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    [    2.256204] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.301975] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.310957] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.319237] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.332125] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.339336] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.345597] pps pps0: new PPS source ptp1
    [    2.349788] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    2.359836] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.367775] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.375082] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.375227] mmc1: CQHCI version 5.10
    [    2.390163] ALSA device list:
    [    2.393140]   No soundcards found.
    [    2.427013] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.434701] Waiting for root device PARTUUID=d19c2209-02...
    [    2.504576] mmc1: non-supported SD ext reg layout
    [    2.509281] mmc1: new ultra high speed SDR104 SDXC card at address 0001
    [    2.516387] mmcblk1: mmc1:0001 FD4Q9 119 GiB
    [    2.521862]  mmcblk1: p1 p2
    [    2.539533] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.548154] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.554897] devtmpfs: mounted
    [    2.558621] Freeing unused kernel memory: 1984K
    [    2.563261] Run /sbin/init as init process
    [    2.679570] systemd[1]: System time before build time, advancing clock.
    [    2.710072] NET: Registered PF_INET6 protocol family
    [    2.715696] Segment Routing with IPv6
    [    2.719370] In-situ OAM (IOAM) with IPv6
    [    2.738533] 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)
    [    2.770062] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.822589] systemd[1]: Hostname set to <j721s2-evm>.
    [    2.895282] systemd-sysv-generator[149]: 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.
    [    2.920159] systemd-sysv-generator[149]: SysV service '/etc/init.d/fuse3' 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.
    [    3.046191] systemd[1]: /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.084419] 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.129306] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.168533] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.191769] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.215470] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.239092] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.262226] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.286140] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.310230] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.330036] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.350033] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.370085] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.429241] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.450133] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.472981] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.494245] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.518416] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.538318] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.558323] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.578380] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.602365] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.622228] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.642234] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.682379] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.704949] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.729038] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.750303] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.782333] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.805562] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.832949] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.852923] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.876973] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.885234] fuse: init (API version 7.37)
    [    3.926516] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.954094] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.974250] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.990972] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.016047] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.030646] cryptodev: loading out-of-tree module taints kernel.
    [    4.037595] cryptodev: driver 1.12 loaded.
    [    4.060167] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    4.089326] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.106323] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.134652] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.159395] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.178658] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  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 Star…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...
    [    4.502675] systemd-journald[165]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  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.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.704892] audit: type=1334 audit(1651167747.020:2): prog-id=5 op=LOAD
    [    4.711873] audit: type=1334 audit(1651167747.032:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    5.093994] random: crng init done
    [  OK  ] Finished Load/Save Random Seed.
    [    5.111003] systemd-journald[165]: Oldest entry in /run/log/journal/8801944b3be14530a64ba6505d69d527/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initializatio[    5.154384] systemd-journald[165]: /run/log/journal/8801944b3be14530a64ba6505d69d527/system.journal: Journal header limits reached or header out-of-date, rotating.
    n.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  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...
    [    5.289439] CAN device driver interface
    [    5.304792] m_can_platform 40528000.can: m_can device registered (irq=745, version=32)
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemo[    5.323932] mc: Linux media interface: v0.10
    n Activation Socket.
    [    5.349501] m_can_platform 40568000.can: m_can device registered (irq=746, version=32)
    [    5.363812] videodev: Linux video capture interface: v2.00
    [    5.369654] m_can_platform 2731000.can: m_can device registered (irq=747, version=32)
    [    5.384683] m_can_platform 2751000.can: m_can device registered (irq=748, version=32)
    [    5.405099] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.417042] j721e-pcie-host 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.418526] m_can_platform 26a1000.can: m_can device registered (irq=751, version=32)
    [    5.427396] j721e-pcie-host 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.443248] j721e-pcie-host 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
             Starting Weston socket...
             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.
    [    5.567497] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [    5.574572] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    5.598434] PVR_K:  189: Device: 4e20000000.gpu
    [    5.603153] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
    [  OK  ] Finished Reboot and dump vmcore via[    5.613127] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
     kexec.
    [    5.628972] remoteproc remoteproc0: 64800000.dsp is available
    [    5.634827] remoteproc remoteproc0: attaching to 64800000.dsp
    [  OK  ] Found device /dev/ttyS2.
    [    5.640922] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [  OK  ] Reached target Socket Units.
    [    5.653553] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [    5.669637] PVR_K:  189: Read BVNC 36.53.104.796 from HW device registers
    [    5.673860] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
    [    5.685494] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
    [  OK  ] Started D-Bus System Message Bus    5.713820] PVR_K:  189: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    m.
    [    5.723296] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    5.730418] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [    5.817326] remoteproc remoteproc1: 65800000.dsp is available
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
    [    5.882400] remoteproc remoteproc1: attaching to 65800000.dsp
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
    [    5.931357] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    [    5.939889] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the bo[    5.965789] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    ot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 [    5.979685] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
    daemon using ipsec.conf.
    [    5.991320] audit: type=1334 audit(1725529037.893:4): prog-id=7 op=LOAD
    [    6.000460] platform 41000000.r5f: configured R5F for IPC-only mode
    [    6.007061] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    6.016414] audit: type=1334 audit(1725529037.917:5): prog-id=8 op=LOAD
    [    6.028111] remoteproc remoteproc2: 41000000.r5f is available
    [    6.042048] remoteproc remoteproc2: attaching to 41000000.r5f
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet [    6.099675] platform 41000000.r5f: R5F core initialized in IPC-only mode
    Filtering Framework.
    [  OK  ] Finished [    6.106521] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a0000000
    Telnet Server.
    [  OK  ] Reached target [    6.124072] virtio_rpmsg_bus virtio0: rpmsg host is online
    Preparation for Network.
             Starting Network[    6.132363] rproc-virtio rproc-virtio.16.auto: registered virtio0 (type 7)
     Configuration...
    [    6.137341] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    6.144843] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [  OK  ] Started Telephony service.[    6.162304] platform 41400000.r5f: configured R5F for remoteproc mode
    
    [    6.163645] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    6.213372] Bluetooth: Core ver 2.22
    [    6.219158] NET: Registered PF_BLUETOOTH protocol family
    [    6.230009] Bluetooth: HCI device and connection manager initialized
    [    6.236375] Bluetooth: HCI socket layer initialized
    [    6.243717] platform 41400000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [    6.252997] Bluetooth: L2CAP socket layer initialized
    [    6.266093] Bluetooth: SCO socket layer initialized
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    6.528471] remoteproc remoteproc3: 41400000.r5f is available
    [    6.569115] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    6.580127] remoteproc remoteproc3: powering up 41400000.r5f
    [    6.588429] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    6.602577] remoteproc remoteproc3: request_firmware failed: -2
    [    6.621560] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Started User Login Management.[    6.650594] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
    
    [    6.668363] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.676630] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.695095] pci_bus 0000:00: root bus resource [bus 00-ff]
    [  OK  ] Started Network Configuration.
    [    6.765313] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x18001000-0x18010fff])
    [    6.775094] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
             Starting Network Name Resolution...
    [    6.782153] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
    [    6.798613] pci 0000:00:00.0: supports D1
    [    6.802761] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    6.808611] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    6.815143] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.815555] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    6.841608] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    6.850058] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    6.857077] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    6.859171] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    6.874565] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    6.885728] pcieport 0000:00:00.0: PME: Signaling with IRQ 762
    [    6.907898] pcieport 0000:00:00.0: AER: enabled with IRQ 762
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  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…ositor, as a system service...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    7.540242] audit: type=1334 audit(1725529039.437:6): prog-id=9 op=LOAD
    [    7.547439] audit: type=1334 audit(1725529039.449:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  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...
    [    8.092699] audit: type=1006 audit(1725529039.989:8): pid=534 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    8.107158] audit: type=1300 audit(1725529039.989:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffa2dc438 a2=4 a3=ffff85405020 items=0 ppid=1 pid=534 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="/lib/systemd/systemd" key=(null)
    [    8.141503] audit: type=1327 audit(1725529039.989:8): proctitle="(systemd)"
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [    8.548198] audit: type=1006 audit(1725529040.445:9): pid=479 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [    8.564875] audit: type=1300 audit(1725529040.445:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffa2dc438 a2=4 a3=ffff85405020 items=0 ppid=1 pid=479 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="/lib/systemd/systemd" key=(null)
    [    8.587677] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: Timed out waiting for 41400000.r5f core to power up!
    [    8.606038] audit: type=1327 audit(1725529040.445:9): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [    8.744771] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    8.902244] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [  OK  ] Started containerd container runtime.
    [    8.975137] remoteproc remoteproc4: 5c00000.r5f is available
    [    9.081637] remoteproc remoteproc4: attaching to 5c00000.r5f
    [  OK  ] Finished Synchronize System and HW clocks.
    [    9.162530] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    9.169252] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [    9.181019] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.183912] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    9.188617] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
    [    9.203345] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
    [    9.213367] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    9.220986] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    9.231500] remoteproc remoteproc5: 5d00000.r5f is available
    [    9.240510] remoteproc remoteproc5: attaching to 5d00000.r5f
    [    9.266174] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [    9.273901] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
    [    9.285422] platform 5e00000.r5f: configured R5F for remoteproc mode
    [    9.306283] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    9.316151] remoteproc remoteproc6: 5e00000.r5f is available
    [    9.324217] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
    [    9.334392] remoteproc remoteproc6: powering up 5e00000.r5f
    [    9.342367] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
    [    9.354334] remoteproc remoteproc6: request_firmware failed: -2
    [    9.589495] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [    9.619772] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    [    9.652752] m_can_platform 2731000.can main_mcan3: renamed from can2
    [    9.662987] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    9.691097] m_can_platform 2751000.can main_mcan5: renamed from can3
    [    9.747532] m_can_platform 26a1000.can main_mcan16: renamed from can4
    [    9.810151] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    9.869359] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [    9.882373] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [   10.077507] Console: switching to colour frame buffer device 240x67
    [   10.099677] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [   10.164568] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
    [   10.170511] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
    [   10.186962] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
    ***************************************************************
    ***************************************************************
    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
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            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
            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
    ***************************************************************
    ***************************************************************
    [   10.205069] xhci-hcd xhci-hcd.18.auto: irq 763, io mem 0x06010000
    [   10.205300] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
    [   10.205342] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
    [   10.205356] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
    [   10.205948] hub 1-0:1.0: USB hub found
    [   10.206136] hub 1-0:1.0: 1 port detected
    [   10.206414] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.207015] hub 2-0:1.0: USB hub found
    [   10.207043] hub 2-0:1.0: 1 port detected
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
    [   10.853988] usb 1-1: new high-speed USB device number 2 using xhci-hcd
             Starting File System Check on /dev/mmcblk1p1...
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [   10.987010] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   10.995761] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
             Mounting /run/media/BOOT-mmcblk1p1...
    [   11.025503] hub 1-1:1.0: USB hub found
    [   11.030180] hub 1-1:1.0: 5 ports detected
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [   11.337997] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    [   11.761974] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
    [   11.926657] hub 1-1.4:1.0: USB hub found
    [   11.931187] hub 1-1.4:1.0: 4 ports detected
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721s2-evm -
    
    Arago 2023.10 j721s2-evm -
    
    j721s2-evm login:

  • Hi UK,

    DSS seems to be initializing on Linux now. Can you please make sure to disable it from R5F, as explained by Nikhil? 

    [ 9.869359] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [ 9.882373] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [ 10.077507] Console: switching to colour frame buffer device 240x67
    [ 10.099677] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device

    Regards,

    Brijesh

  • Hi, Brijesh, Nikhil:

    Yes, I did that as below.

    1. using prebuilt image(ti-processor-sdk-rtos-j721s2-evm-09_02_00_05-prebuilt.tar.gz).
      • root@j721s2-evm:/lib/firmware# md5sum vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
        1cea28bbe93de3d57f4bfd8c8e739019 vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
      • root@j721s2-evm:/lib/firmware# md5sum j721s2-main-r5f0_0-fw
        1cea28bbe93de3d57f4bfd8c8e739019 j721s2-main-r5f0_0-fw
    2. I did remove uEnv.txt contents all as below not for overlaying k3-j721s2-vision-apps.dtbo.
      • root@j721s2-evm:~# cat /run/media/BOOT-mmcblk1p1/uEnv.txt
        root@j721s2-evm:~#
      • After rebooting, I can see '[drm] Initialized tidss' on boot log.
        • [ 8.951605] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
          [ 9.311365] Console: switching to colour frame buffer device 240x67
          [ 9.321066] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
          [FAILED] Failed to start Weston, a …mpos[ 9.343821] remoteproc remoteproc6: powering up 5e00000.r5f
    3. I did a clean rebuild as explained by Nikhil as below.

      • root@j721s2-evm:/lib/firmware# md5sum j721s2-main-r5f0_0-fw
        cc99d14deb245aae41cdfe000dd9d779 j721s2-main-r5f0_0-fw
        root@j721s2-evm:/lib/firmware# md5sum vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
        cc99d14deb245aae41cdfe000dd9d779 vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
      • After rebooting, I got fail to run vision_apps_init.sh as below.
        • root@j721s2-evm:/opt/vision_apps# source ./vision_apps_init.sh
          root@j721s2-evm:/opt/vision_apps# APP_LOG: ERROR: Unable to map memory @ 0xaa000000 of size 262144 bytes !!!
          APP_LOG: ERROR: Unable to map memory @ 0xae000000 of size 3288576 bytes !!!

    Best Regards,

    UK

  • Hi, Brijesh:

    "Can you just remove entries from vision apps dtb file as i suggested earlier and remove DSS from R5F as Nikhil suggested and try it out?" - Brijesh

    Does 'remove entires' mean as below?

    If I use built vision apps dtbo as above, I get boot log as below.

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    SPL initial stack usage: 13472 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    I/TC:
    I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    Board: J721S2X-PM1-SOM rev E3
    DRAM:  2 GiB (effective 16 GiB)
    Core:  89 devices, 32 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2880000
    Out:   serial@2880000
    Err:   serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    654 bytes read in 17 ms (37.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 17 ms (0 Bytes/s)
    Already setup.
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    Failed to load '/lib/firmware/j721s2-mcu-r5f0_1-fw'
    5914232 bytes read in 80 ms (70.5 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 5914232 bytes: Success!
    330932 bytes read in 21 ms (15 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 330932 bytes: Success!
    Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
    15212688 bytes read in 177 ms (82 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 15212688 bytes: Success!
    9703328 bytes read in 120 ms (77.1 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 9703328 bytes: Success!
    19376640 bytes read in 219 ms (84.4 MiB/s)
    95815 bytes read in 20 ms (4.6 MiB/s)
    Working FDT set to 88000000
    9302 bytes read in 19 ms (477.5 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=2c000000 flags=4)
       Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK
    Working FDT set to 8fee5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000bbffffff]
    [    0.000000]   node   0: [mem 0x00000000bc000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008abffffff]
    [    0.000000]   node   0: [mem 0x00000008ac000000-0x0000000bffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);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=5533f684-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 13727584K/16777216K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 2132128K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [    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=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 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:0x0000000001900000
    [    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 @8ac800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008ac030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008ac040000
    [    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.008408] Console: colour dummy device 80x25
    [    0.012980] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023652] pid_max: default: 32768 minimum: 301
    [    0.028391] LSM: Security Framework initializing
    [    0.033195] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.040974] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.050060] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057470] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.063738] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071127] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.077442] rcu: Hierarchical SRCU implementation.
    [    0.082341] rcu:     Max phase no-delay instances is 1000.
    [    0.087869] Platform MSI: msi-controller@1820000 domain created
    [    0.094080] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.103502] EFI services will not be available.
    [    0.108251] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.121350] Detected PIPT I-cache on CPU1
    [    0.121417] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.121432] GICv3: CPU1: using allocated LPI pending table @0x00000008ac050000
    [    0.121465] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.121522] smp: Brought up 1 node, 2 CPUs
    [    0.150873] SMP: Total of 2 processors activated.
    [    0.155677] CPU features: detected: 32-bit EL0 Support
    [    0.160930] CPU features: detected: CRC32 instructions
    [    0.166209] CPU: All CPU(s) started at EL2
    [    0.170391] alternatives: applying system-wide alternatives
    [    0.177051] devtmpfs: initialized
    [    0.187958] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.197945] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.218635] pinctrl core: initialized pinctrl subsystem
    [    0.224351] DMI not present or invalid.
    [    0.228622] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.235481] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.243156] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.251498] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.259725] audit: initializing netlink subsys (disabled)
    [    0.265379] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
    [    0.265633] thermal_sys: Registered thermal governor 'step_wise'
    [    0.273296] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.279520] cpuidle: using governor menu
    [    0.290274] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.297241] ASID allocator initialised with 65536 entries
    [    0.311108] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.323377] KASLR disabled due to lack of seed
    [    0.330811] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.337755] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.344157] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.351091] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357491] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.364425] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.370826] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.377758] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.384939] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.394648] iommu: Default domain type: Translated
    [    0.399637] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.406166] SCSI subsystem initialized
    [    0.410167] usbcore: registered new interface driver usbfs
    [    0.415792] usbcore: registered new interface driver hub
    [    0.421229] usbcore: registered new device driver usb
    [    0.426639] pps_core: LinuxPPS API ver. 1 registered
    [    0.431714] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.441052] PTP clock support registered
    [    0.445140] EDAC MC: Ver: 3.0.0
    [    0.448934] FPGA manager framework
    [    0.452448] Advanced Linux Sound Architecture Driver Initialized.
    [    0.459124] clocksource: Switched to clocksource arch_sys_counter
    [    0.465485] VFS: Disk quotas dquot_6.6.0
    [    0.469523] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.479584] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.485884] NET: Registered PF_INET protocol family
    [    0.491288] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.504300] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.513213] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.521158] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.529841] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.538471] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.545372] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.552501] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.560179] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.566303] RPC: Registered named UNIX socket transport module.
    [    0.572374] RPC: Registered udp transport module.
    [    0.577179] RPC: Registered tcp transport module.
    [    0.581981] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.588574] NET: Registered PF_XDP protocol family
    [    0.593476] PCI: CLS 0 bytes, default 64
    [    0.597942] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.607263] Initialise system trusted keyrings
    [    0.611945] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [    0.620599] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.626877] NFS: Registering the id_resolver key type
    [    0.632073] Key type id_resolver registered
    [    0.636345] Key type id_legacy registered
    [    0.640462] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.647311] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.674319] Key type asymmetric registered
    [    0.678505] Asymmetric key parser 'x509' registered
    [    0.683515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.691177] io scheduler mq-deadline registered
    [    0.695811] io scheduler kyber registered
    [    0.702044] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.708081] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.714113] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.720361] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.726220] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.732653] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.742477] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.753663] loop: module loaded
    [    0.757736] megasas: 07.719.03.00-rc1
    [    0.763187] tun: Universal TUN/TAP device driver, 1.6
    [    0.768828] VFIO - User Level meta-driver version: 0.3
    [    0.774540] usbcore: registered new interface driver usb-storage
    [    0.781058] i2c_dev: i2c /dev entries driver
    [    0.786139] sdhci: Secure Digital Host Controller Interface driver
    [    0.792468] sdhci: Copyright(c) Pierre Ossman
    [    0.797052] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.803189] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.809435] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.816199] usbcore: registered new interface driver usbhid
    [    0.821898] usbhid: USB HID core driver
    [    0.826380] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.830947] optee: revision 4.1 (012cdca4)
    [    0.847399] optee: dynamic shared memory is enabled
    [    0.856793] optee: initialized driver
    [    0.861785] Initializing XFRM netlink socket
    [    0.866182] NET: Registered PF_PACKET protocol family
    [    0.871386] Key type dns_resolver registered
    [    0.875961] registered taskstats version 1
    [    0.880163] Loading compiled-in X.509 certificates
    [    0.891027] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.931596] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.938146] pca953x 1-0021: supply vcc not found, using dummy regulator
    [    0.944985] pca953x 1-0021: using no AI
    [    0.971600] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    0.978416] pca953x 1-0020: using no AI
    [    0.983013] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    0.989826] pca953x 1-0022: using AI
    [    0.994159] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.000560] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    1.007405] pca953x 2-0020: using no AI
    [    1.035474] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.041770] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.048596] pca953x 3-0020: using no AI
    [    1.075460] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.081254] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    1.089796] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    1.099135] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    1.107802] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.118377] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.125158] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.134425] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.144322] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.151082] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.160008] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.170161] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.176921] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.184933] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    1.194478] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    1.203337] printk: console [ttyS2] enabled
    [    1.203337] printk: console [ttyS2] enabled
    [    1.211779] printk: bootconsole [ns16550a0] disabled
    [    1.211779] printk: bootconsole [ns16550a0] disabled
    [    1.223614] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.267128] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.276019] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.284296] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.297167] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.304377] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.310599] pps pps0: new PPS source ptp0
    [    1.314760] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.325210] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.334841] mmc0: CQHCI version 5.10
    [    1.338496] gpio-mux mux-controller0: 2-way mux-controller registered
    [    1.345336] gpio-mux mux-controller1: 2-way mux-controller registered
    [    1.375685] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.469607] mmc0: Command Queue Engine enabled
    [    1.474078] mmc0: new HS400 MMC card at address 0001
    [    1.479658] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.485491] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.491361] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.497119] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    1.670705] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.676674] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.082368] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.089208] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.096059] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.102856] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.110952] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.121025] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.133472] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    2.138488] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    2.145124] Creating 7 MTD partitions on "47040000.spi.0":
    [    2.150616] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    2.156818] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    2.162702] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    2.168585] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    2.174220] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    2.180440] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    2.186317] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    2.198181] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    2.203285] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    [    2.210357] Creating 7 MTD partitions on "47050000.spi.0":
    [    2.215851] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    [    2.221920] 0x000000080000-0x000000280000 : "qspi.tispl"
    [    2.227701] 0x000000280000-0x000000680000 : "qspi.u-boot"
    [    2.233550] 0x000000680000-0x0000006c0000 : "qspi.env"
    [    2.239154] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
    [    2.245346] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    [    2.251244] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    [    2.258061] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.303138] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.312083] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.320362] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.333250] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.340462] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.346753] pps pps0: new PPS source ptp1
    [    2.350935] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    2.360980] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.368917] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.376211] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.376350] mmc1: CQHCI version 5.10
    [    2.391243] ALSA device list:
    [    2.394210]   No soundcards found.
    [    2.428105] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.435737] Waiting for root device PARTUUID=5533f684-02...
    [    2.493175] mmc1: new ultra high speed SDR104 SDXC card at address aaaa
    [    2.500247] mmcblk1: mmc1:aaaa SR64G 59.5 GiB
    [    2.506148]  mmcblk1: p1 p2
    [    2.543675] EXT4-fs (mmcblk1p2): recovery complete
    [    2.549508] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.558064] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.565295] devtmpfs: mounted
    [    2.569012] Freeing unused kernel memory: 1984K
    [    2.573655] Run /sbin/init as init process
    [    2.722182] systemd[1]: System time before build time, advancing clock.
    [    2.757567] NET: Registered PF_INET6 protocol family
    [    2.763189] Segment Routing with IPv6
    [    2.766853] In-situ OAM (IOAM) with IPv6
    [    2.791811] 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)
    [    2.823363] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.884140] systemd[1]: Hostname set to <j721s2-evm>.
    [    2.960309] systemd-sysv-generator[150]: 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.
    [    3.108145] systemd[1]: /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.150506] 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.199893] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.245790] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.268683] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.292619] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.316231] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.339429] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    3.363341] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    3.387381] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.403196] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.423187] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.439196] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.486449] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.507291] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.530411] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.551409] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.575637] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.595481] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.615480] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.631549] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.655544] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.675384] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.695411] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.735480] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.754069] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.778192] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.795494] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.811958] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.830650] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.853949] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.873985] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.895368] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.905679] fuse: init (API version 7.37)
    [    3.935725] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.979731] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.999407] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.016064] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.036789] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.049388] cryptodev: loading out-of-tree module taints kernel.
    [    4.056360] cryptodev: driver 1.12 loaded.
    [    4.081030] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    4.114697] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.134249] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.167718] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.192554] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.211830] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  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 Star…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...
    [    4.530016] systemd-journald[165]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  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.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.718183] audit: type=1334 audit(1651167746.992:2): prog-id=5 op=LOAD
             Starting Rule-based Manage…for Device Events[    4.726999] audit: type=1334 audit(1651167747.000:3): prog-id=6 op=LOAD
     and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    5.139162] random: crng init done
    [  OK  ] Finished Load/Save Random Seed.
    [    5.170002] systemd-journald[165]: Oldest entry in /run/log/journal/ace95e0840f54a3481de9c8663bc258a/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    [    5.189098] systemd-journald[165]: /run/log/journal/ace95e0840f54a3481de9c8663bc258a/system.journal: Journal header limits reached or header out-of-date, rotating.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [    5.254001] CAN device driver interface
    [  OK  ] Reached target System Time Set.
    [    5.272596] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  OK  ] Started Daily rotation of log files[    5.284722] j721e-pcie-host 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    .
    [    5.301836] j721e-pcie-host 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.310443] j721e-pcie-host 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    5.349934] mc: Linux media interface: v0.10
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    5.368847] videodev: Linux video capture interface: v2.00
    [    5.375037] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [    5.385033] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.[    5.494000] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
    
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
    [    5.520317] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    5.528399] remoteproc remoteproc0: 64800000.dsp is available
    [    5.536173] remoteproc remoteproc0: attaching to 64800000.dsp
    [    5.545349] remoteproc remoteproc0: unsupported resource 65538
    [    5.555201] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [    5.562206] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
    [    5.575888] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.581597] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
             Starting Weston socket...
    [    5.622293] rproc-virtio rproc-virtio.16.auto: registered virtio0 (type 7)
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [    5.677929] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [    5.685646] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
    [    5.723649] PVR_K:  207: Device: 4e20000000.gpu
    [  OK  ] Listening on Weston socket.
    [    5.741938] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
    [    5.746037] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    5.767210] PVR_K:  207: Read BVNC 36.53.104.796 from HW device registers
    [  OK  ] Finished Reboot and dump vmcore via[    5.774306] platform 41000000.r5f: configured R5F for IPC-only mode
     kexec.
    [    5.786320] PVR_K:  207: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    5.795894] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [  OK  ] Found device /dev/ttyS2.
    [    5.806263] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
    [    5.806537] remoteproc remoteproc2: 41000000.r5f is available
    [    5.824022] remoteproc remoteproc2: attaching to 41000000.r5f
    [  OK  ] Reached target Socket Units.
    [    5.832312] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    5.842897] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    5.856205] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.863452] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
    [    5.870955] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    5.877412] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [    5.879338] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    5.905760] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    5.913715] remoteproc remoteproc1: 65800000.dsp is available
    [    5.919882] remoteproc remoteproc1: attaching to 65800000.dsp
    [    5.930466] remoteproc remoteproc1: unsupported resource 65538
    [    5.939445] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    [    5.948667] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
    [  OK  ] Started D-Bus System Message Bus    5.964779] virtio_rpmsg_bus virtio2: rpmsg host is online
    m.
    [    5.975293] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    5.983527] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
    [    5.990469] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    [    5.999446] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
    [  OK  ] Reached target Basic System.
    [    6.031653] platform 41400000.r5f: configured R5F for remoteproc mode
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             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…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    6.191282] audit: type=1334 audit(1725600004.775:4): prog-id=7 op=LOAD
    [    6.199834] audit: type=1334 audit(1725600004.779:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started DEMO.
    [    6.237596] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    6.380459] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
    [  OK  ] Started Telephony service.
    [    6.422965] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    6.430848] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x18001000-0x18010fff])
    [    6.441468] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    6.449188] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
    [    6.457087] pci 0000:00:00.0: supports D1
    [    6.462332] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    6.468588] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    6.481490] remoteproc remoteproc3: 41400000.r5f is available
    [    6.491307] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    6.501502] remoteproc remoteproc3: powering up 41400000.r5f
    [    6.508290] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2
    [    6.517798] remoteproc remoteproc3: request_firmware failed: -2
    [    6.548049] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.548445] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    6.603573] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.612007] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.642379] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    6.652488] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    6.659334] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    6.666802] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    6.674325] pcieport 0000:00:00.0: PME: Signaling with IRQ 756
    [    6.680689] pcieport 0000:00:00.0: AER: enabled with IRQ 756
    [    6.696361] Bluetooth: Core ver 2.22
    [    6.706444] NET: Registered PF_BLUETOOTH protocol family
    [    6.713598] Bluetooth: HCI device and connection manager initialized
    [    6.727184] Bluetooth: HCI socket layer initialized
    [    6.738285] Bluetooth: L2CAP socket layer initialized
    [    6.748071] Bluetooth: SCO socket layer initialized
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [  OK  ] Started Network Configuration.
             Starting Network Name Resolution...
    [  OK  ] Started User Login Management.
    [    6.896181] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    6.937889] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  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…ositor, as a system service...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Synchronize System and HW clocks.
    [    7.441869] m_can_platform 40568000.can: m_can device registered (irq=757, version=32)
    [    7.465994] m_can_platform 2731000.can: m_can device registered (irq=759, version=32)
    [    7.480781] m_can_platform 2751000.can: m_can device registered (irq=760, version=32)
    [    7.503365] m_can_platform 26a1000.can: m_can device registered (irq=761, version=32)
    [    7.528185] m_can_platform 40528000.can: m_can device registered (irq=762, version=32)
    [    7.603248] audit: type=1334 audit(1725600006.187:6): prog-id=9 op=LOAD
    [    7.612986] audit: type=1334 audit(1725600006.195:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [    8.041739] audit: type=1006 audit(1725600006.623:8): pid=562 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    8.058627] audit: type=1300 audit(1725600006.623:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc522c4d8 a2=4 a3=ffff81490020 items=0 ppid=1 pid=562 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="/lib/systemd/systemd" key=(null)
    [    8.085596] audit: type=1327 audit(1725600006.623:8): proctitle="(systemd)"
    [    8.524973] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: Timed out waiting for 41400000.r5f core to power up!
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [    8.605525] audit: type=1006 audit(1725600007.187:9): pid=496 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [    8.622980] audit: type=1300 audit(1725600007.187:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc522c4d8 a2=4 a3=ffff81490020 items=0 ppid=1 pid=496 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="/lib/systemd/systemd" key=(null)
    [    8.662554] audit: type=1327 audit(1725600007.187:9): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [    8.804614] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    8.825007] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    8.846366] remoteproc remoteproc4: 5c00000.r5f is available
    [    8.855270] remoteproc remoteproc4: attaching to 5c00000.r5f
    [    8.862613] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    8.869543] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [  OK  ] Started containerd container runtim[    8.882383] virtio_rpmsg_bus virtio3: rpmsg host is online
    e.
    [    8.891370] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    8.902363] rproc-virtio rproc-virtio.19.auto: registered virtio3 (type 7)
    [    8.910042] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
    [    8.921394] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    8.928868] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    8.966697] remoteproc remoteproc5: 5d00000.r5f is available
    [    8.972879] remoteproc remoteproc5: attaching to 5d00000.r5f
    [    8.981676] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [    9.047880] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    9.066326] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    9.072031] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    9.073193] rproc-virtio rproc-virtio.20.auto: registered virtio4 (type 7)
    [    9.079320] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    9.086678] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
    [    9.095264] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    9.111519] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    9.118908] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    9.127636] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    9.135311] platform 5e00000.r5f: configured R5F for remoteproc mode
    [    9.141784] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    9.149481] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [    9.159474] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    [    9.159852] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    9.176761] remoteproc remoteproc6: 5e00000.r5f is available
    [    9.185079] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
    [    9.196423] remoteproc remoteproc6: powering up 5e00000.r5f
    [    9.196459] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2
    [    9.196466] remoteproc remoteproc6: request_firmware failed: -2
    [    9.312162] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    9.409945] m_can_platform 2731000.can main_mcan3: renamed from can1
    [    9.469948] m_can_platform 26a1000.can main_mcan16: renamed from can3
    [    9.490635] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [    9.526312] m_can_platform 40568000.can mcu_mcan1: renamed from can0
    [    9.551572] m_can_platform 2751000.can main_mcan5: renamed from can2
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [    9.589425] m_can_platform 40528000.can mcu_mcan0: renamed from can4
    [  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.
    ***************************************************************
    ***************************************************************
    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
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            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
            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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   11.052127] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   11.060865] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   11.211154] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721s2-evm -
    
    Arago 2023.10 j721s2-evm -
    
    j721s2-evm login: [   12.278823] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    
    j721s2-evm login: root
    [   27.080329] audit: type=1006 audit(1725600025.663:10): pid=1083 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   27.093677] audit: type=1300 audit(1725600025.663:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc522c4d8 a2=1 a3=ffff81490020 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   27.120474] audit: type=1327 audit(1725600025.663:10): proctitle="(systemd)"
    [   27.127878] audit: type=1334 audit(1725600025.679:11): prog-id=11 op=LOAD
    [   27.135439] audit: type=1300 audit(1725600025.679:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcdac97e0 a2=78 a3=0 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   27.161162] audit: type=1327 audit(1725600025.679:11): proctitle="(systemd)"
    [   27.168699] audit: type=1334 audit(1725600025.707:12): prog-id=11 op=UNLOAD
    [   27.176136] audit: type=1334 audit(1725600025.707:13): prog-id=12 op=LOAD
    [   27.183383] audit: type=1300 audit(1725600025.707:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcdac9880 a2=78 a3=0 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   27.209041] audit: type=1327 audit(1725600025.707:13): proctitle="(systemd)"
    root@j721s2-evm:~# history
        1  history
        2  c
        3  cd /opt/vision_apps/
        4  source ./vision_apps_init.sh
        5  ifconfig
        6  sync
        7  reboot
        8  ls
        9  cd /lib/firmware/
       10  ls
       11  ls -l
       12  md5sum j721s2-main-r5f0_0-fw
       13  md5sum vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
       14  md5sum j721s2-main-r5f0_0-fw
       15  cd
       16  ls
       17  cd /run/media/BOOT-mmcblk1p1/
       18  ls
       19  cat uEnv.txt
       20  cd
       21  cat /run/media/BOOT-mmcblk1p1/uEnv.txt
       22  cat /run/media/BOOT-mmcblk1p1/uEnv_j721s2_vision_apps.txt
       23  cd /lib/firmware/
       24  ls
       25  ifconfig
       26  ln -sf vision_apps_evm/vx_app_rtos_linux_mcu2_0.out j721s2-main-r5f0_0-fw
       27  md5sum j721s2-main-r5f0_0-fw
       28  md5sum vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
       29  sync
       30  reboot
       31  cd /opt/vision_apps/
       32  source ./vision_apps_init.sh
       33  cd
       34  ls
       35  ifconfig
       36  sync
       37  reboot
       38  nc
       39  sync
       40  reboot
       41  history
    root@j721s2-evm:~# sync
    root@j721s2-evm:~# modetest -M tidss -c
    [  175.624503] Console: switching to colour frame buffer device 240x67
    [  175.633919] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [  175.638469] EDID block 0 is all zeroes
    [  175.644442] cdns-mhdp8546 a000000.dp-bridge: Failed to read EDID
    

    The 'modetest -M tidss -c' is not working well.

    [   12.278823] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1

    ...

    [  175.633919] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device

    After 175 sec, drm log is printed out.

    After printing log, also modetest is not working well.

    Best Regards,

    UK

  • Hi UK,

    ok, let me check it on EVM and get back to you. 

    Regards,

    Brijesh

  • Hi, Brijesh:

    Thank you for your support.

    I will wait your reply.

    Best Regards,

    UK

  • Hi UK,

    Essentially you need to disable three nodes from k3-j721s2-vision-apps.dtso file.

    < 1 >

    &main_i2c4 {
    status = "disabled";
    };

    < 2 >

    &serdes_wiz0 {
    status = "disabled";
    };

    &dss {
    status = "disabled";
    };

    < 3 >

    &exp_som {
    P5_hog {
    gpio-hog;
    gpios = <5 GPIO_ACTIVE_HIGH>;
    output-high;
    line-name = "GPIO_eDP_ENABLE";
    };
    };

    With above nodes, disabled and DSS disabled from R5F, i can see display running fine on EVM. I can run kmstest and also able to run "modetest -M tidss -c" command with below output. 

    Connectors:
    id encoder status name size (mm) modes encoders
    40 39 connected DP-1 530x300 12 39

    You could use attached dtbo file and copy it on targetfs/boot/dtb/ti folder. 

    /cfs-file/__key/communityserver-discussions-components-files/791/k3_2D00_j721s2_2D00_vision_2D00_apps.dtbo

    Regards,

    Brijesh

  • Hi, Brijesh:

    I tested 'modetest -M tidss -c' with dtbo that you sent.

    root@j721s2-evm:~# md5sum /boot/dtb/ti/k3-j721s2-vision-apps.dtbo
    7bcc570aef0b14398f6702d25527936c  /boot/dtb/ti/k3-j721s2-vision-apps.dtbo

    root@j721s2-evm:~# cat /run/media/BOOT-mmcblk1p1/uEnv.txt
    psdk_setup_file=.psdk_setup
    check_psdk_setup=load mmc 1:1 ${loadaddr} ${psdk_setup_file}
    
    # Reset to the default environment
    do_psdk_setup=env default -f -a; saveenv
    
    # If not previously configured, then configure the environment and indicate this by writing a file
    uenvcmd=if test ${boot_fit} -eq 1; then  setenv name_overlays $name_overlays_fit; fi; if run check_psdk_setup; then echo "Already setup."; else run do_psdk_setup; mw.b ${loadaddr} 0 1; fatwrite mmc 1:1 ${loadaddr} .psdk_setup 1; reset; fi
    
    dorprocboot=1
    name_overlays=k3-j721s2-vision-apps.dtbo
    
    # Name overlays when booting from fit image
    name_overlays_fit=ti/k3-j721s2-vision-apps.dtbo
    

    But, terminal is hang after excuting 'modetest -M tidss -c'.

    Still, it seems to intialize tidss after 180 sec.

    [   16.823164] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    ...
    [  180.303098] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device

    I don't know why... Could I get some help...

    Best Regards,

    UK

  • Hi, Brijesh:

    I will check more about below.

    [MCU2_0] 148.719025 s: DSS: Init ... !!!
    [MCU2_0] 148.719042 s: DSS: Display type is eDP !!!
    [MCU2_0] 148.719058 s: DSS: M2M Path is enabled !!!
    [MCU2_0] 148.719076 s: DSS: SoC init ... !!!

    Best Regards,

    UK 

  • Hi, Brijesh:

    I got a success after changing dtbo & mcu2_0 firmware all.

    The 'modetest -M tidss -c' & vision_apps_init.sh is working well.

    The '[MCU2_0] 148.719025 s: DSS: Init ... !!!' messeage is disappear.

    I will try more for usb 3.0 & hdmi to dp converter by additionally applying the same code that was previously patched.

    Best Regards,

    UK

  • Thanks UK, i will wait for your update.

  • Hi, Brijesh:

    The usb 3.0 speed is okay & dp to hdmi converter too.

    Thanks very very much.... !!!

    Best Regards,

    UK

  • Thanks UK, closing this thread.