J721EXCPXEVM: Rpmsg testing for J721e_evm board (TDA4VM) fail

Part Number: J721EXCPXEVM

Tool/software:

Hello, experts. I encountered many problems during the testing of RPMsg on the J721E board.

My main question is: why "rpmsg_client_sample.ko" and "rpmsg_char_simple" can't run normally as described in Foundational_Components_IPC_J721E.


Below are the experiment steps and their output information.

(1) The board is booted with SD card with prebuilt images.

Linux kernel version '6.6.44-ti-01478-g541c20281af7-dirty SMP"

(2) /opt/vision_apps/vx_app_arm_ipc.out can run normally

......
136.207200 s: IPC: RX: mcu2_0 -> mpu1_0 (port 13) msg = 0xdead000e
136.207208 s: IPC: RX: mcu2_1 -> mpu1_0 (port 13) msg = 0xdead000e
136.207216 s: IPC: RX: c6x_1 -> mpu1_0 (port 13) msg = 0xdead000e
136.207224 s: IPC: RX: c6x_2 -> mpu1_0 (port 13) msg = 0xdead000e
136.207232 s: IPC: RX: c7x_1 -> mpu1_0 (port 13) msg = 0xdead000e

(3)Only two files are compiled on Host and copied onto the J721e_evm board:
rpmsg_client_sample.ko, rpmsg_char_simple. They are built according to Foundational_Components_IPC_J721E.

(4)Backup /lib/firmware/j7* soft links and create new soft links as follows:

root@j721e-evm:~# ls /lib/firmware/j7* -l
lrwxrwxrwx 1 root root 69 Oct  9 19:08 /lib/firmware/j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Oct  9 19:08 /lib/firmware/j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Oct  9 19:08 /lib/firmware/j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Oct  9 19:08 /lib/firmware/j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Oct  9 19:05 /lib/firmware/j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Oct  9 19:05 /lib/firmware/j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Oct  9 19:05 /lib/firmware/j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Oct  9 19:05 /lib/firmware/j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Oct  9 19:05 /lib/firmware/j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Oct  9 19:05 /lib/firmware/j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Oct  9 19:05 /lib/firmware/j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Oct  9 19:05 /lib/firmware/j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Oct  9 19:05 /lib/firmware/j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Oct  9 19:05 /lib/firmware/j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Oct  9 19:05 /lib/firmware/j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Oct  9 19:05 /lib/firmware/j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed

(5)rpmsg_client_sample.ko fails. It outputs nothing !

root@j721e-evm:~# modprobe ./rpmsg_client_sample.ko count=100                                     
root@j721e-evm:~# 

(6) rpmsg_char_simple can't run normally except rproc_id=0 and 2

root@j721e-evm:~# ./rpmsg_char_simple -r0 -n2
Created endpt device rpmsg-char-0-1046, fd = 4 port = 1025
Exchanging 2 messages with rpmsg device rpmsg-char-0-1046 on rproc id 0 ...

Sending message #0: hello there 0!
hello there 0!
Sending message #1: hello there 1!
hello there 1!

Communicated 2 messages successfully on rpmsg-char-0-1046

TEST STATUS: PASSED

root@j721e-evm:~# ./rpmsg_char_simple -r1 -n2                                                                                                                  
_rpmsg_char_find_rproc: 41400000.r5f is either not probed or not a remoteproc!
Can't create an endpoint device: No such file or directory
TEST STATUS: FAILED

root@j721e-evm:~# ./rpmsg_char_simple -r2 -n2                                                                                                                      
Created endpt device rpmsg-char-2-1049, fd = 4 port = 1025
Exchanging 2 messages with rpmsg device rpmsg-char-2-1049 on rproc id 2 ...

Sending message #0: hello there 0!
hello there 0!
Sending message #1: hello there 1!
hello there 1!

Communicated 2 messages successfully on rpmsg-char-2-1049

TEST STATUS: PASSED

root@j721e-evm:~# ./rpmsg_char_simple -r3 -n2  (same errors for -r4 -r5 -r7 -r8)
_rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl device for virtio2.rpmsg_chrdev.-1.14
Can't create an endpoint device: Invalid argument
TEST STATUS: FAILED

root@j721e-evm:~#./rpmsg_char_simple -r6 -n2                                                                                                                      
Created endpt device rpmsg-char-6-1055, fd = 4 port = 1025
Exchanging 2 messages with rpmsg device rpmsg-char-6-1055 on rproc id 6 ...

Sending message #0: hello there 0!
(the process froze)

(7) remote cores state

 root@j721e-evm:~# head /sys/class/remoteproc/remoteproc*/name
==> /sys/class/remoteproc/remoteproc0/name <==
41000000.r5f

==> /sys/class/remoteproc/remoteproc1/name <==
5d00000.r5f

==> /sys/class/remoteproc/remoteproc2/name <==
5c00000.r5f

==> /sys/class/remoteproc/remoteproc3/name <==
4d80800000.dsp

==> /sys/class/remoteproc/remoteproc4/name <==
4d81800000.dsp

==> /sys/class/remoteproc/remoteproc5/name <==
64800000.dsp

==> /sys/class/remoteproc/remoteproc6/name <==
5e00000.r5f

==> /sys/class/remoteproc/remoteproc7/name <==
5f00000.r5f

==> /sys/class/remoteproc/remoteproc8/name <==
b034000.pru

root@j721e-evm:~# head /sys/class/remoteproc/remoteproc*/state
==> /sys/class/remoteproc/remoteproc0/state <==
attached

==> /sys/class/remoteproc/remoteproc1/state <==
attached

==> /sys/class/remoteproc/remoteproc2/state <==
attached

==> /sys/class/remoteproc/remoteproc3/state <==
attached

==> /sys/class/remoteproc/remoteproc4/state <==
attached

==> /sys/class/remoteproc/remoteproc5/state <==
attached

==> /sys/class/remoteproc/remoteproc6/state <==
attached

==> /sys/class/remoteproc/remoteproc7/state <==
attached

==> /sys/class/remoteproc/remoteproc8/state <==
offline

(8) uboot

=> env print
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv boot1
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0367
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}"e
boot_targets=mmc1 mmc0 usb pxe dhcp
bootcmd=run envboot; run bootcmd_ti_mmc; bootflow scan -lb
bootcmd_ti_mmc=run init_${boot}; run update_do_main_cpsw0_qsgmii_phyinit; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.r1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 00
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo;
eth1addr=70:ff:76:1e:48:38
eth2addr=70:ff:76:1e:48:39
eth3addr=70:ff:76:1e:48:3a
eth4addr=70:ff:76:1e:48:3b
ethaddr=24:76:25:a2:5f:82
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde79760
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89500000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_f;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT;
mmcrootfstype=ext4 rootwait
name_fdt=ti/k3-j721e-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c6w
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
secure_rprocs=0
serial#=0000000000000367
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_do_main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then setenv do_main_cpsw0_qsgmii_phyinit 1; else setenv do_main_;
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti

Environment size: 6963/131067 bytes

  • Hi Yilong,

    (7) remote cores state

    This suggests that all the firmwares are booted in U-Boot.

    (2) /opt/vision_apps/vx_app_arm_ipc.out can run normally

    The fact that this runs implies that the firmwares that are booted are really the Vision Apps firmwares.

    The IPC tests do require the IPC firmwares, they won't work with the Vision Apps firmwares. Please look at your U-Boot log and ensure that the firmwares that are being booted are the IPC Echo Test firmwares. 

    The SDK has a uEnv.txt file that dictates whether the VisionApps dtbo is applied or not, so you would have to ensure that this is not applied as well.

    regards

    Suman

  • Hello, Suman. Thank you very much for your reply.

    I printed the uboot boot log, but it seems that the log doesn't explicitly mention which firmware was started.

    I checked the uEnv.txt and found that the last line was name_overlays=ti/k3-j721e-evm-ethfw.dtbo ti/k3-j721e-vision-apps.dtbo.

    The error of executing rpmsg_char_simple-r3-n2 (same for -r4-r5-r7-r8) disappeared. When I modified the last line of uEnv.txt to name_overlays=ti/k3-j721e-evm-ethfw.dtbo.


    Now, I'd like to ask two more questions:

    1. Now, the rpmsg_char_simple program can now run normally, but no output can still be obtained when running the rpmsg_client_sample.ko program. Is this normal ?

    2. What role does ti/k3-j721e-vision-apps.dtbo play? Is there any detailed information ?


    The log of uboot is shown as follows:

    U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    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.11.0(release):v2.11.0-906-g58b25570c9-dirty
    NOTICE:  BL31: Built : 04:20:32, Nov  1 2024
    I/TC: 
    I/TC: OP-TEE version: 4.4.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Oct 18 17:45:27 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: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    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: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    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 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    
    SoC:   J721E SR1.1 GP
    Model: Texas Instruments J721e EVM
    Board: J721EX-PM2-SOM rev A
    DRAM:  2 GiB (effective 4 GiB)
    Core:  144 devices, 35 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    cdns,sierra serdes@5000000: sierra probed
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1292 bytes read in 64 ms (19.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 67 ms (0 Bytes/s)
    Already setup.
    gpio: pin gpio@22_17 (gpio 281) value is 1
    gpio: pin gpio@22_16 (gpio 280) value is 0
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    89944 bytes read in 160 ms (548.8 KiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 89944 bytes: Success!
    89944 bytes read in 159 ms (551.8 KiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 89944 bytes: Success!
    89944 bytes read in 158 ms (555.7 KiB/s)
    Load Remote Processor 4 with data@addr=0x82000000 89944 bytes: Success!
    89944 bytes read in 158 ms (555.7 KiB/s)
    Load Remote Processor 5 with data@addr=0x82000000 89944 bytes: Success!
    148732 bytes read in 160 ms (907.2 KiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 148732 bytes: Success!
    148732 bytes read in 159 ms (913.1 KiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 148732 bytes: Success!
    10488888 bytes read in 374 ms (26.7 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 10488888 bytes: Success!
    21029376 bytes read in 499 ms (40.2 MiB/s)
    124361 bytes read in 69 ms (1.7 MiB/s)
    Working FDT set to 88000000
    1783 bytes read in 67 ms (25.4 KiB/s)
    11421 bytes read in 67 ms (166 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=27000000 flags=4)
       Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK
    Working FDT set to 8fede000

    The startup log of linux is as follows:

    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti-01478-g541c20281af7-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Thu Nov 14 19:20:24 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721e EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008e0000000..0x00000008ffffffff (524288 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    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] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    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] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    [    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] OF: reserved mem: 0x00000000a4100000..0x00000000a5ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    [    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] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    [    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] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    [    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] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    [    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] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-c66-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable vision-apps-c66-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable vision-apps-c66-dma-memory@a9000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable vision-apps-c66-memory@a9100000
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000abffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@ac000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ac000000..0x00000000b1ffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@ac000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2000000..0x00000000b20fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@b2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@b2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2100000..0x00000000b7ffffff (97280 KiB) nomap non-reusable vision-apps-c71-memory@b2100000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000d7ffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 192 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000d8000000..0x00000000e3ffffff (196608 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@d8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000e4000000, size 8 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@e4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000e4000000..0x00000000e47fffff (8192 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-queues@e4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000e4800000, size 24 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@e4800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000e4800000..0x00000000e5ffffff (24576 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-buffers@e4800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 624 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: 0x0000000880000000..0x00000008a6ffffff (638976 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000b7ffffff]
    [    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000d7ffffff]
    [    0.000000]   node   0: [mem 0x00000000d8000000-0x00000000e5ffffff]
    [    0.000000]   node   0: [mem 0x00000000e6000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008a6ffffff]
    [    0.000000]   node   0: [mem 0x00000008a7000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected 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] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=56da0206-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 1693908K/4194304K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 1976108K reserved, 524288K 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 @8a7800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008a7040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a7050000
    [    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.008420] Console: colour dummy device 80x25
    [    0.012988] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023659] pid_max: default: 32768 minimum: 301
    [    0.028418] LSM: initializing lsm=capability,selinux,integrity
    [    0.034391] SELinux:  Initializing.
    [    0.038023] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.045594] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.054475] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.061734] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.069581] rcu: Hierarchical SRCU implementation.
    [    0.074478] rcu: 	Max phase no-delay instances is 1000.
    [    0.080002] Platform MSI: msi-controller@1820000 domain created
    [    0.086272] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.095708] EFI services will not be available.
    [    0.100449] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.113657] Detected PIPT I-cache on CPU1
    [    0.113701] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.113713] GICv3: CPU1: using allocated LPI pending table @0x00000008a7060000
    [    0.113743] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.113796] smp: Brought up 1 node, 2 CPUs
    [    0.143142] SMP: Total of 2 processors activated.
    [    0.147946] CPU features: detected: 32-bit EL0 Support
    [    0.153200] CPU features: detected: CRC32 instructions
    [    0.158472] CPU: All CPU(s) started at EL2
    [    0.162655] alternatives: applying system-wide alternatives
    [    0.169172] devtmpfs: initialized
    [    0.180209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.190183] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.203533] pinctrl core: initialized pinctrl subsystem
    [    0.209145] DMI not present or invalid.
    [    0.213375] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.219967] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.227265] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.235261] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.243380] audit: initializing netlink subsys (disabled)
    [    0.248997] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
    [    0.249214] thermal_sys: Registered thermal governor 'step_wise'
    [    0.256915] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.263069] cpuidle: using governor menu
    [    0.273813] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.280772] ASID allocator initialised with 65536 entries
    [    0.297598] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.309340] Modules: 27488 pages in range for non-PLT usage
    [    0.309346] Modules: 519008 pages in range for PLT usage
    [    0.315467] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.327833] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.334235] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.341169] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.347571] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.354504] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.360906] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.367839] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.374974] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.1 JTAGID[0x1bb6402f] Detected
    [    0.383960] iommu: Default domain type: Translated
    [    0.388860] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.395310] SCSI subsystem initialized
    [    0.399296] usbcore: registered new interface driver usbfs
    [    0.404913] usbcore: registered new interface driver hub
    [    0.410352] usbcore: registered new device driver usb
    [    0.415771] pps_core: LinuxPPS API ver. 1 registered
    [    0.420842] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.430180] PTP clock support registered
    [    0.434285] EDAC MC: Ver: 3.0.0
    [    0.437729] scmi_core: SCMI protocol bus registered
    [    0.442846] FPGA manager framework
    [    0.446352] Advanced Linux Sound Architecture Driver Initialized.
    [    0.452991] vgaarb: loaded
    [    0.455911] clocksource: Switched to clocksource arch_sys_counter
    [    0.462267] VFS: Disk quotas dquot_6.6.0
    [    0.466287] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.476772] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
    [    0.483063] NET: Registered PF_INET protocol family
    [    0.488176] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.497238] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.505983] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.513904] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.522104] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.530597] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.537380] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.544289] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.551727] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.557810] RPC: Registered named UNIX socket transport module.
    [    0.563868] RPC: Registered udp transport module.
    [    0.568671] RPC: Registered tcp transport module.
    [    0.573473] RPC: Registered tcp-with-tls transport module.
    [    0.579075] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.585657] NET: Registered PF_XDP protocol family
    [    0.590563] PCI: CLS 0 bytes, default 64
    [    0.595218] Initialise system trusted keyrings
    [    0.599865] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.606609] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.612701] NFS: Registering the id_resolver key type
    [    0.617883] Key type id_resolver registered
    [    0.622154] Key type id_legacy registered
    [    0.626255] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.633103] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.654457] Key type asymmetric registered
    [    0.658642] Asymmetric key parser 'x509' registered
    [    0.663652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.671291] io scheduler mq-deadline registered
    [    0.675924] io scheduler kyber registered
    [    0.680033] io scheduler bfq registered
    [    0.686055] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.692481] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.698749] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.704504] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.710486] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.720212] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.729318] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.737487] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.744577] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.752348] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.763593] loop: module loaded
    [    0.767393] megasas: 07.725.01.00-rc1
    [    0.772986] tun: Universal TUN/TAP device driver, 1.6
    [    0.778710] VFIO - User Level meta-driver version: 0.3
    [    0.784640] usbcore: registered new interface driver usb-storage
    [    0.791119] i2c_dev: i2c /dev entries driver
    [    0.796170] sdhci: Secure Digital Host Controller Interface driver
    [    0.802492] sdhci: Copyright(c) Pierre Ossman
    [    0.807072] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.813206] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.819520] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.826514] usbcore: registered new interface driver usbhid
    [    0.832212] usbhid: USB HID core driver
    [    0.836822] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.845512] 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.850068] optee: revision 4.4 (8f645256efc0dc66)
    [    0.866502] optee: dynamic shared memory is enabled
    [    0.876798] random: crng init done
    [    0.880333] optee: initialized driver
    [    0.885432] Initializing XFRM netlink socket
    [    0.889825] NET: Registered PF_PACKET protocol family
    [    0.895024] Key type dns_resolver registered
    [    0.903001] registered taskstats version 1
    [    0.907252] Loading compiled-in X.509 certificates
    [    0.919442] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    1.047353] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.053768] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.060607] pca953x 1-0020: using no AI
    [    1.088599] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.095413] pca953x 1-0022: using AI
    [    1.100201] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.106344] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    1.113179] pca953x 2-0020: using no AI
    [    1.140384] omap_i2c 2030000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.146306] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
    [    1.154855] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
    [    1.164208] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
    [    1.172835] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.187616] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    1.197508] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.204271] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.214012] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    1.224166] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.230925] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.239050] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 204, base_baud = 6000000) is a 8250
    [    1.248756] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 205, base_baud = 3000000) is a 8250
    [    1.257620] printk: console [ttyS2] enabled
    [    1.257620] printk: console [ttyS2] enabled
    [    1.266158] printk: bootconsole [ns16550a0] disabled
    [    1.266158] printk: bootconsole [ns16550a0] disabled
    [    1.280568] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 206, base_baud = 3000000) is a 8250
    [    1.289765] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 207, base_baud = 3000000) is a 8250
    [    1.299770] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.343916] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.353472] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.361744] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    1.374554] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.381761] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.388016] pps pps0: new PPS source ptp0
    [    1.392148] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    1.402635] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    1.411489] mmc0: CQHCI version 5.10
    [    1.454521] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.543733] mmc0: Command Queue Engine enabled
    [    1.548181] mmc0: new HS200 MMC card at address 0001
    [    1.553499] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.559007] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.564582] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.570035] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    1.693024] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.698985] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.952176] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.959672] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.967757] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.975837] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.100429] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.106713] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.112200] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.121661] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.128539] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    3.134533] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.144247] pci 0000:00:00.0: supports D1
    [    3.148246] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.153993] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    3.160853] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    3.172566] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.180663] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.187277] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
    [    3.194572] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.199602] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.206383] pcieport 0000:00:00.0: PME: Signaling with IRQ 654
    [    3.212373] pcieport 0000:00:00.0: AER: enabled with IRQ 654
    [    3.218313] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.225799] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.233881] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.241959] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.351145] cdns-sierra-phy 5010000.serdes: Timeout waiting for PHY status ready
    [    3.358531] phy phy-5010000.serdes.10: phy poweron failed --> -110
    [    3.364699] j721e-pcie 2910000.pcie: error -ETIMEDOUT: Failed to init phy
    [    3.371481] j721e-pcie: probe of 2910000.pcie failed with error -110
    [    3.378128] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    3.385619] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    3.393699] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    3.401778] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.520181] j721e-pcie 2920000.pcie: PCI host bridge to bus 0001:00
    [    4.526446] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.531921] pci_bus 0001:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    4.540947] pci_bus 0001:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    4.551463] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    4.557457] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    4.567152] pci 0001:00:00.0: supports D1
    [    4.571151] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    4.578804] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.586916] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    4.593526] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    4.598554] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.605316] pcieport 0001:00:00.0: PME: Signaling with IRQ 657
    [    4.611298] pcieport 0001:00:00.0: AER: enabled with IRQ 657
    [    4.617886] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    4.629197] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    4.643600] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
    [    4.648909] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
    [    4.655946] Creating 8 MTD partitions on "47040000.spi.0":
    [    4.661418] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    4.667512] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    4.673357] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    4.679211] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    4.684824] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    4.691082] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    4.696908] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    4.702781] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
    [    4.709044] cadence-qspi 47040000.spi: Pattern not found. Skipping calibration.
    [    4.716913] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    4.759922] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.769471] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    4.777743] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    4.790559] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    4.797768] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    4.803974] pps pps0: new PPS source ptp1
    [    4.808117] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    4.825388] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    4.836999] mmc1: CQHCI version 5.10
    [    4.844599] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    4.851658] clk: Disabling unused clocks
    [    4.876463] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    4.888233] ALSA device list:
    [    4.891192]   No soundcards found.
    [    4.894768] Waiting for root device PARTUUID=56da0206-02...
    [    4.934666] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
    [    4.941575] mmcblk1: mmc1:aaaa SN128 119 GiB
    [    4.947385]  mmcblk1: p1 p2
    [    5.230029] EXT4-fs (mmcblk1p2): recovery complete
    [    5.238542] EXT4-fs (mmcblk1p2): mounted filesystem 9cb02d9a-3bd2-461a-a430-bc49ca8ceae7 r/w with ordered data mode. Quota mode: none.
    [    5.250643] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    5.257800] devtmpfs: mounted
    [    5.261830] Freeing unused kernel memory: 2496K
    [    5.266450] Run /sbin/init as init process
    [    5.550384] systemd[1]: System time before build time, advancing clock.
    [    5.599978] NET: Registered PF_INET6 protocol family
    [    5.605468] Segment Routing with IPv6
    [    5.609142] In-situ OAM (IOAM) with IPv6
    [    5.649898] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    5.681784] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    5.700686] systemd[1]: Hostname set to <j721e-evm>.
    [    5.910299] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    5.976104] 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.
    [    6.030158] systemd[1]: Queued start job for default target Graphical Interface.
    [    6.070977] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.093207] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.117105] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.140820] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.164149] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    6.188065] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    6.212009] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    6.228010] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.243969] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.263966] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.279970] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.322632] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    6.348063] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    6.371303] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.392178] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.416557] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    6.440331] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    6.464343] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.484376] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    6.512211] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.532265] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.552289] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    6.596139] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    6.618142] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.644253] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    6.664277] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.680145] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    6.723601] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes    6.732639] systemd[1]: Starting Load Kernel Module configfs...
    m...
             Starting Load Kernel Module configfs...
    [    6.772535] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    6.796525] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    6.816888] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    6.846057] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    6.855685] fuse: init (API version 7.39)
    [    6.860183] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    6.893956] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.923187] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.951732] systemd-journald[115]: Collecting audit messages is enabled.
    [    6.972679] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    7.007380] cryptodev: loading out-of-tree module taints kernel.
    [    7.015335] cryptodev: driver 1.14 loaded.
    [    7.020083] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.061053] systemd[1]: Starting Coldplug All udev Devices...
    [    7.062100] EXT4-fs (mmcblk1p2): re-mounted 9cb02d9a-3bd2-461a-a430-bc49ca8ceae7 r/w. Quota mode: none.
             Starting Coldplug All udev Devices...
    [    7.092035] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    7.112375] 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 Start psplas\E2temd progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev gr[    7.532906] systemd-journald[115]: Received client request to flush runtime journal.
    acefully...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    7.801408] audit: type=1334 audit(1728487094.248:2): prog-id=6 op=LOAD
    [    7.808367] audit: type=1334 audit(1728487094.256:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [  OK  ] Finished Create System Files and Directories.
    [    8.026847] audit: type=1334 audit(1728487094.472:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    8.065907] audit: type=1334 audit(1728487094.512:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    8.227330] audit: type=1334 audit(1728487094.672:6): prog-id=10 op=LOAD
    [    8.234321] audit: type=1334 audit(1728487094.680:7): prog-id=11 op=LOAD
    [    8.241359] audit: type=1334 audit(1728487094.680:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [    8.806802] audit: type=1334 audit(1728509488.540:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [    9.002958] dbus-broker-lau[299]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Update pmic registers for\E2le safety feature on power rails...
             Starting Expand the rootfs partiti\E2to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv[    9.277597] audit: type=1334 audit(1728509489.012:10): prog-id=14 op=LOAD
    2 daemon using ipsec.conf.
    [    9.288964] audit: type=1334 audit(1728509489.020:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Update pmic registers for\E2able safety feature on power rails.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Started User Login Management.
    [    9.776258] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   10.040088] CAN device driver interface
    [   10.074272] PVR_K:  184: Device: 4e20000000.gpu
    [   10.085157] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   10.089156] PVR_K:  184: Read BVNC 22.104.208.318 from HW device registers
    [   10.114098] mc: Linux media interface: v0.10
    [   10.119175] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.130158] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [   10.156687] PVR_K:  184: RGX Device registered with BVNC 22.104.208.318
    [   10.167135] Bluetooth: Core ver 2.22
    [   10.173540] NET: Registered PF_BLUETOOTH protocol family
    [   10.179691] Bluetooth: HCI device and connection manager initialized
    [   10.186714] Bluetooth: HCI socket layer initialized
    [   10.188528] [drm] Initialized pvr 24.1.6554834 20170530 for 4e20000000.gpu on minor 0
    [   10.191895] Bluetooth: L2CAP socket layer initialized
    [   10.205198] Bluetooth: SCO socket layer initialized
    [   10.233191] videodev: Linux video capture interface: v2.00
    [   10.242222] at24 0-0050: supply vcc not found, using dummy regulator
    [   10.259765] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   10.328951] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -517
    [   10.342422] remoteproc remoteproc0: releasing 41000000.r5f
    [   10.350933] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -517
    [  OK  ] Started Network Configuration.[   10.379646] remoteproc remoteproc0: releasing 41000000.r5f
    
    [  OK  ] Reached target Network.
    [   10.403033] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -517
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [   10.431585] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   10.442037] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   10.464495] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -517
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protoc[   10.522870] remoteproc remoteproc1: releasing 41000000.r5f
    [   10.523018] remoteproc remoteproc0: releasing 5c00000.r5f
    ol (SNMP) Daemon....
             Starting Permit User Sessions...
    [   10.548477] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -517
    [   10.594294] remoteproc remoteproc0: releasing 5e00000.r5f
    [   10.595997] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [   10.602666] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -517
    [  OK  ] Finished Enable and configure wl18x[   10.619287] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    x bluetooth stack.
    [   10.635813] img_enc 4200000.video-encoder: encoder registered as /dev/video1
    [   10.643454] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [   10.644006] remoteproc remoteproc1: releasing 5c00000.r5f
    [   10.644948] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [   10.645601] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [   10.645649] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   10.645832] platform 41000000.r5f: configured R5F for IPC-only mode
    [   10.646003] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [   10.647166] remoteproc remoteproc0: 41000000.r5f is available
    [   10.647209] remoteproc remoteproc0: attaching to 41000000.r5f
    [   10.647423] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [   10.647735] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.647747] rproc-virtio rproc-virtio.13.auto: registered virtio0 (type 7)
    [   10.647751] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
    [   10.647803] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [   10.649405] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
    [   10.656915] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
    [   10.657128] remoteproc remoteproc1: 4d80800000.dsp is available
    [   10.657168] remoteproc remoteproc1: attaching to 4d80800000.dsp
    [   10.657359] remoteproc remoteproc1: unsupported resource 65538
    [   10.657382] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
    [   10.657710] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.657724] rproc-virtio rproc-virtio.14.auto: registered virtio1 (type 7)
    [   10.657728] remoteproc remoteproc1: remote processor 4d80800000.dsp is now attached
    [   10.659133] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.659529] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000
    [   10.660490] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
    [   10.674249] remoteproc remoteproc2: 4d81800000.dsp is available
    [   10.674291] remoteproc remoteproc2: attaching to 4d81800000.dsp
    [   10.674306] Unable to handle kernel paging request at virtual address ffff80002724cbb9
    [   10.674309] Mem abort info:
    [   10.674311]   ESR = 0x0000000096000005
    [   10.674313]   EC = 0x25: DABT (current EL), IL = 32 bits
    [   10.674316]   SET = 0, FnV = 0
    [   10.674318]   EA = 0, S1PTW = 0
    [   10.674320]   FSC = 0x05: level 1 translation fault
    [   10.674322] Data abort info:
    [   10.674323]   ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
    [   10.674326]   CM = 0, WnR = 0, TnD = 0, TagAccess = 0
    [   10.674328]   GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
    [   10.674331] swapper pgtable: 4k pages, 48-bit VAs, pgdp=000000008305f000
    [   10.674333] [ffff80002724cbb9] pgd=10000008dffff003, p4d=10000008dffff003, pud=0000000000000000
    [   10.674342] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
    [   10.674346] Modules linked in: overlay vxd_dec(+) vxe_enc(+) omap_hwspinlock omap_mailbox videobuf2_dma_contig videobuf2_dma_sg
    [   10.674358] img_dec 4300000.video-decoder: decoder registered as /dev/video0
    [   10.674359]  videobuf2_memops v4l2_mem2mem videobuf2_v4l2 videobuf2_common ti_k3_r5_remoteproc at24 videodev bluetooth pci_endpoint_test mc m_can_platform pruss cfg80211 snd_soc_davinci_mcasp m_can ecdh_generic pvrsrvkm(O) k3_j72xx_bandgap ecc ti_am335x_tscadc can_dev snd_soc_ti_udma snd_soc_pcm3168a_i2c ti_k3_dsp_remoteproc cdns3_ti ti_j721e_ufs snd_soc_ti_edma snd_soc_pcm3168a rfkill sa2ul snd_soc_ti_sdma rti_wdt cryptodev(O) fuse drm drm_panel_orientation_quirks backlight ipv6
    [   10.674423] CPU: 0 PID: 26 Comm: kworker/u4:1 Tainted: G           O       6.6.44-ti-01478-g541c20281af7-dirty #1
    [   10.674427] Hardware name: Texas Instruments J721e EVM (DT)
    [   10.674430] Workqueue: events_unbound deferred_probe_work_func
    [   10.674445] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [   10.674450] pc : rproc_handle_resources.constprop.0+0x64/0x18c
    [   10.674458] lr : rproc_boot+0x37c/0x57c
    [   10.674462] sp : ffff8000816cb990
    [   10.674463] x29: ffff8000816cb990 x28: ffff00085fa40320 x27: ffff800081488728
    [   10.674470] x26: ffff00082712b010 x25: ffff800079630548 x24: ffff80002724cbb9
    [   10.674475] x23: 0000000000000000 x22: ffff00083078b838 x21: ffff8000813e8188
    [   10.674481] x20: 0000000000000000 x19: ffff00083078b800 x18: fffffffffffea3f0
    [   10.674486] x17: ffff8007de895000 x16: ffff800080000000 x15: ca4f568c018a730e
    [   10.674492] x14: bd32e8ce70849b7a x13: ca4f568c018a730e x12: bd32e8ce70849b7a
    [   10.674497] x11: df9aaadf75e2cf67 x10: ecafade9fd7b223b x9 : dfc5fa9a58f3bda7
    [   10.674503] x8 : f9f58c2e41bb9a81 x7 : ffd7f79af9470999 x6 : f43aadfdb179ef80
    [   10.674508] x5 : ffff0008306db000 x4 : ffff80008a000000 x3 : 0000000062db3543
    [   10.674513] x2 : 000000009d24cbb9 x1 : ffff80002724cbbd x0 : ffff80008a000000
    [   10.674519] Call trace:
    [   10.674522]  rproc_handle_resources.constprop.0+0x64/0x18c
    [   10.674526]  rproc_boot+0x37c/0x57c
    [   10.674530]  rproc_add+0x184/0x190
    [   10.674533]  devm_rproc_add+0x24/0x88
    [   10.674537]  k3_dsp_rproc_probe+0x7ac/0x934 [ti_k3_dsp_remoteproc]
    [   10.674548]  platform_probe+0x68/0xc4
    [   10.674552]  really_probe+0x148/0x2b0
    [   10.674557]  __driver_probe_device+0x78/0x12c
    [   10.674562]  driver_probe_device+0xd8/0x15c
    [   10.674566]  __device_attach_driver+0xb8/0x134
    [   10.674571]  bus_for_each_drv+0x88/0xe8
    [   10.674575]  __device_attach+0xa0/0x190
    [   10.674579]  device_initial_probe+0x14/0x20
    [   10.674584]  bus_probe_device+0xac/0xb0
    [   10.674588]  deferred_probe_work_func+0x88/0xc0
    [   10.674592]  process_one_work+0x138/0x248
    [   10.674599]  worker_thread+0x320/0x438
    [   10.674604]  kthread+0x110/0x114
    [   10.674608]  ret_from_fork+0x10/0x20
    [   10.674616] Code: 6b020063 8b22c098 91001301 540007c4 (b862c880) 
    [   10.674619] ---[ end trace 0000000000000000 ]---
    [   10.702004] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Started LLDP daemon.
    [   11.482802] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [  OK  ] Created slice Slice /system/tee-supplicant.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   11.532120] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [  OK  ] Started TEE Supplicant on teepriv0.
    [   11.589069] remoteproc remoteproc3: b034000.pru is available
    [   11.610456] remoteproc remoteproc4: b004000.rtu is available
    [   11.618205] remoteproc remoteproc5: b00a000.txpru is available
    [   11.626420] remoteproc remoteproc6: b038000.pru is available
    [   11.633343] remoteproc remoteproc7: b006000.rtu is available
    [   11.638101] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [   11.640509] remoteproc remoteproc8: b00c000.txpru is available
             Starting Virtual Console Setup...[   11.656626] remoteproc remoteproc9: b134000.pru is available
    
    [   11.667529] remoteproc remoteproc10: b104000.rtu is available
    [   11.674161] remoteproc remoteproc11: b10a000.txpru is available
    [   11.682679] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [   11.693172] remoteproc remoteproc12: b138000.pru is available
    [   11.699756] remoteproc remoteproc13: b106000.rtu is available
    [   11.706321] scsi host0: ufshcd
    [   11.714972] remoteproc remoteproc14: b10c000.txpru is available
    [   11.745496] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   11.756746] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   11.771479] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [  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 Virtual Console Setup.
    [  OK  ] Finished Synchronize System and HW clocks.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [   12.361401] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller
    [   12.367057] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 1
    [   12.375039] xhci-hcd xhci-hcd.15.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   12.384593] xhci-hcd xhci-hcd.15.auto: irq 861, io mem 0x06410000
    [   12.390843] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller
    [   12.396473] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 2
    [   12.404234] xhci-hcd xhci-hcd.15.auto: Host supports USB 3.0 SuperSpeed
    [   12.411467] hub 1-0:1.0: USB hub found
    [   12.415276] hub 1-0:1.0: 1 port detected
    [   12.419542] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   12.428018] hub 2-0:1.0: USB hub found
    [   12.431781] hub 2-0:1.0: 1 port detected
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston   12.880354] kauditd_printk_skb: 5 callbacks suppressed
    0m.
    [  OK  ] Created slice Slice /system/s[   12.880361] audit: type=1006 audit(1728509492.616:15): pid=495 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    ystemd-fsck.
    [   12.906467] audit: type=1300 audit(1728509492.616:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc22898a8 a2=4 a3=1 items=0 ppid=1 pid=495 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   12.906482] audit: type=1327 audit(1728509492.616:15): proctitle="(weston)"
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [   13.171957] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [   13.325086] hub 1-1:1.0: USB hub found
    [   13.329165] hub 1-1:1.0: 4 ports detected
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/BOOT-mmcblk1p1...
    [   13.402597] usbcore: registered new device driver onboard-usb-hub
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [   13.588437] hub 1-1:1.0: USB hub found
    [   13.592293] hub 1-1:1.0: 4 ports detected
    [  OK  ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils-dev
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	hidapi
    	kbd-dev
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp-dev
    	libgmp10
    	libgmpxx4
    	libgnutls-dev
    	libgnutls-openssl27
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt5charts-examples
    	libqt5charts-plugins
    	libqt5charts-qmlplugins
    	libqt5charts5
    	libqt5serialport-examples
    	libqt5serialport-plugins
    	libqt5serialport-qmlplugins
    	libqt5serialport5
    	libqt5svg-examples
    	libqt5svg-plugins
    	libqt5svg-qmlplugins
    	libqt5svg5
    	libqt5virtualkeyboard-plugins
    	libqt5virtualkeyboard-qmlplugins
    	libqt5virtualkeyboard5
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	qt3d-plugins
    	qt3d-qmlplugins
    	qt3d
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtconnectivity-plugins
    	qtconnectivity-qmlplugins
    	qtconnectivity
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-tools
    	qtdeclarative
    	qtgraphicaleffects-qmlplugins
    	qtlocation-examples
    	qtlocation-plugins
    	qtlocation-qmlplugins
    	qtlocation
    	qtmultimedia-examples
    	qtmultimedia-plugins
    	qtmultimedia-qmlplugins
    	qtmultimedia
    	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.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j721e-evm ttyS2
    
    Arago 2023.10 j721e-evm ttyS2
    
    j721e-evm login: 
    j721e-evm login: root

     /lib/firmware/j7* soft links:

    root@j721e-evm:/lib/firmware# ls -lh
    total 28M
    -rw-r--r-- 1 root root 2.0K Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r-- 1 root root 2.0K Mar  9  2018 LICENCE.iwlwifi_firmware
    -rw-r--r-- 1 root root 476K Mar  9  2018 bl32.bin
    -rw-r--r-- 1 root root 4.3M Mar  9  2018 bl32.elf
    drwxr-xr-x 2 root root 4.0K Mar  9  2018 cadence
    drwxr-xr-x 2 root root 4.0K Mar  9  2018 intel
    -rw-r--r-- 1 root root 897K Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r-- 1 root root 2.4M Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r-- 1 root root 2.4M Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r-- 1 root root 2.4M Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r-- 1 root root 2.4M Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r-- 1 root root 2.6M Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r-- 1 root root 2.5M Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r-- 1 root root 1.5M Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    lrwxrwxrwx 1 root root   69 Oct  9 19:08 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
    lrwxrwxrwx 1 root root   76 Oct  9 19:08 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
    lrwxrwxrwx 1 root root   69 Oct  9 19:08 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
    lrwxrwxrwx 1 root root   76 Oct  9 19:08 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
    lrwxrwxrwx 1 root root   65 Oct  9 19:05 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
    lrwxrwxrwx 1 root root   72 Oct  9 19:05 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
    lrwxrwxrwx 1 root root   67 Oct  9 19:05 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
    lrwxrwxrwx 1 root root   74 Oct  9 19:05 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root   67 Oct  9 19:05 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
    lrwxrwxrwx 1 root root   74 Oct  9 19:05 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root   67 Oct  9 19:05 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
    lrwxrwxrwx 1 root root   74 Oct  9 19:05 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root   67 Oct  9 19:05 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
    lrwxrwxrwx 1 root root   74 Oct  9 19:05 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root   67 Oct  9 19:05 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
    lrwxrwxrwx 1 root root   74 Oct  9 19:05 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    drwxr-xr-x 2 root root 4.0K Mar  9  2018 pru
    -rw-r--r-- 1 root root 242K Mar  9  2018 pvdec_full_bin.fw
    -rw-r--r-- 1 root root 5.9K Mar  9  2018 regulatory.db
    -rw-r--r-- 1 root root 1.1K Mar  9  2018 regulatory.db.p7s
    -rw-r--r-- 1 root root 132K Mar  9  2018 rgx.fw.22.104.208.318
    -rw-r--r-- 1 root root 132K Mar  9  2018 rgx.fw.22.104.208.318.64k
    -rw-r--r-- 1 root root 374K Mar  9  2018 rgx.sh.22.104.208.318
    -rw-r--r-- 1 root root   28 Mar  9  2018 tee-header_v2.bin
    -rw-r--r-- 1 root root    0 Mar  9  2018 tee-pageable_v2.bin
    -rw-r--r-- 1 root root 476K Mar  9  2018 tee-pager_v2.bin
    -rw-r--r-- 1 root root 476K Mar  9  2018 tee-raw.bin
    -rw-r--r-- 1 root root 476K Mar  9  2018 tee.bin
    -rw-r--r-- 1 root root 4.3M Mar  9  2018 tee.elf
    drwxr-xr-x 2 root root 4.0K Mar  9  2018 ti-connectivity
    drwxr-xr-x 3 root root 4.0K Mar  9  2018 ti-eth
    drwxr-xr-x 3 root root 4.0K Mar  9  2018 ti-ipc
    drwxr-xr-x 2 root root 4.0K Oct  9 18:10 try_ipc
    drwxr-xr-x 2 root root 4.0K Mar  9  2018 vision_apps_evm
    drwxr-xr-x 2 root root 4.0K Oct  9 18:59 vx_ipc_backup