Created
February 28, 2024 10:45
-
-
Save nehamalcom/3b578dfa1ef83b59f3c309557606ed63 to your computer and use it in GitHub Desktop.
RFC: Cleanup J721E EVM and SK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:12:52 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Trying to boot from UART | |
Ce 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 | |
Loaded 1048943 bytes | |
Loading Environment from nowhere... OK | |
init_env from device 7 not supported! | |
Starting ATF on ARM64 core... | |
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty | |
NOTICE: BL31: Built : 09:34:15, Aug 24 2023 | |
I/TC: | |
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (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 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Detected: J7X-BASE-CPB rev E3 | |
Detected: J7X-GESI-EXP rev E3 | |
Detected: J7X-VSC8514-ETH rev E2 | |
Trying to boot from UART | |
Cfail if the image was also encrypted | |
Loaded 1244747 bytes | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
SoC: J721E SR1.0 GP | |
Model: Texas Instruments J721e EVM | |
Board: J721EX-PM2-SOM rev E7 | |
DRAM: 4 GiB | |
Core: 134 devices, 33 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 mdio_freq:1000000 | |
Detected: J7X-BASE-CPB rev E3 | |
Detected: J7X-GESI-EXP rev E3 | |
Detected: J7X-VSC8514-ETH rev E2 | |
Net: eth0: ethernet@46000000port@1 | |
Hit any key to stop autoboot: 2 0 | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> version | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ' | |
=> setenv bootcmd '' | |
=> setenv autoload 'no' | |
=> setenv serverip '192.168.0.1' | |
=> setenv _initramfs - | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e | |
board_rev=E7 | |
board_serial=0243 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
dorprocboot=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
eth1addr=70:ff:76:1d:91:80 | |
eth2addr=70:ff:76:1d:91:81 | |
eth3addr=70:ff:76:1d:91:82 | |
eth4addr=70:ff:76:1d:91:83 | |
eth5addr=70:ff:76:1d:93:93 | |
eth6addr=70:ff:76:1d:93:94 | |
eth7addr=70:ff:76:1d:93:95 | |
eth8addr=70:ff:76:1d:93:96 | |
eth9addr=70:ff:76:1d:93:97 | |
ethaddr=78:db:2f:df:b2:ff | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde96860 | |
fdtfile=ti/k3-j721e-common-proc-board.dtb | |
fdtoverlay_addr_r=0x89000000 | |
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/${name_fdt} | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000243 | |
serverip=192.168.0.1 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 7028/131067 bytes | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' | |
=> setenv serverip '192.168.0.1' | |
=> setenv autoload 'no' | |
=> dhcp | |
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
BOOTP broadcast 1 | |
BOOTP broadcast 2 | |
BOOTP broadcast 3 | |
DHCP client bound to address 192.168.0.202 (1088 ms) | |
=> setenv dorprocboot '1' | |
=> run boot_rprocs | |
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 | |
88408 bytes read in 38 ms (2.2 MiB/s) | |
Load Remote Processor 2 with data@addr=0x82000000 88408 bytes: Success! | |
88408 bytes read in 38 ms (2.2 MiB/s) | |
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode | |
Load Remote Processor 3 with data@addr=0x82000000 88408 bytes: Failed! | |
88408 bytes read in 38 ms (2.2 MiB/s) | |
Load Remote Processor 4 with data@addr=0x82000000 88408 bytes: Success! | |
88408 bytes read in 38 ms (2.2 MiB/s) | |
k3_r5f_rproc r5f@5f00000: Invalid op: Trying to start secondary core 9 in lockstep mode | |
Load Remote Processor 5 with data@addr=0x82000000 88408 bytes: Failed! | |
145924 bytes read in 40 ms (3.5 MiB/s) | |
Load Remote Processor 6 with data@addr=0x82000000 145924 bytes: Success! | |
145924 bytes read in 40 ms (3.5 MiB/s) | |
Load Remote Processor 7 with data@addr=0x82000000 145924 bytes: Success! | |
10489000 bytes read in 49 ms (204.1 MiB/s) | |
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success! | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e | |
board_rev=E7 | |
board_serial=0243 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
dnsip=192.0.2.2 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
eth1addr=70:ff:76:1d:91:80 | |
eth2addr=70:ff:76:1d:91:81 | |
eth3addr=70:ff:76:1d:91:82 | |
eth4addr=70:ff:76:1d:91:83 | |
eth5addr=70:ff:76:1d:93:93 | |
eth6addr=70:ff:76:1d:93:94 | |
eth7addr=70:ff:76:1d:93:95 | |
eth8addr=70:ff:76:1d:93:96 | |
eth9addr=70:ff:76:1d:93:97 | |
ethact=ethernet@46000000port@1 | |
ethaddr=78:db:2f:df:b2:ff | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde96860 | |
fdtfile=ti/k3-j721e-common-proc-board.dtb | |
fdtoverlay_addr_r=0x89000000 | |
fileaddr=82000000 | |
filesize=a00ca8 | |
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script | |
finduuid=part uuid ${boot} ${bootpart} uuid | |
gatewayip=192.168.0.1 | |
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt} | |
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 | |
ipaddr=192.168.0.202 | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
name_fdt=ti/k3-j721e-common-proc-board.dtb | |
name_fit=fitImage | |
name_kern=Image | |
netmask=255.255.255.0 | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000243 | |
serverip=192.168.0.1 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 7193/131067 bytes | |
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw/f38fb7fbb0565bd438d18a9025270d32 | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
Using ethernet@46000000port@1 device | |
TFTP from server 192.168.0.1; our IP address is 192.168.0.202 | |
Filename 'vatf_j721e-idk-gw/f38fb7fbb0565bd438d18a9025270d32'. | |
Load address: 0x82000000 | |
Loading: *################################################## 19.3 MiB | |
12.3 MiB/s | |
done | |
Bytes transferred = 20238848 (134d200 hex) | |
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721e-idk-gw/6bbda78d47671a9b8fd2c4df360416a6 | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
Using ethernet@46000000port@1 device | |
TFTP from server 192.168.0.1; our IP address is 192.168.0.202 | |
Filename 'vatf_j721e-idk-gw/6bbda78d47671a9b8fd2c4df360416a6'. | |
Load address: 0x88000000 | |
Loading: *################################################## 110.6 KiB | |
9 MiB/s | |
done | |
Bytes transferred = 113262 (1ba6e hex) | |
=> fdt address ${fdt_addr_r} | |
Working FDT set to 88000000 | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 ' | |
=> printenv bootcmd | |
bootcmd= | |
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' | |
=> version | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
=> bdinfo | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 78:db:2f:df:b2:ff | |
IP addr = 192.168.0.202 | |
fdt_blob = 0x00000000fde96860 | |
new_fdt = 0x00000000fde96860 | |
fdt_size = 0x0000000000020540 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce87000-0xffffffff], 0x03179000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde96850 | |
sp start = 0x00000000fde96850 | |
Early malloc usage: 2fc8 / 8000 | |
=> | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 78:db:2f:df:b2:ff | |
IP addr = 192.168.0.202 | |
fdt_blob = 0x00000000fde96860 | |
new_fdt = 0x00000000fde96860 | |
fdt_size = 0x0000000000020540 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce87000-0xffffffff], 0x03179000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde96850 | |
sp start = 0x00000000fde96850 | |
Early malloc usage: 2fc8 / 8000 | |
=> ls mmc 0:1 | |
974120 tispl.bin | |
1272860 u-boot.img | |
293216 tiboot3.bin | |
268998 sysfw.itb | |
33 secondary_bootloader.md5 | |
5 file(s), 0 dir(s) | |
=> ls mmc 1:1 | |
EFI/ | |
19309056 Image | |
268978 sysfw.itb | |
268978 sysfw-j721e-gp-evm.itb | |
278254 sysfw-j721e_sr1_1-hs-evm.itb | |
269718 sysfw-j721e_sr2-hs-fs-evm.itb | |
296337 tiboot3.bin | |
296337 tiboot3-j721e-gp-evm.bin | |
297112 tiboot3-j721e_sr1_1-hs-evm.bin | |
297112 tiboot3-j721e_sr2-hs-fs-evm.bin | |
1091011 tispl.bin | |
1321051 u-boot.img | |
574 uEnv.txt | |
4 ws-calibrate.rules | |
13 file(s), 1 dir(s) | |
=> ext4ls mmc 0:2 /lib/firmware | |
=> ext4ls mmc 1:2 /lib/firmware | |
<DIR> 4096 . | |
<DIR> 4096 .. | |
2040 LICENCE.ibt_firmware | |
2046 LICENCE.iwlwifi_firmware | |
482656 bl32.bin | |
4324344 bl32.elf | |
<DIR> 4096 cadence | |
<DIR> 4096 intel | |
918268 iwlwifi-3160-17.ucode | |
2448976 iwlwifi-8000C-34.ucode | |
2428004 iwlwifi-8000C-36.ucode | |
2440780 iwlwifi-8265-34.ucode | |
2436632 iwlwifi-8265-36.ucode | |
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
<SYM> 69 j7-c66_0-fw | |
<SYM> 76 j7-c66_0-fw-sec | |
<SYM> 69 j7-c66_1-fw | |
<SYM> 76 j7-c66_1-fw-sec | |
<SYM> 65 j7-c71_0-fw | |
<SYM> 72 j7-c71_0-fw-sec | |
<SYM> 67 j7-main-r5f0_0-fw | |
<SYM> 74 j7-main-r5f0_0-fw-sec | |
<SYM> 67 j7-main-r5f0_1-fw | |
<SYM> 74 j7-main-r5f0_1-fw-sec | |
<SYM> 67 j7-main-r5f1_0-fw | |
<SYM> 74 j7-main-r5f1_0-fw-sec | |
<SYM> 67 j7-main-r5f1_1-fw | |
<SYM> 74 j7-main-r5f1_1-fw-sec | |
<SYM> 67 j7-mcu-r5f0_1-fw | |
<SYM> 74 j7-mcu-r5f0_1-fw-sec | |
<SYM> 49 j7-pru0_0-fw | |
<SYM> 49 j7-pru0_1-fw | |
<SYM> 49 j7-pru1_0-fw | |
<SYM> 49 j7-pru1_1-fw | |
<SYM> 49 j7-rtu0_0-fw | |
<SYM> 49 j7-rtu0_1-fw | |
<SYM> 49 j7-rtu1_0-fw | |
<SYM> 49 j7-rtu1_1-fw | |
<SYM> 35 j7-txpru0_0-fw | |
<SYM> 35 j7-txpru0_1-fw | |
<SYM> 35 j7-txpru1_0-fw | |
<SYM> 35 j7-txpru1_1-fw | |
<DIR> 4096 pru | |
247469 pvdec_full_bin.fw | |
4728 regulatory.db | |
1182 regulatory.db.p7s | |
135168 rgx.fw.22.104.208.318 | |
135168 rgx.fw.22.104.208.318.64k | |
382744 rgx.sh.22.104.208.318 | |
28 tee-header_v2.bin | |
0 tee-pageable_v2.bin | |
482656 tee-pager_v2.bin | |
482656 tee-raw.bin | |
482684 tee.bin | |
4324344 tee.elf | |
<DIR> 4096 ti-connectivity | |
<DIR> 4096 ti-eth | |
<DIR> 4096 ti-ipc | |
=> mmc rescan; echo $? | |
0 | |
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 | |
4 bytes written in 5 ms (0 Bytes/s) | |
=> boot | |
## Checking Image at 82000000 ... | |
Unknown image format! | |
## Flattened Device Tree blob at 88000000 | |
Booting using the fdt blob at 0x88000000 | |
Working FDT set to 88000000 | |
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK | |
Working FDT set to 8ffe1000 | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] | |
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 | |
[ 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] 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 c66-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 c66-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 c66-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 c66-memory@a7100000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool | |
[ 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-0x00000000a8ffffff] | |
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] | |
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] | |
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff] | |
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: Trusted OS migration not required | |
[ 0.000000] psci: SMC Calling Convention v1.4 | |
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824 | |
[ 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: 1032192 | |
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
[ 0.000000] sysrq: sysrq always enabled. | |
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space. | |
[ 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] 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: 3302456K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367560K 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 @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.008401] Console: colour dummy device 80x25 | |
[ 0.012966] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) | |
[ 0.023637] pid_max: default: 32768 minimum: 301 | |
[ 0.028373] LSM: Security Framework initializing | |
[ 0.033145] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.040715] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.049471] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.056870] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.063129] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.070514] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.076816] rcu: Hierarchical SRCU implementation. | |
[ 0.081714] rcu: Max phase no-delay instances is 1000. | |
[ 0.087216] Platform MSI: msi-controller@1820000 domain created | |
[ 0.093437] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created | |
[ 0.102847] EFI services will not be available. | |
[ 0.107573] smp: Bringing up secondary CPUs ... | |
I/TC: Secondary CPU 1 initializing | |
I/TC: Secondary CPU 1 switching to normal world boot | |
[ 0.120765] Detected PIPT I-cache on CPU1 | |
[ 0.120825] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 | |
[ 0.120838] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000 | |
[ 0.120866] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] | |
[ 0.120909] smp: Brought up 1 node, 2 CPUs | |
[ 0.150254] SMP: Total of 2 processors activated. | |
[ 0.155058] CPU features: detected: 32-bit EL0 Support | |
[ 0.160311] CPU features: detected: CRC32 instructions | |
[ 0.165588] CPU: All CPU(s) started at EL2 | |
[ 0.169770] alternatives: applying system-wide alternatives | |
[ 0.176214] devtmpfs: initialized | |
[ 0.186102] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.196083] futex hash table entries: 512 (order: 3, 32768 bytes, linear) | |
[ 0.212709] pinctrl core: initialized pinctrl subsystem | |
[ 0.218398] DMI not present or invalid. | |
[ 0.222634] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.229261] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.236561] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.244558] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.252682] audit: initializing netlink subsys (disabled) | |
[ 0.258296] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1 | |
[ 0.258506] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.266214] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.272419] cpuidle: using governor menu | |
[ 0.283168] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.290130] ASID allocator initialised with 65536 entries | |
[ 0.304596] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint | |
[ 0.315881] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts | |
[ 0.327433] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint | |
[ 0.338193] KASLR disabled due to lack of seed | |
[ 0.345566] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.352508] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page | |
[ 0.358911] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.365845] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page | |
[ 0.372246] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.379179] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page | |
[ 0.385579] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.392513] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page | |
[ 0.399604] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected | |
[ 0.408892] iommu: Default domain type: Translated | |
[ 0.413879] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.420398] SCSI subsystem initialized | |
[ 0.424371] usbcore: registered new interface driver usbfs | |
[ 0.429994] usbcore: registered new interface driver hub | |
[ 0.435430] usbcore: registered new device driver usb | |
[ 0.440798] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.445869] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> | |
[ 0.455206] PTP clock support registered | |
[ 0.459284] EDAC MC: Ver: 3.0.0 | |
[ 0.462970] FPGA manager framework | |
[ 0.466481] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.473086] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.479422] VFS: Disk quotas dquot_6.6.0 | |
[ 0.483454] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.493305] NET: Registered PF_INET protocol family | |
[ 0.498459] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.507469] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 0.516236] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.524158] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.532363] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) | |
[ 0.540923] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 0.547695] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.554604] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.562031] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.568084] RPC: Registered named UNIX socket transport module. | |
[ 0.574145] RPC: Registered udp transport module. | |
[ 0.578948] RPC: Registered tcp transport module. | |
[ 0.583751] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.590342] NET: Registered PF_XDP protocol family | |
[ 0.595243] PCI: CLS 0 bytes, default 64 | |
[ 0.599615] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 0.608704] Initialise system trusted keyrings | |
[ 0.613345] workingset: timestamp_bits=46 max_order=20 bucket_order=0 | |
[ 0.621857] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 0.628079] NFS: Registering the id_resolver key type | |
[ 0.633257] Key type id_resolver registered | |
[ 0.637528] Key type id_legacy registered | |
[ 0.641645] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.648493] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 0.675590] Key type asymmetric registered | |
[ 0.679774] Asymmetric key parser 'x509' registered | |
[ 0.684781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) | |
[ 0.692409] io scheduler mq-deadline registered | |
[ 0.697040] io scheduler kyber registered | |
[ 0.703292] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 | |
[ 0.709696] pinctrl-single 11c000.pinctrl: 173 pins, size 692 | |
[ 0.716279] pinctrl-single a40000.pinctrl: 512 pins, size 2048 | |
[ 0.725648] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled | |
[ 0.733945] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) | |
[ 0.742098] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq | |
[ 0.749209] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq | |
[ 0.756975] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs | |
[ 0.767813] loop: module loaded | |
[ 0.771628] megasas: 07.719.03.00-rc1 | |
[ 0.776823] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.782324] thunder_xcv, ver 1.0 | |
[ 0.785640] thunder_bgx, ver 1.0 | |
[ 0.788940] nicpf, ver 1.0 | |
[ 0.791787] e1000: Intel(R) PRO/1000 Network Driver | |
[ 0.796768] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 0.802651] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 0.807721] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 0.813783] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 0.819297] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 0.824997] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 0.831398] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 0.837519] sky2: driver version 1.30 | |
[ 0.841660] VFIO - User Level meta-driver version: 0.3 | |
[ 0.847280] usbcore: registered new interface driver usb-storage | |
[ 0.853737] i2c_dev: i2c /dev entries driver | |
[ 0.858649] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.864968] sdhci: Copyright(c) Pierre Ossman | |
[ 0.869524] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.875609] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.881835] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... | |
[ 0.888566] usbcore: registered new interface driver usbhid | |
[ 0.894260] usbhid: USB HID core driver | |
[ 0.898658] 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.903213] optee: revision 4.0 (2a5b1d12) | |
[ 0.919634] optee: dynamic shared memory is enabled | |
[ 0.929014] optee: initialized driver | |
[ 0.933949] Initializing XFRM netlink socket | |
[ 0.938337] NET: Registered PF_PACKET protocol family | |
[ 0.943528] Key type dns_resolver registered | |
[ 0.948066] registered taskstats version 1 | |
[ 0.952266] Loading compiled-in X.509 certificates | |
[ 0.962648] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
[ 0.995107] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=19, ret=-19 | |
[ 1.005877] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=20, ret=-19 | |
[ 1.016647] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=21, ret=-19 | |
[ 1.031507] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=157, clk=402, ret=-19 | |
[ 1.042410] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=157, clk=403, ret=-19 | |
[ 1.055689] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=184, clk=5, ret=-19 | |
[ 1.079119] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz | |
[ 1.085439] pca953x 1-0020: supply vcc not found, using dummy regulator | |
[ 1.092259] pca953x 1-0020: using no AI | |
[ 1.117746] pca953x 1-0022: supply vcc not found, using dummy regulator | |
[ 1.124555] pca953x 1-0022: using AI | |
[ 1.128821] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low | |
[ 1.135063] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high | |
[ 1.141542] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz | |
[ 1.147665] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz | |
[ 1.153760] pca953x 3-0020: supply vcc not found, using dummy regulator | |
[ 1.160576] pca953x 3-0020: using no AI | |
[ 1.185525] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz | |
[ 1.191646] pca953x 4-0020: supply vcc not found, using dummy regulator | |
[ 1.198470] pca953x 4-0020: using no AI | |
[ 1.225398] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz | |
[ 1.231185] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created | |
[ 1.239728] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created | |
[ 1.249065] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created | |
[ 1.257666] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created | |
[ 1.274878] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
[ 1.284766] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.291527] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.300507] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 | |
[ 1.310662] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.317421] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.325348] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250 | |
[ 1.334772] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250 | |
[ 1.343617] printk: console [ttyS2] enabled | |
[ 1.343617] printk: console [ttyS2] enabled | |
[ 1.352061] printk: bootconsole [ns16550a0] disabled | |
[ 1.352061] printk: bootconsole [ns16550a0] disabled | |
[ 1.362467] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250 | |
[ 1.371429] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250 | |
[ 1.380382] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250 | |
[ 1.389995] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 1.433090] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 1.441734] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 1.450008] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 1.462813] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 1.470022] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 1.476230] pps pps0: new PPS source ptp0 | |
[ 1.480351] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 | |
[ 1.490662] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 | |
[ 1.499551] mmc0: CQHCI version 5.10 | |
[ 1.543661] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit | |
[ 1.631817] mmc0: Command Queue Engine enabled | |
[ 1.636274] mmc0: new HS200 MMC card at address 0001 | |
[ 1.641620] mmcblk0: mmc0:0001 S0J56X 14.8 GiB | |
[ 1.647316] mmcblk0: p1 p2 p3 | |
[ 1.650803] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.656512] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.662116] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) | |
[ 1.725275] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC | |
[ 1.738257] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 | |
[ 1.744916] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-02-28T10:30:48 UTC (1709116248) | |
[ 1.908235] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC | |
[ 1.921287] tps6594-rtc tps6594-rtc.9.auto: registered as rtc1 | |
[ 1.927262] pca953x 2-0020: supply vcc not found, using dummy regulator | |
[ 1.933924] pca953x 2-0020: using no AI | |
[ 1.961965] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.968776] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.975578] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.982376] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.989141] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.002870] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) | |
[ 2.013450] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) | |
[ 2.027101] spi-nor spi0.0: mt25qu512a (65536 Kbytes) | |
[ 2.032208] 8 fixed-partitions partitions found on MTD device 47050000.spi.0 | |
[ 2.039246] Creating 8 MTD partitions on "47050000.spi.0": | |
[ 2.044718] 0x000000000000-0x000000080000 : "qspi.tiboot3" | |
[ 2.050801] 0x000000080000-0x000000280000 : "qspi.tispl" | |
[ 2.056542] 0x000000280000-0x000000680000 : "qspi.u-boot" | |
[ 2.062359] 0x000000680000-0x0000006a0000 : "qspi.env" | |
[ 2.067911] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup" | |
[ 2.074073] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw" | |
[ 2.079805] 0x000000800000-0x000003fc0000 : "qspi.rootfs" | |
[ 2.085615] 0x000003fe0000-0x000004000000 : "qspi.phypattern" | |
[ 2.092386] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 2.137094] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 2.145757] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 2.154028] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 2.166831] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 2.174037] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 2.180209] pps pps0: new PPS source ptp1 | |
[ 2.184328] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 | |
[ 2.194630] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 | |
[ 2.203200] mmc1: CQHCI version 5.10 | |
[ 2.209522] input: gpio-keys as /devices/platform/gpio-keys/input/input0 | |
[ 2.247689] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit | |
[ 2.261894] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 2.271366] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 2.304572] mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
[ 2.311506] mmcblk1: mmc1:aaaa SC16G 14.8 GiB | |
[ 2.320138] mmcblk1: p1 p2 p3 | |
[ 6.357893] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 6.389089] Sending DHCP requests ., OK | |
[ 6.408924] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.202 | |
[ 6.416655] IP-Config: Complete: | |
[ 6.419875] device=eth0, hwaddr=78:db:2f:df:b2:ff, ipaddr=192.168.0.202, mask=255.255.255.0, gw=192.168.0.1 | |
[ 6.430029] host=192.168.0.202, domain=ti.com, nis-domain=(none) | |
[ 6.436453] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= | |
[ 6.436455] nameserver0=192.0.2.2, nameserver1=192.0.2.3 | |
[ 6.452768] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=184, clk=5, ret=-19 | |
[ 6.463948] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=157, clk=403, ret=-19 | |
[ 6.474487] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=157, clk=402, ret=-19 | |
[ 6.486287] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=21, ret=-19 | |
[ 6.496740] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=20, ret=-19 | |
[ 6.507191] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=19, ret=-19 | |
[ 6.522059] ALSA device list: | |
[ 6.525015] No soundcards found. | |
[ 6.559175] VFS: Mounted root (nfs filesystem) on device 0:20. | |
[ 6.565292] devtmpfs: mounted | |
[ 6.569192] Freeing unused kernel memory: 2112K | |
[ 6.589140] Run /sbin/init as init process | |
[ 7.033144] random: crng init done | |
[ 7.067692] NET: Registered PF_INET6 protocol family | |
[ 7.073763] Segment Routing with IPv6 | |
[ 7.077529] In-situ OAM (IOAM) with IPv6 | |
[ 7.122075] 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) | |
[ 7.153483] systemd[1]: Detected architecture arm64. | |
Welcome to [1mArago 2023.10[0m! | |
[ 7.226697] systemd[1]: Hostname set to <j721e-evm>. | |
[ 7.331367] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. | |
[ 7.352654] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' 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. | |
[ 7.377886] 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. | |
[ 7.404257] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' 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. | |
[ 7.633750] 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. | |
[ 7.704494] 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. | |
[ 7.783347] systemd[1]: Queued start job for default target Graphical Interface. | |
[ 7.831431] systemd[1]: Created slice Slice /system/getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m. | |
[ 7.854453] systemd[1]: Created slice Slice /system/modprobe. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m. | |
[ 7.878394] systemd[1]: Created slice Slice /system/serial-getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m. | |
[ 7.902136] systemd[1]: Created slice User and Session Slice. | |
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. | |
[ 7.925293] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. | |
[ 7.949226] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. | |
[ 7.973284] systemd[1]: Reached target Path Units. | |
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m. | |
[ 7.993150] systemd[1]: Reached target Remote File Systems. | |
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. | |
[ 8.013144] systemd[1]: Reached target Slice Units. | |
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m. | |
[ 8.033147] systemd[1]: Reached target Swaps. | |
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m. | |
[ 8.075081] systemd[1]: Listening on RPCbind Server Activation Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m. | |
[ 8.097224] systemd[1]: Reached target RPC Port Mapper. | |
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m. | |
[ 8.120910] systemd[1]: Listening on Process Core Dump Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m. | |
[ 8.141309] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. | |
[ 8.165856] systemd[1]: Listening on Journal Audit Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. | |
[ 8.185694] systemd[1]: Listening on Journal Socket (/dev/log). | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. | |
[ 8.209431] systemd[1]: Listening on Journal Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. | |
[ 8.225795] systemd[1]: Listening on Network Service Netlink Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. | |
[ 8.250526] systemd[1]: Listening on udev Control Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. | |
[ 8.273368] systemd[1]: Listening on udev Kernel Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. | |
[ 8.293717] systemd[1]: Listening on User Database Manager Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m. | |
[ 8.337363] systemd[1]: Mounting Huge Pages File System... | |
Mounting [0;1;39mHuge Pages File System[0m... | |
[ 8.355556] systemd[1]: Mounting POSIX Message Queue File System... | |
Mounting [0;1;39mPOSIX Message Queue File System[0m... | |
[ 8.379549] systemd[1]: Mounting Kernel Debug File System... | |
Mounting [0;1;39mKernel Debug File System[0m... | |
[ 8.397344] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). | |
[ 8.429396] systemd[1]: Mounting Temporary Directory /tmp... | |
Mounting [0;1;39mTemporary Directory /tmp[0m... | |
[ 8.448370] systemd[1]: Starting Create List of Static Device Nodes... | |
Starting [0;1;39mCreate List of Static Device Nodes[0m... | |
[ 8.471531] systemd[1]: Starting Load Kernel Module configfs... | |
Starting [0;1;39mLoad Kernel Module configfs[0m... | |
[ 8.491406] systemd[1]: Starting Load Kernel Module drm... | |
Starting [0;1;39mLoad Kernel Module drm[0m... | |
[ 8.529200] systemd[1]: Starting Load Kernel Module fuse... | |
Starting [0;1;39mLoad Kernel Module fuse[0m... | |
[ 8.565635] systemd[1]: Starting Start psplash boot splash screen... | |
Starting [0;1;39mStart psplash boot splash screen[0m... | |
[ 8.581792] fuse: init (API version 7.37) | |
[ 8.600872] systemd[1]: Starting RPC Bind... | |
Starting [0;1;39mRPC Bind[0m... | |
[ 8.621476] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
[ 8.658069] systemd[1]: Starting Journal Service... | |
Starting [0;1;39mJournal Service[0m... | |
[ 8.677859] systemd[1]: Starting Load Kernel Modules... | |
Starting [0;1;39mLoad Kernel Modules[0m... | |
[ 8.695804] systemd[1]: Starting Generate network units from Kernel command line... | |
Starting [0;1;39mGenerate network ts from Kernel command line[0m... | |
[ 8.724134] systemd[1]: Starting Remount Root and Kernel File Systems... | |
Starting [0;1;39mRemount Root and Kernel File Systems[ 8.735750] cryptodev: loading out-of-tree module taints kernel. | |
[0m... | |
[ 8.746946] cryptodev: driver 1.12 loaded. | |
[ 8.769690] systemd[1]: Starting Coldplug All udev Devices... | |
Starting [0;1;39mColdplug All udev Devices[0m... | |
[ 8.788769] systemd[1]: Started RPC Bind. | |
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m. | |
[ 8.806387] systemd[1]: Started Journal Service. | |
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m. | |
See 'systemctl status psplash-start.service' for details. | |
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. | |
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m. | |
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. | |
Mounting [0;1;39mFUSE Control File System[0m... | |
Mounting [0;1;39mKernel Configuration File System[0m... | |
Starting [0;1;39mFlush Journal to Persistent Storage[0m... | |
Starting [0;1;39mApply Kernel Variables[0m...[ 9.139886] systemd-journald[163]: Received client request to flush runtime journal. | |
Starting [0;1;39mCreate Static Device Nodes in /dev[0m... | |
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. | |
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. | |
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m. | |
Mounting [0;1;39m/media/ram[0m... | |
Mounting [0;1;39m/var/volatile[0m... | |
[ 9.351406] audit: type=1334 audit(1709116256.104:2): prog-id=5 op=LOAD | |
[ 9.358289] audit: type=1334 audit(1709116256.112:3): prog-id=6 op=LOAD | |
Starting [0;1;39mRule-based Managefor Device Events and Files[0m... | |
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m. | |
Starting [0;1;39mLoad/Save Random Seed[0m... | |
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. | |
Starting [0;1;39mCreate Volatile Files and Directories[0m... | |
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. | |
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. | |
Starting [0;1;39mNetwork Time Synchronization[0m... | |
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m... | |
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m. | |
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. | |
[ 9.819000] CAN device driver interface | |
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 9.825782] systemd-journald[163]: Time jumped backwards, rotating. | |
Directories[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. | |
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m. | |
[ 9.898866] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: | |
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 9.913857] mc: Linux media interface: v0.10 | |
k Activation Socket[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m. | |
Starting [0;1;39mDocker Socket for the API[0m... | |
[ 9.955662] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 | |
[ 9.965414] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 | |
[ 9.982119] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 | |
[ 9.991019] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[ 10.002809] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode | |
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m. | |
[ 10.038834] remoteproc remoteproc0: 4d80800000.dsp is available | |
[ 10.045005] remoteproc remoteproc0: attaching to 4d80800000.dsp | |
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 10.056309] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode | |
n Activation Socket[0m. | |
Starting [0;1;39mWeston socket[0m... | |
[ 10.087980] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000 | |
[ 10.102231] videodev: Linux video capture interface: v2.00 | |
Starting [0;1;39mD-Bus System Message Bus[0m... | |
Starting [0;1;39mReboot and dump vmcore via kexec[0m... | |
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m. | |
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. | |
[ 10.193962] virtio_rpmsg_bus virtio0: rpmsg host is online | |
[ 10.203153] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd | |
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m. | |
[ 10.214368] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe | |
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via[ 10.228899] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7) | |
kexec[0m. | |
[ 10.252457] cdns-mhdp8546 a000000.dp-bridge: invalid resource | |
[ 10.260018] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached | |
[ 10.296099] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported | |
[ 10.307367] PVR_K: 195: Device: 4e20000000.gpu | |
[ 10.320440] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 | |
[ 10.343972] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 | |
[ 10.352717] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 10.370860] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
m. | |
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. | |
[ 10.393854] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.399390] PVR_K: 195: Read BVNC 22.104.208.318 from HW device registers | |
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m. | |
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m. | |
[ 10.465026] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode | |
[ 10.471929] PVR_K: 195: RGX Device registered with BVNC 22.104.208.318 | |
[ 10.479265] remoteproc remoteproc1: 4d81800000.dsp is available | |
[ 10.479363] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc | |
[ 10.485628] remoteproc remoteproc1: attaching to 4d81800000.dsp | |
[ 10.500017] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 1 | |
Starting [0;1;39mPrint notice about GPLv3 packages[0m... | |
Starting [0;1;39mIPv6 Packet Filtering Framework[0m... | |
Starting [0;1;39mIPv4 Packet Filtering Framework[0m... | |
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m. | |
Starting [0;1;39mLighttpd Daemon[0m... | |
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m. | |
[ 10.564716] audit: type=1334 audit(1709116255.846:4): prog-id=7 op=LOAD | |
[ 10.571842] audit: type=1334 audit(1709116255.854:5): prog-id=8 op=LOAD | |
Starting [0;1;39mUser Login Management[0m... | |
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m. | |
Starting [0;1;39mTelnet Server[0m... | |
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m. | |
Starting [0;1;39mNetwork Configuration[0m... | |
[ 10.641691] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode | |
[ 10.657992] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000 | |
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m. | |
[ 10.682788] virtio_rpmsg_bus virtio1: rpmsg host is online | |
[ 10.688319] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 10.690557] img_dec 4300000.video-decoder: decoder registered as /dev/video0 | |
[ 10.697483] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe | |
[ 10.765077] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7) | |
[ 10.766006] img_enc 4200000.video-encoder: encoder registered as /dev/video1 | |
[ 10.785904] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached | |
[ 10.795225] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 | |
[ 10.848594] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode | |
[ 10.916022] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) | |
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m. | |
[ 10.929254] remoteproc remoteproc2: 64800000.dsp is available | |
[ 10.940198] platform 41000000.r5f: configured R5F for IPC-only mode | |
[ 10.948024] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 | |
[ 10.957709] remoteproc remoteproc2: attaching to 64800000.dsp | |
[ 10.984692] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000 | |
[ 11.007984] remoteproc remoteproc3: 41000000.r5f is available | |
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. | |
[ 11.016039] remoteproc remoteproc2: unsupported resource 65538 | |
[ 11.041953] Amd/Fujitsu Extended Query Table at 0x0040 | |
[ 11.049368] Amd/Fujitsu Extended Query version 1.5. | |
[ 11.052557] remoteproc remoteproc3: attaching to 41000000.r5f | |
[ 11.054489] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom. | |
[ 11.061403] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00 | |
[ 11.069835] number of CFI chips: 1 | |
[ 11.080710] 6 fixed-partitions partitions found on MTD device 47034000.hyperbus | |
[ 11.090599] Creating 6 MTD partitions on "47034000.hyperbus": | |
[ 11.097659] 0x000000000000-0x000000080000 : "hbmc.tiboot3" | |
[ 11.137665] 0x000000080000-0x000000280000 : "hbmc.tispl" | |
[ 11.154404] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode | |
[ 11.156252] 0x000000280000-0x000000680000 : "hbmc.u-boot" | |
[ 11.163252] platform 41000000.r5f: R5F core initialized in IPC-only mode | |
[ 11.182923] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000 | |
[ 11.188582] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000 | |
[ 11.193943] virtio_rpmsg_bus virtio2: rpmsg host is online | |
[ 11.206923] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 11.206974] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 11.218304] 0x000000680000-0x0000006c0000 : "hbmc.env" | |
[ 11.222950] rproc-virtio rproc-virtio.15.auto: registered virtio2 (type 7) | |
[ 11.228834] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) | |
[ 11.234313] remoteproc remoteproc3: remote processor 41000000.r5f is now attached | |
[ 11.247635] 0x0000006c0000-0x0000007c0000 : "hbmc.sysfw" | |
[ 11.259204] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] | |
[ 11.268700] virtio_rpmsg_bus virtio3: rpmsg host is online | |
[ 11.276269] 0x000000800000-0x000004000000 : "hbmc.rootfs" | |
[ 11.284150] platform 5c00000.r5f: configured R5F for IPC-only mode | |
[ 11.292580] rproc-virtio rproc-virtio.14.auto: registered virtio3 (type 7) | |
[ 11.309586] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 11.320747] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 11.322778] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 11.364849] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 11.378151] remoteproc remoteproc2: remote processor 64800000.dsp is now attached | |
[ 11.386743] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 11.399408] pci 0000:00:00.0: supports D1 | |
[ 11.404168] pci 0000:00:00.0: PME# supported from D0 D1 D3hot | |
[ 11.420237] remoteproc remoteproc4: 5c00000.r5f is available | |
[ 11.424684] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 11.427125] remoteproc remoteproc4: attaching to 5c00000.r5f | |
[ 11.441145] platform 5c00000.r5f: R5F core initialized in IPC-only mode | |
[ 11.448083] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 11.459314] virtio_rpmsg_bus virtio4: rpmsg host is online | |
[ 11.465330] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7) | |
[ 11.472587] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 11.481241] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached | |
[ 11.493560] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 11.500824] platform 5e00000.r5f: configured R5F for IPC-only mode | |
[ 11.507557] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 11.513222] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 | |
[ 11.522222] pcieport 0000:00:00.0: PME: Signaling with IRQ 817 | |
[ 11.530112] remoteproc remoteproc5: 5e00000.r5f is available | |
[ 11.537141] remoteproc remoteproc5: attaching to 5e00000.r5f | |
[ 11.544677] platform 5e00000.r5f: R5F core initialized in IPC-only mode | |
[ 11.547146] pcieport 0000:00:00.0: AER: enabled with IRQ 817 | |
[ 11.551786] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000 | |
[ 11.567762] virtio_rpmsg_bus virtio5: rpmsg host is online | |
[ 11.573580] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7) | |
[ 11.580665] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 11.590195] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe | |
[ 11.602870] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached | |
[ 11.618125] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe | |
[ 11.630089] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: | |
[ 11.673018] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 | |
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m. | |
[ 11.721509] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 | |
[ 11.730254] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
Starting [0;1;39mNetwork Name Resolution[0m... | |
[ 11.845451] j721e-pcie-host 2910000.pcie: Link up | |
[ 11.931181] j721e-pcie-host 2910000.pcie: Link up | |
[ 11.940860] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00 | |
[ 11.948232] pci_bus 0001:00: root bus resource [bus 00-ff] | |
[ 11.954473] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) | |
[ 11.964875] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] | |
[ 11.972417] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 11.978682] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 11.988972] pci 0001:00:00.0: supports D1 | |
[ 11.993191] pci 0001:00:00.0: PME# supported from D0 D1 D3hot | |
[ 12.001532] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 12.010185] pci 0001:01:00.0: [1912:0014] type 00 class 0x0c0330 | |
[ 12.017126] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] | |
[ 12.025534] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold | |
[ 12.031105] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe | |
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. | |
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m... | |
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m... | |
Starting [0;1;39mcontainerd container runtime[0m... | |
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m. | |
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv[ 12.159685] m_can_platform 40528000.can: m_can device registered (irq=820, version=32) | |
2/3 locking.[0m. | |
Starting [0;1;39mPermit User Sessions[0m... | |
[ 12.184968] m_can_platform 40568000.can: m_can device registered (irq=821, version=32) | |
[ 12.197692] m_can_platform 2701000.can: m_can device registered (irq=822, version=32) | |
[ 12.210806] m_can_platform 2721000.can: m_can device registered (irq=823, version=32) | |
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m. | |
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m. | |
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. | |
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. | |
Starting [0;1;39mSynchronize System and HW clocks[0m... | |
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m... | |
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m. | |
[ 12.508534] Console: switching to colour frame buffer device 240x67 | |
[ 12.534353] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device | |
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m. | |
[ 13.051912] audit: type=1334 audit(1709116258.334:6): prog-id=9 op=LOAD | |
[ 13.060498] audit: type=1334 audit(1709116258.342:7): prog-id=10 op=LOAD | |
Starting [0;1;39mUser Database Manager[0m... | |
[ 13.185319] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 13.217302] pci 0001:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff] | |
[ 13.228136] pci 0001:01:00.0: BAR 0: assigned [mem 0x18100000-0x18101fff 64bit] | |
[ 13.238476] pci 0001:00:00.0: PCI bridge to [bus 01] | |
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m. | |
[ 13.287820] pci 0001:00:00.0: bridge window [mem 0x18100000-0x181fffff] | |
[ 13.345374] pcieport 0001:00:00.0: enabling device (0000 -> 0002) | |
[ 13.399433] pcieport 0001:00:00.0: PME: Signaling with IRQ 825 | |
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m. | |
[ 13.520810] pcieport 0001:00:00.0: AER: enabled with IRQ 825 | |
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m... | |
[ 13.589075] pci 0001:01:00.0: enabling device (0000 -> 0002) | |
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m. | |
[ 13.622608] pci 0001:01:00.0: quirk_usb_early_handoff+0x0/0x9c0 took 32755 usecs | |
Starting [0;1;39mUser Manager for UID 1000[0m... | |
[ 13.672173] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: | |
[ 13.686144] audit: type=1006 audit(1709116258.970:8): pid=563 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 | |
[ 13.714397] audit: type=1300 audit(1709116258.970:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4317458 a2=4 a3=ffff98ece020 items=0 ppid=1 pid=563 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) | |
[ 13.747574] audit: type=1327 audit(1709116258.970:8): proctitle="(systemd)" | |
[ 13.759134] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 | |
[ 13.804917] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled | |
[ 13.804931] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled | |
[ 13.804935] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled | |
[ 13.804938] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled | |
[ 13.812629] scsi host0: ufshcd | |
[ 13.855199] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 | |
[ 13.855219] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[ 13.915269] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c | |
[ 13.929056] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 13.969150] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 13.982888] remoteproc remoteproc6: b034000.pru is available | |
[ 13.989180] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found | |
[ 14.001367] scsi 0:0:0:0: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 14.022290] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB) | |
[ 14.030618] scsi 0:0:0:1: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 14.039753] sd 0:0:0:0: [sda] Write Protect is off | |
[ 14.057914] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA | |
[ 14.071403] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB) | |
[ 14.083455] sd 0:0:0:1: [sdb] Write Protect is off | |
[ 14.098724] sd 0:0:0:0: [sda] Preferred minimum I/O size 65536 bytes | |
[ 14.106311] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA | |
[ 14.124307] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes | |
[ 14.134557] sd 0:0:0:1: [sdb] Preferred minimum I/O size 65536 bytes | |
[ 14.144551] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes | |
[ 14.146946] remoteproc remoteproc7: b004000.rtu is available | |
[ 14.159603] sd 0:0:0:0: [sda] Attached SCSI disk | |
[ 14.178655] sd 0:0:0:1: [sdb] Attached SCSI disk | |
[ 14.282901] remoteproc remoteproc8: b00a000.txpru is available | |
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m. | |
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m. | |
[ 14.326095] audit: type=1006 audit(1709116259.610:9): pid=447 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 | |
[ 14.337678] remoteproc remoteproc9: b038000.pru is available | |
[ 14.354448] audit: type=1300 audit(1709116259.610:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4317458 a2=4 a3=ffff98ece020 items=0 ppid=1 pid=447 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) | |
[ 14.371674] remoteproc remoteproc10: b006000.rtu is available | |
[ 14.416599] audit: type=1327 audit(1709116259.610:9): proctitle="(weston)" | |
[ 14.473731] remoteproc remoteproc11: b00c000.txpru is available | |
[ 14.545377] remoteproc remoteproc12: b134000.pru is available | |
[ 14.556409] remoteproc remoteproc13: b104000.rtu is available | |
[ 14.567372] remoteproc remoteproc14: b10a000.txpru is available | |
[ 14.575017] remoteproc remoteproc15: b138000.pru is available | |
[ 14.590334] remoteproc remoteproc16: b106000.rtu is available | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m. | |
See 'systemctl status weston.service' for details. | |
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m. | |
[ 14.641563] remoteproc remoteproc17: b10c000.txpru is available | |
[ 15.145336] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00 | |
[ 15.166391] pci_bus 0002:00: root bus resource [bus 00-ff] | |
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m. | |
[ 15.233682] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) | |
[ 15.242764] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) | |
[ 15.254308] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 15.293214] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 15.303357] pci 0002:00:00.0: supports D1 | |
[ 15.308286] pci 0002:00:00.0: PME# supported from D0 D1 D3hot | |
[ 15.319493] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 15.327905] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 15.334627] pci 0002:00:00.0: PCI bridge to [bus 01] | |
[ 15.340231] pcieport 0002:00:00.0: PME: Signaling with IRQ 879 | |
[ 15.347184] pcieport 0002:00:00.0: AER: enabled with IRQ 879 | |
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m. | |
[ 15.449607] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22 | |
[ 15.620108] xhci_hcd 0001:01:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM | |
[ 15.668328] xhci_hcd 0001:01:00.0: xHCI Host Controller | |
[ 15.675777] xhci_hcd 0001:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 15.712611] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22 | |
[ 15.722560] xhci_hcd 0001:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410 | |
[ 15.732487] xhci_hcd 0001:01:00.0: xHCI Host Controller | |
[ 15.737753] xhci_hcd 0001:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 15.745195] xhci_hcd 0001:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 15.752871] hub 1-0:1.0: USB hub found | |
[ 15.757000] hub 1-0:1.0: 4 ports detected | |
[ 15.767161] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
[ 15.804564] hub 2-0:1.0: USB hub found | |
[ 15.809333] hub 2-0:1.0: 4 ports detected | |
[ 16.017132] usb 1-4: new high-speed USB device number 2 using xhci_hcd | |
Starting [0;1;39mSave/Restore Sound Card State[0m... | |
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. | |
[ 16.183665] usb-storage 1-4:1.0: USB Mass Storage device detected | |
[ 16.201601] scsi host1: usb-storage 1-4:1.0 | |
[ 16.300462] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller | |
[ 16.342331] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 3 | |
[ 16.359505] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 | |
[ 16.370174] xhci-hcd xhci-hcd.18.auto: irq 828, io mem 0x06010000 | |
[ 16.379331] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller | |
[ 16.387101] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 4 | |
[ 16.395393] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed | |
[ 16.404144] hub 3-0:1.0: USB hub found | |
[ 16.409985] hub 3-0:1.0: 1 port detected | |
[ 16.417330] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
[ 16.427289] hub 4-0:1.0: USB hub found | |
[ 16.431619] hub 4-0:1.0: 1 port detected | |
[ 16.440619] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller | |
[ 16.446566] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 5 | |
[ 16.456527] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 | |
[ 16.466486] xhci-hcd xhci-hcd.19.auto: irq 884, io mem 0x06410000 | |
[ 16.474598] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller | |
[ 16.483517] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 6 | |
[ 16.493662] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed | |
[ 16.512836] hub 5-0:1.0: USB hub found | |
[ 16.517722] hub 5-0:1.0: 1 port detected | |
[ 16.524431] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. | |
[ 16.557916] hub 6-0:1.0: USB hub found | |
[ 16.574381] hub 6-0:1.0: 1 port detected | |
[ 16.669134] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m. | |
[ 16.777154] usb 5-1: new high-speed USB device number 2 using xhci-hcd | |
[ 16.827846] hub 3-1:1.0: USB hub found | |
[ 16.832085] hub 3-1:1.0: 4 ports detected | |
[ 16.930130] hub 5-1:1.0: USB hub found | |
[ 16.934136] hub 5-1:1.0: 4 ports detected | |
[ 16.994411] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd | |
[ 17.110064] hub 4-1:1.0: USB hub found | |
[ 17.114046] hub 4-1:1.0: 4 ports detected | |
[ 17.197144] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd | |
[ 17.245141] usb 5-1.3: new high-speed USB device number 3 using xhci-hcd | |
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m. | |
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m... | |
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m. | |
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m... | |
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m. | |
Mounting [0;1;39m/run/media/mmcblk0p1[0m... | |
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m. | |
Mounting [0;1;39m/run/media/mmcblk1p3[0m... | |
[ 17.387420] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m. | |
[ 17.424181] scsi 1:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ: 0 ANSI: 4 | |
[ 17.434533] sd 1:0:0:0: [sdc] 15950592 512-byte logical blocks: (8.17 GB/7.61 GiB) | |
[ 17.444498] sd 1:0:0:0: [sdc] Write Protect is off | |
[ 17.453384] sd 1:0:0:0: [sdc] No Caching mode page found | |
[ 17.460677] sd 1:0:0:0: [sdc] Assuming drive cache: write through | |
[ 17.472037] sdc: sdc1 | |
[ 17.474670] sd 1:0:0:0: [sdc] Attached SCSI removable disk | |
[ 17.576565] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[ 17.656039] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[ 17.772801] EXT4-fs (mmcblk1p2): recovery complete | |
[ 17.778106] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 17.861760] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
*************************************************************** | |
*************************************************************** | |
NOTICE: This file system contains the following GPL-3.0 packages: | |
adwaita-icon-theme-symbolic | |
autoconf | |
bash | |
bc | |
binut[ 17.902996] EXT4-fs (mmcblk1p3): recovery complete | |
ils | |
cifs-utils | |
coreutils-stdbuf | |
coreutils | |
cpio | |
cpp-sym[ 17.912062] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none. | |
links | |
cpp | |
dosfstools | |
elfutils | |
g++-symlinks | |
g++ | |
gawk | |
gcc-symlinks | |
gcc | |
gdb | |
gdbserver | |
gettext | |
glmark2 | |
gnu-config | |
grub-common | |
grub-editenv | |
grub-efi | |
gzip | |
less | |
libasm1 | |
libatomic-dev | |
libatomic1 | |
libbfd | |
libdebuginfod1 | |
libdw1 | |
libelf1 | |
libgcc-s-dev | |
libgcc1 | |
libgdbm-compat4 | |
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 | |
libreadline8 | |
libstdc++-dev | |
libstdc++6 | |
libunistring2 | |
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 | |
*************************************************************** | |
*************************************************************** | |
_____ _____ _ _ | |
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | |
| | _| .'| . | . | | __| _| . | | | -_| _| _| | |
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| | |
|___| |___| | |
Arago Project j721e-evm - | |
Arago 2023.10 j721e-evm - | |
j721e-evm login: root | |
[ 18.834127] EXT2-fs (sdc1): warning: mounting unchecked fs, running e2fsck is recommended | |
[ 18.863155] ext2 filesystem being mounted at /run/media/sdc1 supports timestamps until 2038 (0x7fffffff) | |
[ 18.912247] audit: type=1006 audit(1709116264.194:10): pid=1412 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 | |
[ 18.925186] audit: type=1300 audit(1709116264.194:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc4317458 a2=1 a3=ffff98ece020 items=0 ppid=1 pid=1412 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) | |
[ 18.951867] audit: type=1327 audit(1709116264.194:10): proctitle="(systemd)" | |
[ 18.989785] audit: type=1334 audit(1709116264.274:11): prog-id=11 op=LOAD | |
[ 18.996616] audit: type=1300 audit(1709116264.274:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcde5de40 a2=78 a3=0 items=0 ppid=1 pid=1412 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) | |
[ 19.022139] audit: type=1327 audit(1709116264.274:11): proctitle="(systemd)" | |
[ 19.029281] audit: type=1334 audit(1709116264.274:12): prog-id=11 op=UNLOAD | |
[ 19.036295] audit: type=1334 audit(1709116264.274:13): prog-id=12 op=LOAD | |
7[r[999;999H[6n[ 22.481104] usb 3-1.1: device descriptor read/64, error -110 | |
root@j721e-evm:~# uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/cmdline | |
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
root@j721e-evm:~# [ 38.097105] usb 3-1.1: device descriptor read/64, error -110 | |
uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/mtd | |
[ 38.330334] usb 4-1.3: new SuperSpeed USB device number 3 using xhci-hcd | |
dev: size erasesize name | |
mtd0: 00080000 00001000 "qspi.tiboot3" | |
mtd1: 00200000 00001000 "qspi.tispl" | |
mtd2: 00400000 00001000 "qspi.u-boot" | |
mtd3: 00020000 00001000 "qspi.env" | |
mtd4: 00020000 00001000 "qspi.env.backup" | |
mtd5: 00100000 00001000 "qspi.sysfw" | |
mtd6: 037c0000 00001000 "qspi.rootfs" | |
mtd7: 00020000 00001000 "qspi.phypattern" | |
mtd8: 00080000 00040000 "hbmc.tiboot3" | |
mtd9: 00200000 00040000 "hbmc.tispl" | |
mtd10: 00400000 00040000 "hbmc.u-boot" | |
mtd11: 00040000 00040000 "hbmc.env" | |
mtd12: 00100000 00040000 "hbmc.sysfw" | |
mtd13: 03800000 00040000 "hbmc.rootfs" | |
root@j721e-evm:~# [ 38.442999] hub 4-1.3:1.0: USB hub found | |
[ 38.447186] hub 4-1.3:1.0: 4 ports detected | |
grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p | |
pnp /etc/resolv.conf && systemctl restart systemd-resolved | |
[ 38.537100] usb 3-1.1: new high-speed USB device number 4 using xhci-hcd | |
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc | |
total 28216 | |
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware | |
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel | |
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode | |
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode | |
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode | |
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode | |
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode | |
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71 | |
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed | |
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru | |
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw | |
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db | |
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318 | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k | |
-rw-r--r-- 1 root root 382744 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 478552 Mar 9 2018 tee-pager_v2.bin | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin | |
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc | |
ls: cannot access '/lib/firmware/ipc': No such file or directory | |
root@j721e-evm:~# cat /proc/diskstats | |
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
179 0 mmcblk0 1006 2 63932 655 0 0 0 0 0 952 655 0 0 0 0 0 0 | |
179 1 mmcblk0p1 321 0 20890 210 0 0 0 0 0 372 210 0 0 0 0 0 0 | |
179 2 mmcblk0p2 331 0 20890 182 0 0 0 0 0 368 182 0 0 0 0 0 0 | |
179 3 mmcblk0p3 317 2 20960 248 0 0 0 0 0 380 248 0 0 0 0 0 0 | |
179 32 mmcblk0boot0 170 0 3360 54 0 0 0 0 0 168 54 0 0 0 0 0 0 | |
179 64 mmcblk0boot1 170 0 3360 65 0 0 0 0 0 156 65 0 0 0 0 0 0 | |
31 0 mtdblock0 55 0 440 29 0 0 0 0 0 64 29 0 0 0 0 0 0 | |
31 1 mtdblock1 140 0 1120 157 0 0 0 0 0 220 157 0 0 0 0 0 0 | |
31 2 mtdblock2 174 0 1392 130 0 0 0 0 0 192 130 0 0 0 0 0 0 | |
31 3 mtdblock3 45 0 360 41 0 0 0 0 0 88 41 0 0 0 0 0 0 | |
31 4 mtdblock4 54 0 432 53 0 0 0 0 0 112 53 0 0 0 0 0 0 | |
31 5 mtdblock5 78 0 624 39 0 0 0 0 0 80 39 0 0 0 0 0 0 | |
31 6 mtdblock6 208 0 1664 202 0 0 0 0 0 304 202 0 0 0 0 0 0 | |
31 7 mtdblock7 54 0 432 33 0 0 0 0 0 64 33 0 0 0 0 0 0 | |
179 96 mmcblk1 1460 42 72284 2414 2 0 16 6 0 2180 2420 0 0 0 0 0 0 | |
179 97 mmcblk1p1 358 6 22880 703 0 0 0 0 0 844 703 0 0 0 0 0 0 | |
179 98 mmcblk1p2 278 33 21482 675 1 0 8 1 0 768 677 0 0 0 0 0 0 | |
179 99 mmcblk1p3 787 3 26730 983 1 0 8 4 0 1108 988 0 0 0 0 0 0 | |
31 8 mtdblock8 77 0 616 39 0 0 0 0 0 104 39 0 0 0 0 0 0 | |
31 9 mtdblock9 140 0 1120 74 0 0 0 0 0 128 74 0 0 0 0 0 0 | |
31 10 mtdblock10 145 0 1160 75 0 0 0 0 0 160 75 0 0 0 0 0 0 | |
31 11 mtdblock11 50 0 400 25 0 0 0 0 0 68 25 0 0 0 0 0 0 | |
31 12 mtdblock12 91 0 728 50 0 0 0 0 0 84 50 0 0 0 0 0 0 | |
31 13 mtdblock13 210 0 4032 262 0 0 0 0 0 312 262 0 0 0 0 0 0 | |
8 0 sda 181 0 3368 21 0 0 0 0 0 76 21 0 0 0 0 0 0 | |
8 16 sdb 331 0 12536 47 0 0 0 0 0 156 47 0 0 0 0 0 0 | |
8 32 sdc 294 0 15450 791 1 0 8 20 0 596 811 0 0 0 0 0 0 | |
8 33 sdc1 256 0 14754 751 1 0 8 20 0 532 771 0 0 0 0 0 0 | |
root@j721e-evm:~# cat /proc/interrupts | |
CPU0 CPU1 | |
11: 5057 4376 GICv3 30 Level arch_timer | |
14: 0 0 GICv3 23 Level arm-pmu | |
15: 0 0 GICv3 804 Edge arm-smmu-v3-evtq | |
16: 0 0 GICv3 800 Edge arm-smmu-v3-gerror | |
17: 2988 0 GICv3 69 Level 32c00000.mailbox thr_011 | |
18: 7172 0 GICv3 928 Level 42120000.i2c | |
19: 80 0 GICv3 232 Level 2000000.i2c | |
20: 19 0 GICv3 233 Level 2010000.i2c | |
21: 13 0 GICv3 235 Level 2030000.i2c | |
22: 6 0 GICv3 238 Level 2060000.i2c | |
23: 56140 419 MSI-INTA 15401056 Level 46000000.ethernet-tx0 | |
25: 78450 0 MSI-INTA 15401058 Level 46000000.ethernet | |
43: 6467 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0 | |
44: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1 | |
45: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2 | |
46: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3 | |
47: 0 0 MSI-INTA 13828540 Level 31150000.dma-controller chan4 | |
48: 0 0 MSI-INTA 13828541 Level 31150000.dma-controller chan5 | |
49: 0 0 MSI-INTA 13828542 Level 31150000.dma-controller chan6 | |
50: 0 0 MSI-INTA 13828543 Level 31150000.dma-controller chan7 | |
51: 0 0 MSI-INTA 13828544 Level 31150000.dma-controller chan8 | |
194: 679 0 GICv3 224 Level 2800000.serial | |
198: 0 0 GICv3 873 Level 47050000.spi | |
199: 0 0 GICv3 890 Level 46000000.ethernet | |
200: 0 0 INTR 391 Level 310d0000.cpts | |
201: 1645 0 GICv3 35 Level mmc0 | |
215: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2 | |
217: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c | |
300: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1 | |
442: 0 0 GPIO 11 Edge -davinci_gpio 2-0020 | |
467: 0 0 tps6594-0-0x48 0 Edge buck1_ov | |
468: 0 0 tps6594-0-0x48 1 Edge buck1_uv | |
469: 0 0 tps6594-0-0x48 2 Edge buck1_sc | |
470: 0 0 tps6594-0-0x48 3 Edge buck1_ilim | |
471: 0 0 tps6594-0-0x48 4 Edge buck2_ov | |
472: 0 0 tps6594-0-0x48 5 Edge buck2_uv | |
473: 0 0 tps6594-0-0x48 6 Edge buck2_sc | |
474: 0 0 tps6594-0-0x48 7 Edge buck2_ilim | |
475: 0 0 tps6594-0-0x48 8 Edge buck3_ov | |
476: 0 0 tps6594-0-0x48 9 Edge buck3_uv | |
477: 0 0 tps6594-0-0x48 10 Edge buck3_sc | |
478: 0 0 tps6594-0-0x48 11 Edge buck3_ilim | |
479: 0 0 tps6594-0-0x48 12 Edge buck4_ov | |
480: 0 0 tps6594-0-0x48 13 Edge buck4_uv | |
481: 0 0 tps6594-0-0x48 14 Edge buck4_sc | |
482: 0 0 tps6594-0-0x48 15 Edge buck4_ilim | |
483: 0 0 tps6594-0-0x48 16 Edge buck5_ov | |
484: 0 0 tps6594-0-0x48 17 Edge buck5_uv | |
485: 0 0 tps6594-0-0x48 18 Edge buck5_sc | |
486: 0 0 tps6594-0-0x48 19 Edge buck5_ilim | |
487: 0 0 tps6594-0-0x48 20 Edge ldo1_ov | |
488: 0 0 tps6594-0-0x48 21 Edge ldo1_uv | |
489: 0 0 tps6594-0-0x48 22 Edge ldo1_sc | |
490: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim | |
491: 0 0 tps6594-0-0x48 24 Edge ldo2_ov | |
492: 0 0 tps6594-0-0x48 25 Edge ldo2_uv | |
493: 0 0 tps6594-0-0x48 26 Edge ldo2_sc | |
494: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim | |
495: 0 0 tps6594-0-0x48 28 Edge ldo3_ov | |
496: 0 0 tps6594-0-0x48 29 Edge ldo3_uv | |
497: 0 0 tps6594-0-0x48 30 Edge ldo3_sc | |
498: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim | |
499: 0 0 tps6594-0-0x48 32 Edge ldo4_ov | |
500: 0 0 tps6594-0-0x48 33 Edge ldo4_uv | |
501: 0 0 tps6594-0-0x48 34 Edge ldo4_sc | |
502: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim | |
503: 0 0 tps6594-0-0x48 36 Edge vcca_ov | |
504: 0 0 tps6594-0-0x48 37 Edge vcca_uv | |
522: 0 0 tps6594-0-0x48 55 Edge npwron_start | |
523: 0 0 tps6594-0-0x48 56 Edge enable | |
524: 0 0 tps6594-0-0x48 57 Edge fsd | |
525: 0 0 tps6594-0-0x48 58 Edge soft_reboot | |
526: 0 0 tps6594-0-0x48 59 Edge bist_pass | |
527: 0 0 tps6594-0-0x48 60 Edge ext_clk | |
528: 0 0 tps6594-0-0x48 61 Edge twarn | |
529: 0 0 tps6594-0-0x48 62 Edge tsd_ord | |
530: 0 0 tps6594-0-0x48 63 Edge bist_fail | |
531: 0 0 tps6594-0-0x48 64 Edge reg_crc_err | |
532: 0 0 tps6594-0-0x48 65 Edge recov_cnt | |
533: 0 0 tps6594-0-0x48 66 Edge spmi_err | |
534: 0 0 tps6594-0-0x48 67 Edge npwron_long | |
535: 0 0 tps6594-0-0x48 68 Edge nint_readback | |
536: 0 0 tps6594-0-0x48 69 Edge nrstout_readback | |
537: 0 0 tps6594-0-0x48 70 Edge tsd_imm | |
538: 0 0 tps6594-0-0x48 71 Edge vcca_ovp | |
539: 0 0 tps6594-0-0x48 72 Edge pfsm_err | |
540: 0 0 tps6594-0-0x48 73 Edge imm_shutdown | |
541: 0 0 tps6594-0-0x48 74 Edge ord_shutdown | |
542: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err | |
543: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err | |
544: 0 0 tps6594-0-0x48 77 Edge comm_frm_err | |
545: 0 0 tps6594-0-0x48 78 Edge comm_crc_err | |
546: 0 0 tps6594-0-0x48 79 Edge comm_adr_err | |
547: 0 0 tps6594-0-0x48 82 Edge en_drv_readback | |
548: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback | |
553: 0 0 tps6594-0-0x48 88 Edge alarm | |
555: 0 0 tps6594-0-0x4c 0 Edge buck1_ov | |
556: 0 0 tps6594-0-0x4c 1 Edge buck1_uv | |
557: 0 0 tps6594-0-0x4c 2 Edge buck1_sc | |
558: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim | |
559: 0 0 tps6594-0-0x4c 4 Edge buck2_ov | |
560: 0 0 tps6594-0-0x4c 5 Edge buck2_uv | |
561: 0 0 tps6594-0-0x4c 6 Edge buck2_sc | |
562: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim | |
563: 0 0 tps6594-0-0x4c 8 Edge buck3_ov | |
564: 0 0 tps6594-0-0x4c 9 Edge buck3_uv | |
565: 0 0 tps6594-0-0x4c 10 Edge buck3_sc | |
566: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim | |
567: 0 0 tps6594-0-0x4c 12 Edge buck4_ov | |
568: 0 0 tps6594-0-0x4c 13 Edge buck4_uv | |
569: 0 0 tps6594-0-0x4c 14 Edge buck4_sc | |
570: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim | |
571: 0 0 tps6594-0-0x4c 16 Edge buck5_ov | |
572: 0 0 tps6594-0-0x4c 17 Edge buck5_uv | |
573: 0 0 tps6594-0-0x4c 18 Edge buck5_sc | |
574: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim | |
575: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov | |
576: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv | |
577: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc | |
578: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim | |
579: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov | |
580: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv | |
581: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc | |
582: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim | |
583: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov | |
584: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv | |
585: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc | |
586: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim | |
587: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov | |
588: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv | |
589: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc | |
590: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim | |
591: 0 0 tps6594-0-0x4c 36 Edge vcca_ov | |
592: 0 0 tps6594-0-0x4c 37 Edge vcca_uv | |
610: 0 0 tps6594-0-0x4c 55 Edge npwron_start | |
611: 0 0 tps6594-0-0x4c 56 Edge enable | |
612: 0 0 tps6594-0-0x4c 57 Edge fsd | |
613: 0 0 tps6594-0-0x4c 58 Edge soft_reboot | |
614: 0 0 tps6594-0-0x4c 59 Edge bist_pass | |
615: 0 0 tps6594-0-0x4c 60 Edge ext_clk | |
616: 0 0 tps6594-0-0x4c 61 Edge twarn | |
617: 0 0 tps6594-0-0x4c 62 Edge tsd_ord | |
618: 0 0 tps6594-0-0x4c 63 Edge bist_fail | |
619: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err | |
620: 0 0 tps6594-0-0x4c 65 Edge recov_cnt | |
621: 0 0 tps6594-0-0x4c 66 Edge spmi_err | |
622: 0 0 tps6594-0-0x4c 67 Edge npwron_long | |
623: 0 0 tps6594-0-0x4c 68 Edge nint_readback | |
624: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback | |
625: 0 0 tps6594-0-0x4c 70 Edge tsd_imm | |
626: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp | |
627: 0 0 tps6594-0-0x4c 72 Edge pfsm_err | |
628: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown | |
629: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown | |
630: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err | |
631: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err | |
632: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err | |
633: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err | |
634: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err | |
635: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback | |
636: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback | |
641: 0 0 tps6594-0-0x4c 88 Edge alarm | |
643: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0 | |
644: 4 0 INTR 432 Level mbox-main-r5fss0-core0 | |
645: 4 0 INTR 428 Level mbox-main-r5fss1-core0 | |
646: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1 | |
647: 2 0 INTR 420 Level mbox-c71-0 | |
681: 0 0 MSI-INTA 13893649 Edge 31150000.dma-controller chan4 | |
743: 0 0 MSI-INTA 13894674 Edge 31150000.dma-controller chan5 | |
744: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7 | |
745: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan8 | |
799: 3016 0 GICv3 36 Level mmc1 | |
800: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq | |
805: 0 0 GICv3 597 Level 2ba0000.mcasp_rx | |
806: 0 0 GICv3 892 Level TI-am335x-adc.11.auto | |
807: 0 0 GICv3 596 Level 2ba0000.mcasp_tx | |
808: 0 0 GICv3 893 Level TI-am335x-adc.12.auto | |
813: 1 0 GICv3 646 Level mhdp8546 | |
817: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv | |
818: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq | |
825: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv | |
826: 529 0 GICv3 634 Level tidss | |
827: 629 0 GICv3 49 Level ufshcd | |
828: 141 0 GICv3 128 Level xhci-hcd:usb3 | |
830: 1 0 GICv3 152 Level 6000000.usb | |
831: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq | |
833: 0 0 GICv3 43 Level 4e10000.rng | |
848: 0 0 GICv3 213 Level vxe-enc | |
849: 0 0 GICv3 212 Level vxd-dec | |
879: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv | |
884: 63 0 GICv3 136 Level xhci-hcd:usb5 | |
886: 0 0 GICv3 153 Level 6400000.usb | |
893: 0 1208 ITS-MSI 134742016 Edge xhci_hcd | |
894: 0 0 ITS-MSI 134742017 Edge xhci_hcd | |
895: 0 0 ITS-MSI 134742018 Edge xhci_hcd | |
IPI0: 3178 15111 Rescheduling interrupts | |
IPI1: 4718 11024 Function call interrupts | |
IPI2: 0 0 CPU stop interrupts | |
IPI3: 0 0 CPU stop (for crash dump) interrupts | |
IPI4: 0 0 Timer broadcast interrupts | |
IPI5: 0 0 IRQ work interrupts | |
IPI6: 0 0 CPU wake-up interrupts | |
Err: 0 | |
root@j721e-evm:~# cat /proc/softirqs | |
CPU0 CPU1 | |
HI: 31 2 | |
TIMER: 1911 1896 | |
NET_TX: 7 1 | |
NET_RX: 120616 440 | |
BLOCK: 1917 0 | |
IRQ_POLL: 0 0 | |
TASKLET: 9451 1239 | |
SCHED: 2131 2123 | |
HRTIMER: 0 0 | |
RCU: 11110 14226 | |
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1 | |
/run/media/mmcblk0p1: | |
total 2745 | |
-rwxrwx--- 1 root disk 33 Jul 16 2022 secondary_bootloader.md5 | |
-rwxrwx--- 1 root disk 268998 Jul 16 2022 sysfw.itb | |
-rwxrwx--- 1 root disk 293216 Jul 16 2022 tiboot3.bin | |
-rwxrwx--- 1 root disk 974120 Jul 16 2022 tispl.bin | |
-rwxrwx--- 1 root disk 1272860 Jul 16 2022 u-boot.img | |
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $? | |
1 | |
root@j721e-evm:~# [ 43.729067] usb 3-1.1: device descriptor read/64, error -110 | |
opkg list-installed | grep ti-test; echo $? | |
ti-test - 1.0-r0.121 | |
ti-test-extras - 1.0-r0.121 | |
0 | |
root@j721e-evm:~# lsmod | |
Module Size Used by | |
xhci_plat_hcd 16384 0 | |
xhci_pci 20480 0 | |
xhci_pci_renesas 16384 1 xhci_pci | |
pci_endpoint_test 20480 0 | |
cdns_csi2rx 20480 0 | |
v4l2_fwnode 20480 1 cdns_csi2rx | |
rpmsg_ctrl 16384 0 | |
ti_am335x_adc 20480 0 | |
kfifo_buf 16384 1 ti_am335x_adc | |
irq_pruss_intc 16384 0 | |
pru_rproc 24576 0 | |
rpmsg_char 16384 1 rpmsg_ctrl | |
omap_rng 16384 0 | |
cdns3 45056 0 | |
cdns_pltfrm 16384 0 | |
cdns_usb_common 20480 1 cdns3 | |
crct10dif_ce 16384 1 | |
snd_soc_j721e_evm 32768 0 | |
display_connector 16384 0 | |
overlay 122880 0 | |
phy_can_transceiver 16384 4 | |
cfg80211 389120 0 | |
rfkill 24576 2 cfg80211 | |
hbmc_am654 16384 0 | |
ti_k3_r5_remoteproc 28672 0 | |
hyperbus_core 16384 1 hbmc_am654 | |
vxe_enc 286720 0 | |
vxd_dec 331776 0 | |
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec | |
j721e_csi2rx 24576 0 | |
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec | |
k3_j72xx_bandgap 16384 0 | |
videobuf2_dma_contig 20480 1 j721e_csi2rx | |
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg | |
cdns_mhdp8546 40960 0 | |
tidss 61440 0 | |
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem | |
pvrsrvkm 1228800 0 | |
videobuf2_common 57344 8 j721e_csi2rx,vxe_enc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops | |
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx | |
drm_display_helper 139264 1 cdns_mhdp8546 | |
drm_dma_helper 20480 1 tidss | |
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
ti_am335x_tscadc 16384 1 ti_am335x_adc | |
pruss 16384 0 | |
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss | |
snd_soc_davinci_mcasp 32768 2 | |
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp | |
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp | |
sa2ul 36864 0 | |
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp | |
syscopyarea 16384 1 drm_kms_helper | |
ti_j721e_ufs 16384 0 | |
ti_k3_dsp_remoteproc 16384 0 | |
sysfillrect 16384 1 drm_kms_helper | |
virtio_rpmsg_bus 20480 0 | |
sysimgblt 16384 1 drm_kms_helper | |
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
snd_soc_pcm3168a_i2c 16384 1 | |
fb_sys_fops 16384 1 drm_kms_helper | |
rpmsg_ns 16384 1 virtio_rpmsg_bus | |
ti_k3_common 16384 1 ti_k3_dsp_remoteproc | |
pci_j721e_host 16384 0 | |
cdns_dphy_rx 16384 0 | |
pci_j721e 16384 1 pci_j721e_host | |
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c | |
pcie_cadence_host 16384 1 pci_j721e_host | |
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host | |
m_can_platform 16384 0 | |
cdns3_ti 16384 0 | |
m_can 24576 1 m_can_platform | |
can_dev 36864 1 m_can | |
rti_wdt 16384 0 | |
optee_rng 16384 0 | |
rng_core 20480 2 optee_rng,omap_rng | |
cryptodev 53248 0 | |
fuse 131072 1 | |
drm 561152 8 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss | |
drm_panel_orientation_quirks 28672 1 drm | |
ipv6 475136 40 | |
root@j721e-evm:~# echo 'hello world' | |
hello world | |
root@j721e-evm:~# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:12:52 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Trying to boot from UART | |
CLoaded 1048943 bytes | |
Loading Environment from nowhere... OK | |
init_env from device 7 not supported! | |
Starting ATF on ARM64 core... | |
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty | |
NOTICE: BL31: Built : 09:34:15, Aug 24 2023 | |
I/TC: | |
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
I/TC: Secure Board Configuration Software: Rev 0 | |
I/TC: Secure Boot Keys: Count 1, Rev 1 | |
I/TC: HUK Initialized | |
I/TC: Activated SA2UL 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 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Detected: J7X-BASE-CPB rev E3 | |
Detected: J7X-VSC8514-ETH rev E2 | |
Trying to boot from UART | |
CLoaded 1244747 bytes | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
SoC: J721E SR1.1 HS-SE | |
Model: Texas Instruments J721e EVM | |
Board: J721EX-PM2-SOM rev A | |
DRAM: 4 GiB | |
Core: 136 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 mdio_freq:1000000 | |
Detected: J7X-BASE-CPB rev E3 | |
Detected: J7X-VSC8514-ETH rev E2 | |
Net: eth0: ethernet@46000000port@1 | |
Hit any key to stop autoboot: 2 0 | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> | |
=> version | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ' | |
=> setenv bootcmd '' | |
=> setenv autoload 'no' | |
=> setenv serverip '192.168.0.1' | |
=> setenv _initramfs - | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e | |
board_rev=A | |
board_serial=0411 | |
board_software_revision=01 | |
boot=mmc | |
boot_fdt=try | |
boot_fit=1 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
dorprocboot=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
eth1addr=70:ff:76:1e:43:70 | |
eth2addr=70:ff:76:1e:43:71 | |
eth3addr=70:ff:76:1e:43:72 | |
eth4addr=70:ff:76:1e:43:73 | |
ethaddr=24:76:25:a4:4c:f5 | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde96860 | |
fdtfile=ti/k3-j721e-common-proc-board.dtb | |
fdtoverlay_addr_r=0x89000000 | |
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/${name_fdt} | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000411 | |
serverip=192.168.0.1 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 6892/131067 bytes | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' | |
=> setenv serverip '192.168.0.1' | |
=> setenv autoload 'no' | |
=> dhcp | |
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
BOOTP broadcast 1 | |
BOOTP broadcast 2 | |
BOOTP broadcast 3 | |
DHCP client bound to address 192.168.0.252 (1126 ms) | |
=> setenv dorprocboot '1' | |
=> run boot_rprocs | |
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 | |
691508 bytes read in 53 ms (12.4 MiB/s) | |
Load Remote Processor 2 with data@addr=0x82000000 691508 bytes: Success! | |
91496 bytes read in 40 ms (2.2 MiB/s) | |
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode | |
Load Remote Processor 3 with data@addr=0x82000000 91496 bytes: Failed! | |
91496 bytes read in 41 ms (2.1 MiB/s) | |
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success! | |
91496 bytes read in 40 ms (2.2 MiB/s) | |
k3_r5f_rproc r5f@5f00000: Invalid op: Trying to start secondary core 9 in lockstep mode | |
Load Remote Processor 5 with data@addr=0x82000000 91496 bytes: Failed! | |
144948 bytes read in 42 ms (3.3 MiB/s) | |
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success! | |
144948 bytes read in 41 ms (3.4 MiB/s) | |
Load Remote Processor 7 with data@addr=0x82000000 144948 bytes: Success! | |
10489000 bytes read in 48 ms (208.4 MiB/s) | |
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success! | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e | |
board_rev=A | |
board_serial=0411 | |
board_software_revision=01 | |
boot=mmc | |
boot_fdt=try | |
boot_fit=1 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
dnsip=192.0.2.2 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
eth1addr=70:ff:76:1e:43:70 | |
eth2addr=70:ff:76:1e:43:71 | |
eth3addr=70:ff:76:1e:43:72 | |
eth4addr=70:ff:76:1e:43:73 | |
ethact=ethernet@46000000port@1 | |
ethaddr=24:76:25:a4:4c:f5 | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde96860 | |
fdtfile=ti/k3-j721e-common-proc-board.dtb | |
fdtoverlay_addr_r=0x89000000 | |
fileaddr=82000000 | |
filesize=a00ca8 | |
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script | |
finduuid=part uuid ${boot} ${bootpart} uuid | |
gatewayip=192.168.0.1 | |
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt} | |
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 | |
ipaddr=192.168.0.252 | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
name_fdt=ti/k3-j721e-common-proc-board.dtb | |
name_fit=fitImage | |
name_kern=Image | |
netmask=255.255.255.0 | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000411 | |
serverip=192.168.0.1 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 7057/131067 bytes | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 ' | |
=> tftp ${addr_fit} 192.168.0.1:vatf_j721e-hsevm/9a8d2e5064c0b7e913a58b64d123d21f | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
Using ethernet@46000000port@1 device | |
TFTP from server 192.168.0.1; our IP address is 192.168.0.252 | |
Filename 'vatf_j721e-hsevm/9a8d2e5064c0b7e913a58b64d123d21f'. | |
Load address: 0x90000000 | |
Loading: *################################################## 8.6 MiB | |
9.5 MiB/s | |
done | |
Bytes transferred = 8989038 (89296e hex) | |
=> printenv bootcmd | |
bootcmd= | |
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;' | |
=> version | |
U-Boot 2024.04-rc3-75514-gd15518c451f-dirty (Feb 28 2024 - 15:13:09 +0530) | |
=> bdinfo | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 24:76:25:a4:4c:f5 | |
IP addr = 192.168.0.252 | |
fdt_blob = 0x00000000fde96860 | |
new_fdt = 0x00000000fde96860 | |
fdt_size = 0x0000000000020540 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce87000-0xffffffff], 0x03179000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde96850 | |
sp start = 0x00000000fde96850 | |
Early malloc usage: 31c8 / 8000 | |
=> | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 24:76:25:a4:4c:f5 | |
IP addr = 192.168.0.252 | |
fdt_blob = 0x00000000fde96860 | |
new_fdt = 0x00000000fde96860 | |
fdt_size = 0x0000000000020540 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce87000-0xffffffff], 0x03179000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde96850 | |
sp start = 0x00000000fde96850 | |
Early malloc usage: 31c8 / 8000 | |
=> ls mmc 0:1 | |
0 file(s), 0 dir(s) | |
=> ls mmc 1:1 | |
EFI/ | |
20591104 Image | |
278174 sysfw.itb | |
268978 sysfw-j721e-gp-evm.itb | |
278174 sysfw-j721e_sr1_1-hs-evm.itb | |
269718 sysfw-j721e_sr2-hs-fs-evm.itb | |
291408 tiboot3.bin | |
290633 tiboot3-j721e-gp-evm.bin | |
291408 tiboot3-j721e_sr1_1-hs-evm.bin | |
291408 tiboot3-j721e_sr2-hs-fs-evm.bin | |
1024723 tispl.bin | |
1300183 u-boot.img | |
574 uEnv.txt | |
4 ws-calibrate.rules | |
13 file(s), 1 dir(s) | |
=> ext4ls mmc 0:2 /lib/firmware | |
=> ext4ls mmc 1:2 /lib/firmware | |
<DIR> 4096 . | |
<DIR> 4096 .. | |
2040 LICENCE.ibt_firmware | |
2046 LICENCE.iwlwifi_firmware | |
<DIR> 4096 cadence | |
<DIR> 4096 intel | |
918268 iwlwifi-3160-17.ucode | |
2448976 iwlwifi-8000C-34.ucode | |
2428004 iwlwifi-8000C-36.ucode | |
2440780 iwlwifi-8265-34.ucode | |
2436632 iwlwifi-8265-36.ucode | |
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
<SYM> 69 j7-c66_0-fw | |
<SYM> 76 j7-c66_0-fw-sec | |
<SYM> 69 j7-c66_1-fw | |
<SYM> 76 j7-c66_1-fw-sec | |
<SYM> 65 j7-c71_0-fw | |
<SYM> 72 j7-c71_0-fw-sec | |
<SYM> 65 j7-main-r5f0_0-fw | |
<SYM> 72 j7-main-r5f0_0-fw-sec | |
<SYM> 67 j7-main-r5f0_1-fw | |
<SYM> 74 j7-main-r5f0_1-fw-sec | |
<SYM> 67 j7-main-r5f1_0-fw | |
<SYM> 74 j7-main-r5f1_0-fw-sec | |
<SYM> 67 j7-main-r5f1_1-fw | |
<SYM> 74 j7-main-r5f1_1-fw-sec | |
<SYM> 67 j7-mcu-r5f0_1-fw | |
<SYM> 49 j7-pru0_0-fw | |
<SYM> 49 j7-pru0_1-fw | |
<SYM> 49 j7-pru1_0-fw | |
<SYM> 49 j7-pru1_1-fw | |
<SYM> 49 j7-rtu0_0-fw | |
<SYM> 49 j7-rtu0_1-fw | |
<SYM> 49 j7-rtu1_0-fw | |
<SYM> 49 j7-rtu1_1-fw | |
<SYM> 35 j7-txpru0_0-fw | |
<SYM> 35 j7-txpru0_1-fw | |
<SYM> 35 j7-txpru1_0-fw | |
<SYM> 35 j7-txpru1_1-fw | |
<DIR> 4096 pru | |
247469 pvdec_full_bin.fw | |
4676 regulatory.db | |
1182 regulatory.db.p7s | |
122880 rgx.fw.22.104.208.318 | |
118784 rgx.fw.22.104.208.318.64k | |
382744 rgx.sh.22.104.208.318 | |
<DIR> 4096 ti-connectivity | |
<DIR> 4096 ti-eth | |
<DIR> 4096 ti-ipc | |
=> boot | |
WARN: fdtfile already set. Stop using findfdt in script | |
## Error: "get_overlaystring" not defined | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e | |
board_rev=A | |
board_serial=0411 | |
board_software_revision=01 | |
boot=mmc | |
boot_fdt=try | |
boot_fit=1 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit; | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
dnsip=192.0.2.2 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
eth1addr=70:ff:76:1e:43:70 | |
eth2addr=70:ff:76:1e:43:71 | |
eth3addr=70:ff:76:1e:43:72 | |
eth4addr=70:ff:76:1e:43:73 | |
ethact=ethernet@46000000port@1 | |
ethaddr=24:76:25:a4:4c:f5 | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde96860 | |
fdtfile=ti/k3-j721e-common-proc-board.dtb | |
fdtoverlay_addr_r=0x89000000 | |
fileaddr=90000000 | |
filesize=89296e | |
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script | |
finduuid=part uuid ${boot} ${bootpart} uuid | |
gatewayip=192.168.0.1 | |
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt} | |
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 | |
ipaddr=192.168.0.252 | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
name_fdt=ti/k3-j721e-common-proc-board.dtb | |
name_fit=fitImage | |
name_kern=Image | |
netmask=255.255.255.0 | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000411 | |
serverip=192.168.0.1 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 7285/131067 bytes | |
## Checking Image at 90000000 ... | |
FIT image found | |
FIT description: Kernel fitImage for Arago/6.1.69+gitAUTOINC+78d2216bc6/j721e-evm | |
Image 0 (kernel-1) | |
Description: Linux kernel | |
Type: Kernel Image | |
Compression: gzip compressed | |
Data Start: 0x900000f4 | |
Data Size: 8571865 Bytes = 8.2 MiB | |
Architecture: AArch64 | |
OS: Linux | |
Load Address: 0x81000000 | |
Entry Point: 0x81000000 | |
Hash algo: sha512 | |
Hash value: 13c1281682ac0e13c3b8448005736cacb10c2aa0b4d980640d837048b92b15436fcbeed42670d3199713e91e3036e33e5d02ca779d78b94f0471bf0b51d5fcd2 | |
Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9082ce14 | |
Data Size: 113262 Bytes = 110.6 KiB | |
Architecture: AArch64 | |
Load Address: 0x83000000 | |
Hash algo: sha512 | |
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655 | |
Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x908489a0 | |
Data Size: 102541 Bytes = 100.1 KiB | |
Architecture: AArch64 | |
Load Address: 0x83000000 | |
Hash algo: sha512 | |
Hash value: a71607280c6f926f4573a671db8fa131997a6d5a8b8975d946370d3acb70afbb5b54e1ff535a4a64efac49b216a14fcbef0cdafe888d46d98331f07ebd4ab38a | |
Image 3 (fdt-ti_k3-j721e-sk.dtb) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90861b40 | |
Data Size: 103298 Bytes = 100.9 KiB | |
Architecture: AArch64 | |
Load Address: 0x83000000 | |
Hash algo: sha512 | |
Hash value: f0a48bb4cf4c32d04bf129364d38c461a221a62333e4083e9c49bf41b5c9b2307be413bcb481fa58f04f6cbc46803b8e34fa9f7deeecf30b61e36234728a818f | |
Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087aff4 | |
Data Size: 3918 Bytes = 3.8 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: b7bb641b7d499202428b032b3bfb8e2ca49a8ad4265af30a5991a30a9600b0dd3bf9e4d2b62f432a84868a6b6bb9328578897c62a2c5d1ccf11b144f83902239 | |
Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087c068 | |
Data Size: 3589 Bytes = 3.5 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70 | |
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087cf88 | |
Data Size: 2988 Bytes = 2.9 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a | |
Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087dc54 | |
Data Size: 1623 Bytes = 1.6 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8 | |
Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087e3cc | |
Data Size: 4536 Bytes = 4.4 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513 | |
Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9087f69c | |
Data Size: 3389 Bytes = 3.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608 | |
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90880500 | |
Data Size: 4285 Bytes = 4.2 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2 | |
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x908816dc | |
Data Size: 2324 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d | |
Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90882110 | |
Data Size: 4216 Bytes = 4.1 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d | |
Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x908832a8 | |
Data Size: 1626 Bytes = 1.6 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac | |
Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90883a24 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae | |
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9088449c | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647 | |
Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90884f10 | |
Data Size: 2221 Bytes = 2.2 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19 | |
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x908858e0 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403 | |
Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90886358 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a | |
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90886dd0 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d | |
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90887844 | |
Data Size: 2221 Bytes = 2.2 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038 | |
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90888210 | |
Data Size: 2221 Bytes = 2.2 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3 | |
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90888be0 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e | |
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90889658 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355 | |
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9088a0d0 | |
Data Size: 2389 Bytes = 2.3 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b | |
Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9088ab44 | |
Data Size: 2221 Bytes = 2.2 KiB | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084 | |
Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo) | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9088b514 | |
Data Size: 785 Bytes = 785 Bytes | |
Architecture: AArch64 | |
Load Address: 0x83080000 | |
Hash algo: sha512 | |
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d | |
Default Configuration: 'conf-ti_k3-j721e-common-proc-board.dtb' | |
Configuration 0 (conf-ti_k3-j721e-common-proc-board.dtb) | |
Description: 1 Linux kernel, FDT blob | |
Kernel: kernel-1 | |
FDT: fdt-ti_k3-j721e-common-proc-board.dtb | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 20062ffa9a202ff69c540e8f8c46c2d2aa214a249ec35165441653e57aa9c755a112ddb11647001e64436d84cb45a1a215a50595e0d4be998cae8d37a401c7d8023720c79e95553aa42974fec099acc610110c11f5047b38fc3f31abf81b691a16803550e6c5a86534b88ddc2a578eb2662f16f584f5db65f20a4f39dffee742161e23fed99a0bdbb2ef6687dfdda4277824d9edc14401d3cd79ee837c99232e8a0e54298f462f0b0ec3003277d995f0aa4fcc2a717dc16f7a815d49c7a8ea1f4ead4e857ff055914a15340318f2494fcc5a2f3a2a3d806e29351a085e3a98b2001a98cbdb297a2d371ab60a4ae0835f0fc0a0801de1e7991bf146f4dbea1d6db486516c77a260e76b086e2ab87de349a27b46855d9ddfcf31833f115043f071a5be9618b63b2787c27479851b72a2ddf4f4040ddef1391dccf8ec0f27f13fd83ae23e7da26d7971b35bb0d4514e7f2dc5019e1e94f3b1802567cc4f07f370cc2bcd4c4f0e534e7e6688474c5c55ab4aa584560fc41527d260bc5b6c0c3fd962da0894aa5b26858ba11f922c5a399de53011ecb1da0fb5a960c74b4c4f3ce942b47611d1818568653e6a665f5d7683ed6e52f615f31f31e429857955dd3a28200a00a13e14e490017ccc5ead8dac19fd9f7aa7b395caff8ad5f58d2965bd7dc347faf4a1a748f1643ce19f46ae6a152ae92fb12cbbf046bb04096d7f5ce335e8 | |
Configuration 1 (conf-ti_k3-j721e-beagleboneai64.dtb) | |
Description: 0 Linux kernel, FDT blob | |
Kernel: kernel-1 | |
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 7047dfcded6b135f4acea13fc8f0ca42aff488ab617c624e530b5e0277dc4d3012317b2610ea61895bf11f7333ff6f6902e5a1940043cdc8fc2e171f676dd616bdfed62b528fb43828fcf64e34c9a994de19a1c0fd55613c6b046dee28e243e5ed8cdfd24df7a23602ff0b2ff457ee465451d624d51b3fceb5116456c56d7130e70d58c35a4c68679f7614e4a50d99e710d78faf3e61b713500cbe041e2ab7f734370e7ecd5bc5d7ead4621fadcae8a4b11866ff4c325a38d0aa07aae58454ff8cac01354c9d21dd2ecf2cd21143a52dad109e1a8cf59c17ac060e6385440e21856725136bf366753b4d43c6c0e1d2b4e993aadf86c9565c5f08174704632d9dd7d649022d5a874a5bcfe8044163e2499b93a1e7b6080ab61edbd0f99b506805e17c5633bd30782ad797e63013fb3f9150971b43123c36dc05d5f11c0fffefbb72660ff5f3e7c8e938b159c3d40565499ca4ca212261346c0f077066843d34ce28c5470c75190a48f884107f7308626cd647803ab3867095814f21682417b4a6939fc2f0bfd35bec29470d9f75f8af68403dc0cde33288a733edb5f38382b0b1239a1e0a5f0fb70bea65e1d39193e186d48a0626e303b37f97685281f15508e15c8485a01f8940d1a8c66451c48f34fd97b9c28e3e4de3d72e309df304e57c87020561a5e38222e6e019afaeb9546084f51ea38d582c19a64e4a5767b3f65d0f | |
Configuration 2 (conf-ti_k3-j721e-sk.dtb) | |
Description: 0 Linux kernel, FDT blob | |
Kernel: kernel-1 | |
FDT: fdt-ti_k3-j721e-sk.dtb | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 06a3d2656faf4d5ba6ae2facfb3a34e656c9c13385caf1eafdec8fd2b81eb7c1878eee9a1ffa6a24559466c4751bc9b8b80edcae05fff235c3f4a895000373476ea8d4735cf754c1c6e87593beb30c6d81a455a3de43d85d118ea89c7fa7a36dd4226466f7b1286966ad5d46bf9e6389744184ab5bc64e22fae73aee87493fcb1aa9e387878100de8c44ba209236a4ab532118c3f5b52facd54e5dcefc17c5eb854406ee8fede59397fe07a513c585d6b4d44d5aa19b4aeb2dec8ceec5eb78dd94101a0a2b0c2631d930aaf6cc273257763637dbe24c48b346dce4ba21a177af808416b7b88115a3c9f11944cb59d9c7994dcc5ecea9a7959cc17559cefbbd0a57b6892d0e5d4e519211545e2f03fab6ce1b6baccbb37e69c41c6a7414c4b62e6b40b6e72c0e16a22847cceccfffedfe3d30213d8c87664ac36e0eb29935318452edbad4516efbd37ed06d2691d828bb9eece05f9e01f81c673faf4eda2fb772f68e9a65a2bddf14ec711c29cd4277587317ae48c069abbfb7009168923ad32f0740d261368a7b3b3ad194d871819ce3a511235a872f28910ee8c66882c000ad35810eda6d5c8fea0d5798e3560e3d89cc618db7868485be5a92eadd63af5e5da7b4ab226933b92d4fb1112c73bbdbe099aef4a3b3669342db2b36a3f80051516f6670720fbe31c2f33a66791713a8015bbc0fbffd4291447cd85226dcf5cffb | |
Configuration 3 (conf-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 7ea228e17608f2838dfc80bf874f02ce5e709db37843ab9c3bba1b1f99ea8347c520d8d36471ef02902781775e7bc74cb1c411e16b81905e13218a30c3d6bab2dcb69393c87750038b6fd35cad9931e8bb55fca0d402ec9af92a5e833677f64c60fda92de2623c6fc318eff369b620b4b7b64e80b4e69789d7ff5406b920c88b3f6c4b98ef3dce70b31af28734f956109eaa48ddbf392a8464977ebb50cea150b285851f4d35735bad68f96b6f1694e3bca858eb6257558260303d4b46654637a6f82b0d38f3e951306829104872bff48f507cbedef24bae4f5e567bc0afb597f2ea92e9e82e5e9df0351b60a2a03b2851fc29ade2231f25e7f3461d7b731073b7b36d91f70d451ee658fa8d6a41eddc5ae40a7eb5b69512a9c45b64a21cf543679f10e2779b7461b9c3b556ee2b38c09e99a5971fcebaf5694ed06c5d79375d4779faab31f18dce498aae10f2369c51228d5cf64effc26f837df6a5525a9fdd7844763ec62a7f3a35d1003715435318c9607c0c738c7fe832b00b81a09ea5205270cdd896cfdc63e154a228c04d7019d50d0b02dc12085d478aeb7893bf4cd2fd77a5265f5179c61b3edd5570c57d1f56f64a719c5a914989ffdb56c02de9d0986b1fdfabc5029173ec5eeff0e6d81bc03afeb7ac8b1df76352a77853cdfefc3a236df4e1ee0f3c82068948c957cab721550853ee637bbeb5e5d0c496f0e10c | |
Configuration 4 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 75c1849c7053bd9bbbbc8eda9b57f6a955c58ead5535af2feae73a672a3696d5a2884c40362eafed8fe3dac60d065d986cc96136d0862746dc538c6b76c0523fbcd1aac2086611bdd5ab872e0aff880634d3403f7e991fc95d8c6b6fa38142911c6e76a127308dcbaa8f1fd7c50dfa7dbd7cbccde203a938e5835f279db3098f06c2acc32ff88401a5115f33ca3ad60af455daf3360e18f071d48acc6d79ccb8604b4aa715925a90de758825787ba74ff7ba2fbfb77630bfb58c7336ad58e053d2db77a9ef4cd073ba3c616511c17b5bb84cbb905d2c0fda5e89efb764867474100fb8ef8b5add6f1bbff1067c548a54b496bf847498c6be8daac4c7b2d13a251e404806a043b5dba2febb2e109b48aa4ad7c2ff015dc36c473514a992575bb6b509dce13ec80328d6a4d29a7911395f48ba00f448a0d18ec58e9d0d07e336d68d43fc3916009a37f4c12c752d2c6f483d9ae10e5eea5938a22871c3120bb803641ea4c6dcf6ab0df60791b9a8fdcf760746c00e52f8d3c858575a46f5b6669dce638e9ebcb35e403bfef3a7cf7f80ee35acb71ab550f5e6a555c6106f01c3c1935deab4b145f933dc89b59ebeab9a0bc1674475723e62cd3663fd42fc66f06c046ca45dcb4e2e9bdb576f587a3c5036c1cb9b8d7708f31b783ccc6354fe971b4f83fb1804b0d162b0073c1fef4c88843996f6322e9646d36dd7385b6d1c44aa | |
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: a8cf6343e5dcada3376bfd576056796570d50a58fd554601b9aa8d6cef9cc106aeb1b4daf45073a812444476d26ad65593334ffe7bc2e6f1765dcf6c46712bc31222fc818334afce364e4817dd169bcb2e19cb258825480f73fb1b604623adcaa1fb8304312d15b376ad66759e0316a769439cc2131a4a7765ad96c1e61a916be3253a0479d64a69c50abec64f8e91a9ffde996a32b28530a88e114942b7cb652a4bd18226e3403e866302aca56914ec499ea3edb9a40c007c0af84800dd6ca2788c15d8b36284acedf4343355d0bcf8662026aabb91bac68458de730cc4071300808623fc19972d1023cc79149f685a76bddc5c7a74a9f3021c6284b433a4ad3e0f4106f9c5c34b568b893e7bbccc4b40675e6843cc30b66c725a629c9d4aeda8a5c5180ac86a9655fb696b03c648e81379f451fc1b9e15529157498f23350f8cca69a68fb573a8c803b88804b0f422d55e9a9f9e1fc075c2ae3c35fa034434a8ec17d478410b0d8aa5f460e9d5919dbdf8642d9e2ddee74c830c6df4e6580273305f328b61608e908aa0fac8b4a82d914edbea03d4afe6b4e2b565a2b3c1dc397cd50f528ebdd5e739b125df4b27710c18b563d5de0b318a13fc875bae326c37e1a672f5b5118d622131a37a29f5ed60e73c24e8a2e1ef39bb1fd4a672c85fa021e4669d6442b22d6199380a9dafbd8b44057615d901701b8098fbfee14f28 | |
Configuration 6 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 137ed67e784f4662160a9f2e42383bef0b03fd5b8ae6e0382c2fba15720320bdeb6a48b95b7b4135b97f3c72da4e9e21bca323300915a3c291bebbd9b08eb45da932caf04bf2d801230866e170efeade44da282e1937b6e8467cd06b267c5b49abc2e4db4a1ebcbb8cbb482ac9d09bda0f3e523274f49108dd6bf97bdbb2e3040c7f3f4a11a98880a8eaecd189b4f88b083cdafb48aa81dbfab6affcc4c74e7d7f7a2a495a3b0c3c82116ff9bbe238638c9e59b7740149311b4884d98747dccfb6bd129fedf8b0a6b55c0bd174f0390145018ae633aec8b78fb2006ebda8797dd37c8bd47cb2eb365a772306cb2998f0e8762648a3933b0f6e4a6cede1e9da7048c670b73dc7d6016bf3d36d048c87091defba5361c39f255ffe649fe6a326dac75827e162fd130aeb67bfc32b8a4044fdba04b7592b39209d61524be0dc1f94f0a8d51257320e357a8f04106f749f5a7f91a9a1bcbc2751d4bf551a3aab16817aeb4e12aeec5ee26acb99993a3e9184eea0c0932c51dcb423471f4fb25298aa7ab8c55bfc4eb6d8d20a38a0cf429d2c81e55946e631598f1d19c509052385280e489b33a8d18f83003d064f89f3b7cbd838715c4dd60661aea5d516de0ec15e02a5678ffd72834e4d2ec333e4db6c2bbdba6efac5f181d5700f7322581dce93c2fc9f2ebceaab32a2de4fe17676dec62325c879fb35ea67be0ece1ede24bd75 | |
Configuration 7 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: b9c6d3dde8c1172cb4594473a87d3de133c18d28d7684d3d0fe5a8df1795d74b1182c2d7bd405d9a2671e754f7b291d6899437fb6615a6555d3b85df9af0b85e0f22503d4156dc17123ba5c091445ac3694e73b99de8151fa524c1205410b74637b7fd6ec7ee2188c25012c010380a510261a5577f1ef88859cd5b5f576f5caa76ede61d5d88f01e5914215f93534bce3f08b8d82c768545a92bb201bac6e94c34ed23b25ac366fcf95aba76c000e664013c7b07cd2a584de96b1e0328af5686018038579d33ff589efad8db01b349e43accdf338735c1c25af2e2fd333bf232607d8ca099192d12dab041a4e1c2dd50b512cb11c0794182ec0ea05c7835722f4f8d15c60cfede99886fdadf4fdf2304fd5061dd7d2f9a312825b3924d22588c63b99ad86e641cd39364f50fd02ad023bfbd7d347f8c187dd9c33c45ff5bd66832142deeb283f3231924e684d2ff20a873c825e5da215c975b88a6f95b3232db8cf82a46e1e6de475450a505c10cdb0ce87b764d90f8b3725f299ab6fb34a439f3c3f1a9d042b62b4a9d2cbb9b0da552e305cf86592b7f9420ada89150eb83ad6d05243d3875e99982164a468ab63154510a6e6606a3af0ed7a1c4df6cd1ec3a813931deb9545cb23c081a2cf6f7f0e4ee323355cc117da40ced1fdc00f498feeb397a7c1ec34521ca25b4c047cc735a2a622b9d5094515768d16ba78a88a544 | |
Configuration 8 (conf-ti_k3-j721e-sk-fusion.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 0cad9cd359738095a34a4e5006decb5b90fb1f45583eff7791c80cf4806ab25fe5457c1770c6f486b62227d5234bb0cd1a48d1e4f962ced499fdfbe752f171318c43c59e25d08975bd6912212f1d3ec5e5310962a397b9c01ebd92c02f6b6089915bbe07cca6ac7491752726422bc8d64c1496d1cfc20a7206cbe7698cbe345b471bc7782b339d6cb3e091178483c21aff78718d39ef03ef7aec4b9bfebe0299aba5a1c39d6a49e93f0fcb733e6b5e50f66900a7e8f0abfc4070518cd783ef833e047167675f07fab6a1100be8c1006756d52a8172d16452900a89b66cce4bcf7ebaa9dc2bffd726403fd7cea235386e71c701368a6b5581432278576906fb3400bd5ba72ff25d221a6cc387695a3569762a3fefad931145fb5209004bb1170d31b4398e0317b47631a24bc03437a8b25765ff97480708146ce5a8043c0cfc4706133a28c380e417f4526fb8d2990abddb796be13be796f1b5bda3dac4787f8d82ab974a8536d1ed84c181c384703e1fa57b85b8b294882393e0878e05dc37fd113c0b481e15a3ca5ee44cba73301afb32871ce7b4445e58967eaf9f41c918dc095dc6c94ca984c11963d4a62a89c5707936dd36e3decbe697f98699cd63542d0efc2721aa827705039de6e62c6b5d1dc590611a396418b1da00ae47eef9d38bd74f80738017ed3f2a498fbc8fe459b93a86fa7c6b9ba362d7e7ba22d20170c0 | |
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 151967cafe8fa96218560a84271c1e7a2d96e9e16c8484d78c93c81bbfaf5d7b7443184e63cec2af99b6c652ace7de20d4591d70123980a1ec94dca8204260d7fb8979b70a1fe80a280da6c7e050917e17953e564b3659120a08cf632f08147702982f3177b1199ca2758e0f2602e2ece7ba405e5032d0aea48b727b6205f983d38263b2d9069cd0ac40a80afea52e1077dd38fa5d60dfb38d979a09e7cae6368ffc8e59eceba28f8731c61359aa96b7c18e96a246afb97cf509fa5c7c169e1f85289a4640caa73c8ce86a9b00dffe1305313fc2ee23b83e23636edb1dffe827f6b45f2c609bfc423d0a6da7dc5072473e9d83826dae53066f0c556a38dfdafbe9dd1ca2161db50f1305c6dc94f16cb93abed808a24c7db63ed5767c0d653b56375b8c9ca55295ec99d3268639bccb0c9433cc5a95510ecb8b166ac2cc1a5b71927162ca60332c2c0c2deb5ce080884b9fcb96b7a41089076a4d33ff559cfcc59a8ddd0e6eeb340cc57a70061e7cb58be6490040ed81fc29b34c7c678a0d7ef6462cb39f16b68b70ef81dc7cfe1f06a8a54b770421c38df65c2c91794dbebdd466a51d85ff3512e40557e2cbfd796e8d7e79fc7cc54c44a1d162a9a8d18dfa5293b6e9000fe1f4d9959f4fcd17e33022d6b0f16248a17c5518820e073bf72a9c4f92bf3e59fd392780ab92e60d4272ac6e4a4340b71c7fd1edb8f0d6ee629f5b | |
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: a406d24630d2bd090e42172adfdd2857d98fff93fce9d1c083089f7589a1a6732cf889bb46ccd86aa5b9a66a7aef72d372c17bf5c042766a93697c67e6acc36345b3b333d6b736cd7856afdd17e754767b0a456cd26f10195e6020e910e81fa10acaa84d55937a9fdcafdb4b7d0d5cd83551087058181daf107b8c64971a5d12527e0b103489fea7af1acfb4f24072402430a69cc82746864036cb00a2ab135e1f6a63091ac644652bb063a9e07aab7be99ee7dfa158c56e1235bebfdda8b15f7c2d9a6df294a95b09794c535c3e87690cfcc4f774b0052c78d1fa2856efc0c94c4f67c519d505c26106c83407bde948ae6892df0a3d107d3c4237d9cfad013cf38c454907363673bd19144212769114d82f2787062b3a3a03925c1feea0752903f70b1df48ecc509e13dbb659d17370245ab0ee46d9808811587038d0449222dbb6924df7966419eaaf387c6a450d493c844ff089ac6da9706175897a594fd4fe827f007df9a5717c3ec6867c93d451d4c4bbd1ed4cb0668b8c497aa45688d1e116cfc5686a96d094f0dc574ff367856ced788119390ca0c4a9081a3c1e58eb6e9f968e1c514a3318c4700fe5139c43591605f03f4f194a5505737541fa32c825564840969be76746d71aecb05cbe4aee4c887e48e20760a334da025c9a6016fe5ca6089ee4fb169d92121f40c83d8b3befb1fec9203caabcf82257d3534479 | |
Configuration 11 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 4fef1f33dd94a75c9cda1d71385d3d8ecc09dfc1dd0419e8367e273ea7e1f257de1f38eef6b4f54f14438fb9441a5f32b15d7efaefda82aa8bd37127675f8a551e58b5fbf730798315e898cc3c46cfb21ebb9d2af0aa51bd896babde02d3da0b786cc0a9dec3d80582f571c85880d1d1ae56826f5522d272462bb94f20b1d9afe27d24c97e4d19e8771ac8b5703f334b1fcff8c9f47d7c73e751272db9f1d802d89079db9ce7287419e66c79ef1928a8b6a3c2bd712e5b009a3d3fd1506da22f440688a62d2fb9fd04531758d50e3119ab00fb8f8a5a66d1b8a371cb66d49a9fe9447d954279b7bb3ded369282d6ed6b821604da163b7eab5efb22da9d6896559f258f0e16517ff4457b27d7c124b00556c80e14d3a7b6d8a5cc09401ae12e67dea03ab92039157503e69b0cca32d22000fed5e3f73349bb3d1b8e7fd89110252e64769295c4c67e022dab388109d0132f3b421cb06361c2f22101ac1efa838f2fa0485229231bcff10124c2c49191661a5dced6bdca0df70cabd678f468d61c4120c8a44efcf83628a67b309f92ef2908941ebbe2e85a667a79e670992d953aba23684ae1d14d532b4d533fafbc48b5a642ff75deba2dee74f86244255b14fcf1c1ad6dd7e18b4256926a9a8ce398d3d5492ff2f19ad5cc0c2dffe68219f19f5573a8976e7cd5153985f95b3304305bb25c9aeeb286a66116e80e1f902f4945 | |
Configuration 12 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 85ad0f7b1f4f15a3ec2f45c12dd4860fc1ba2f7ae482dfac28d63ad15ffe967b86b077faf06d15a20ebbd528788463d29aa35a2552175c9026a0f2353aca69eb90965c2ee0680be87684ddf3cc012f083ec2d35ab3188c02312bde0c4e075a020954997ec24e545e0bff601a9affc9c03c21b01369046814b325333426fb94162036746bceb99698f7347010cad4ec672e8a11916b1afa7548495898a4506ed4f1f8a509393cda3efa8e1c52f835ec9eff2c2f3ca6e9c89784d986468a7e56dafe9f4a3a62de4f89b64ea4164c0b44097159204ddb92ad1de90526fcb167722ed057e40c4ac60a54ef5f554dec670a080a96328eb59b71bf931387f0cfb992da7ad567e8acaf1e3ee7a1b8ec5d179914f66a30218ed03d709b7557c45734d21c0710e603afaa5192b3acf5bdcc901fbbf4981b7377ab9214e26c1cf24ac0e47182670931ffe45278f8c2df18037628b3849d18d39e5ef8c57d5719a6d113aad5cebd2722d168fe9998e847b71e22d24286a9a6bd4a754bfde315b5eb5c6d0b838f48bc03a2493ee9aae64c5a2c610366bb2d2082752d4d6613a698d3deccbf54b2f281dd94118a1c5a7c523de4f85f91c58956de1838efac1a816b89e3ec9612c131d8ffa1009e099630d0912df596ca0b045ef60b0b6ac0aea4dd071c603c24809efbf4cfb11091ae71bf01f074c9ae3e4d42a38a57da1cde62699e3e78f01c | |
Configuration 13 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: a6ac2753b474049bd9220334a82e52e4a27ca96e2313bf5373227302923f5c16c9c45021725809c16fa9b38bb5c5206b9fbac76616b49ade86bf1b05a175ec3f4c1e8503d4e108de0cff5853c4618f83645f7be67971c1dee191b320a90f8087ac0fab14b16c5ca33349641dc2426fa8f5cdb840ed65f47eb528115b963507c2ffd544658f638f8f6af111c23dfec74bee4fa4d8834f26d926704dcac3cf61f0ffa720d1bd45ddd265b7aa5221bb6a3168310b001693cd1b959e9b354944bc5cd09537606a32d3a406f3f4a7721800b88365ad3e8a4b697b1c69a08a13d07d666b7e5d84022a4462b6786e866e89c27e564c661a88fbe9ea057746773df2bbe6756dcaaba7e474eac9086d69b71f0c3278012da84cc3d1bf3da4f0497725dbe46a30e004d736bb7d4d02f56bd761394638cd5f8444e28d20a313d8bc8d28c6e91be505f9c52a1e85ef897beed71519401e1c2cfbd0883ad08afbe92c5016bc9d36e0803b0def3de5c6519396b127935cd7ebc5fa2fd8a70d5e5c829b351f2227d762b2ad60dc2f1365154a092f95cb4170cbf27713cd21df16c7d1a5d516f53035093dc45e25bfe49d721baa283a08656b64edb82b372881ad3728d5b2cfc3e2959fca6c20d0c5ff3e73691c962d6cd67cd86cddf80e9b7ff9ae1bd187a77750bae6273653c33d438797cd6cbbcaf8f2f6d0a804b5f67621db9a3ed2a2f924fa | |
Configuration 14 (conf-ti_k3-fpdlink-imx390-rcm-0-1.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 04e5fadb4099b966c6c7ed5daf6e667692b598a3665ad836ebd4e9fc48a82085cc85d16a88b85e34e8bb8b47c0056993e77ceffc8f4058987143b583f4f73cb4c4e31cb26f71df78f917ed50924e398e3837f8bcde71862d3e293ba7a09af4dacafd2faf56d4155fa7a3e887587b6127fea41a170363c793c2470f665d69a7eb91fe228a8b640c9ebd6900aa5603684788e19d9b2a069f646d5e30c2740eee8692f95e163d2eae6468801047418a0998964b5e24b9f82e55f9e7fa291b0a67a205d42b4db438eb2aa307647b9258c7eb98b5cde745e22483e0a486b8c67a1e706e4c29ac2be054be2f56b4809c212070c05b9512c77496463d851d529d47babc3e32d4f5536fd104983380936b335b4d59151722859ef5b5d279dca41b78c80967089454f4596a55a4bb91662a76c31563f11a506d364ca6a27a45a3399bbbe3eca9a07ae6dfa82727ee75777929f774ae051e03a95603ca65bc5fb767bf30f93b6609dd04fce89e075d1268aa7268c332493f770d05235b18f26aee847ab5cfc9e6c5cbde1e28a1706f8703498835be379829623c7a685c3b1cb4e4f2469924cb217ac84c35a1e9d31400a63454397a6bf91161daedf031e4317be219fbd2a6be765d701c0a5c725092ab9ace527a2588e2c549344ceb9d3c54958be90c7d0059fdb40eed011d7f77d94050a2d0d3ac914d134dd005fa5117327d2d04435fe6 | |
Configuration 15 (conf-ti_k3-fpdlink-ov2312-0-2.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-ov2312-0-2.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: b674be04fb81c91ef26205a02545c59a7a173de31fb87488f8cb4d45c8cb5d1fa25c1597cc216a2677310172256b327cf0d6400e7ad15170cea947fb130308687514e24e994b8511f7734e550db1b9d07f9ae216a8d59e1be665e2b47184cd33be6eb73a335442c3433245ebf07c8733b8f61ab0ba6925d564e719f30a1068fb04d6b625f5d672f25c230a77e895bcd026c37f6c9286e39912c2e2ffdcad80841245a3ea803c85de480873c178fd2d61f452d2a979501735356953d8d78178242f3b49b6e3549196ec31c92414e67fffeb1d81c85ae59fa1f06f5e5a4b0ad6b11fa96293ef7104b3329278806d87ef3f1fb219db8af249a160892dd1b2bc4c27fdd8dd8e38b3d35b807adaa353c1a9492d0d8e60c86fb782f65bf2cedbb529d1363562e4047c67b2bb05efe6b04e2f4419791c65cfa375aee5a71255656805057fa35f16e06f877920fe609ada2a6733eaf890a8056a1883e200d272dd0dfb520fffaab2343dc93045cc64303154155cb52864efe3f321bff4684c0fac3cc628367e4f2b5bceb1ef960ace320155734b29e5e77b9928dd5cc6c4a22e9f74fc2d7f542ba95437f53fa1814df3d73bdb4e08e18d6a96c816009f4f0fb789bf2a7f620c8fb59c3e9553d7c1348dde427179626c01c93957049e5e8f3c44a4e917b56f3df1b157accab83e05307ca5062272ec6cc165de2b43e32e2ce703fdad032e | |
Configuration 16 (conf-ti_k3-fpdlink-imx390-rcm-0-0.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 3aa6f4193fb863fdda4ac956c73be0e919c7382df83507debd2b0b86f0369519de3397771b6ce3d24837beb74b031f794a61329cba47277fb11799421a7a295dfc21aa48f10f2e617963d2f587c19e303e3609504583f71a5c7cb1ad768e672257a2f7fcf2a7a84176c86e16cca58197b877fc2e3ef7e7869ecfbcca98aeb578407f7478efb3976a6997648b2211d1be0f97cba07dc6e48dd22140c799e60dd17b3c89e9d77f6498009c7c836a20ea43c76369b55ae087a11476ece5dcc3603345e232e3435cf6c07b8a4a1d17f793adaa22aab4cca095ce3fa985b9d3a9e41a4a0ec542cba69f6db4bf0cce34e3153002979dc56fabffe2531c4f668fe286f9053d652f71cc78c278b6246a1aca237215388fb46827565d395dafc1f05f0063737d9fc751b5b96b7a4558eeb7e7ccf71760032a1facd88b483d1c2d09fe6adb5d0e7f180e11909cb6bed93f98e805eac1d1b2c2125199ea2321085f9ea2470bc5c43b253262297361e4ccedf5bd48c07ff85546f7114fd7d6cbf469e730751240186d8b2040d5046a565cd0546b01502eaeeef393927ef90fbbb698ce98d3f1d5dd837ba08c4e682808ad7715fe02af9619eab5060e9def935127d1a4f36a589a24c9a4c50280ba3b1d830ce30b175fd8efc149987a72088e236b0c815aa216f55c3df1291d677ac5cc575ee66018d87ad0e4366059bdf8fad1a3c97ad0e0e1 | |
Configuration 17 (conf-ti_k3-fpdlink-imx390-rcm-1-3.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 13d02b3b608e0d0f4b252dd78580d4fc89b6e30017dcc81bb13cb3267112414193615bff2ffa7fa8eea6c586d5303926e0f4e7e83d9d3746dd18120eb7e52312b8f113bf1393c01090780cd827ea4c3dd9af44d57341acc45bcb2e61ea70d8c8450780acfee639292e5a6c86a2f3710ceee850b10f8bb460a0b59b05f6bee0a19d4cba00177ac91c6b126e7db2485d3596b9aa06307de70777590e79613d20a49d68d279cc4245aff45218af87ffda5e2128bb51cec27ef0f8b29ebed5e5264fe3d6698f17e154822df848dbde7a61a2c91b79445de1aa4fc056961ba918a06e34c871d2fe6d0c9b72398cfba0dbd2949aaa4c1259e64e90d0467dcff941d8c74e8df83fa8c29fbf5f6d075d36d0b7d206fffb890c04d80245e79946ff1065203254545c55dcba495d06ad01c91511350f6aa0d55d74ccca7fa4bdc32036baa70c9d266b763dbf64fbe5aaf099ed8509f363873198d3091ad9cfa077bd653e9443094b3ecfe557114e21977794216f513085e6675edc4893d76d1a2dec36152b65a991bc0744a0d7f48acac3208fe325e24b1c7f15e22a0a7bfec9d38240e7e3ebbc0685f2900c0e275e546d3f30f6d9da1cd244df85011d27f9f5dfcd8ab449b71e71a6677b6844190cc3ea505aab483cc38f5100d8d1a2cc1bcc01a1c2707aebee289032e1e28583a95cdca51bf6c057540428e9c806bdfc6c9ccbcca1b9e1 | |
Configuration 18 (conf-ti_k3-fpdlink-imx390-rcm-1-0.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 171d63c349bd630165c020d037d5b8d477eb453c82e553bb0ec8d51ee4ebc01b5146005793e15d296422dbf0866e5063193f46e9d193f4465e7b41ed0fb10af467cdf9e824cb921b30bca7f05e8fd21dd65ecbb3ff340a39c703d4cd74fa5ba6a8f1c84204047bdf9ac24a6fc367c0acfb4bb16e75da7f744a9c61cfae1adb4c8d833cec0b24c97d58ff3b47e61be00206083bab35846705cb6777c8507c3fd5bdaa912ced4b9abb7369c391728821f310eb86d4baf95540e615604e46e32acc8c2332b6baabe5b9d01beb213814c1e54970a6d2e016222cab0bbd5ce864ba7119549987eedc1b407eb036b01707c820f7df9c75b6a4aacd9c2b3a4c491f5101832556500d0024082beb38dd947b2f8edfc17718daf862fa0c95928dfa911aa160eef0ff87bcc3eba8591dfc91fa4b0a267e6b5a09f4d207344e0031d2579f6e7b622ac2dbc51b7e0765620872ecfdde8ff4ffe4041fddf28bd4e08051726ad4af99bab5c76966db46cb2155cb44494219222590ae17fef6a2ea8bbb749a6718a1917fa14c1820824a1db16c32768338a55abb2deef17665cff7bf4ba760df316a57e6a48306a15b7ff02b17d2ce1378c701c323a145a7932101d0f4b7866ee886842d0e24a118f17b3a3c0372bff54879eef69fe7151dee2bd7dfaad66175ca3700711582c08d016968e674fed707cd8de62d48717ba3091e851eddb940b880 | |
Configuration 19 (conf-ti_k3-fpdlink-ov2312-0-0.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-ov2312-0-0.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 868ef56d3a24f27f59880fe6ce092ead476ddd463de35b0eed2a4ace39e6da122f05d45084c29f7a7cd86e7c91284a48fb2cd72dbaa688ed821da3cc573d9dedb488811198acb6c18a46afb52acf93005e98180dcf594214b43e9e98ee326bb8991ea54ab27ec7f5dcf156b27b3e4df2dfb9d34d13d437cfe389860bec1436714584444e81aa40d91e9987ac581c30599db0aa7adc948da1869f4cf4037a05e943ad92b14cc27a44206700ed384b8cdb6693d6fb7aac1a1374227f95f04b47ee404b5d93caebddbea7a100294ccd7ac1efcdd8756105f80f92aa2715150d8de5e44031d8b756b45268f901b2224471592ecd475c3ef5f21dc57101faff035f212d249aeadf68b0b4bf00244d1db948f29d3db4c4be4ecfcac3d282916367614e6c0d27d8c5f451f481eda6d5f82a6db4fa6193b62fa326ef589a3f77ab7e791383fe6d006783374e0431f3b5ba441dfaa2b9b694cb86e5b438f967947b8d651055d22383a23d373a74a2d2ae4c4c45e5f7e033e3325a6256be6a7743a123c455a36c5aa3b387274659ae2e7c1367f76157f5926a18bdd8f0104f23b47a059b87b195b5e2665660f9bcbf5f04896662cefd940ee4f75ba636d74f91c523d7e66ed94ce379d69d5e72f50414bbbb270d327a7999a82c68e2f88d65bcda3246f95fc48a8d7be03508654d21ab2ac27a240bf84b925bc164b16ce564c3bbf309b8e9 | |
Configuration 20 (conf-ti_k3-fpdlink-ov2312-0-1.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-ov2312-0-1.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 6bb1447d6cbddc9ee2b61e357aa8ac4be93b3abfc65136c3293723623d61a552a3eaed535132c250e7a87dfe468a9309d7a63d5d0811cf723ba69c7cdd68ef1ea85a72e2719d8a15c0964bf2ce0cdd3bdd31caa9b4e1aba21c953c40d40a12cf6516e0657737d7cc5fd49dcd40c0b5b60acf5dc1af0d9474ff02e77d250afe2e611fe834bda893faddc63ebefa5c14b1bf8c76856b948d3dd59b88e1e5a0d71190bc5cf18b6cecb0a62b21ce70fa5efec4a92d5cd490b7be058262ef9f47ff44b03eef60e56697ec2ae08923ae7d372696cbf945b8546c5a0f7c5d09d207caddbbf23b456c8779fafffe8c59b7fa0895ab379cdf3ae777cb190c4c21c2645ca5eb16e916c940e0a55fea6f27b99eda501f28dad8f4a355c595074176246a204f763dac0080008e083e6871292c5e3820f4bd5fca1f2a2da2ba6b1e286580f772cfa94c3b9cca5644579bd0b901ff882e2a2a564f563ad37dffde11bfc6d09c3af41babf9ffd40bd3c02326cd80043f2986169456eec71da1c7e3e04734afa1c2552d0f0756bdbe5c08d6469fd3c4ee4c43890409b78c107a5f62cbeb4a96b7a10fc8efde4c683e0a0264dab074fa0d35438107214bc02368dc40104a66252e3a380b7dfa316ca5ebb14ebce99b733a61d79c6853e94268e710d143f6b5ff2a9d8f2ddb8e00a39904ee406623bb7ebabac00d95c89f021c6bf5c72cfae9ab7bd8 | |
Configuration 21 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 2288e3521770357b5212e3e330b7fa9afd47e836eb8081489e683d8d50371f93dca705b48f401d743fa9bcd6c16f51732b13b58bbe9539ecf143c6b5df87351fdda7367f456793222949fc75367dfa75f4ef74aec4f4f9f91a014865eadc5e88caf0e23024bd8f071550e325724f299e8e47f0793d4554a0a0ff5116acf99a76d4bfd623e03d569884a5313bca7f42025a46bf92b2c80b8e5271401498e816bfd6cc15be45043a1d1bf2de7ac2c3972f9dff72a7c15e1a78dfbcae0d4c6dd818aa3410de1641b3b0ad9c94d27693dba259c74e1c4d46c01b38a4b5f7961c2cc39b58828e7860b85e34251e0ec0fb04f316da1408b147bd8730aa677ee93593776bd948a15e60fc73405c2181d7f8a0a9c5031adfe6f64eca1e15450121c6e3dc9bc908664477eeed833604faa16baadde46da78bded39243757ba96f2d23fdccf72ab4c6d72e2594d6c7bd276de221e1acead9507a892f4cb5cb7e5726e13c651d37194943b42744c60585cdb1ae25c7756a75a83211b62d4b032b88d43d189ad1308e3ffc333f823dbb7f0e58535799926051e2890ce9c4b14d01a28c0582ec1f8f8189f1b110a0b2cf3ff3e3b0a4fa4309661190265bc85acae29a27caf47712ef3dcf60335472cdd86377f746a69709dfa36b57fbf8eef2dbc47d8bf2eca565793a0e8bf2737236335c2bae63ef46d09c228a40d13567beae9ac495988823 | |
Configuration 22 (conf-ti_k3-fpdlink-imx390-rcm-0-3.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: b1e94a4a7454ab0381dc2e72b6c2dcfda1d37dd2344aad456ff8c9e6a5a83674143e391dace3c78e850f0e98284150c2689049f5762df0e5ccd4ab3a10f9bd19c6bcd918ed162bcf3bf3103b05bbdf9a4f3aac390a9f82ceb5f70840eb6ed7b8929fa306d0b127b62a24de5568f128c70386352347db71241d2e9892279995e522f1fd8ed07bf5f549d51fe367952ac191b63e3faef345f79ab7b377c9bf8f4a3f3300effc4da1a5faa384c285187be9cd560468fc05cd6dc961635353e4007b510aadb96201c5396803e14f13fd5c81e60a4cbeb0f28aab2f5f383e5ca42e7f88baf6c7fae931d5030a5301ee12d9141d37a1b7825a62727c6d8b925541a73e5b69b0b3133cdfec1bd6ec9f9c4a608340c79da539744fface53190f44aca3220e984db97f69e24e05540331b6ce7ef89604a7ccd2436335853764b9f4d5a7bbdf2bfb96f3b19f3f910b9609fd015cbc2a066c03926c8b1209578dddd2cee0a9d2f24874fdab48b912919ce22412ad8dd71fdace7ea9d395879b6ac09ab6f73efd417d464e484840f15c99ded84556968a2fdf4d4c10eba285eca0b924e74c70ef29f4a489d55bf75df6882f70f81974aaf54b8718fa4ca180b39e7107b204c69a0bf2519d32864f8ac31d4549953733f9378d98a2e0046daf0a702f67b6085949f9db2b6a55212af31bcd83b1967030b1788cbfd525728c1de848d09730e5cc | |
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-1-1.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 5d83dcbd0c114f15519c1921571adb1802c9a92f46a95a3d7cfe999e4bc0a8c893246fb3a89e610fe620ffb1a12c810ea9be6465636a5268e15867deb5103ff775fda15ea2cbde64ff08820d490da34bcc28c965f008002ddded781a197ff7382f734bb9ddc08277061842ce14764e052ee94f044a30c5ac71077bcaed487b60aba88f3bdba5ffd9a261c28300ef4d3cd98eec36ae76c1f5ee3f4007d03bebb4446a5233220cfc0bf1ba1061fc09eeb106f35ec5b8334d9544f2f1c80ffa958034bc150288d8fa0071547d69146857cd0ef04ac7e34dd18f08babdc7b46d2c3961410956732dd2166b0c4640cc36e0d2a283ba52282af6bf3d60539bbefc9927b41448adfed76706fa653ebdccd22fe73619516ded694f8e10a7488b6dfce06a8bc903c4b32478759f6a45739f6d055969ced9f59c76ef4c9824d4a0c0e91001918c9ada028c4f029cf3f66e7215295a4e9a639a3eeef1192ea8ba05212f3c8ab42339c744f30d1637af644c768255b289beb1992251313e5d7bea280e24dcfa2e31056c9ac6da46d77d42f86b6013d911f7b093dff964c9dc1adad18692a4f61e2f333caf1084c2e2a07bd8f25b7eacfcba1684d9d04d40f08f861d142131fb496f9788abe35f242a61e66f7ac8983161e11dc0eceec6d45d6036f7497fd455f34982d17e805db33962f4b4250dba25bae1cc4982e5657d91b8a2b2d4f2fee9 | |
Configuration 24 (conf-ti_k3-fpdlink-ov2312-0-3.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-fpdlink-ov2312-0-3.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: a4698c848983171003fddc765afd41b3161fcd727cd02e4cee62b912092a34cccb3da48a267c1822b47117c2797392fe8c3e2a4f26c5aad2dc9a1b598a81a357ea433b4e3cdec07791f928536c124c60b79cf85d6819178d5f173aa5fdddeffbce87dfa65888b77a226944eebfea43173b08d3029a0549411fe19c6fb5e53eeb7fe418741f6ad65e6dddc1f2db4ddc190ffdcb13d53d2924901cadc06efb8cafbcfa2de4b93e4a90a9228f76e3bf9c7298687f74cdd47972b97834b2f3d58957284c36add505b116acb61c3612f6dc37d783408f9ec0075e1d9924e1ab9ff67482462029a77db4e1f23d81ea20aaa40937c7437655e02ea7ea5fa147ae0d5ccbadd6efb789080f908d3e3f869a2c5e7359969c5777f48cb6d8c6074458848e682f6b9d8ccc6d15903b9aaae9bafd1b1fbee7537e467de350b070bafccbf3e60f633d48e13d579ba4010237ba6c046a91eeb4e976c4b46b76d51b02c78a8fe425fb7f13b4ce077d78a192074d14ea9d45780bf19f1e84329aa077d15cc56ad2da8fd6c9280303ae814fa4025e8528a72f03114f6a38073ecfb47dc7208ce074c7ed611ee8968b8b7e97c87443f377c0e71fcfdfc1ff985c6e32ae0e3faa28f6382197be811a4260814070188ffa25d1ae802c33c14633ba63e77a6311dd64d593e79245833a05d984110525fa1937f11201d486d04016c9212612f7930ae449b5 | |
Configuration 25 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo) | |
Description: 0 FDT blob | |
Kernel: unavailable | |
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo | |
Hash algo: sha512 | |
Hash value: unavailable | |
Sign algo: sha512,rsa4096:custMpk | |
Sign padding: pkcs-1.5 | |
Sign value: 862423f08e12065b541aefecfb46390b5eca438415a3ba2f329b21d1f9ca7717730fe98517cc0c55ccc28ae7875dd5abe04945f5a0271b32e5742c4b9c597f5a7ecc8842f72fa123d7303dbb0072ded04352df1c24f5ec5c3c262c6dd4718d663301bb4767f2e2ab831bb4b04ed229fd5ca516c441ff92051e862f4542733520276ab921d3dd8507880c1ad3aadd97b9535cddf88303513217c16eaa73b1c6d4c383a00f312f1ac2fc557c5bef431b770a32bb68b28cc6d6e1fb36d9a9b75499f57391cb094953748b3101f6fdcce1b7517a20918d06cc9cb3b6468bb8c145ea8f2f326ba76f411ed31a77ec19c57a8392e8bd678cb7c9b713f55c8541da989243aa7cdc713a93633f85cc4f0fb4c939572cc698f4df1e75de498afe019bc653e090dc1f245ae5bfa71cd1193210fd9a6fdec62b2d1b7495ee08c23484813f554f2beeb3cf5201a24011c0bf0a3b376c7beafa1642fa9e3b2908fbd18cd39b75ab99965838ce2caa07dd5c3b13271cbe603a2a34236f67b465bc7bf23cf47a3f7fc628b8a4ae939e1cb16e21b5f1f8942145ae3de2761726435d02dd136c53647a433d559d3d65de132cfe69d4d8dc64d18135fa32561c096820899f3c277e40bbea18843bb8544bf1fc2ebb7a7b92c568cffcf3000b41fa99bcb9c601cc6faf7cf622f28ff0e03f03b38b284672d06f20800c51b19ee81ed7bd0fc9f765b6e4 | |
## Checking hash(es) for FIT Image at 90000000 ... | |
Hash(es) for Image 0 (kernel-1): sha512+ | |
Hash(es) for Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+ | |
Hash(es) for Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+ | |
Hash(es) for Image 3 (fdt-ti_k3-j721e-sk.dtb): sha512+ | |
Hash(es) for Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo): sha512+ | |
Hash(es) for Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+ | |
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+ | |
Hash(es) for Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+ | |
Hash(es) for Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+ | |
Hash(es) for Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+ | |
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+ | |
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+ | |
Hash(es) for Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+ | |
Hash(es) for Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+ | |
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+ | |
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+ | |
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+ | |
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+ | |
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+ | |
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+ | |
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+ | |
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+ | |
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+ | |
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+ | |
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+ | |
Hash(es) for Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+ | |
Hash(es) for Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+ | |
## Loading kernel from FIT Image at 90000000 ... | |
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration | |
Verifying Hash Integrity ... OK | |
Trying 'kernel-1' kernel subimage | |
Description: Linux kernel | |
Type: Kernel Image | |
Compression: gzip compressed | |
Data Start: 0x900000f4 | |
Data Size: 8571865 Bytes = 8.2 MiB | |
Architecture: AArch64 | |
OS: Linux | |
Load Address: 0x81000000 | |
Entry Point: 0x81000000 | |
Hash algo: sha512 | |
Hash value: 13c1281682ac0e13c3b8448005736cacb10c2aa0b4d980640d837048b92b15436fcbeed42670d3199713e91e3036e33e5d02ca779d78b94f0471bf0b51d5fcd2 | |
Verifying Hash Integrity ... sha512+ OK | |
## Loading fdt from FIT Image at 90000000 ... | |
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration | |
Verifying Hash Integrity ... OK | |
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x9082ce14 | |
Data Size: 113262 Bytes = 110.6 KiB | |
Architecture: AArch64 | |
Load Address: 0x83000000 | |
Hash algo: sha512 | |
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655 | |
Verifying Hash Integrity ... sha512+ OK | |
Loading fdt from 0x9082ce14 to 0x83000000 | |
Booting using the fdt blob at 0x83000000 | |
Working FDT set to 83000000 | |
Uncompressing Kernel Image to 81000000 | |
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK | |
Working FDT set to 8ffe1000 | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] | |
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 | |
[ 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] 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 c66-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 c66-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 c66-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 c66-memory@a7100000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool | |
[ 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-0x00000000a8ffffff] | |
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] | |
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] | |
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff] | |
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: Trusted OS migration not required | |
[ 0.000000] psci: SMC Calling Convention v1.4 | |
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824 | |
[ 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: 1032192 | |
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
[ 0.000000] sysrq: sysrq always enabled. | |
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space. | |
[ 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] 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: 3302456K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367560K 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 @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.008389] Console: colour dummy device 80x25 | |
[ 0.012957] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) | |
[ 0.023628] pid_max: default: 32768 minimum: 301 | |
[ 0.028363] LSM: Security Framework initializing | |
[ 0.033138] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.040707] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.049468] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.056868] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.063125] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.070511] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.076813] rcu: Hierarchical SRCU implementation. | |
[ 0.081710] rcu: Max phase no-delay instances is 1000. | |
[ 0.087213] Platform MSI: msi-controller@1820000 domain created | |
[ 0.093431] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created | |
[ 0.102834] EFI services will not be available. | |
[ 0.107562] smp: Bringing up secondary CPUs ... | |
I/TC: Secondary CPU 1 initializing | |
I/TC: Secondary CPU 1 switching to normal world boot | |
[ 0.120761] Detected PIPT I-cache on CPU1 | |
[ 0.120821] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 | |
[ 0.120834] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000 | |
[ 0.120864] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] | |
[ 0.120910] smp: Brought up 1 node, 2 CPUs | |
[ 0.150253] SMP: Total of 2 processors activated. | |
[ 0.155057] CPU features: detected: 32-bit EL0 Support | |
[ 0.160310] CPU features: detected: CRC32 instructions | |
[ 0.165586] CPU: All CPU(s) started at EL2 | |
[ 0.169767] alternatives: applying system-wide alternatives | |
[ 0.176211] devtmpfs: initialized | |
[ 0.186170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.196152] futex hash table entries: 512 (order: 3, 32768 bytes, linear) | |
[ 0.211834] pinctrl core: initialized pinctrl subsystem | |
[ 0.217517] DMI not present or invalid. | |
[ 0.221756] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.228378] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.235675] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.243673] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.251794] audit: initializing netlink subsys (disabled) | |
[ 0.257415] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1 | |
[ 0.257621] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.265333] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.271542] cpuidle: using governor menu | |
[ 0.282292] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.289252] ASID allocator initialised with 65536 entries | |
[ 0.303856] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint | |
[ 0.315146] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts | |
[ 0.326705] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint | |
[ 0.337465] KASLR disabled due to lack of seed | |
[ 0.344856] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.351799] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page | |
[ 0.358201] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.365135] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page | |
[ 0.371536] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.378469] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page | |
[ 0.384870] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.391804] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page | |
[ 0.398891] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected | |
[ 0.408163] iommu: Default domain type: Translated | |
[ 0.413150] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.419671] SCSI subsystem initialized | |
[ 0.423644] usbcore: registered new interface driver usbfs | |
[ 0.429267] usbcore: registered new interface driver hub | |
[ 0.434704] usbcore: registered new device driver usb | |
[ 0.440074] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.445145] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> | |
[ 0.454482] PTP clock support registered | |
[ 0.458559] EDAC MC: Ver: 3.0.0 | |
[ 0.462248] FPGA manager framework | |
[ 0.465759] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.472364] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.478699] VFS: Disk quotas dquot_6.6.0 | |
[ 0.482732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.492572] NET: Registered PF_INET protocol family | |
[ 0.497724] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.506702] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 0.515469] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.523391] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.531597] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) | |
[ 0.540159] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 0.546933] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.553840] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.561267] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.567322] RPC: Registered named UNIX socket transport module. | |
[ 0.573384] RPC: Registered udp transport module. | |
[ 0.578188] RPC: Registered tcp transport module. | |
[ 0.582991] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.589582] NET: Registered PF_XDP protocol family | |
[ 0.594483] PCI: CLS 0 bytes, default 64 | |
[ 0.598845] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 0.607939] Initialise system trusted keyrings | |
[ 0.612583] workingset: timestamp_bits=46 max_order=20 bucket_order=0 | |
[ 0.621094] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 0.627316] NFS: Registering the id_resolver key type | |
[ 0.632495] Key type id_resolver registered | |
[ 0.636766] Key type id_legacy registered | |
[ 0.640883] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.647732] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 0.674931] Key type asymmetric registered | |
[ 0.679116] Asymmetric key parser 'x509' registered | |
[ 0.684122] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) | |
[ 0.691747] io scheduler mq-deadline registered | |
[ 0.696378] io scheduler kyber registered | |
[ 0.702620] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 | |
[ 0.709027] pinctrl-single 11c000.pinctrl: 173 pins, size 692 | |
[ 0.715609] pinctrl-single a40000.pinctrl: 512 pins, size 2048 | |
[ 0.724975] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled | |
[ 0.733253] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) | |
[ 0.741407] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq | |
[ 0.748517] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq | |
[ 0.756274] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs | |
[ 0.767100] loop: module loaded | |
[ 0.770932] megasas: 07.719.03.00-rc1 | |
[ 0.776140] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.781641] thunder_xcv, ver 1.0 | |
[ 0.784956] thunder_bgx, ver 1.0 | |
[ 0.788257] nicpf, ver 1.0 | |
[ 0.791104] e1000: Intel(R) PRO/1000 Network Driver | |
[ 0.796085] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 0.801967] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 0.807037] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 0.813094] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 0.818608] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 0.824309] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 0.830713] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 0.836835] sky2: driver version 1.30 | |
[ 0.840967] VFIO - User Level meta-driver version: 0.3 | |
[ 0.846587] usbcore: registered new interface driver usb-storage | |
[ 0.853041] i2c_dev: i2c /dev entries driver | |
[ 0.857963] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.864283] sdhci: Copyright(c) Pierre Ossman | |
[ 0.868840] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.874931] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.881157] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... | |
[ 0.887882] usbcore: registered new interface driver usbhid | |
[ 0.893576] usbhid: USB HID core driver | |
[ 0.897979] 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.902534] optee: revision 4.0 (2a5b1d12) | |
[ 0.918941] optee: dynamic shared memory is enabled | |
[ 0.928321] optee: initialized driver | |
[ 0.933289] Initializing XFRM netlink socket | |
[ 0.937677] NET: Registered PF_PACKET protocol family | |
[ 0.942875] Key type dns_resolver registered | |
[ 0.947411] registered taskstats version 1 | |
[ 0.951611] Loading compiled-in X.509 certificates | |
[ 0.962053] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
[ 0.994669] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=19, ret=-19 | |
[ 1.005457] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=20, ret=-19 | |
[ 1.016213] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=21, ret=-19 | |
[ 1.031127] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=157, clk=402, ret=-19 | |
[ 1.042025] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=157, clk=403, ret=-19 | |
[ 1.055304] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=184, clk=5, ret=-19 | |
[ 1.078751] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz | |
[ 1.085052] pca953x 1-0020: supply vcc not found, using dummy regulator | |
[ 1.091874] pca953x 1-0020: using no AI | |
[ 1.117020] pca953x 1-0022: supply vcc not found, using dummy regulator | |
[ 1.123828] pca953x 1-0022: using AI | |
[ 1.128091] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low | |
[ 1.134332] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high | |
[ 1.140810] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz | |
[ 1.146929] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz | |
[ 1.153038] pca953x 3-0020: supply vcc not found, using dummy regulator | |
[ 1.159854] pca953x 3-0020: using no AI | |
[ 1.184801] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz | |
[ 1.190935] pca953x 4-0020: supply vcc not found, using dummy regulator | |
[ 1.197755] pca953x 4-0020: using no AI | |
[ 1.224677] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz | |
[ 1.230470] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created | |
[ 1.239017] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created | |
[ 1.248351] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created | |
[ 1.256958] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created | |
[ 1.274162] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
[ 1.284049] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.290810] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.299790] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 | |
[ 1.309946] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.316704] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.324632] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250 | |
[ 1.334061] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250 | |
[ 1.342907] printk: console [ttyS2] enabled | |
[ 1.342907] printk: console [ttyS2] enabled | |
[ 1.351348] printk: bootconsole [ns16550a0] disabled | |
[ 1.351348] printk: bootconsole [ns16550a0] disabled | |
[ 1.361762] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250 | |
[ 1.370723] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250 | |
[ 1.379680] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250 | |
[ 1.389941] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 1.436373] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 1.445024] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 1.453295] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 1.466100] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 1.473307] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 1.479502] pps pps0: new PPS source ptp0 | |
[ 1.483624] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 | |
[ 1.493932] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 | |
[ 1.502830] mmc0: CQHCI version 5.10 | |
[ 1.546940] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit | |
[ 1.638367] mmc0: Command Queue Engine enabled | |
[ 1.642821] mmc0: new HS200 MMC card at address 0001 | |
[ 1.648139] mmcblk0: mmc0:0001 S0J56X 14.8 GiB | |
[ 1.653620] mmcblk0: p1 p2 p3 | |
[ 1.657074] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.662667] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.668147] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) | |
[ 1.711343] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 | |
[ 1.717998] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-02-28T10:30:58 UTC (1709116258) | |
[ 1.985420] pca953x 2-0020: supply vcc not found, using dummy regulator | |
[ 1.992098] pca953x 2-0020: using no AI | |
[ 2.017273] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.024105] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.030896] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.037684] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.044448] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 2.058140] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) | |
[ 2.068704] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) | |
[ 2.082411] spi-nor spi0.0: mt35xu512aba (65536 Kbytes) | |
[ 2.087693] 8 fixed-partitions partitions found on MTD device 47040000.spi.0 | |
[ 2.094730] Creating 8 MTD partitions on "47040000.spi.0": | |
[ 2.100201] 0x000000000000-0x000000080000 : "ospi.tiboot3" | |
[ 2.106249] 0x000000080000-0x000000280000 : "ospi.tispl" | |
[ 2.111993] 0x000000280000-0x000000680000 : "ospi.u-boot" | |
[ 2.117818] 0x000000680000-0x0000006a0000 : "ospi.env" | |
[ 2.123379] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" | |
[ 2.129530] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" | |
[ 2.135259] 0x000000800000-0x000003fc0000 : "ospi.rootfs" | |
[ 2.141072] 0x000003fe0000-0x000004000000 : "ospi.phypattern" | |
[ 2.150088] spi-nor spi1.0: mt25qu512a (65536 Kbytes) | |
[ 2.155182] 8 fixed-partitions partitions found on MTD device 47050000.spi.0 | |
[ 2.162218] Creating 8 MTD partitions on "47050000.spi.0": | |
[ 2.167690] 0x000000000000-0x000000080000 : "qspi.tiboot3" | |
[ 2.173670] 0x000000080000-0x000000280000 : "qspi.tispl" | |
[ 2.179394] 0x000000280000-0x000000680000 : "qspi.u-boot" | |
[ 2.185208] 0x000000680000-0x0000006a0000 : "qspi.env" | |
[ 2.190780] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup" | |
[ 2.196955] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw" | |
[ 2.202703] 0x000000800000-0x000003fc0000 : "qspi.rootfs" | |
[ 2.208543] 0x000003fe0000-0x000004000000 : "qspi.phypattern" | |
[ 2.215283] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 2.260375] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 2.269042] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 2.277314] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 2.290123] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 2.297331] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 2.303489] pps pps0: new PPS source ptp1 | |
[ 2.307606] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 | |
[ 2.317913] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 | |
[ 2.326519] mmc1: CQHCI version 5.10 | |
[ 2.332946] input: gpio-keys as /devices/platform/gpio-keys/input/input0 | |
[ 2.370944] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit | |
[ 2.385129] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 2.394602] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 2.427306] mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
[ 2.434233] mmcblk1: mmc1:aaaa SC16G 14.8 GiB | |
[ 2.443746] mmcblk1: p1 p2 p3 | |
[ 6.485150] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 6.512367] Sending DHCP requests ., OK | |
[ 6.532197] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.252 | |
[ 6.539929] IP-Config: Complete: | |
[ 6.543146] device=eth0, hwaddr=24:76:25:a4:4c:f5, ipaddr=192.168.0.252, mask=255.255.255.0, gw=192.168.0.1 | |
[ 6.553299] host=192.168.0.252, domain=ti.com, nis-domain=(none) | |
[ 6.559722] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= | |
[ 6.559724] nameserver0=192.0.2.2, nameserver1=192.0.2.3 | |
[ 6.576067] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=184, clk=5, ret=-19 | |
[ 6.587257] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=157, clk=403, ret=-19 | |
[ 6.597802] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=157, clk=402, ret=-19 | |
[ 6.609635] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=21, ret=-19 | |
[ 6.620088] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=20, ret=-19 | |
[ 6.630540] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=19, ret=-19 | |
[ 6.645439] ALSA device list: | |
[ 6.648400] No soundcards found. | |
[ 6.662174] VFS: Mounted root (nfs filesystem) on device 0:20. | |
[ 6.668259] devtmpfs: mounted | |
[ 6.672088] Freeing unused kernel memory: 2112K | |
[ 6.684422] Run /sbin/init as init process | |
[ 6.828397] random: crng init done | |
[ 6.885426] NET: Registered PF_INET6 protocol family | |
[ 6.891493] Segment Routing with IPv6 | |
[ 6.895194] In-situ OAM (IOAM) with IPv6 | |
[ 6.917049] 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) | |
[ 6.948481] systemd[1]: Detected architecture arm64. | |
Welcome to [1mArago 2023.10[0m! | |
[ 7.005503] systemd[1]: Hostname set to <j721e-evm>. | |
[ 7.090010] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' 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. | |
[ 7.117689] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' 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. | |
[ 7.142175] 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. | |
[ 7.170367] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. | |
[ 7.314377] 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. | |
[ 7.361119] 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. | |
[ 7.415925] systemd[1]: Queued start job for default target Graphical Interface. | |
[ 7.454783] systemd[1]: Created slice Slice /system/getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m. | |
[ 7.477725] systemd[1]: Created slice Slice /system/modprobe. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m. | |
[ 7.501652] systemd[1]: Created slice Slice /system/serial-getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m. | |
[ 7.525410] systemd[1]: Created slice User and Session Slice. | |
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. | |
[ 7.548572] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. | |
[ 7.572498] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. | |
[ 7.596570] systemd[1]: Reached target Path Units. | |
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m. | |
[ 7.616422] systemd[1]: Reached target Remote File Systems. | |
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. | |
[ 7.636412] systemd[1]: Reached target Slice Units. | |
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m. | |
[ 7.656422] systemd[1]: Reached target Swaps. | |
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m. | |
[ 7.698585] systemd[1]: Listening on RPCbind Server Activation Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m. | |
[ 7.720543] systemd[1]: Reached target RPC Port Mapper. | |
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m. | |
[ 7.744298] systemd[1]: Listening on Process Core Dump Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m. | |
[ 7.764631] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. | |
[ 7.789374] systemd[1]: Listening on Journal Audit Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. | |
[ 7.813163] systemd[1]: Listening on Journal Socket (/dev/log). | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. | |
[ 7.836699] systemd[1]: Listening on Journal Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. | |
[ 7.857292] systemd[1]: Listening on Network Service Netlink Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. | |
[ 7.882261] systemd[1]: Listening on udev Control Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. | |
[ 7.904647] systemd[1]: Listening on udev Kernel Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. | |
[ 7.924934] systemd[1]: Listening on User Database Manager Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m. | |
[ 7.964641] systemd[1]: Mounting Huge Pages File System... | |
Mounting [0;1;39mHuge Pages File System[0m... | |
[ 7.986804] systemd[1]: Mounting POSIX Message Queue File System... | |
Mounting [0;1;39mPOSIX Message Queue File System[0m... | |
[ 8.028636] systemd[1]: Mounting Kernel Debug File System... | |
Mounting [0;1;39mKernel Debug File System[0m... | |
[ 8.048622] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). | |
[ 8.065464] systemd[1]: Mounting Temporary Directory /tmp... | |
Mounting [0;1;39mTemporary Directory /tmp[0m... | |
[ 8.083609] systemd[1]: Starting Create List of Static Device Nodes... | |
Starting [0;1;39mCreate List of Static Device Nodes[0m... | |
[ 8.120781] systemd[1]: Starting Load Kernel Module configfs... | |
Starting [0;1;39mLoad Kernel Module configfs[0m... | |
[ 8.138670] systemd[1]: Starting Load Kernel Module drm... | |
Starting [0;1;39mLoad Kernel Module drm[0m... | |
[ 8.172928] systemd[1]: Starting Load Kernel Module fuse... | |
Starting [0;1;39mLoad Kernel Module fuse[0m... | |
[ 8.196094] systemd[1]: Starting Start psplash boot splash screen... | |
Starting [0;1;39mStart psplash boot splash screen[0m.[ 8.204805] fuse: init (API version 7.37) | |
.. | |
[ 8.259174] systemd[1]: Starting RPC Bind... | |
Starting [0;1;39mRPC Bind[0m... | |
[ 8.276859] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
[ 8.292831] systemd[1]: Starting Journal Service... | |
Starting [0;1;39mJournal Service[0m... | |
[ 8.313017] systemd[1]: Starting Load Kernel Modules... | |
Starting [0;1;39mLoad Kernel Modules[0m... | |
[ 8.331449] systemd[1]: Starting Generate network units from Kernel command line... | |
Starting [0;1;39mGenerate network ts from Kernel co[ 8.345145] cryptodev: loading out-of-tree module taints kernel. | |
mmand line[0m... | |
[ 8.352107] cryptodev: driver 1.12 loaded. | |
[ 8.368863] systemd[1]: Starting Remount Root and Kernel File Systems... | |
Starting [0;1;39mRemount Root and Kernel File Systems[0m... | |
[ 8.395501] systemd[1]: Starting Coldplug All udev Devices... | |
Starting [0;1;39mColdplug All udev Devices[0m... | |
[ 8.419880] systemd[1]: Started RPC Bind. | |
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m. | |
[ 8.441528] systemd[1]: Started Journal Service. | |
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m. | |
See 'systemctl status psplash-start.service' for details. | |
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. | |
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m. | |
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. | |
Mounting [0;1;39mFUSE Control File System[0m... | |
Mounting [0;1;39mKernel Configuration File System[0m... | |
Starting [0;1;39mFlush Journal to Persistent Storage[0m... | |
[ 8.764019] systemd-journald[163]: Received client request to flush runtime journal. | |
Starting [0;1;39mApply Kernel Variables[0m... | |
Starting [0;1;39mCreate Static Device Nodes in /dev[0m... | |
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. | |
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. | |
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m. | |
Mounting [0;1;39m/media/ram[0m... | |
Mounting [0;1;39m/var/volatile[0m... | |
[ 8.974696] audit: type=1334 audit(1709116265.752:2): prog-id=5 op=LOAD | |
[ 8.981606] audit: type=1334 audit(1709116265.760:3): prog-id=6 op=LOAD | |
Starting [0;1;39mRule-based Managefor Device Events and Files[0m... | |
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m. | |
Starting [0;1;39mLoad/Save Random Seed[0m... | |
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. | |
Starting [0;1;39mCreate Volatile Files and Directories[0m... | |
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. | |
Starting [0;1;39mNetwork Time Synchronization[0m... | |
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m... | |
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m. | |
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. | |
[ 9.426530] CAN device driver interface | |
[ 9.461119] mc: Linux media interface: v0.10 | |
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. | |
[ 9.491587] systemd-journald[163]: Time jumped backwards, rotating. | |
[ 9.494446] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: | |
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 9.510485] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 | |
Directories[0m. | |
[ 9.523611] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 | |
[ 9.532593] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. | |
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m. | |
[ 9.577062] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 | |
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 9.596728] videodev: Linux video capture interface: v2.00 | |
k Activation Socket[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 9.623799] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode | |
us Socket[0m. | |
[ 9.634599] remoteproc remoteproc0: 4d80800000.dsp is available | |
Starting [0;1;39mDocker Socket for the API[0m... | |
[ 9.651020] remoteproc remoteproc0: attaching to 4d80800000.dsp | |
[ 9.660894] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode | |
[ 9.667883] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000 | |
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m. | |
[ 9.680947] virtio_rpmsg_bus virtio0: rpmsg host is online | |
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 9.694240] PVR_K: 203: Device: 4e20000000.gpu | |
n Activation Socket[0m. | |
[ 9.696484] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 9.715192] PVR_K: 203: Read BVNC 22.104.208.318 from HW device registers | |
[ 9.722200] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe | |
[ 9.731387] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7) | |
[ 9.741550] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached | |
Starting [0;1;39mWeston socket[0m... | |
[ 9.759000] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 | |
[ 9.773370] PVR_K: 203: RGX Device registered with BVNC 22.104.208.318 | |
Starting [0;1;39mD-Bus System Message Bus[0m... | |
[ 9.791668] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode | |
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 9.799654] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0 | |
.. | |
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 9.828476] remoteproc remoteproc1: 4d81800000.dsp is available | |
API[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m. | |
[ 9.849212] remoteproc remoteproc1: attaching to 4d81800000.dsp | |
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m. | |
[ 9.866224] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode | |
[ 9.874566] cdns-mhdp8546 a000000.dp-bridge: invalid resource | |
[ 9.876925] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c66-dma-memory@a6000000 | |
[ 9.900106] virtio_rpmsg_bus virtio1: rpmsg host is online | |
[ 9.906248] rproc-virtio rproc-virtio.12.auto: registered virtio1 (type 7) | |
[ 9.913260] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 9.923463] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe | |
[ 9.932672] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached | |
[ 9.946915] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported | |
[ 9.964388] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 | |
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m. | |
[ 9.997164] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode | |
[ 10.020158] remoteproc remoteproc2: 64800000.dsp is available | |
[ 10.026869] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1 | |
[ 10.034641] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc | |
[ 10.045300] remoteproc remoteproc2: attaching to 64800000.dsp | |
[ 10.051982] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.061017] remoteproc remoteproc2: unsupported resource 65538 | |
[ 10.070713] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.082255] img_enc 4200000.video-encoder: encoder registered as /dev/video1 | |
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.[ 10.109133] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode | |
[ 10.132752] img_dec 4300000.video-decoder: decoder registered as /dev/video0 | |
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m. | |
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m. | |
Starting [0;1;39mPrint notice about GPLv3 packages[0m... | |
[ 10.201814] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) | |
Starting [0;1;39mIPv6 Packet Filtering Framework[0m... | |
Starting [0;1;39mIPv4 Packet Filtering Framework[0m... | |
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m. | |
Starting [0;1;39mLighttpd Daemon[0m... | |
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m. | |
[ 10.281707] audit: type=1334 audit(1709116266.303:4): prog-id=7 op=LOAD | |
[ 10.289100] audit: type=1334 audit(1709116266.307:5): prog-id=8 op=LOAD | |
Starting [0;1;39mUser Login Management[0m... | |
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m. | |
Starting [0;1;39mTelnet Server[0m... | |
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m. | |
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m. | |
Starting [0;1;39mNetwork Configuration[0m... | |
[ 10.371593] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000 | |
[ 10.382693] platform 41000000.r5f: configured R5F for IPC-only mode | |
[ 10.395269] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 | |
[ 10.426671] remoteproc remoteproc3: 41000000.r5f is available | |
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m. | |
[ 10.475139] remoteproc remoteproc3: attaching to 41000000.r5f | |
[ 10.511954] virtio_rpmsg_bus virtio2: rpmsg host is online | |
[ 10.556592] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00 | |
[ 10.564473] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 10.603013] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) | |
[ 10.609937] platform 41000000.r5f: R5F core initialized in IPC-only mode | |
[ 10.618256] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] | |
[ 10.670679] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7) | |
[ 10.777308] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 10.783968] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 10.794732] pci 0000:00:00.0: supports D1 | |
[ 10.802552] pci 0000:00:00.0: PME# supported from D0 D1 D3hot | |
[ 10.829519] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 10.833562] remoteproc remoteproc2: remote processor 64800000.dsp is now attached | |
[ 10.841116] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 10.851545] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000 | |
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. | |
[ 10.908055] virtio_rpmsg_bus virtio3: rpmsg host is online | |
[ 10.922611] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 10.926026] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7) | |
[ 10.938653] remoteproc remoteproc3: remote processor 41000000.r5f is now attached | |
[ 10.970403] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 10.980307] platform 5c00000.r5f: configured R5F for IPC-only mode | |
[ 10.990755] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 11.005677] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 11.027840] pcieport 0000:00:00.0: PME: Signaling with IRQ 819 | |
[ 11.045478] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 11.052990] remoteproc remoteproc4: 5c00000.r5f is available | |
[ 11.061821] remoteproc remoteproc4: attaching to 5c00000.r5f | |
[ 11.069586] platform 5c00000.r5f: R5F core initialized in IPC-only mode | |
[ 11.076997] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 11.078232] pcieport 0000:00:00.0: AER: enabled with IRQ 819 | |
[ 11.088192] virtio_rpmsg_bus virtio4: rpmsg host is online | |
[ 11.098175] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7) | |
[ 11.105823] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached | |
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m. | |
[ 11.158494] platform 5e00000.r5f: configured R5F for IPC-only mode | |
Starting [0;1;39mNetwork Name Resolution[0m... | |
[ 11.174805] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: | |
[ 11.183250] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 | |
[ 11.200117] remoteproc remoteproc5: 5e00000.r5f is available | |
[ 11.206031] remoteproc remoteproc5: attaching to 5e00000.r5f | |
[ 11.212143] platform 5e00000.r5f: R5F core initialized in IPC-only mode | |
[ 11.219450] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000 | |
[ 11.230992] virtio_rpmsg_bus virtio5: rpmsg host is online | |
[ 11.236565] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7) | |
[ 11.243945] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 11.244426] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached | |
[ 11.290917] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 | |
[ 11.300800] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 | |
[ 11.310933] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. | |
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m... | |
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m... | |
Starting [0;1;39mcontainerd container runtime[0m... | |
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m. | |
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m. | |
Starting [0;1;39mPermit User Sessions[0m... | |
[ 11.749151] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe | |
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m. | |
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m. | |
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m. | |
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. | |
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. | |
Starting [0;1;39mSynchronize System and HW clocks[0m... | |
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m... | |
[ 11.992654] audit: type=1334 audit(1709116268.015:6): prog-id=9 op=LOAD | |
[ 12.002805] audit: type=1334 audit(1709116268.023:7): prog-id=10 op=LOAD | |
[ 12.003476] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe | |
Starting [0;1;39mUser Database Manager[0m... | |
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m. | |
[ 12.361539] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00 | |
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.[ 12.440316] pci_bus 0001:00: root bus resource [bus 00-ff] | |
[ 12.507180] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) | |
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m. | |
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m... | |
[ 12.647473] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] | |
[ 12.656813] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 12.663786] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m. | |
[ 12.697916] pci 0001:00:00.0: supports D1 | |
[ 12.702038] pci 0001:00:00.0: PME# supported from D0 D1 D3hot | |
Starting [0;1;39mUser Manager for UID 1000[0m... | |
[ 12.733295] audit: type=1006 audit(1709116268.755:8): pid=554 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 | |
[ 12.744691] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 12.753310] audit: type=1300 audit(1709116268.755:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc25d12a8 a2=4 a3=ffffba4ce020 items=0 ppid=1 pid=554 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) | |
[ 12.770786] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 12.811641] audit: type=1327 audit(1709116268.755:8): proctitle="(systemd)" | |
[ 12.925718] pci 0001:00:00.0: PCI bridge to [bus 01] | |
[ 13.123332] pcieport 0001:00:00.0: PME: Signaling with IRQ 825 | |
[ 13.235590] pcieport 0001:00:00.0: AER: enabled with IRQ 825 | |
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m. | |
[[0;32m OK [0m] Started [0;1;39mSession c1 of User wes[ 13.324171] audit: type=1006 audit(1709116269.343:9): pid=481 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 | |
ton[0m. | |
[ 13.329316] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m. | |
See 'systemctl status weston.service' for details. | |
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m. | |
[ 13.561031] m_can_platform 40528000.can: m_can device registered (irq=826, version=32) | |
[ 13.602816] m_can_platform 40568000.can: m_can device registered (irq=827, version=32) | |
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtim[ 13.615639] m_can_platform 2701000.can: m_can device registered (irq=828, version=32) | |
e[0m. | |
[ 13.635677] m_can_platform 2721000.can: m_can device registered (irq=829, version=32) | |
[ 13.700787] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 | |
[ 13.761330] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 | |
[ 13.772249] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[ 14.786380] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00 | |
[ 14.805411] pci_bus 0002:00: root bus resource [bus 00-ff] | |
[ 14.829310] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) | |
[ 14.839467] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) | |
[ 14.851005] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 14.857773] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 14.868491] pci 0002:00:00.0: supports D1 | |
[ 14.872836] pci 0002:00:00.0: PME# supported from D0 D1 D3hot | |
[ 14.882198] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 14.891061] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 14.899021] pci 0002:00:00.0: PCI bridge to [bus 01] | |
[ 14.909792] pcieport 0002:00:00.0: PME: Signaling with IRQ 836 | |
[ 14.919336] remoteproc remoteproc6: b034000.pru is available | |
[ 14.927500] pcieport 0002:00:00.0: AER: enabled with IRQ 836 | |
[ 14.938071] remoteproc remoteproc7: b004000.rtu is available | |
[ 14.947354] remoteproc remoteproc8: b00a000.txpru is available | |
[ 14.957848] remoteproc remoteproc9: b038000.pru is available | |
[ 14.965103] remoteproc remoteproc10: b006000.rtu is available | |
[ 14.971796] remoteproc remoteproc11: b00c000.txpru is available | |
[ 14.978670] remoteproc remoteproc12: b134000.pru is available | |
[ 14.985489] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled | |
[ 14.985552] remoteproc remoteproc13: b104000.rtu is available | |
[ 15.003731] remoteproc remoteproc14: b10a000.txpru is available | |
[ 15.038300] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled | |
[ 15.042273] remoteproc remoteproc15: b138000.pru is available | |
[ 15.054657] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled | |
[ 15.054665] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled | |
[ 15.064006] scsi host0: ufshcd | |
[ 15.096247] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 15.099864] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 | |
[ 15.109449] remoteproc remoteproc16: b106000.rtu is available | |
[ 15.125576] remoteproc remoteproc17: b10c000.txpru is available | |
[ 15.131809] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found | |
[ 15.222510] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c | |
*************************************************************** | |
*************************************************************** | |
NOTICE: This file system contains the following GPL-3.0 packages: | |
adwaita-icon-theme-symbolic | |
autoconf | |
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 | |
less | |
libasm1 | |
libatomic-dev | |
libatomic1 | |
libbfd | |
libdebuginfod1 | |
libdw1 | |
libelf1 | |
libgcc-s-dev | |
libgcc1 | |
libgdbm-compat4 | |
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 | |
libreadline8 | |
libstdc++-dev | |
libstdc++6 | |
libunistring2 | |
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 | |
*************************************************************** | |
*************************************************************** | |
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m. | |
[ 15.621501] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22 | |
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. | |
Starting [0;1;39mRecord Runlevel Change in UTMP[0m... | |
Starting [0;1;39mSave/Restore Sound Card State[0m... | |
[ 15.763051] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller | |
[ 15.771188] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1 | |
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m. | |
[ 15.794484] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 | |
[ 15.806530] xhci-hcd xhci-hcd.18.auto: irq 890, io mem 0x06410000 | |
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card St[ 15.815128] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller | |
ate[0m. | |
[ 15.831882] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2 | |
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. | |
[ 15.866428] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed | |
[ 15.896542] hub 1-0:1.0: USB hub found | |
[ 15.903210] hub 1-0:1.0: 1 port detected | |
[ 15.910740] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22 | |
[ 15.911923] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
[ 15.960530] hub 2-0:1.0: USB hub found | |
[ 15.964656] hub 2-0:1.0: 1 port detected | |
[ 16.164423] usb 1-1: new full-speed USB device number 2 using xhci-hcd | |
[ 16.320144] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[ 16.330547] usb 1-1: not running at top speed; connect to a high speed hub | |
[ 16.339951] hub 1-1:1.0: USB hub found | |
[ 16.344012] hub 1-1:1.0: 4 ports detected | |
[ 16.355824] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 16.423085] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 16.456769] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[ 16.484152] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[ 16.501229] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
_____ _____ _ _ | |
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | |
| | _| .'| . | . | | __| _| . | | | -_| _| _| | |
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| | |
|___| |___| | |
Arago Project j721e-evm - | |
Arago 2023.10 j721e-evm - | |
j721e-evm login: root | |
[ 17.145772] kauditd_printk_skb: 2 callbacks suppressed | |
[ 17.145779] audit: type=1006 audit(1709116273.167:10): pid=1347 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 | |
[ 17.163525] audit: type=1300 audit(1709116273.167:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc25d12a8 a2=1 a3=ffffba4ce020 items=0 ppid=1 pid=1347 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) | |
[ 17.189938] audit: type=1327 audit(1709116273.167:10): proctitle="(systemd)" | |
[ 17.205223] audit: type=1334 audit(1709116273.227:11): prog-id=11 op=LOAD | |
[ 17.212041] audit: type=1300 audit(1709116273.227:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcaaf6070 a2=78 a3=0 items=0 ppid=1 pid=1347 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) | |
[ 17.237868] audit: type=1327 audit(1709116273.227:11): proctitle="(systemd)" | |
[ 17.245264] audit: type=1334 audit(1709116273.227:12): prog-id=11 op=UNLOAD | |
[ 17.252548] audit: type=1334 audit(1709116273.227:13): prog-id=12 op=LOAD | |
[ 17.259672] audit: type=1300 audit(1709116273.227:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcaaf6110 a2=78 a3=0 items=0 ppid=1 pid=1347 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) | |
[ 17.285377] audit: type=1327 audit(1709116273.227:13): proctitle="(systemd)" | |
7[r[999;999H[6nroot@j721e-evm:~# uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/cmdline | |
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
root@j721e-evm:~# uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/mtd | |
dev: size erasesize name | |
mtd0: 00080000 00001000 "ospi.tiboot3" | |
mtd1: 00200000 00001000 "ospi.tispl" | |
mtd2: 00400000 00001000 "ospi.u-boot" | |
mtd3: 00020000 00001000 "ospi.env" | |
mtd4: 00020000 00001000 "ospi.env.backup" | |
mtd5: 00100000 00001000 "ospi.sysfw" | |
mtd6: 037c0000 00001000 "ospi.rootfs" | |
mtd7: 00020000 00001000 "ospi.phypattern" | |
mtd8: 00080000 00001000 "qspi.tiboot3" | |
mtd9: 00200000 00001000 "qspi.tispl" | |
mtd10: 00400000 00001000 "qspi.u-boot" | |
mtd11: 00020000 00001000 "qspi.env" | |
mtd12: 00020000 00001000 "qspi.env.backup" | |
mtd13: 00100000 00001000 "qspi.sysfw" | |
mtd14: 037c0000 00001000 "qspi.rootfs" | |
mtd15: 00020000 00001000 "qspi.phypattern" | |
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p | |
pnp /etc/resolv.conf && systemctl restart systemd-resolved | |
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc | |
total 28216 | |
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware | |
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel | |
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode | |
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode | |
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode | |
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode | |
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode | |
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71 | |
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed | |
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru | |
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw | |
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db | |
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318 | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k | |
-rw-r--r-- 1 root root 382744 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 478552 Mar 9 2018 tee-pager_v2.bin | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin | |
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc | |
ls: cannot access '/lib/firmware/ipc': No such file or directory | |
root@j721e-evm:~# cat /proc/diskstats | |
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
179 0 mmcblk0 880 1 57692 477 0 0 0 0 0 1004 477 0 0 0 0 0 0 | |
179 1 mmcblk0p1 274 0 18805 130 0 0 0 0 0 332 130 0 0 0 0 0 0 | |
179 2 mmcblk0p2 290 0 18812 149 0 0 0 0 0 396 149 0 0 0 0 0 0 | |
179 3 mmcblk0p3 279 1 18883 173 0 0 0 0 0 360 173 0 0 0 0 0 0 | |
179 32 mmcblk0boot0 102 0 2016 37 0 0 0 0 0 80 37 0 0 0 0 0 0 | |
179 64 mmcblk0boot1 102 0 2016 19 0 0 0 0 0 60 19 0 0 0 0 0 0 | |
31 0 mtdblock0 33 0 264 10 0 0 0 0 0 28 10 0 0 0 0 0 0 | |
31 1 mtdblock1 84 0 672 24 0 0 0 0 0 56 24 0 0 0 0 0 0 | |
31 2 mtdblock2 87 0 696 24 0 0 0 0 0 64 24 0 0 0 0 0 0 | |
31 3 mtdblock3 27 0 216 7 0 0 0 0 0 24 7 0 0 0 0 0 0 | |
31 4 mtdblock4 27 0 216 7 0 0 0 0 0 24 7 0 0 0 0 0 0 | |
31 5 mtdblock5 26 0 208 7 0 0 0 0 0 24 7 0 0 0 0 0 0 | |
31 6 mtdblock6 105 2 2016 111 0 0 0 0 0 112 111 0 0 0 0 0 0 | |
31 7 mtdblock7 27 0 216 10 0 0 0 0 0 28 10 0 0 0 0 0 0 | |
31 8 mtdblock8 33 0 264 18 0 0 0 0 0 44 18 0 0 0 0 0 0 | |
31 9 mtdblock9 84 0 672 46 0 0 0 0 0 80 46 0 0 0 0 0 0 | |
31 10 mtdblock10 87 0 696 40 0 0 0 0 0 76 40 0 0 0 0 0 0 | |
31 11 mtdblock11 18 0 144 12 0 0 0 0 0 28 12 0 0 0 0 0 0 | |
31 12 mtdblock12 27 0 216 12 0 0 0 0 0 28 12 0 0 0 0 0 0 | |
31 13 mtdblock13 39 0 312 26 0 0 0 0 0 56 26 0 0 0 0 0 0 | |
31 14 mtdblock14 78 0 624 59 0 0 0 0 0 96 59 0 0 0 0 0 0 | |
31 15 mtdblock15 27 0 216 17 0 0 0 0 0 36 17 0 0 0 0 0 0 | |
179 96 mmcblk1 710 120 48367 1845 2 0 16 6 0 1200 1852 0 0 0 0 0 0 | |
179 97 mmcblk1p1 237 0 14593 551 0 0 0 0 0 552 551 0 0 0 0 0 0 | |
179 98 mmcblk1p2 200 34 15172 562 1 0 8 5 0 500 568 0 0 0 0 0 0 | |
179 99 mmcblk1p3 235 86 17402 658 1 0 8 1 0 596 659 0 0 0 0 0 0 | |
root@j721e-evm:~# cat /proc/interrupts | |
CPU0 CPU1 | |
11: 3601 4176 GICv3 30 Level arch_timer | |
14: 0 0 GICv3 23 Level arm-pmu | |
15: 0 0 GICv3 804 Edge arm-smmu-v3-evtq | |
16: 0 0 GICv3 800 Edge arm-smmu-v3-gerror | |
17: 2953 0 GICv3 69 Level 32c00000.mailbox thr_011 | |
18: 7204 0 GICv3 928 Level 42120000.i2c | |
19: 82 0 GICv3 232 Level 2000000.i2c | |
20: 20 0 GICv3 233 Level 2010000.i2c | |
21: 13 0 GICv3 235 Level 2030000.i2c | |
22: 6 0 GICv3 238 Level 2060000.i2c | |
23: 58328 30 MSI-INTA 15401056 Level 46000000.ethernet-tx0 | |
25: 77847 0 MSI-INTA 15401058 Level 46000000.ethernet | |
43: 4510 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0 | |
44: 3147 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1 | |
45: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2 | |
46: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3 | |
47: 0 0 MSI-INTA 13828540 Level 31150000.dma-controller chan4 | |
48: 0 0 MSI-INTA 13828541 Level 31150000.dma-controller chan5 | |
49: 0 0 MSI-INTA 13828542 Level 31150000.dma-controller chan6 | |
50: 0 0 MSI-INTA 13828543 Level 31150000.dma-controller chan7 | |
51: 0 0 MSI-INTA 13828544 Level 31150000.dma-controller chan8 | |
194: 669 0 GICv3 224 Level 2800000.serial | |
198: 2 0 GICv3 872 Level 47040000.spi | |
199: 0 0 GICv3 873 Level 47050000.spi | |
200: 0 0 GICv3 890 Level 46000000.ethernet | |
201: 0 0 INTR 391 Level 310d0000.cpts | |
202: 1375 0 GICv3 35 Level mmc0 | |
216: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2 | |
218: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c | |
301: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1 | |
443: 0 0 GPIO 11 Edge -davinci_gpio 2-0020 | |
468: 0 0 tps6594-0-0x48 0 Edge buck1_ov | |
469: 0 0 tps6594-0-0x48 1 Edge buck1_uv | |
470: 0 0 tps6594-0-0x48 2 Edge buck1_sc | |
471: 0 0 tps6594-0-0x48 3 Edge buck1_ilim | |
472: 0 0 tps6594-0-0x48 4 Edge buck2_ov | |
473: 0 0 tps6594-0-0x48 5 Edge buck2_uv | |
474: 0 0 tps6594-0-0x48 6 Edge buck2_sc | |
475: 0 0 tps6594-0-0x48 7 Edge buck2_ilim | |
476: 0 0 tps6594-0-0x48 8 Edge buck3_ov | |
477: 0 0 tps6594-0-0x48 9 Edge buck3_uv | |
478: 0 0 tps6594-0-0x48 10 Edge buck3_sc | |
479: 0 0 tps6594-0-0x48 11 Edge buck3_ilim | |
480: 0 0 tps6594-0-0x48 12 Edge buck4_ov | |
481: 0 0 tps6594-0-0x48 13 Edge buck4_uv | |
482: 0 0 tps6594-0-0x48 14 Edge buck4_sc | |
483: 0 0 tps6594-0-0x48 15 Edge buck4_ilim | |
484: 0 0 tps6594-0-0x48 16 Edge buck5_ov | |
485: 0 0 tps6594-0-0x48 17 Edge buck5_uv | |
486: 0 0 tps6594-0-0x48 18 Edge buck5_sc | |
487: 0 0 tps6594-0-0x48 19 Edge buck5_ilim | |
488: 0 0 tps6594-0-0x48 20 Edge ldo1_ov | |
489: 0 0 tps6594-0-0x48 21 Edge ldo1_uv | |
490: 0 0 tps6594-0-0x48 22 Edge ldo1_sc | |
491: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim | |
492: 0 0 tps6594-0-0x48 24 Edge ldo2_ov | |
493: 0 0 tps6594-0-0x48 25 Edge ldo2_uv | |
494: 0 0 tps6594-0-0x48 26 Edge ldo2_sc | |
495: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim | |
496: 0 0 tps6594-0-0x48 28 Edge ldo3_ov | |
497: 0 0 tps6594-0-0x48 29 Edge ldo3_uv | |
498: 0 0 tps6594-0-0x48 30 Edge ldo3_sc | |
499: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim | |
500: 0 0 tps6594-0-0x48 32 Edge ldo4_ov | |
501: 0 0 tps6594-0-0x48 33 Edge ldo4_uv | |
502: 0 0 tps6594-0-0x48 34 Edge ldo4_sc | |
503: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim | |
504: 0 0 tps6594-0-0x48 36 Edge vcca_ov | |
505: 0 0 tps6594-0-0x48 37 Edge vcca_uv | |
523: 0 0 tps6594-0-0x48 55 Edge npwron_start | |
524: 0 0 tps6594-0-0x48 56 Edge enable | |
525: 0 0 tps6594-0-0x48 57 Edge fsd | |
526: 0 0 tps6594-0-0x48 58 Edge soft_reboot | |
527: 0 0 tps6594-0-0x48 59 Edge bist_pass | |
528: 0 0 tps6594-0-0x48 60 Edge ext_clk | |
529: 0 0 tps6594-0-0x48 61 Edge twarn | |
530: 0 0 tps6594-0-0x48 62 Edge tsd_ord | |
531: 0 0 tps6594-0-0x48 63 Edge bist_fail | |
532: 0 0 tps6594-0-0x48 64 Edge reg_crc_err | |
533: 0 0 tps6594-0-0x48 65 Edge recov_cnt | |
534: 0 0 tps6594-0-0x48 66 Edge spmi_err | |
535: 0 0 tps6594-0-0x48 67 Edge npwron_long | |
536: 0 0 tps6594-0-0x48 68 Edge nint_readback | |
537: 0 0 tps6594-0-0x48 69 Edge nrstout_readback | |
538: 0 0 tps6594-0-0x48 70 Edge tsd_imm | |
539: 0 0 tps6594-0-0x48 71 Edge vcca_ovp | |
540: 0 0 tps6594-0-0x48 72 Edge pfsm_err | |
541: 0 0 tps6594-0-0x48 73 Edge imm_shutdown | |
542: 0 0 tps6594-0-0x48 74 Edge ord_shutdown | |
543: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err | |
544: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err | |
545: 0 0 tps6594-0-0x48 77 Edge comm_frm_err | |
546: 0 0 tps6594-0-0x48 78 Edge comm_crc_err | |
547: 0 0 tps6594-0-0x48 79 Edge comm_adr_err | |
548: 0 0 tps6594-0-0x48 82 Edge en_drv_readback | |
549: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback | |
550: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin | |
551: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail | |
552: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst | |
554: 0 0 tps6594-0-0x48 88 Edge alarm | |
556: 0 0 tps6594-0-0x4c 0 Edge buck1_ov | |
557: 0 0 tps6594-0-0x4c 1 Edge buck1_uv | |
558: 0 0 tps6594-0-0x4c 2 Edge buck1_sc | |
559: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim | |
560: 0 0 tps6594-0-0x4c 4 Edge buck2_ov | |
561: 0 0 tps6594-0-0x4c 5 Edge buck2_uv | |
562: 0 0 tps6594-0-0x4c 6 Edge buck2_sc | |
563: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim | |
564: 0 0 tps6594-0-0x4c 8 Edge buck3_ov | |
565: 0 0 tps6594-0-0x4c 9 Edge buck3_uv | |
566: 0 0 tps6594-0-0x4c 10 Edge buck3_sc | |
567: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim | |
568: 0 0 tps6594-0-0x4c 12 Edge buck4_ov | |
569: 0 0 tps6594-0-0x4c 13 Edge buck4_uv | |
570: 0 0 tps6594-0-0x4c 14 Edge buck4_sc | |
571: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim | |
572: 0 0 tps6594-0-0x4c 16 Edge buck5_ov | |
573: 0 0 tps6594-0-0x4c 17 Edge buck5_uv | |
574: 0 0 tps6594-0-0x4c 18 Edge buck5_sc | |
575: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim | |
576: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov | |
577: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv | |
578: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc | |
579: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim | |
580: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov | |
581: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv | |
582: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc | |
583: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim | |
584: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov | |
585: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv | |
586: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc | |
587: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim | |
588: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov | |
589: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv | |
590: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc | |
591: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim | |
592: 0 0 tps6594-0-0x4c 36 Edge vcca_ov | |
593: 0 0 tps6594-0-0x4c 37 Edge vcca_uv | |
611: 0 0 tps6594-0-0x4c 55 Edge npwron_start | |
612: 0 0 tps6594-0-0x4c 56 Edge enable | |
613: 0 0 tps6594-0-0x4c 57 Edge fsd | |
614: 0 0 tps6594-0-0x4c 58 Edge soft_reboot | |
615: 0 0 tps6594-0-0x4c 59 Edge bist_pass | |
616: 0 0 tps6594-0-0x4c 60 Edge ext_clk | |
617: 0 0 tps6594-0-0x4c 61 Edge twarn | |
618: 0 0 tps6594-0-0x4c 62 Edge tsd_ord | |
619: 0 0 tps6594-0-0x4c 63 Edge bist_fail | |
620: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err | |
621: 0 0 tps6594-0-0x4c 65 Edge recov_cnt | |
622: 0 0 tps6594-0-0x4c 66 Edge spmi_err | |
623: 0 0 tps6594-0-0x4c 67 Edge npwron_long | |
624: 0 0 tps6594-0-0x4c 68 Edge nint_readback | |
625: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback | |
626: 0 0 tps6594-0-0x4c 70 Edge tsd_imm | |
627: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp | |
628: 0 0 tps6594-0-0x4c 72 Edge pfsm_err | |
629: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown | |
630: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown | |
631: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err | |
632: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err | |
633: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err | |
634: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err | |
635: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err | |
636: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback | |
637: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback | |
638: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin | |
639: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail | |
640: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst | |
644: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0 | |
645: 2 0 INTR 432 Level mbox-main-r5fss0-core0 | |
646: 4 0 INTR 428 Level mbox-main-r5fss1-core0 | |
647: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1 | |
648: 2 0 INTR 420 Level mbox-c71-0 | |
681: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan2 | |
742: 0 0 MSI-INTA 13894672 Edge 31150000.dma-controller chan3 | |
745: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7 | |
746: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan8 | |
801: 1522 0 GICv3 36 Level mmc1 | |
802: 0 0 GICv3 597 Level 2ba0000.mcasp_rx | |
803: 0 0 GICv3 596 Level 2ba0000.mcasp_tx | |
804: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq | |
814: 0 0 GICv3 892 Level TI-am335x-adc.11.auto | |
815: 0 0 GICv3 893 Level TI-am335x-adc.13.auto | |
816: 0 0 GICv3 646 Level mhdp8546 | |
817: 0 0 GICv3 212 Level vxd-dec | |
819: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv | |
820: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq | |
821: 0 0 GICv3 634 Level tidss | |
823: 0 0 GICv3 213 Level vxe-enc | |
825: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv | |
830: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq | |
834: 0 0 GICv3 152 Level 6000000.usb | |
836: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv | |
837: 61 0 GICv3 49 Level ufshcd | |
855: 0 0 GICv3 43 Level 4e10000.rng | |
890: 35 0 GICv3 136 Level xhci-hcd:usb1 | |
893: 0 0 GICv3 153 Level 6400000.usb | |
IPI0: 3146 17788 Rescheduling interrupts | |
IPI1: 3355 9205 Function call interrupts | |
IPI2: 0 0 CPU stop interrupts | |
IPI3: 0 0 CPU stop (for crash dump) interrupts | |
IPI4: 0 0 Timer broadcast interrupts | |
IPI5: 0 0 IRQ work interrupts | |
IPI6: 0 0 CPU wake-up interrupts | |
Err: 0 | |
root@j721e-evm:~# cat /proc/softirqs | |
CPU0 CPU1 | |
HI: 12 0 | |
TIMER: 1317 1913 | |
NET_TX: 7 5 | |
NET_RX: 119775 64 | |
BLOCK: 1108 0 | |
IRQ_POLL: 0 0 | |
TASKLET: 9893 11 | |
SCHED: 1674 1640 | |
HRTIMER: 0 0 | |
RCU: 10366 12926 | |
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1 | |
/run/media/mmcblk0p1: | |
total 0 | |
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $? | |
1 | |
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $? | |
ti-test - 1.0-r0.121 | |
ti-test-extras - 1.0-r0.121 | |
0 | |
root@j721e-evm:~# lsmod | |
Module Size Used by | |
xhci_plat_hcd 16384 0 | |
pci_endpoint_test 20480 0 | |
cdns_csi2rx 20480 0 | |
v4l2_fwnode 20480 1 cdns_csi2rx | |
omap_rng 16384 0 | |
ti_am335x_adc 20480 0 | |
kfifo_buf 16384 1 ti_am335x_adc | |
rpmsg_ctrl 16384 0 | |
rpmsg_char 16384 1 rpmsg_ctrl | |
irq_pruss_intc 16384 0 | |
cdns_pltfrm 16384 0 | |
pru_rproc 24576 0 | |
cdns3 45056 0 | |
cdns_usb_common 20480 1 cdns3 | |
snd_soc_j721e_evm 32768 0 | |
crct10dif_ce 16384 1 | |
display_connector 16384 0 | |
phy_can_transceiver 16384 4 | |
overlay 122880 0 | |
cfg80211 389120 0 | |
rfkill 24576 2 cfg80211 | |
ti_k3_r5_remoteproc 28672 0 | |
k3_j72xx_bandgap 16384 0 | |
vxd_dec 331776 0 | |
vxe_enc 286720 0 | |
j721e_csi2rx 24576 0 | |
tidss 61440 0 | |
cdns_mhdp8546 40960 0 | |
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec | |
ti_am335x_tscadc 16384 1 ti_am335x_adc | |
videobuf2_dma_contig 20480 1 j721e_csi2rx | |
drm_display_helper 139264 1 cdns_mhdp8546 | |
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec | |
drm_dma_helper 20480 1 tidss | |
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg | |
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem | |
drm_kms_helper 184320 6 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss | |
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx | |
videobuf2_common 57344 8 j721e_csi2rx,vxe_enc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops | |
pruss 16384 0 | |
syscopyarea 16384 1 drm_kms_helper | |
sysfillrect 16384 1 drm_kms_helper | |
sysimgblt 16384 1 drm_kms_helper | |
pvrsrvkm 1228800 0 | |
fb_sys_fops 16384 1 drm_kms_helper | |
ti_j721e_ufs 16384 0 | |
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
ti_k3_dsp_remoteproc 16384 0 | |
virtio_rpmsg_bus 20480 0 | |
rpmsg_ns 16384 1 virtio_rpmsg_bus | |
sa2ul 36864 0 | |
ti_k3_common 16384 1 ti_k3_dsp_remoteproc | |
m_can_platform 16384 0 | |
snd_soc_davinci_mcasp 32768 2 | |
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp | |
pci_j721e_host 16384 0 | |
pci_j721e 16384 1 pci_j721e_host | |
m_can 24576 1 m_can_platform | |
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp | |
cdns_dphy_rx 16384 0 | |
pcie_cadence_host 16384 1 pci_j721e_host | |
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host | |
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp | |
snd_soc_pcm3168a_i2c 16384 1 | |
cdns3_ti 16384 0 | |
can_dev 36864 1 m_can | |
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c | |
rti_wdt 16384 0 | |
optee_rng 16384 0 | |
rng_core 20480 2 optee_rng,omap_rng | |
cryptodev 53248 0 | |
drm 561152 8 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss | |
fuse 131072 1 | |
drm_panel_orientation_quirks 28672 1 drm | |
ipv6 475136 40 | |
root@j721e-evm:~# echo 'hello world' | |
hello world | |
root@j721e-evm:~# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2024.04-rc3-00018-gc12df9ae19a (Feb 28 2024 - 15:51:47 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Trying to boot from UART | |
Cmage 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 | |
Loaded 1012747 bytes | |
Loading Environment from nowhere... OK | |
init_env from device 7 not supported! | |
Starting ATF on ARM64 core... | |
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty | |
NOTICE: BL31: Built : 00:42:57, Jan 13 2023 | |
I/TC: | |
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 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: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (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 2024.04-rc3-00018-gc12df9ae19a (Feb 28 2024 - 15:52:06 +0530) | |
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
Trying to boot from UART | |
CLoaded 1239027 bytes | |
U-Boot 2024.04-rc3-00018-gc12df9ae19a (Feb 28 2024 - 15:52:06 +0530) | |
SoC: J721E SR1.1 GP | |
Model: Texas Instruments J721E SK | |
Board: J721EX-EAIK rev E2 | |
DRAM: 4 GiB | |
Core: 114 devices, 32 uclasses, devicetree: separate | |
Flash: 0 Bytes | |
MMC: 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 mdio_freq:1000000 | |
Net: eth0: ethernet@46000000port@1 | |
Hit any key to stop autoboot: 2 0 | |
=> | |
=> | |
=> | |
=> version | |
U-Boot 2024.04-rc3-00018-gc12df9ae19a (Feb 28 2024 - 15:52:06 +0530) | |
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ' | |
=> setenv bootcmd '' | |
=> setenv autoload 'no' | |
=> setenv serverip '10.24.68.106' | |
=> setenv _initramfs - | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e-sk | |
board_rev=E2 | |
board_serial=0166 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
dorprocboot=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
ethaddr=24:76:25:96:41:a1 | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde97840 | |
fdtfile=ti/k3-j721e-sk.dtb | |
fdtoverlay_addr_r=0x89000000 | |
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/${name_fdt} | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
name_fdt=ti/k3-j721e-sk.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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000166 | |
serverip=10.24.68.106 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 6759/131067 bytes | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled | |
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' | |
=> setenv serverip '10.24.68.106' | |
=> setenv autoload 'no' | |
=> dhcp | |
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
BOOTP broadcast 1 | |
BOOTP broadcast 2 | |
BOOTP broadcast 3 | |
DHCP client bound to address 10.24.69.99 (1045 ms) | |
=> setenv dorprocboot '1' | |
=> run boot_rprocs | |
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 | |
79356 bytes read in 33 ms (2.3 MiB/s) | |
Load Remote Processor 2 with data@addr=0x82000000 79356 bytes: Success! | |
Failed to load '/lib/firmware/j7-main-r5f0_1-fw' | |
81036 bytes read in 34 ms (2.3 MiB/s) | |
k3_r5f_rproc r5f@5e00000: Invalid ELF32 Image -93 | |
k3_r5f_rproc r5f@5e00000: Loading elf failedi -93 | |
Load Remote Processor 4 with data@addr=0x82000000 81036 bytes: Failed! | |
Failed to load '/lib/firmware/j7-main-r5f1_1-fw' | |
147284 bytes read in 35 ms (4 MiB/s) | |
k3_dsp dsp@4d80800000: Invalid ELF32 Image -93 | |
k3_dsp dsp@4d80800000: Loading elf failed -93 | |
Load Remote Processor 6 with data@addr=0x82000000 147284 bytes: Failed! | |
147284 bytes read in 35 ms (4 MiB/s) | |
k3_dsp dsp@4d81800000: Invalid ELF32 Image -93 | |
k3_dsp dsp@4d81800000: Loading elf failed -93 | |
Load Remote Processor 7 with data@addr=0x82000000 147284 bytes: Failed! | |
10489000 bytes read in 42 ms (238.2 MiB/s) | |
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success! | |
=> printenv | |
_initramfs=- | |
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 bootpart 1:1 | |
autoload=no | |
baudrate=115200 | |
board=j721e | |
board_name=j721e-sk | |
board_rev=E2 | |
board_serial=0166 | |
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; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done | |
boot_targets=mmc1 mmc0 usb pxe dhcp | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
bootcmd= | |
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi; | |
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 mmcpart 0; 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.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 | |
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_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 0x3800000 | |
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 | |
dnsip=192.0.2.2 | |
do_main_cpsw0_qsgmii_phyinit=0 | |
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 Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; | |
ethact=ethernet@46000000port@1 | |
ethaddr=24:76:25:96:41:a1 | |
fdt_addr_r=0x88000000 | |
fdtaddr=0x88000000 | |
fdtcontroladdr=fde97840 | |
fdtfile=ti/k3-j721e-sk.dtb | |
fdtoverlay_addr_r=0x89000000 | |
fileaddr=82000000 | |
filesize=a00ca8 | |
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script | |
finduuid=part uuid ${boot} ${bootpart} uuid | |
gatewayip=10.24.68.1 | |
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt} | |
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; | |
hostname=dhcp-10-24-69-99 | |
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 | |
ipaddr=10.24.69.99 | |
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 $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; 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_fit; else run mmcloados; fi; fi; fi; fi; | |
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; fi; fi; else bootz; fi; | |
mmcrootfstype=ext4 rootwait | |
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus | |
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) | |
name_fdt=ti/k3-j721e-sk.dtb | |
name_fit=fitImage | |
name_kern=Image | |
netmask=255.255.254.0 | |
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-c66_1-fw 8 /lib/firmware/j7-c71_0-fw | |
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 | |
serial#=0000000000000166 | |
serverip=10.24.68.106 | |
soc=k3 | |
stderr=serial@2800000 | |
stdin=serial@2800000 | |
stdout=serial@2800000 | |
ufs_finduuid=part uuid scsi ${bootpart} uuid | |
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} | |
vendor=ti | |
Environment size: 6947/131067 bytes | |
=> tftp ${loadaddr} 10.24.68.106:vatf_j721e-sk-01/f38fb7fbb0565bd438d18a9025270d32 | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
Using ethernet@46000000port@1 device | |
TFTP from server 10.24.68.106; our IP address is 10.24.69.99 | |
Filename 'vatf_j721e-sk-01/f38fb7fbb0565bd438d18a9025270d32'. | |
Load address: 0x82000000 | |
Loading: *################################################## 19.3 MiB | |
11.4 MiB/s | |
done | |
Bytes transferred = 20238848 (134d200 hex) | |
=> tftp ${fdt_addr_r} 10.24.68.106:vatf_j721e-sk-01/68ff91161d62f55ce57c88e98e643280 | |
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2 | |
link up on port 1, speed 1000, full duplex | |
Using ethernet@46000000port@1 device | |
TFTP from server 10.24.68.106; our IP address is 10.24.69.99 | |
Filename 'vatf_j721e-sk-01/68ff91161d62f55ce57c88e98e643280'. | |
Load address: 0x88000000 | |
Loading: *################################################## 100.9 KiB | |
10.9 MiB/s | |
done | |
Bytes transferred = 103298 (19382 hex) | |
=> fdt address ${fdt_addr_r} | |
Working FDT set to 88000000 | |
=> printenv bootargs | |
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp | |
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 ' | |
=> printenv bootcmd | |
bootcmd= | |
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' | |
=> version | |
U-Boot 2024.04-rc3-00018-gc12df9ae19a (Feb 28 2024 - 15:52:06 +0530) | |
=> bdinfo | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 24:76:25:96:41:a1 | |
IP addr = 10.24.69.99 | |
fdt_blob = 0x00000000fde97840 | |
new_fdt = 0x00000000fde97840 | |
fdt_size = 0x000000000001f560 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde97830 | |
sp start = 0x00000000fde97830 | |
Early malloc usage: 2a88 / 8000 | |
=> | |
boot_params = 0x0000000000000000 | |
DRAM bank = 0x0000000000000000 | |
-> start = 0x0000000080000000 | |
-> size = 0x0000000080000000 | |
DRAM bank = 0x0000000000000001 | |
-> start = 0x0000000880000000 | |
-> size = 0x0000000080000000 | |
flashstart = 0x0000000000000000 | |
flashsize = 0x0000000000000000 | |
flashoffset = 0x0000000000000000 | |
baudrate = 115200 bps | |
relocaddr = 0x00000000ffed7000 | |
reloc off = 0x000000007f6d7000 | |
Build = 64-bit | |
current eth = ethernet@46000000port@1 | |
ethaddr = 24:76:25:96:41:a1 | |
IP addr = 10.24.69.99 | |
fdt_blob = 0x00000000fde97840 | |
new_fdt = 0x00000000fde97840 | |
fdt_size = 0x000000000001f560 | |
multi_dtb_fit= 0x0000000000000000 | |
lmb_dump_all: | |
memory.cnt = 0x2 / max = 0x10 | |
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0 | |
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
reserved.cnt = 0x4 / max = 0x10 | |
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4 | |
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4 | |
reserved[2] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0 | |
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0 | |
devicetree = separate | |
serial addr = 0x0000000002800000 | |
width = 0x0000000000000000 | |
shift = 0x0000000000000002 | |
offset = 0x0000000000000000 | |
clock = 0x0000000002dc6c00 | |
arch_number = 0x0000000000000000 | |
TLB addr = 0x00000000ffff0000 | |
irq_sp = 0x00000000fde97830 | |
sp start = 0x00000000fde97830 | |
Early malloc usage: 2a88 / 8000 | |
=> ls mmc 0:1 | |
** Bad device specification mmc 0 ** | |
Couldn't find partition mmc 0:1 | |
=> ls mmc 1:1 | |
EFI/ | |
21582336 Image | |
268978 sysfw.itb | |
268978 sysfw-j721e-gp-evm.itb | |
278254 sysfw-j721e_sr1_1-hs-evm.itb | |
269718 sysfw-j721e_sr2-hs-fs-evm.itb | |
294385 tiboot3.bin | |
294385 tiboot3-j721e-gp-evm.bin | |
295160 tiboot3-j721e_sr1_1-hs-evm.bin | |
295160 tiboot3-j721e_sr2-hs-fs-evm.bin | |
1077291 tispl.bin | |
1319011 u-boot.img | |
574 uEnv.txt | |
4 ws-calibrate.rules | |
13 file(s), 1 dir(s) | |
=> ext4ls mmc 0:2 /lib/firmware | |
** Bad device specification mmc 0 ** | |
Couldn't find partition mmc 0:2 | |
=> ext4ls mmc 1:2 /lib/firmware | |
<DIR> 4096 . | |
<DIR> 4096 .. | |
2040 LICENCE.ibt_firmware | |
2046 LICENCE.iwlwifi_firmware | |
478552 bl32.bin | |
4295864 bl32.elf | |
<DIR> 4096 cadence | |
<DIR> 4096 intel | |
918268 iwlwifi-3160-17.ucode | |
2448976 iwlwifi-8000C-34.ucode | |
2428004 iwlwifi-8000C-36.ucode | |
2440780 iwlwifi-8265-34.ucode | |
2436632 iwlwifi-8265-36.ucode | |
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
<SYM> 76 j7-c66_0-fw | |
<SYM> 76 j7-c66_0-fw-sec | |
<SYM> 76 j7-c66_1-fw | |
<SYM> 76 j7-c66_1-fw-sec | |
<SYM> 65 j7-c71_0-fw | |
<SYM> 72 j7-c71_0-fw-sec | |
<SYM> 74 j7-mcu-r5f0_0-fw | |
<SYM> 74 j7-main-r5f0_0-fw-sec | |
<SYM> 67 j7-main-r5f0_0-fw | |
<SYM> 74 j7-main-r5f0_1-fw-sec | |
<SYM> 74 j7-main-r5f1_0-fw | |
<SYM> 74 j7-main-r5f1_0-fw-sec | |
<SYM> 74 j7-main-r5f1_1-fw-sec | |
<SYM> 74 j7-mcu-r5f0_1-fw-sec | |
<SYM> 49 j7-pru0_0-fw | |
<SYM> 49 j7-pru0_1-fw | |
<SYM> 49 j7-pru1_0-fw | |
<SYM> 49 j7-pru1_1-fw | |
<SYM> 49 j7-rtu0_0-fw | |
<SYM> 49 j7-rtu0_1-fw | |
<SYM> 49 j7-rtu1_0-fw | |
<SYM> 49 j7-rtu1_1-fw | |
<SYM> 35 j7-txpru0_0-fw | |
<SYM> 35 j7-txpru0_1-fw | |
<SYM> 35 j7-txpru1_0-fw | |
<SYM> 35 j7-txpru1_1-fw | |
<DIR> 4096 pru | |
247469 pvdec_full_bin.fw | |
4728 regulatory.db | |
1182 regulatory.db.p7s | |
131072 rgx.fw.22.104.208.318 | |
131072 rgx.fw.22.104.208.318.64k | |
382744 rgx.sh.22.104.208.318 | |
28 tee-header_v2.bin | |
0 tee-pageable_v2.bin | |
478552 tee-pager_v2.bin | |
478552 tee-raw.bin | |
478580 tee.bin | |
4295864 tee.elf | |
<DIR> 4096 ti-connectivity | |
<DIR> 4096 ti-eth | |
<DIR> 4096 ti-ipc | |
=> mmc rescan; echo $? | |
MMC Device 0 not found | |
no mmc device at slot 0 | |
1 | |
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 | |
4 bytes written in 17 ms (0 Bytes/s) | |
=> boot | |
## Checking Image at 82000000 ... | |
Unknown image format! | |
## Flattened Device Tree blob at 88000000 | |
Booting using the fdt blob at 0x88000000 | |
Working FDT set to 88000000 | |
Loading Device Tree to 000000008ffe3000, end 000000008ffff381 ... OK | |
Working FDT set to 8ffe3000 | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] | |
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 | |
[ 0.000000] Machine model: Texas Instruments J721E SK | |
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') | |
[ 0.000000] printk: bootconsole [ns16550a0] enabled | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 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 c66-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 c66-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 c66-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 c66-memory@a7100000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB | |
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool | |
[ 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-0x00000000a8ffffff] | |
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] | |
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] | |
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff] | |
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: Trusted OS migration not required | |
[ 0.000000] psci: SMC Calling Convention v1.2 | |
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824 | |
[ 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: 1032192 | |
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
[ 0.000000] sysrq: sysrq always enabled. | |
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space. | |
[ 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] 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: 3302512K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367504K 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 @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.008374] Console: colour dummy device 80x25 | |
[ 0.012942] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) | |
[ 0.023612] pid_max: default: 32768 minimum: 301 | |
[ 0.028347] LSM: Security Framework initializing | |
[ 0.033120] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.040690] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.049453] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.056852] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.063111] cblist_init_generic: Setting adjustable number of callback queues. | |
[ 0.070496] cblist_init_generic: Setting shift to 1 and lim to 1. | |
[ 0.076798] rcu: Hierarchical SRCU implementation. | |
[ 0.081695] rcu: Max phase no-delay instances is 1000. | |
[ 0.087183] Platform MSI: msi-controller@1820000 domain created | |
[ 0.093386] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created | |
[ 0.102776] EFI services will not be available. | |
[ 0.107500] smp: Bringing up secondary CPUs ... | |
I/TC: Secondary CPU 1 initializing | |
I/TC: Secondary CPU 1 switching to normal world boot | |
[ 0.120691] Detected PIPT I-cache on CPU1 | |
[ 0.120752] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 | |
[ 0.120765] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000 | |
[ 0.120793] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] | |
[ 0.120838] smp: Brought up 1 node, 2 CPUs | |
[ 0.150182] SMP: Total of 2 processors activated. | |
[ 0.154987] CPU features: detected: 32-bit EL0 Support | |
[ 0.160240] CPU features: detected: CRC32 instructions | |
[ 0.165517] CPU: All CPU(s) started at EL2 | |
[ 0.169698] alternatives: applying system-wide alternatives | |
[ 0.176143] devtmpfs: initialized | |
[ 0.185483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.195462] futex hash table entries: 512 (order: 3, 32768 bytes, linear) | |
[ 0.210631] pinctrl core: initialized pinctrl subsystem | |
[ 0.216296] DMI not present or invalid. | |
[ 0.220531] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.227154] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.234454] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.242452] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.250574] audit: initializing netlink subsys (disabled) | |
[ 0.256187] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1 | |
[ 0.256400] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.264107] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.270313] cpuidle: using governor menu | |
[ 0.281062] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.288024] ASID allocator initialised with 65536 entries | |
[ 0.300884] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint | |
[ 0.312938] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint | |
[ 0.323713] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint | |
[ 0.332444] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint | |
[ 0.342743] KASLR disabled due to lack of seed | |
[ 0.350131] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.357073] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page | |
[ 0.363476] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.370410] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page | |
[ 0.376811] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.383744] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page | |
[ 0.390145] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.397079] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page | |
[ 0.404158] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected | |
[ 0.413281] iommu: Default domain type: Translated | |
[ 0.418267] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.424788] SCSI subsystem initialized | |
[ 0.428763] usbcore: registered new interface driver usbfs | |
[ 0.434381] usbcore: registered new interface driver hub | |
[ 0.439815] usbcore: registered new device driver usb | |
[ 0.445159] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.450230] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> | |
[ 0.459567] PTP clock support registered | |
[ 0.463636] EDAC MC: Ver: 3.0.0 | |
[ 0.467288] FPGA manager framework | |
[ 0.470808] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.477414] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.483749] VFS: Disk quotas dquot_6.6.0 | |
[ 0.487781] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.497618] NET: Registered PF_INET protocol family | |
[ 0.502814] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.511829] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 0.520602] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.528524] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.536729] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) | |
[ 0.545286] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 0.552057] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.558969] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.566401] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.572456] RPC: Registered named UNIX socket transport module. | |
[ 0.578517] RPC: Registered udp transport module. | |
[ 0.583320] RPC: Registered tcp transport module. | |
[ 0.588123] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.594714] NET: Registered PF_XDP protocol family | |
[ 0.599616] PCI: CLS 0 bytes, default 64 | |
[ 0.603985] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 0.613015] Initialise system trusted keyrings | |
[ 0.617653] workingset: timestamp_bits=46 max_order=20 bucket_order=0 | |
[ 0.626154] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 0.632384] NFS: Registering the id_resolver key type | |
[ 0.637563] Key type id_resolver registered | |
[ 0.641834] Key type id_legacy registered | |
[ 0.645951] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.652799] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 0.680266] Key type asymmetric registered | |
[ 0.684450] Asymmetric key parser 'x509' registered | |
[ 0.689457] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) | |
[ 0.697081] io scheduler mq-deadline registered | |
[ 0.701712] io scheduler kyber registered | |
[ 0.707767] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 | |
[ 0.714064] pinctrl-single 11c000.pinctrl: 173 pins, size 692 | |
[ 0.723344] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled | |
[ 0.731534] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) | |
[ 0.739688] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq | |
[ 0.746784] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq | |
[ 0.754536] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs | |
[ 0.765347] loop: module loaded | |
[ 0.769115] megasas: 07.719.03.00-rc1 | |
[ 0.774240] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.779707] thunder_xcv, ver 1.0 | |
[ 0.783020] thunder_bgx, ver 1.0 | |
[ 0.786326] nicpf, ver 1.0 | |
[ 0.789155] e1000: Intel(R) PRO/1000 Network Driver | |
[ 0.794136] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 0.800021] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 0.805090] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 0.811149] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 0.816663] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 0.822367] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 0.828769] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 0.834882] sky2: driver version 1.30 | |
[ 0.838968] VFIO - User Level meta-driver version: 0.3 | |
[ 0.844560] usbcore: registered new interface driver usb-storage | |
[ 0.850988] i2c_dev: i2c /dev entries driver | |
[ 0.855846] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.862167] sdhci: Copyright(c) Pierre Ossman | |
[ 0.866707] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.872757] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.878974] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... | |
[ 0.885684] usbcore: registered new interface driver usbhid | |
[ 0.891377] usbhid: USB HID core driver | |
[ 0.895738] 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.900293] optee: revision 3.20 (8e74d476) | |
[ 0.916701] optee: dynamic shared memory is enabled | |
[ 0.926169] optee: initialized driver | |
[ 0.931040] Initializing XFRM netlink socket | |
[ 0.935428] NET: Registered PF_PACKET protocol family | |
[ 0.940618] Key type dns_resolver registered | |
[ 0.945155] registered taskstats version 1 | |
[ 0.949355] Loading compiled-in X.509 certificates | |
[ 0.959560] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.9--v09.01.09 (Kool Koala)') | |
[ 0.988024] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=19, ret=-19 | |
[ 0.998793] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=20, ret=-19 | |
[ 1.009538] ti-sci-clk 44083000.system-controller:clock-controller: recalc-rate failed for dev=152, clk=21, ret=-19 | |
[ 1.053568] i2c i2c-0: Added multiplexed i2c bus 1 | |
[ 1.058555] i2c i2c-0: Added multiplexed i2c bus 2 | |
[ 1.063454] pca954x 0-0071: registered 2 multiplexed busses for I2C switch pca9543 | |
[ 1.071214] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz | |
[ 1.077238] omap_i2c 2010000.i2c: bus 3 rev0.12 at 100 kHz | |
[ 1.105570] i2c i2c-4: Added multiplexed i2c bus 5 | |
[ 1.110549] i2c i2c-4: Added multiplexed i2c bus 6 | |
[ 1.115447] pca954x 4-0070: registered 2 multiplexed busses for I2C switch pca9543 | |
[ 1.123203] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz | |
[ 1.129192] omap_i2c 2050000.i2c: bus 7 rev0.12 at 400 kHz | |
[ 1.134986] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created | |
[ 1.143530] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created | |
[ 1.152867] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created | |
[ 1.161463] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created | |
[ 1.178372] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 | |
[ 1.188258] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.195018] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.204017] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 | |
[ 1.214175] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled | |
[ 1.220934] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 | |
[ 1.228827] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 192, base_baud = 6000000) is a 8250 | |
[ 1.238276] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 193, base_baud = 3000000) is a 8250 | |
[ 1.247120] printk: console [ttyS2] enabled | |
[ 1.247120] printk: console [ttyS2] enabled | |
[ 1.255564] printk: bootconsole [ns16550a0] disabled | |
[ 1.255564] printk: bootconsole [ns16550a0] disabled | |
[ 1.265960] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 194, base_baud = 3000000) is a 8250 | |
[ 1.275826] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 1.321422] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 1.330079] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 1.338351] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 1.351157] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 1.358364] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 1.364617] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 | |
[ 1.374909] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 | |
[ 1.388726] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.395545] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.402337] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.409131] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.415894] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 | |
[ 1.429372] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) | |
[ 1.439922] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) | |
[ 1.454091] spi-nor spi0.0: s28hs512t (65536 Kbytes) | |
[ 1.459096] 8 fixed-partitions partitions found on MTD device 47040000.spi.0 | |
[ 1.466134] Creating 8 MTD partitions on "47040000.spi.0": | |
[ 1.471605] 0x000000000000-0x000000080000 : "ospi.tiboot3" | |
[ 1.477628] 0x000000080000-0x000000280000 : "ospi.tispl" | |
[ 1.483356] 0x000000280000-0x000000680000 : "ospi.u-boot" | |
[ 1.489161] 0x000000680000-0x0000006c0000 : "ospi.env" | |
[ 1.494715] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" | |
[ 1.500468] 0x0000007c0000-0x000000800000 : "ospi.env.backup" | |
[ 1.506648] 0x000000800000-0x000003fc0000 : "ospi.rootfs" | |
[ 1.512454] 0x000003fc0000-0x000004000000 : "ospi.phypattern" | |
[ 1.523007] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode | |
[ 1.569421] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 1.578057] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 | |
[ 1.586326] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 | |
[ 1.599131] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 | |
[ 1.606338] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 | |
[ 1.612553] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 | |
[ 1.622915] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 | |
[ 1.631334] mmc1: CQHCI version 5.10 | |
[ 1.675927] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit | |
[ 1.690223] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 1.699698] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 1.733075] mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
[ 1.740010] mmcblk1: mmc1:aaaa SC16G 14.8 GiB | |
[ 1.748746] mmcblk1: p1 p2 p3 | |
[ 5.786186] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 5.817416] Sending DHCP requests ., OK | |
[ 5.877250] IP-Config: Got DHCP answer from 10.24.68.2, my address is 10.24.69.99 | |
[ 5.884722] IP-Config: Complete: | |
[ 5.887939] device=eth0, hwaddr=24:76:25:96:41:a1, ipaddr=10.24.69.99, mask=255.255.254.0, gw=10.24.68.1 | |
[ 5.897833] host=dhcp-10-24-69-99, domain=dhcp.ti.com, nis-domain=(none) | |
[ 5.904950] bootserver=0.0.0.0, rootserver=10.24.68.106, rootpath= | |
[ 5.904952] nameserver0=192.0.2.2, nameserver1=192.0.2.3 | |
[ 5.920690] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=21, ret=-19 | |
[ 5.931146] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=20, ret=-19 | |
[ 5.941601] ti-sci-clk 44083000.system-controller:clock-controller: is_prepared failed for dev=152, clk=19, ret=-19 | |
[ 5.955939] ALSA device list: | |
[ 5.958902] No soundcards found. | |
[ 5.973917] VFS: Mounted root (nfs filesystem) on device 0:20. | |
[ 5.980078] devtmpfs: mounted | |
[ 5.983920] Freeing unused kernel memory: 2112K | |
[ 5.993476] Run /sbin/init as init process | |
[ 6.138460] systemd[1]: System time before build time, advancing clock. | |
[ 6.213680] NET: Registered PF_INET6 protocol family | |
[ 6.219788] Segment Routing with IPv6 | |
[ 6.223492] In-situ OAM (IOAM) with IPv6 | |
[ 6.247580] 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) | |
[ 6.279054] systemd[1]: Detected architecture arm64. | |
Welcome to [1mArago 2023.10[0m! | |
[ 6.346314] systemd[1]: Hostname set to <j721e-evm>. | |
[ 6.435003] systemd-sysv-generator[141]: SysV service '/etc/init.d/sysrepo' 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. | |
[ 6.459190] systemd-sysv-generator[141]: 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. | |
[ 6.485376] systemd-sysv-generator[141]: SysV service '/etc/init.d/netopeer2-server' 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. | |
[ 6.514086] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. | |
[ 6.686299] 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. | |
[ 6.748275] 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.821877] systemd[1]: Queued start job for default target Graphical Interface. | |
[ 6.870607] systemd[1]: Created slice Slice /system/getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m. | |
[ 6.894781] systemd[1]: Created slice Slice /system/modprobe. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m. | |
[ 6.918766] systemd[1]: Created slice Slice /system/serial-getty. | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m. | |
[ 6.942510] systemd[1]: Created slice User and Session Slice. | |
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. | |
[ 6.965616] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. | |
[ 6.989541] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. | |
[ 7.013616] systemd[1]: Reached target Path Units. | |
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m. | |
[ 7.033495] systemd[1]: Reached target Remote File Systems. | |
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. | |
[ 7.053471] systemd[1]: Reached target Slice Units. | |
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m. | |
[ 7.069482] systemd[1]: Reached target Swaps. | |
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m. | |
[ 7.111533] systemd[1]: Listening on RPCbind Server Activation Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m. | |
[ 7.133552] systemd[1]: Reached target RPC Port Mapper. | |
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m. | |
[ 7.158092] systemd[1]: Listening on Process Core Dump Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m. | |
[ 7.181660] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. | |
[ 7.206400] systemd[1]: Listening on Journal Audit Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. | |
[ 7.230277] systemd[1]: Listening on Journal Socket (/dev/log). | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. | |
[ 7.253755] systemd[1]: Listening on Journal Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. | |
[ 7.270345] systemd[1]: Listening on Network Service Netlink Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. | |
[ 7.295548] systemd[1]: Listening on udev Control Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. | |
[ 7.317690] systemd[1]: Listening on udev Kernel Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. | |
[ 7.338127] systemd[1]: Listening on User Database Manager Socket. | |
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m. | |
[ 7.377687] systemd[1]: Mounting Huge Pages File System... | |
Mounting [0;1;39mHuge Pages File System[0m... | |
[ 7.395845] systemd[1]: Mounting POSIX Message Queue File System... | |
Mounting [0;1;39mPOSIX Message Queue File System[0m... | |
[ 7.437681] systemd[1]: Mounting Kernel Debug File System... | |
Mounting [0;1;39mKernel Debug File System[0m... | |
[ 7.457728] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). | |
[ 7.474588] systemd[1]: Mounting Temporary Directory /tmp... | |
Mounting [0;1;39mTemporary Directory /tmp[0m... | |
[ 7.525825] systemd[1]: Starting Create List of Static Device Nodes... | |
Starting [0;1;39mCreate List of Static Device Nodes[0m... | |
[ 7.551744] systemd[1]: Starting Load Kernel Module configfs... | |
Starting [0;1;39mLoad Kernel Module configfs[0m... | |
[ 7.575795] systemd[1]: Starting Load Kernel Module drm... | |
Starting [0;1;39mLoad Kernel Module drm[0m... | |
[ 7.593461] random: crng init done | |
[ 7.603662] systemd[1]: Starting Load Kernel Module fuse... | |
Starting [0;1;39mLoad Kernel Module fuse[0m... | |
[ 7.650102] systemd[1]: Starting Start psplash boot splash screen... | |
Starting [0;1;39mStart psplash boot splash screen[0m... | |
[ 7.662871] fuse: init (API version 7.37) | |
[ 7.693840] systemd[1]: Starting RPC Bind... | |
Starting [0;1;39mRPC Bind[0m... | |
[ 7.710537] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
[ 7.726650] systemd[1]: Starting Journal Service... | |
Starting [0;1;39mJournal Service[0m... | |
[ 7.746094] systemd[1]: Starting Load Kernel Modules... | |
Starting [0;1;39mLoad Kernel Modules[0m... | |
[ 7.764538] systemd[1]: Starting Generate network units from Kernel command line... | |
Starting [0;1;39mGenerate network ts from Kernel command line[0m... | |
[ 7.781597] cryptodev: loading out-of-tree module taints kernel. | |
[ 7.788562] cryptodev: driver 1.12 loaded. | |
[ 7.809905] systemd[1]: Starting Remount Root and Kernel File Systems... | |
Starting [0;1;39mRemount Root and Kernel File Systems[0m... | |
[ 7.836449] systemd[1]: Starting Coldplug All udev Devices... | |
Starting [0;1;39mColdplug All udev Devices[0m... | |
[ 7.864749] systemd[1]: Started RPC Bind. | |
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m. | |
[ 7.881881] systemd[1]: Started Journal Service. | |
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m. | |
See 'systemctl status psplash-start.service' for details. | |
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. | |
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m. | |
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. | |
Mounting [0;1;39mFUSE Control File System[0m... | |
Mounting [0;1;39mKernel Configuration File System[0m... | |
Starting [0;1;39mFlush Journal to Persistent Storage[0m... | |
Starting [0;1;39mApply Kernel Variables[0m...[ 8.229830] systemd-journald[156]: Received client request to flush runtime journal. | |
Starting [0;1;39mCreate Static Device Nodes in /dev[0m... | |
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m. | |
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. | |
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. | |
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m. | |
Mounting [0;1;39m/media/ram[0m... | |
Mounting [0;1;39m/var/volatile[0m... | |
[ 8.419743] audit: type=1334 audit(1651167747.280:2): prog-id=5 op=LOAD | |
[ 8.426635] audit: type=1334 audit(1651167747.288:3): prog-id=6 op=LOAD | |
Starting [0;1;39mRule-based Managefor Device Events and Files[0m... | |
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m. | |
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m. | |
Starting [0;1;39mLoad/Save Random Seed[0m... | |
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. | |
Starting [0;1;39mCreate Volatile Files and Directories[0m... | |
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. | |
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. | |
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. | |
Starting [0;1;39mNetwork Time Synchronization[0m... | |
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m... | |
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m. | |
[ 8.893059] systemd-journald[156]: Oldest entry in /run/log/journal/c4515f79b08b456ba45379679713ec98/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. | |
[ 8.924235] systemd-journald[156]: /run/log/journal/c4515f79b08b456ba45379679713ec98/system.journal: Journal header limits reached or header out-of-date, rotating. | |
[ 8.938994] mc: Linux media interface: v0.10 | |
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. | |
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m. | |
[ 8.991541] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 | |
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. | |
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m. | |
[ 9.039176] videodev: Linux video capture interface: v2.00 | |
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m. | |
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 9.072721] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode | |
us Socket[0m. | |
Starting [0;1;39mDocker Socket for the API[0m... | |
[ 9.097674] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: | |
[ 9.123515] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 | |
[ 9.134346] remoteproc remoteproc0: 4d80800000.dsp is available | |
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m. | |
[ 9.147980] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 | |
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 9.162067] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[ 9.170764] PVR_K: 183: Device: 4e20000000.gpu | |
n Activation Socket[0m. | |
[ 9.178852] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 | |
[ 9.192579] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode | |
[ 9.199831] remoteproc remoteproc1: 4d81800000.dsp is available | |
[ 9.212200] remoteproc remoteproc0: powering up 4d80800000.dsp | |
Starting [0;1;39mWeston socket[0m...[ 9.218080] remoteproc remoteproc1: powering up 4d81800000.dsp | |
[ 9.227979] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 145604 | |
[ 9.235270] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 145604 | |
[ 9.246348] PVR_K: 183: Read BVNC 22.104.208.318 from HW device registers | |
[ 9.254939] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400 | |
[ 9.262988] PVR_K: 183: RGX Device registered with BVNC 22.104.208.318 | |
[ 9.263255] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400 | |
Starting [0;1;39mD-Bus System Message Bus[0m... | |
[ 9.291108] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 | |
[ 9.300673] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0 | |
[ 9.308986] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode | |
[ 9.315662] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node c66-dma-memory@a7000000 | |
[ 9.324740] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node c66-dma-memory@a6000000 | |
[ 9.325115] virtio_rpmsg_bus virtio0: rpmsg host is online | |
[ 9.325129] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7) | |
[ 9.325134] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up | |
[ 9.325453] virtio_rpmsg_bus virtio1: rpmsg host is online | |
[ 9.325467] rproc-virtio rproc-virtio.0.auto: registered virtio1 (type 7) | |
[ 9.325471] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up | |
[ 9.333454] remoteproc remoteproc2: 64800000.dsp is available | |
[ 9.335563] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd | |
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 9.349465] remoteproc remoteproc2: attaching to 64800000.dsp | |
..[ 9.380112] cdns-mhdp8546 a000000.dp-bridge: invalid resource | |
[ 9.405287] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe | |
[ 9.409434] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported | |
[ 9.421517] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd | |
[ 9.429458] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe | |
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m. | |
[ 9.452393] remoteproc remoteproc2: unsupported resource 65538 | |
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m. | |
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m. | |
[ 9.505263] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) | |
[ 9.562059] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode | |
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.[ 9.637356] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node c71-dma-memory@a8000000 | |
[ 9.648280] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc | |
[ 9.650461] virtio_rpmsg_bus virtio2: rpmsg host is online | |
[ 9.666243] platform 41000000.r5f: configured R5F for IPC-only mode | |
[ 9.678862] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 | |
[ 9.682390] img_dec 4300000.video-decoder: decoder registered as /dev/video0 | |
[ 9.690302] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7) | |
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m. | |
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m. | |
[ 9.736820] remoteproc remoteproc3: 41000000.r5f is available | |
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 9.750560] remoteproc remoteproc3: attaching to 41000000.r5f | |
... | |
Starting [0;1;39mIPv6 Packet Filtering Framework[0m..[ 9.761277] img_enc 4200000.video-encoder: encoder registered as /dev/video1 | |
[ 9.763482] remoteproc remoteproc2: remote processor 64800000.dsp is now attached | |
. | |
Starting [0;1;39mIPv4 Packet Filtering Framework[0m... | |
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m. | |
Starting [0;1;39mLighttpd Daemon[0m... | |
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m. | |
[ 9.817959] audit: type=1334 audit(1709116322.784:4): prog-id=7 op=LOAD | |
[ 9.825162] audit: type=1334 audit(1709116322.788:5): prog-id=8 op=LOAD | |
[ 9.831673] platform 41000000.r5f: R5F core initialized in IPC-only mode | |
Starting [0;1;39mUser Login Management[0m... | |
[ 9.844933] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000 | |
[ 9.857387] virtio_rpmsg_bus virtio3: rpmsg host is online | |
[ 9.863101] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7) | |
[ 9.869970] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd | |
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m. | |
Starting [0;1;39mTelnet Server[0m... | |
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m. | |
Starting [0;1;39mNetwork Configuration[0m... | |
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m. | |
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m. | |
[ 10.104302] remoteproc remoteproc3: remote processor 41000000.r5f is now attached | |
[ 10.214699] platform 5c00000.r5f: configured R5F for IPC-only mode | |
[ 10.221132] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 10.233007] remoteproc remoteproc4: 5c00000.r5f is available | |
[ 10.244949] remoteproc remoteproc4: attaching to 5c00000.r5f | |
[ 10.265156] platform 5c00000.r5f: R5F core initialized in IPC-only mode | |
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. | |
[ 10.309212] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00 | |
[ 10.310693] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a2000000 | |
[ 10.337254] virtio_rpmsg_bus virtio4: rpmsg host is online | |
[ 10.391133] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 10.397364] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) | |
[ 10.404137] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7) | |
[ 10.408023] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] | |
[ 10.423925] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 10.458175] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached | |
[ 10.487554] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 10.503246] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 10.542979] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 10.582582] pci 0000:00:00.0: supports D1 | |
[ 10.586845] pci 0000:00:00.0: PME# supported from D0 D1 D3hot | |
[ 10.592156] platform 5e00000.r5f: mismatched mode: local_reset = deasserted, module_reset = deasserted, core_state = halted | |
[ 10.595497] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 10.613374] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 10.620326] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 10.627907] pcieport 0000:00:00.0: PME: Signaling with IRQ 630 | |
[ 10.647240] pcieport 0000:00:00.0: AER: enabled with IRQ 630 | |
[ 10.656702] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: | |
[ 10.674063] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 | |
[ 10.682781] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 | |
[ 10.692260] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 | |
[ 10.703796] remoteproc remoteproc5: releasing 5e00000.r5f | |
[ 10.710071] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22 | |
[ 10.721012] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22 | |
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m. | |
[ 10.752756] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe | |
Starting [0;1;39mNetwork Name Resolution[0m... | |
[ 10.849639] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1 | |
[ 10.862046] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.877549] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.884147] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.925198] audit: type=1334 audit(1709116323.888:6): prog-id=9 op=LOAD | |
[ 10.932665] audit: type=1334 audit(1709116323.896:7): prog-id=10 op=LOAD | |
Starting [0;1;39mHostname Service[0m... | |
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. | |
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m... | |
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m... | |
Starting [0;1;39mcontainerd container runtime[0m... | |
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m. | |
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m. | |
Starting [0;1;39mPermit User Sessions[0m... | |
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m. | |
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m. | |
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m. | |
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. | |
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. | |
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. | |
Starting [0;1;39mSynchronize System and HW clocks[0m... | |
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m... | |
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m. | |
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m. | |
See 'systemctl status sync-clocks.service' for details. | |
[ 11.679724] remoteproc remoteproc5: b034000.pru is available | |
[ 11.702395] remoteproc remoteproc6: b004000.rtu is available | |
[ 11.708331] remoteproc remoteproc7: b00a000.txpru is available | |
[ 11.710744] audit: type=1334 audit(1709116324.676:8): prog-id=11 op=LOAD | |
[ 11.714422] remoteproc remoteproc8: b038000.pru is available | |
[ 11.727530] audit: type=1334 audit(1709116324.696:9): prog-id=12 op=LOAD | |
[ 11.735696] remoteproc remoteproc9: b006000.rtu is available | |
Starting [0;1;39mUser Database Manager[0m... | |
[ 11.746230] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00 | |
[ 11.755117] remoteproc remoteproc10: b00c000.txpru is available | |
[ 11.763884] pci_bus 0001:00: root bus resource [bus 00-ff] | |
[ 11.779421] remoteproc remoteproc11: b134000.pru is available | |
[ 11.830267] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) | |
[ 11.839945] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] | |
[ 11.846447] remoteproc remoteproc12: b104000.rtu is available | |
[ 11.887898] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 | |
[ 11.898692] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits | |
[ 11.900225] remoteproc remoteproc13: b10a000.txpru is available | |
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m. | |
[ 11.937784] remoteproc remoteproc14: b138000.pru is available | |
[ 11.943125] pci 0001:00:00.0: supports D1 | |
[ 11.968350] pci 0001:00:00.0: PME# supported from D0 D1 D3hot | |
[ 11.982829] remoteproc remoteproc15: b106000.rtu is available | |
[ 11.987751] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
[ 12.015489] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 | |
[ 12.022288] remoteproc remoteproc16: b10c000.txpru is available | |
[ 12.033050] pci 0001:00:00.0: PCI bridge to [bus 01] | |
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m. | |
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m... | |
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m. | |
Starting [0;1;39mUser Manager for UID 1000[0m... | |
[ 12.138006] pcieport 0001:00:00.0: PME: Signaling with IRQ 654 | |
[ 12.152445] audit: type=1006 audit(1709116325.116:10): pid=474 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 | |
[ 12.173471] audit: type=1300 audit(1709116325.116:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc5fa3888 a2=4 a3=ffffb779b020 items=0 ppid=1 pid=474 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) | |
[ 12.219459] pcieport 0001:00:00.0: AER: enabled with IRQ 654 | |
[ 12.291598] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c | |
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m. | |
[ 12.650418] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22 | |
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m. | |
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m. | |
[ 12.850871] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22 | |
[ 13.193667] PVR_K: 442: RGX Firmware image 'rgx.fw.22.104.208.318' loaded | |
[ 13.215363] PVR_K: 442: Shader binary image 'rgx.sh.22.104.208.318' loaded | |
[ 13.305585] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller | |
[ 13.311742] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1 | |
[ 13.322361] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 | |
[ 13.332671] xhci-hcd xhci-hcd.5.auto: irq 634, io mem 0x06010000 | |
[ 13.339961] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller | |
[ 13.347683] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 | |
[ 13.355713] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed | |
[ 13.364272] hub 1-0:1.0: USB hub found | |
[ 13.369675] hub 1-0:1.0: 1 port detected | |
[ 13.375486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | |
[ 13.385189] hub 2-0:1.0: USB hub found | |
[ 13.388986] hub 2-0:1.0: 1 port detected | |
[ 13.393498] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller | |
[ 13.399060] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3 | |
[ 13.406848] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 | |
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mposit[ 13.417020] xhci-hcd xhci-hcd.6.auto: irq 656, io mem 0x06410000 | |
or, as a system service[0m. | |
[ 13.428949] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller | |
[ 13.436212] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4 | |
[ 13.444276] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed | |
[ 13.451207] hub 3-0:1.0: USB hub found | |
[ 13.455085] hub 3-0:1.0: 1 port detected | |
[ 13.459274] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | |
Starting [0;1;39mMatrix GUI[0m...[ 13.467745] hub 4-0:1.0: USB hub found | |
[ 13.475071] hub 4-0:1.0: 1 port detected | |
[ 13.629464] usb 1-1: new high-speed USB device number 2 using xhci-hcd | |
[ 13.713584] usb 3-1: new high-speed USB device number 2 using xhci-hcd | |
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m. | |
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m. | |
[ 13.793975] hub 1-1:1.0: USB hub found | |
[ 13.799785] hub 1-1:1.0: 4 ports detected | |
[ 13.868800] hub 3-1:1.0: USB hub found | |
[ 13.873653] hub 3-1:1.0: 4 ports detected | |
[ 13.959174] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd | |
[ 13.993575] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd | |
[ 14.018546] hub 4-1:1.0: USB hub found | |
[ 14.022490] hub 4-1:1.0: 4 ports detected | |
[ 14.072095] hub 2-1:1.0: USB hub found | |
[ 14.077101] hub 2-1:1.0: 4 ports detected | |
[ 14.161457] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd | |
[ 14.168225] usb 3-1.2: new high-speed USB device number 3 using xhci-hcd | |
[ 14.365551] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd | |
[ 14.373616] usbcore: registered new device driver r8152-cfgselector | |
[ 14.395747] usb-storage 4-1.1:1.0: USB Mass Storage device detected | |
[ 14.415618] scsi host0: usb-storage 4-1.1:1.0 | |
[ 14.473825] usb 2-1.2: new SuperSpeed USB device number 3 using xhci-hcd | |
[ 14.503745] usb-storage 2-1.2:1.0: USB Mass Storage device detected | |
[ 14.529840] scsi host1: usb-storage 2-1.2:1.0 | |
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m. | |
[ 14.598369] r8152-cfgselector 1-1.1: reset high-speed USB device number 3 using xhci-hcd | |
[ 14.641106] usb 3-1.2: Found UVC 1.00 device <unnamed> (046d:0825) | |
[ 14.771126] input: UVC Camera (046d:0825) as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.6.auto/usb3/3-1/3-1.2/3-1.2:1.0/input/input0 | |
[ 14.787474] usbcore: registered new interface driver uvcvideo | |
[ 14.794299] r8152 1-1.1:1.0: skip request firmware | |
[ 14.832787] r8152 1-1.1:1.0 eth1: v1.12.13 | |
[ 14.874643] usbcore: registered new interface driver r8152 | |
[ 14.905739] usbcore: registered new interface driver cdc_ether | |
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m. | |
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m... | |
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m. | |
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m... | |
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m. | |
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m... | |
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m. | |
Mounting [0;1;39m/run/media/mmcblk1p3[0m... | |
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m. | |
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m... | |
[ 15.444878] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. | |
[ 15.454254] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6 | |
[ 15.464131] sd 0:0:0:0: [sda] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB) | |
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[[ 15.475912] sd 0:0:0:0: [sda] Write Protect is off | |
0m. | |
[ 15.485822] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m. | |
[ 15.509681] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none. | |
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m... | |
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m. | |
[ 15.546009] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6 | |
[ 15.555272] sd 1:0:0:0: [sdb] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB) | |
[ 15.564173] sd 1:0:0:0: [sdb] Write Protect is off | |
[ 15.570113] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
[ 15.629540] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. | |
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m. | |
[ 16.167314] usb 3-1.2: set resolution quirk: cval->res = 384 | |
[ 16.179811] usbcore: registered new interface driver snd-usb-audio | |
*************************************************************** | |
*************************************************************** | |
NOTICE: This file system contains the following GPL-3.0 packages: | |
adwaita-icon-theme-symbolic | |
autoconf | |
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 | |
less | |
libasm1 | |
libatomic-dev | |
libatomic1 | |
libbfd | |
libdebuginfod1 | |
libdw1 | |
libelf1 | |
libgcc-s-dev | |
libgcc1 | |
libgdbm-compat4 | |
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 | |
libreadline8 | |
libstdc++-dev | |
libstdc++6 | |
libunistring2 | |
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.c[ 16.740382] sda: sda1 | |
ontrol | |
qtquics2-qmlplugins.control | |
qtquics2.control | |
qtscri[ 16.743278] sd 0:0:0:0: [sda] Attached SCSI removable disk | |
pt-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 | |
*************************************************************** | |
*************************************************************** | |
[ 16.821566] sdb: sdb1 | |
[ 16.824133] sd 1:0:0:0: [sdb] Attached SCSI removable disk | |
_____ _____ _ _ | |
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | |
| | _| .'| . | . | | __| _| . | | | -_| _| _| | |
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| | |
|___| |___| | |
Arago Project j721e-evm - | |
Arago 2023.10 j721e-evm - | |
j721e-evm login: [ 17.617406] ext2 filesystem being mounted at /run/media/sdb1 supports timestamps until 2038 (0x7fffffff) | |
root | |
[ 17.857557] kauditd_printk_skb: 4 callbacks suppressed | |
[ 17.857563] audit: type=1006 audit(1709116330.824:12): pid=1164 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 | |
[ 17.875243] audit: type=1300 audit(1709116330.824:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc5fa3888 a2=1 a3=ffffb779b020 items=0 ppid=1 pid=1164 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) | |
[ 17.901638] audit: type=1327 audit(1709116330.824:12): proctitle="(systemd)" | |
[ 17.908848] audit: type=1334 audit(1709116330.844:13): prog-id=13 op=LOAD | |
[ 17.915691] audit: type=1300 audit(1709116330.844:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd668c460 a2=78 a3=0 items=0 ppid=1 pid=1164 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) | |
[ 17.941231] audit: type=1327 audit(1709116330.844:13): proctitle="(systemd)" | |
[ 17.948327] audit: type=1334 audit(1709116330.868:14): prog-id=13 op=UNLOAD | |
[ 17.955311] audit: type=1334 audit(1709116330.868:15): prog-id=14 op=LOAD | |
[ 17.962150] audit: type=1300 audit(1709116330.868:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd668c500 a2=78 a3=0 items=0 ppid=1 pid=1164 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) | |
[ 17.987751] audit: type=1327 audit(1709116330.868:15): proctitle="(systemd)" | |
7[r[999;999H[6nroot@j721e-evm:~# uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/cmdline | |
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 | |
root@j721e-evm:~# uname -a | |
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux | |
root@j721e-evm:~# cat /proc/mtd | |
dev: size erasesize name | |
mtd0: 00080000 00040000 "ospi.tiboot3" | |
mtd1: 00200000 00040000 "ospi.tispl" | |
mtd2: 00400000 00040000 "ospi.u-boot" | |
mtd3: 00040000 00040000 "ospi.env" | |
mtd4: 00100000 00040000 "ospi.sysfw" | |
mtd5: 00040000 00040000 "ospi.env.backup" | |
mtd6: 037c0000 00040000 "ospi.rootfs" | |
mtd7: 00040000 00040000 "ospi.phypattern" | |
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p | |
pnp /etc/resolv.conf && systemctl restart systemd-resolved | |
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc | |
total 28220 | |
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware | |
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel | |
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode | |
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode | |
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode | |
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode | |
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode | |
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode | |
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode | |
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode | |
lrwxrwxrwx 1 root root 69 Feb 8 06:17 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 69 Feb 8 06:17 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66 | |
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed | |
lrwxrwxrwx 1 root root 65 Feb 8 06:17 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71 | |
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed | |
lrwxrwxrwx 1 root root 67 Feb 8 06:17 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Feb 8 06:17 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Feb 8 06:17 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Feb 8 06:17 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 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 Feb 8 06:08 j7-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 67 Feb 8 06:17 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f | |
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out | |
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out | |
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru | |
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw | |
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db | |
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318 | |
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k | |
-rw-r--r-- 1 root root 382744 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 478552 Mar 9 2018 tee-pager_v2.bin | |
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin | |
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin | |
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf | |
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth | |
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc | |
ls: cannot access '/lib/firmware/ipc': No such file or directory | |
root@j721e-evm:~# cat /proc/diskstats | |
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
31 0 mtdblock0 44 0 352 30 0 0 0 0 0 48 30 0 0 0 0 0 0 | |
31 1 mtdblock1 84 0 672 28 0 0 0 0 0 64 28 0 0 0 0 0 0 | |
31 2 mtdblock2 116 0 928 38 0 0 0 0 0 64 38 0 0 0 0 0 0 | |
31 3 mtdblock3 40 0 320 10 0 0 0 0 0 36 10 0 0 0 0 0 0 | |
31 4 mtdblock4 52 0 416 12 0 0 0 0 0 32 12 0 0 0 0 0 0 | |
31 5 mtdblock5 40 0 320 20 0 0 0 0 0 40 20 0 0 0 0 0 0 | |
31 6 mtdblock6 140 0 2688 99 0 0 0 0 0 132 99 0 0 0 0 0 0 | |
31 7 mtdblock7 40 0 320 28 0 0 0 0 0 52 28 0 0 0 0 0 0 | |
179 0 mmcblk1 826 52 55964 2495 2 0 16 3 0 1600 2499 0 0 0 0 0 0 | |
179 1 mmcblk1p1 300 6 18720 1031 0 0 0 0 0 888 1031 0 0 0 0 0 0 | |
179 2 mmcblk1p2 228 44 17250 613 1 0 8 2 0 624 615 0 0 0 0 0 0 | |
179 3 mmcblk1p3 260 2 18794 789 1 0 8 0 0 772 790 0 0 0 0 0 0 | |
8 0 sda 249 7 15995 1417 1 0 1 28 0 1480 1446 0 0 0 0 0 0 | |
8 1 sda1 211 7 14795 158 1 0 1 28 0 208 187 0 0 0 0 0 0 | |
8 16 sdb 258 0 18058 1432 1 0 8 28 0 1512 1461 0 0 0 0 0 0 | |
8 17 sdb1 220 0 16858 175 1 0 8 28 0 236 203 0 0 0 0 0 0 | |
root@j721e-evm:~# cat /proc/interrupts | |
CPU0 CPU1 | |
11: 4718 4259 GICv3 30 Level arch_timer | |
14: 0 0 GICv3 23 Level arm-pmu | |
15: 0 0 GICv3 804 Edge arm-smmu-v3-evtq | |
16: 0 0 GICv3 800 Edge arm-smmu-v3-gerror | |
17: 2352 0 GICv3 69 Level 32c00000.mailbox thr_011 | |
18: 2 0 GICv3 232 Level 2000000.i2c | |
19: 0 0 GICv3 233 Level 2010000.i2c | |
20: 2 0 GICv3 235 Level 2030000.i2c | |
21: 0 0 GICv3 237 Level 2050000.i2c | |
22: 98156 411 MSI-INTA 15401056 Level 46000000.ethernet-tx0 | |
24: 135081 0 MSI-INTA 15401058 Level 46000000.ethernet | |
42: 6219 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0 | |
43: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1 | |
44: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2 | |
45: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3 | |
193: 701 0 GICv3 224 Level 2800000.serial | |
195: 2 0 GICv3 872 Level 47040000.spi | |
196: 0 0 GICv3 890 Level 46000000.ethernet | |
197: 0 0 INTR 391 Level 310d0000.cpts | |
427: 0 0 GPIO 0 Edge -davinci_gpio HPD | |
463: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0 | |
464: 2 0 INTR 432 Level mbox-main-r5fss0-core0 | |
466: 5 0 INTR 424 Level mbox-c66-0, mbox-c66-1 | |
467: 2 0 INTR 420 Level mbox-c71-0 | |
619: 1750 0 GICv3 36 Level mmc1 | |
623: 0 0 GICv3 56 Level pvrsrvkm | |
624: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq | |
626: 0 0 GICv3 212 Level vxd-dec | |
627: 0 0 GICv3 213 Level vxe-enc | |
628: 0 0 GICv3 646 Level mhdp8546 | |
630: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv | |
631: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq | |
633: 0 0 GICv3 634 Level tidss | |
634: 1302 0 GICv3 128 Level xhci-hcd:usb1 | |
636: 0 0 GICv3 152 Level 6000000.usb | |
654: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv | |
655: 0 0 GICv3 43 Level 4e10000.rng | |
656: 1216 0 GICv3 136 Level xhci-hcd:usb3 | |
658: 0 0 GICv3 153 Level 6400000.usb | |
IPI0: 3834 25098 Rescheduling interrupts | |
IPI1: 4440 11071 Function call interrupts | |
IPI2: 0 0 CPU stop interrupts | |
IPI3: 0 0 CPU stop (for crash dump) interrupts | |
IPI4: 0 0 Timer broadcast interrupts | |
IPI5: 0 0 IRQ work interrupts | |
IPI6: 0 0 CPU wake-up interrupts | |
Err: 0 | |
root@j721e-evm:~# cat /proc/softirqs | |
CPU0 CPU1 | |
HI: 13 0 | |
TIMER: 1855 2068 | |
NET_TX: 6 1 | |
NET_RX: 207286 463 | |
BLOCK: 0 0 | |
IRQ_POLL: 0 0 | |
TASKLET: 12704 63 | |
SCHED: 2518 2055 | |
HRTIMER: 0 0 | |
RCU: 11379 14010 | |
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1 | |
ls: cannot access '/run/media/mmcblk0p1': No such file or directory | |
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $? | |
1 | |
root@j721e-evm:~# [ 41.421739] kauditd_printk_skb: 1 callbacks suppressed | |
[ 41.421746] audit: type=1334 audit(1709116354.388:17): prog-id=10 op=UNLOAD | |
[ 41.433910] audit: type=1334 audit(1709116354.388:18): prog-id=9 op=UNLOAD | |
opkg list-installed | grep ti-test; echo $? | |
ti-test - 1.0-r0.121 | |
ti-test-extras - 1.0-r0.121 | |
0 | |
root@j721e-evm:~# lsmod | |
Module Size Used by | |
cdc_ether 16384 0 | |
usbnet 36864 1 cdc_ether | |
snd_usb_audio 303104 0 | |
snd_hwdep 20480 1 snd_usb_audio | |
uvcvideo 110592 0 | |
snd_usbmidi_lib 32768 1 snd_usb_audio | |
snd_rawmidi 36864 1 snd_usbmidi_lib | |
videobuf2_vmalloc 16384 1 uvcvideo | |
r8152 106496 0 | |
xhci_plat_hcd 16384 0 | |
pci_endpoint_test 20480 0 | |
rpmsg_ctrl 16384 0 | |
rpmsg_char 16384 1 rpmsg_ctrl | |
cdns_csi2rx 20480 0 | |
v4l2_fwnode 20480 1 cdns_csi2rx | |
omap_rng 16384 0 | |
irq_pruss_intc 16384 0 | |
pru_rproc 24576 0 | |
cdns3 45056 0 | |
cdns_usb_common 20480 1 cdns3 | |
overlay 122880 0 | |
crct10dif_ce 16384 1 | |
ti_tfp410 16384 0 | |
display_connector 16384 0 | |
cfg80211 389120 0 | |
rfkill 24576 2 cfg80211 | |
vxe_enc 286720 0 | |
vxd_dec 331776 0 | |
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec | |
j721e_csi2rx 24576 0 | |
ti_k3_r5_remoteproc 28672 0 | |
videobuf2_dma_contig 20480 1 j721e_csi2rx | |
tidss 61440 2 | |
cdns_mhdp8546 40960 0 | |
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec | |
videobuf2_memops 16384 3 videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_dma_sg | |
videobuf2_v4l2 32768 5 j721e_csi2rx,vxe_enc,vxd_dec,uvcvideo,v4l2_mem2mem | |
drm_dma_helper 20480 1 tidss | |
drm_display_helper 139264 1 cdns_mhdp8546 | |
k3_j72xx_bandgap 16384 0 | |
videobuf2_common 57344 10 j721e_csi2rx,vxe_enc,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,uvcvideo,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops | |
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx | |
pruss 16384 0 | |
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410 | |
pci_j721e_host 16384 0 | |
pvrsrvkm 1228800 12 | |
syscopyarea 16384 1 drm_kms_helper | |
sa2ul 36864 0 | |
sysfillrect 16384 1 drm_kms_helper | |
pci_j721e 16384 1 pci_j721e_host | |
videodev 245760 9 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
sysimgblt 16384 1 drm_kms_helper | |
fb_sys_fops 16384 1 drm_kms_helper | |
ti_k3_dsp_remoteproc 16384 0 | |
virtio_rpmsg_bus 20480 0 | |
pcie_cadence_host 16384 1 pci_j721e_host | |
rpmsg_ns 16384 1 virtio_rpmsg_bus | |
ti_k3_common 16384 1 ti_k3_dsp_remoteproc | |
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem | |
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host | |
cdns3_ti 16384 0 | |
cdns_dphy_rx 16384 0 | |
rti_wdt 16384 0 | |
optee_rng 16384 0 | |
rng_core 20480 2 optee_rng,omap_rng | |
cryptodev 53248 0 | |
fuse 131072 1 | |
drm 561152 17 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410 | |
drm_panel_orientation_quirks 28672 1 drm | |
ipv6 475136 40 | |
root@j721e-evm:~# echo 'hello world' | |
hello world | |
root@j721e-evm:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment