Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created March 22, 2024 13:07
Show Gist options
  • Save nehamalcom/07dc7f95173f0bb67a8a26a6b3ab2b00 to your computer and use it in GitHub Desktop.
Save nehamalcom/07dc7f95173f0bb67a8a26a6b3ab2b00 to your computer and use it in GitHub Desktop.
Cleanup K3 binman templating
U-Boot SPL 2024.04-rc3-00190-g4e4e3bb0a08 (Mar 22 2024 - 13:17:41 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 13568 bytes
Trying to boot from UART
CLoaded 1270731 bytes
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
U-Boot SPL 2024.04-rc3-00190-g4e4e3bb0a08 (Mar 22 2024 - 13:17:53 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
Trying to boot from UART
CLoaded 696827 bytes
U-Boot 2024.04-rc3-00190-g4e4e3bb0a08 (Mar 22 2024 - 13:17:53 +0530)
SoC: AM62AX SR1.0 HS-FS
Model: Texas Instruments AM62A7 SK
DRAM: 2 GiB (effective 4 GiB)
Core: 47 devices, 22 uclasses, devicetree: separate
MMC: mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc3-00190-g4e4e3bb0a08 (Mar 22 2024 - 13:17:53 +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 ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62ax
board_name=am62ax
boot=mmc
boot_fdt=try
boot_fit=0
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 ${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
do_main_cpsw0_qsgmii_phyinit=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=3c:e0:64:62:db:99
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb203a0
fdtfile=ti/k3-am62a7-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_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_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
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}
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
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
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 3634/126972 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
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.164 (1031 ms)
=> 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/am62axx_sk-fs-00/autofs/fc69b62db86f6f3a94cba54202f19230,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_am62axx_sk-fs-00/679225a6eff28ae5b900474ed890f61f
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.164
Filename 'vatf_am62axx_sk-fs-00/679225a6eff28ae5b900474ed890f61f'.
Load address: 0x90000000
Loading: *################################################## 8 MiB
8.2 MiB/s
done
Bytes transferred = 8352250 (7f71fa 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-00190-g4e4e3bb0a08 (Mar 22 2024 - 13:17:53 +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 = 0x00000000fff4e000
reloc off = 0x000000007f74e000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.164
fdt_blob = 0x00000000ffb203a0
new_fdt = 0x00000000ffb203a0
fdt_size = 0x000000000000ea00
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] [0x9c900000-0x9e6fffff], 0x01e00000 bytes flags: 4
reserved[1] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[2] [0xfeb19000-0xffffffff], 0x014e7000 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 = 0x00000000ffb20390
sp start = 0x00000000ffb20390
Early malloc usage: 24c8 / 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 = 0x00000000fff4e000
reloc off = 0x000000007f74e000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.164
fdt_blob = 0x00000000ffb203a0
new_fdt = 0x00000000ffb203a0
fdt_size = 0x000000000000ea00
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] [0x9c900000-0x9e6fffff], 0x01e00000 bytes flags: 4
reserved[1] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[2] [0xfeb19000-0xffffffff], 0x014e7000 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 = 0x00000000ffb20390
sp start = 0x00000000ffb20390
Early malloc usage: 24c8 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
19376640 Image
317779 tiboot3-am62ax-gp-evm.bin
320368 tiboot3-am62ax-hs-evm.bin
320368 tiboot3-am62ax-hs-fs-evm.bin
320368 tiboot3.bin
1086667 tispl.bin
1141419 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 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
<SYM> 67 am62a-c71_0-fw
<SYM> 74 am62a-c71_0-fw-sec
<SYM> 69 am62a-mcu-r5f0_0-fw
<SYM> 76 am62a-mcu-r5f0_0-fw-sec
478552 bl32.bin
4320000 bl32.elf
<DIR> 4096 cnm
<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
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4320000 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> 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 ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62ax
board_name=am62ax
boot=mmc
boot_fdt=try
boot_fit=0
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/am62axx_sk-fs-00/autofs/fc69b62db86f6f3a94cba54202f19230,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 ${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
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=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;
ethact=ethernet@8000000port@1
ethaddr=3c:e0:64:62:db:99
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb203a0
fdtfile=ti/k3-am62a7-sk.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=7f71fa
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_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_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
ipaddr=192.168.0.164
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}
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
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
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 4031/126972 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.69+gitAUTOINC+77aa27cbdc/am62axx-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8202532 Bytes = 7.8 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 2dcf58e0a084959c42031050e7fadc66f6f0f81edba7c7e873c8f52b04f34544c5d7491b21924ea02160d41aa20d900d3be6cdcc08da5ffa52283f161bfe376d
Image 1 (fdt-ti_k3-am62a7-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907d2b4c
Data Size: 57893 Bytes = 56.5 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4152a196057274b32fdb71cb2db816299e4922b00ea4b5edc3298ff977cac7070433d4c4f0fca7ccb615cf8370dd323b10ad9dedb9ebfabd81736792b7ed7a59
Image 2 (fdt-ti_k3-am62a7-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e0e8c
Data Size: 2348 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 7e6816020b82b73d06c445d27d6a7b15e70a6a798dcb82a89f48a3fa6e87c0c8acf226a43c492b7b3b49af3ff90189ca75959132dabb669fb42de279e37b161e
Image 3 (fdt-ti_k3-am62a7-sk-ethernet-dc01.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e18d8
Data Size: 1578 Bytes = 1.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 47a5a43b47ad7fd37f87fdb6b7f9afdd67372d9ca2a9b4b611d6bbfdee0c3454fb3ef311964443b27a683770016227a28d089ec208ffbe0431fa941dabd43faa
Image 4 (fdt-ti_k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e2024
Data Size: 2483 Bytes = 2.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 17d92365d11b6bcb8a8027794f4d2a37a2ba965d2959dd0505cfbc02805669dda05ba58e9784d7a27ca56c85e8422ded37f988e3b7a63bcd751d17e03812d643
Image 5 (fdt-ti_k3-am62a7-sk-e3-max-opp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e2af4
Data Size: 905 Bytes = 905 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e8dc7a139ee3dc07e6bd0e0d912ec9d844e886143aa3b8685708a58c2e016609071622ea4bb0a25cc7916786fb04bb493e431ac8b93b40852328b1033cd8d694
Image 6 (fdt-ti_k3-am62a7-sk-ub954-evm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e2f9c
Data Size: 2348 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21e6e9d621535ff283a7225fe4bd77f1683f2f20701e365f5438b9c6f1df9438bc1ff1a474ecf4b0fb9a964fddd0afcbd74007df4b405f22a2042991e8730e71
Image 7 (fdt-ti_k3-am62x-sk-mcan.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e39e0
Data Size: 2192 Bytes = 2.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e90dec3663e0ef78cdd3c6b5bc0638d439822f378d9049e4c216f9cceb3cb329cdc26e05eabfebca12d85d3cdc582c5ec5508abc38e7b1596b02ea6610571405
Image 8 (fdt-ti_k3-am62x-sk-eqep.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e4388
Data Size: 936 Bytes = 936 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3276f83235cf5ba9fe324f1ab0df9032cdb1a1f0396e41740fbc5a15d07d373330dfb751c36dcd6e29f058317955241581a338bde9338d9cacc27b6d8401ae57
Image 9 (fdt-ti_k3-am62x-sk-hdmi-audio.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e484c
Data Size: 1345 Bytes = 1.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 924bd5ccccd9c096181803a1e8e8c126e9b4e866ca3572375abf5ffabb657b2340520630ddc0ffdf41a7a4efa216428f57cb0035c8a634bb9ba944784243e1de
Image 10 (fdt-ti_k3-am62x-sk-csi2-tevi-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e4eb4
Data Size: 1886 Bytes = 1.8 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 4416bbf057987199a3f70c3d8e52d5efd195014e11f6413012ebacfbddf968cd753b1a18abda0a84b3c979d24397739cfd95ab51f7bbcfe6b7e87c4b48d4ec07
Image 11 (fdt-ti_k3-am62x-sk-lpm-wkup-sources.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e5738
Data Size: 4232 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: debbe8782f2d04aa55948edb04ddafb950abc7407c027d1310a5dd676cb689f09b7712f8f9b8cb82cc9ca810f37e9513928bb589a658150969fedb675cd3cc90
Image 12 (fdt-ti_k3-am62x-sk-hdmi-disable-fastboot.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e68e8
Data Size: 478 Bytes = 478 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 0f29c1aa157fb46e9be8e60d90aa4ff1351402f8ff8ad11adb4f3c999728611faad214e819247f363cb1c19acea1dbb71c921b7b5fb1148c9b7292c4b0378142
Image 13 (fdt-ti_k3-am62x-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e6be4
Data Size: 1886 Bytes = 1.8 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: ee0180fa9ed85d028c85af051664971de5b0173e769a47e8abe93038fd7383b2241aaa24eefb876fa4f8864d1b90ca77df76f0857544e26257c6da969ca7383f
Image 14 (fdt-ti_k3-am62x-sk-csi2-v3link-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e7468
Data Size: 2131 Bytes = 2.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fe885a1350e9971630cad53c5a9dab7a54685145e0e621e557c9413e6e07fde739e244791ae167e9fcffcde4d84b14d1359617b69f09ef1e1bac37525d733df1
Image 15 (fdt-ti_k3-am62x-sk-csi2-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e7dd8
Data Size: 1915 Bytes = 1.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: ed5b59cdc088a189b8077db40bff68e20749636ebd2b796bedb790ea6500865f75ab6ecd892a8d8ef01ee84de25f4cd02c43824bb12c5ae9c58d9978fb144951
Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e8674
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e90ec
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e9b64
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ea5dc
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907eb050
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: 0x907eba1c
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-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ec3ec
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ece64
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ed8dc
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 25 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ee350
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 26 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907eed20
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 27 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907ef794
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Default Configuration: 'conf-ti_k3-am62a7-sk.dtb'
Configuration 0 (conf-ti_k3-am62a7-sk.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-am62a7-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b3db4cdb28c7d3798aa6d2127c466c14f34b2fc50348fc1a2b27e6aafa7af083f0961ed0ecaf78b3169e29cd2f723bb8ca99f5295ea10a6baaa6c8dd351262da39dad93214292a801a5025bd971702c6d56010001bd71ceb7458c2b05cce70568321820289ec0d097b6ad24b353c1ff8251c674f7cbf47a888f670de34eea4470526cace55e38381a79dc78deda1f34e01773e34b7ef27028ca97b670d7a8ad6ec0c893c09e652237bc9f9ca7be49509341aaadbbc26e0d998b195f62ae7249750c90cd114ef05feeeffa094be036432049bf5e9cab7333847f6e5522622c4925303811930cc1a8d6937225d3aa3f45c2043a915d8eae4b0860bf7c5838f226567c906bffa2da86276b1a2475fe8047ea8edd89c8925dba7b311f512991f96cfaace8dadec204a4f5650455e425d6eb0db9ac758816247ccd2c0bda57cf8629394d0db0d61b4221b43318e7c1f85375224a42dc78e7f7796f7d62dec03684b84cd62ba6e6261a8675270e5915f7d1cd4a65683e4d29c2e3c010ef0f1fff302b4893ef13b608fac7f36d20d8be77e7ebc7fed9e040106516d09726e804a84219c9e78b4bb9b591646d2f67dc910f46d861199bd8c09962c35c85561b9df1e6214b1e697e2455dc4a6570d210ec651d2378a1098a7eb750a949148bf0eb51d0390a369662dc8c7dd192f7755bac28a82c7c082b6f2e80368a2b93efdf0163bf689
Configuration 1 (conf-ti_k3-am62a7-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62a7-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7e39788f16409dbc69211633960aaae48d61ebc359c07e27bba5ea6f28896bf4a9e6a09d25fe8734579d1be55a4dc60936959dba8785fd190714e44569ba119236a509e463c14eb9d7b686f9bff94ef0c6c16bbfb79f8bb9302c38dd30934ebdff8098cd20161bbc25444df6a4b2c2aaa2219b41175822f133d512df478e9baae845431c08b5df752823ac1bedaf5c71aaa77bbb4ce69612746260f26acd34ff3eca95e73fb00dba5338dfa4aa90319eee08a461563f36f3b536005a64adea9cf7368494a26f48a81769886d2b41d945a192fc6c6848280e26a614f6c865caab751ea16fe2cb1e0e442fed42f2f29ccd99ead5ed5c627534a4066ae110a9895cdf2bddfc7b710d2bd60f68325fce9a57c3462d6c888fd6c8a73b9245befbeffe66e6bb64eb9f992be58c38d3f5032917c9edc5224daafb4f4e73183720e6df34c6a70ba44ffe906e9a3ee880530d3928c263278a6eeb761b7ba85a8956de1ef2f119debf97f367b6ebd4b7ce3da0e7ba70a6d360999127e4ecfdd645beed058d8e4e3ff84fe1d91c088215dd2a6a0da3fa1ead67c7bb7c3f1704fa26bd8ac173029ba90b9b6194d9676f022e6be27c2f5115b836d1dd4dd87a4ff628e403451ff9a333f51641f1d8a932acc6b208406e2b21ac29535ef7c76372159cbe261b7ede0a73d412cd44dbaef49a3ebc821f8d7fa5e4c380d366f1f9b4ca1ef16841ab
Configuration 2 (conf-ti_k3-am62a7-sk-ethernet-dc01.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62a7-sk-ethernet-dc01.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a8ddd39747d0149b6f42d48782d03613f807a7653e1cb8840ffe56cf5e8f99d50b070d8d52ada68d7ba56fd131a55c375792c4d98e5f919497bfd7b2ab5b6d85b70c71352275aaee86aafbd8ff2b341af34b8f61389087e063a8b3956c374155b115a4bbd7b951b2a9517d1ed4a0d0c3f7a92aead4bd64fa5e8c2cfa292509ede08fba062d9d0aaecccb98aa0b6ab50405d417959d51f9f8f61ff38c19a4d0aa6a15b18ecc5e9cf08f096e839f43d18c07a2a74523ab0db2060aab1e25c4331849d5eebbb9a8f48122b4e89526dbed3fd37eaf521165da3ef4f736841c052fb80a98a4d07c245e90b256e48d89b50cd6294dcb090e777d15b1e1131d2fcbd93f807dcf6ba1949605fdd6c0289b02b16a4ad08b6c7b592e4bc7a20c4b34c4ad88cb0c8fde8052dd39423b76aca7e495f6b14ca8bc135003640428fc0625793aa58e5a20046e434b17266a974f459ca973330b2da4f2ba197c9bd96d1f7016357c4dcf3821c8ceb25697937f5af62d3b5349e1ebad5bcd9e1ea41b98aea7df8012069ccca23539e996ffe08cab9615ab1de2ab9a7974be4a429b095e21644067abac59781e11ee58f305e19841e6dc9b5b0f0d67e8cfcad3e8dd2946195d68bf1908968447a44a8c8f57b6fb290fd78c80f7d504a38c123b25c54c0feb9fb3038887094ca47bc9b021201746af245a9177d5d827823f6afdc13d40a3bfcc1b689d
Configuration 3 (conf-ti_k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 81cf03dd5088b5004be7ec7080811fd83ab56a581a5f251fca8e58f063f7f9618805da29dcece3dd5ab9a28a180446f2ede25f1b915b86ced04da850734c9e3b5fe2d0a8e639ccd94040d900cdfce42cb3e701b8ca73b40be0594cdf4f0489ae975ac82698fd29420d639dfa71cce1334fe67e06b3d1ad574d64283d4fec6e537286bfcc37affe80d52c9f2ba37741f65f78f7daeed22f25194a5433d5b9eda17ad2097a465c93cf6828ab4e8d61490912e0f216cafbc324f18ec11469cfa84e7dff5666512b56dee084186f8cb0a615fbb73fb55949058bf307c1e4dfc120d6dea1c3a04d23e22ed9930ef652b1deea31531e242e45009b0c1044d6bcea5f554353cdebcadfa53d4f2c0714ae86766be8a0d71dc06099c789cc1130d0e52125a698a66c7ce21840dbb86332e02d7ee4f91e9ba352b6e8c0591651c9dfb1cd0fb26a5d9b5bc86aa8614f75274d7833d3577a1634e867b385b2a2f0f47ca204f27e6cd0feedbc0393eb50729ae4fef52dcea88c7d07c3467e22af5819f137b003f6163c72490b991f1ce9818b39223dab43d8c4b7143680e4f610ce57f757fbbba4f24d4818525ce574189fd13a3bc8e033714af51c73b9c1be051c8aa4019f2054df26eef8a1cf99252960d2565bb526b605a0bd25fc7da907693c61fc2d62a574d635aa347d158e6098a45e414efde074e35e12d911ecf2867f78ef66ccb9c9
Configuration 4 (conf-ti_k3-am62a7-sk-e3-max-opp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62a7-sk-e3-max-opp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: ad3b5e68191222151ee3ea49d4cd3845684c5f4d780ec21d07266b3a6177bcac1a5b64f50af5fba4f93090fe45f48f9094818b001825814a386c5461b986b303a4c8113d29242b939dfe8d5eed28612a0cc010a7e98eeb8fbf4e0162d557a8f79dc6e8ff646de436320c3a048015db660a99cca31e082933241e2173ab1a0fb4ab942f68f95d63b4c46a41d0436e1ffd60759d18eadc5f716ead7f795ac0de9fc7fa4acfe2e6aa972680b97c909b756b977a396802b42fa39d73979c6dc97bfccded36ed9d63005272535127c4fb1f5b9da810238076baa6de0fbbd6c5ad3cb1df767e9e4cc79b15f512267e79809e605d678f7e26cba81d5b263bdecf58e6b1b2465f9a4e7ae71b65277c030a49fd243b44cf147557eb32ad12157ecafac6146095886a8490992994068f523ec95e152d7799fd3b2fe253f73d32a357cf20610fc176272f069457d0cb44ae18f466320782c3b1219324e3341b3b2e2da3eba165a9667d2dd27c960a7837e2a31a7b2f138e6085e4a5f5c39b9bc91cdd5f2111b584953b29c294cb5794f59362ccfb92ceea506b543f5f66e3a7d0f1c396ffc30f13627e31f54bfbf0582d27cf95e7187e8a3663a536a2bbac5873e9688ab242151164cb10bf08fdec25bf9bdda93b1ae451edf204fba60768725cd5c7e3720e8044706c26421f960706db08a01e0a55c91e51a184e3ed08bb232c3eb8a58684
Configuration 5 (conf-ti_k3-am62a7-sk-ub954-evm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62a7-sk-ub954-evm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 094d32c1d15ddc0811918ae769e685b6a8cccab303e5636c550fb07bc8b9c8da9d720d865774e23969c3817cdaae3ea00c2b9f24e94000b5d1cb15a0aa1d98accb141f2a8eafb40f4f37fe91f16fe818adfd5f9b9abaf01a6847e60b449e5c3d4c04948831839446936802e5b302c9aae8a2ba0a3e8bf1768d21017e91a0f87a7ced43b538b653056f466c4dc6ec05d125199144b0d09e538473b9de511811b6f7c95be860c5b978fe08d5522bc5ca52e5d3af9eb4a019bba0995c15c54c5a39bbb3d0a9cd587cd6e656af795b29924b5f54b2faea07ea922532143bf788471ce2af7821406479f21d39fc35c7d2ea349b6740ca7e18b488dd975185d7dde95b76dfc062b2beba0ba00047b00e71df91f547518b81f910c255c9a76334dc048c3c6166ae1a558c67cb275905301073e186433f0b71ecc8087ec256c59aadef0b2b1da8db2bdc8f3d42fc92b7bbdee1b620bd80d3932f6199c00f643fe02b60171b23c57f23e59f1c485d78d920ab01a1a3a5080cf9e28e262ee08d034e1aec28f1e917e8990744fed49ce71b1e0693f80e68d1f4df58c76435857e89d35c32c71c16cc0db3de148129d518dbd180e7559413b81f4e09dc18e205de0f76fbd759f26bdb5e669aa7e4000cffe1ad24423a331c7642928504fc1f0c8480726f19fe47e7235ef8060ddb5798249f60929bfcbc385d7e1bcddd755ab09566980a5605
Configuration 6 (conf-ti_k3-am62x-sk-mcan.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-mcan.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 467ef65b35bb99f5ebdd550281a2f8bc50d700a16d9744a5a6edd4c6fca9046a19c03442015845fac00e429bb5541dbff74b391a98f5de8c25edf87b34a8e2f4244d024a10321e8b111d6aeb29eed3a1d1c1e07a767fe883bd117e4336fa84abab59cc8123f83173aaf21e376f8094512deefbc44fe9bd9f57c46e17148ef12df96a16734d77b70452c0e6ca27e7ff61f576bc608742aab73fcfb52d4ef47f504f1faaddc847176185e7a47ef6123580d5a37580cd4fdb85d44745c51119a21bdaeb16efade26c62821a56c2b5a79b97a27cececedc964e8985b2b5e015a7768f09e0b95d4f0f6633d0cf4f008a9cc120d1814d35407252af13c8ebd467fcc02ff6da6536e9994289b4367e883d043ac33ea2bd074b65a3c221b892f6981e4ba9fefb5ab8d0f02011d1376f91a81f97bf297fec7509805e9f06800677add90a10c697ca5cdcd11fb36716dc4ace131ed4af24d199153510595daa2388895d6d29bd4258511e8bbfeb0ba9f4ce084cc5f9b49095100474a6080c56bd21e2a1d917d91a22704b628a83b97a7dba734ca7198072c5043477bb6f70a2bff3e7f878af421886d7fb89f359be1c1882ca6ff53666da3b433d3e7f7c9eb0d455e25954d02f51358be04a52ef3d464a5ab1d9485795f6b3e7f9e55561eb13bb831679601f4b5e1e5b4331dfa225a64616c2b80eb461adfc0d981841cdc07a1f113fea2bf
Configuration 7 (conf-ti_k3-am62x-sk-eqep.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-eqep.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 9cb0038699b663f75595422ceeee9269dff3dd0593da094e13833c4c9d627e7f7ea4de5835927bc84bf2df82dc3ccc79dce5bbeea8fd417389304a9a183cde44878fdea5e9b67dc19cd7d41122a557058dd2056da4c5a1761de9cf942fa3174aa230a4ddcf8d88de9a1fe521d2a81ee6cedc05708956168b50c0f4c86d6b17fa630f702a3c21e68490628dd7ec563468a6d6ccdd5488bcc19f173d12a9d5df05ab0bfc2f636dd7c64fd1a29dc43a8c8b247279eaac86abe04d84300a23ad72a67abf6a241dc98205ea0c5b734050741b028bd84bae01073f7014bcac40412e4f0afe10591349e8224e709a8f635a97a42403e6ddd3e0c7b2d2aa8dc301f4224cac28e555ddb41e85b754e2a1b83819e1deec5b22e6eb9214ea115b49b2996035beec19241222609720f18dc9bec725c82bd77d6710ee0517e2f58bf39be8484bd069eff01cf314dc7fcedcf10572a689dd98d916020d74cd22e8150e6c13e9099709d1dfdc438157026644f461c45562d1ec5e5cfc0e95d6b270684691b8b9ffb7d8bb7dd2c9597e8d30073a6e8e9e82b0309827bb9aa3e4b4efb11ca1e3bb1b8157f543580536b0b52624155019fd7839bc5900912197cfd300408a2ebbe7959937e2d1562d65109de89a6cbfdee2c3b6fa88d08386ddd1710032c8146e5286a2eb6c106f4515fafdda3b19543c337d6a06e09b9722fad34d67bc38c0848688
Configuration 8 (conf-ti_k3-am62x-sk-hdmi-audio.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-hdmi-audio.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8d391b4565aa39e3250eb9782054c8973476b0bc4b8953ae120ad784be9d6539ff49fda9879e0017a6a86130c06353cdcd54faf2e33562eaa427d3855e9efa47c1dad4d6f98bfa6d969e0fdfef614b67df55da81dd290ac31d291fc145e8a71ae0e017eb85f0d2bcc0d8a257f29ac83a2a0e3c3c6dee09a7a1c6e8ff5c14bfb48a5c81bb5e743ddaa077fc54c7c435a3edc8600042baec68af2734b568fac11af83e3a042b47e9a9e08b0d79117c1474e18531fd7f430dc79d6dcf09d5518b409bd1919f63e6abf458aa3bf67872a1a231e904d4a7cfd0874498ce1c804f02eb6c5d3fd5e30f6cda66f7d3d32c12bd702fddc9c5c67fbceedf52e2202416fe537c325c994e24fe46484815e6f5f79546c3423f4cb2828af42440632089843c5185f4b0dc7a9f3b1dbe87b831bdeb84690adf19d72e254cfbdefb49e0edaf413d56c00ea8022ecebf81a52da9d7c09ecf5869bff2b06857cec723ffd8712fb8504f25a2190d9610848509f6db8274eb31b2133845028bfb5fb5600d6849713a532543dd0173a5951f1b0d7b7a8b79459e6090455851c0b2c3b49d8fadee5497ed8557e0c1aea8abe364a5b8546db4a12fbca59c10302307964f9d709a65bdbeba48a250fb66d8dbf066e88886526e83b3570c3a9d78d22cbb255d6ef36909f2a05ae35c0cd0df65384e5b7b5df2264db1eae7e48d7e3c78b2c1fbce024f16eba6
Configuration 9 (conf-ti_k3-am62x-sk-csi2-tevi-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-csi2-tevi-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 97f23062336552c879945838dbe452fc4ab8f7f5e72dfe017c9e6cfa08410316fff6e919db7bad6486757ff3424538ccf2d374ea81ec37d0e8b0466d9707eee335e766e00ec26a796c14eae44f75b4c79322c00c7ff9b7f771cc87842466d217b084f5abaf320d9055f2d8bb36b3661d55a81434a170eba1986c13a55c4b69b5eab9404c6900bec287808470f729d165506489e55768157c0d68cfff45594ad7b65dd741f6b877a6f3c93d0d502b6f149d52cf6d606dabdf4c0a029d258f866c60d46448ca0ae8b54d461fdd9db6872f7c0d95c2b704bdf178f4d7f24b73e5a1e994d476fdec733658e7845f7721dc94999c3cf1a3c512a27417f4fa6fc4429981f83c08b620f852e10e48bebae711e2327daa317cadce4de1a07518978c339ec17f7a98fb746147381dadb8e3c8dbd8b475f6e15fea911af4320a2034f4f7eb8fcbf7a2029506a9be0ac1a9d126bf29a0f6758910097fe173211f55d210c6cac987268de21ddb430d682b55cc6d1f834f5f479737cec102bfa6df3d512473acf3d11c368fe561a224d5faa6f5e1c51c1698af928f2ea49481ca4696411e67313183303ab173a9f4457a9b5ce162ef6a4d6e096fce683d8e8d0a744587baab467accb8c6b0bcfdfedfb0c9b1e5ab9929e4b2b3d25975782c3e5c65d4b6625e0aff98a5e43851f3c60b244803a8b1034481f7ed3e7210c390211b150036989c72
Configuration 10 (conf-ti_k3-am62x-sk-lpm-wkup-sources.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-lpm-wkup-sources.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 511f0fdbc0efa9dd93b55ae26ccbecb4b035911873f3ec63a9cbb7b32018aee754e243cb4c6b76ff7a4c7997f59c58ea5acccf8f35f82e8170e2f9990a4b1fc1d90edc525fee7d1f1c3bc81976e8c7f5040992301f118ea12d06772bd9e8c9219fcbfcb89ad99a2d772abfb01e417fa2b2d5b612972261bf915c47804abfe72beed8e8543f273db754a61a5eea5fbc4427986e2d0b14d1a3a97444e35c53b31382a92e2dfa6b86f213a9f11c4c4bc88f326ffcc99055c073b9fa7b616cb46425df1d19d6598bf65e7377f987dc5fce01046d26625f9ca6bcaed8e79c8840f43ac58d652987da3682aef5d615cf198d055bd41fe6d98f41c426c217ff977b967086c0bcc1b64f7980a468ef4525a0f50c1f3be3fa1837f1a6fa1155af67641bfc00620b722b60671cd473476adde7716588c4ad855ee5a80f52e8a62e50e95b5a86d18acd0de57aee4d9a69a47e56bbaee936eafa156cbd1b44b3477426936bfa135d4f03a0e7395981eda47eb68b0dc5568d0a75c32b623fbabd5189665be4a92ac9a1cd483d8b54a0994bfa88121feadd608556bb5b82a6cede2fdb3b1058151bcae13664af275263e09f6acb028d9b6f35d889b6dc30871175824ca87c5e2bacabdd0958295868538e2c943a24e9d7bc1965ae5a40c0454da053c1b4b9bdd163efd25a045aeb70f796b228873360194fd6818d0f578db23e4920af10f0c5fb
Configuration 11 (conf-ti_k3-am62x-sk-hdmi-disable-fastboot.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-hdmi-disable-fastboot.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 74e521e3b69ba189051af1fea2ada2728d4abd49d8fb6e279dde5c5ea2ce5eb0e3307d2b96e0fd0cacb8b1993753ee46d95844eb9cfd18b45abeca4e3888b6f6d49c9e07ac59f651fed3f72ee63df774e03441f76d6a5014c18f098f622112f54c54560920a0b6bbac45d61054d271e605945ece9d461cd6593c026291cc0cbfba52e99363ea938dc92716520cc1f0426193bea91880eda550605b57d6325f2fed7e34367d22b7852268555bc1b915d3dcc03954dcbea3de6b2248183465f504b63a717cb0b684aebf6ebab4cff249fa39fb14acf301970c4e0d8bb24c7dcf30183050d097856a4c041aeec9370abc854c0c7ea9a5172530eb5622cbf102980194e580dc4528e4359cadbf47924fb5888bafb2701781da605f2242d2722540f5de90351f4bf8ecdd249712c0a5281d4cb2688548a6ef978b0519e90c0f60c185dea7ad59b574feb91290deb410f520a85129bb99a89fe3eba48033f62a98de9818b8c8059e597d33d74237f1c18c6ce72a8435d5342b8c233bafd4c48a306ddb220749e0f0f780f76cf8189f35e5205c3f4bee93e99d666569efe3daaf8912036bd663b0fcf9193b950b9dbb165af79df28d19dd1c79947d20164743447d56d76f8a816e214f314e317b9c7de7f331242783ac48d0e715b2be7b7c61fcb3a1d23c896a5e4e9a07ce1dbd52e5e0ab011cdf091a3647df7650359ae5d05f29c8b1
Configuration 12 (conf-ti_k3-am62x-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 10765d66660deaffdbe3a8288e74f7bb20afd6e6673aeb51085334d20e07701375ecb9ea6c536f1b569e9147bb047b1fbdd9eb1c650128d73170e960d0569f6b5dbc6769272c65e3ba2ab1108d1166644d5465964528643b4aae4d72ea4052a69387a443e59dc0c63038f12ab73372c176dc0f8c48726bea02f2c3b6cf85394a73cdc3d5b6d433b927fbeffbf5e8a35fa591a0ebbb8d9deb713e170da2b92e29efdbae46874783cd67e98cbe836621d3c7162c11329f684a1a66b1dfaca946295c92d2a2186cc0e9ffefc2c9ded21798c8c070bc6ee33130e9f0d4ddca086a2b0ee3187d624df9451100add83467f4e570feb912282974db0f0d93ad32d46115eb7a27777a99298c0bdcd1fa278c380194bab5bf4147d22815350b90ef6ecaeae6bfac5cc2bc0389f632a1dee045f7534ba32509874cd9130cee85ab30966d2ac47f8dc76d922edc9675050d1262fac8514386ebc4fdfbf5de76521addf93938ce3a0d47ef783074388e99c542fa3697ae5d1ce438466d79c3b6cd36596c2716e6c46ee2ecf957f87b3bc08d4ae153a0b88925f2831f52f02fc54bfd247d02f8c0f913497777c720f89077fe70b750ee22865da895b32b2e3f785a97c057ec222efee066973d9fe2f5c595dac1e5d8f73a1ce589d924d5eb5cd423a72493887003897b08d03edcf055f747528937d47264beadd8954448a43a94c6158c959a51
Configuration 13 (conf-ti_k3-am62x-sk-csi2-v3link-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-csi2-v3link-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7a7363a4b10e8c003e0685a61d437403aba0d3768aa31b6fe54d6bfe32837f15a66aa0dda7852a80bfc39e1e97dc0a8dde66b39b24aa9f18b6b8458c1679f411b5107392317a96a9b0aa3ff21d317feb03e29ac8bbf175fcec085c73de91b45be4408bfeef4b68c4d37b7565ff984fc370b62d6e4afab80e13b0d44d68ba627a7046f2158a0eaa7b8352d71a7e6e846acf1aaec867b12db33700b94fb263aa2cfd30a10bdf7583a3dee9b23415559fa922631fd27387a91f8267639221ee7ea62a171adebc27ae1a6d7a60cf2fe4b9d2d628731d59eb266b6ac68a6172de00b48938b381f784c452bb7a68d130c2d7788c79424911bdb96da77aae18736d46ec43fa3b1ef1230391b32af95de0bba01ddb9eaf4346b1b3334c7e1e79db0faceb28b61de1cc033c80971fd1afb0780b65dd511555579a0f31fc17c5b41b2973d8d0f77bd5084a50dc0b7fbfa53c25f80e54f5fd9ea1da1b29a5832cd641be3ee77a97a77af4267c6e09f1ee5aaa4ef54cd48451eeec25080ebe90dd910aee012e38af99e5bd13705deeab31b37cf2fc50c7d80ad5408b11f20f501012f877c643c25969114180704fd0396c0adddd810bd462eea3a2d117b1b90882f71d063c978dbacade0a10e7009ce7d2ea97acd0e6c3e9acaf1c77fb1b394443743dfb77d93b4e4d79c19d59c3b348409bdc80004a096850950a79c62685f0f9e810d27438
Configuration 14 (conf-ti_k3-am62x-sk-csi2-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am62x-sk-csi2-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 40b0ae92fe2aa2973b341c33fbe30580f8ac72816b966274db7faf4f779ffef21d3d79f5a8c7688abc0a37ccc9df7a6c41458a1a2fa48d6dd8d19e346c6bf51e10abe0c0f66c425dd05990ae9de4706a3d141f2c24dba83faba1e5392140e03bcf4eca20ac71109ad9fb0932f4d897db448b6e14f7a0410daa243d268c61ee73873a04c7d13245afa08c0041280a952e7d2fcc9077a04ff02318423b597a5c8c531e1574f0729bde6d39726c8bd693d4bc2222b95dad4f69e678dbb7f06c762234e7b87df3c2c61ab9943eee0937ba2a7ba5ec4ea76ce42753959dc66b3020d12277a7e98aeda7e581064bd301aad4c145de5c35cd1c748c07f6c24d9a0aceace8adc0b3b1f2e47cf3f5980f2943726af47815992d9f7925ff8c00b2ffbb0c5cee9b2c9745f484500e296bf91ace9b5f9020babae03603c012748a4d5315646190c86d98fc03815f99320e6f5938587e39e4b4b5909c6a4e83f8ddd50b86e5cdc4d6b09577b7a9010d232d22430064fa6191ba5a043e8e8ff21b3934f7fe2c8b5d0cd19cde6f5a209332ae5fcfe7c03121e190308fa97973b4c4bb1d7837a822f3eae1f72dcbd6e708685371a7ac88dc46dbcb4d5570bcc15777f0a22ad35478bb3d968b7699bd6cff82e22d836e351b35929c2442a852b47fd5f74491d46269a954f9bb829a986887b7547a91c4fcf6af052c104f54c2774154f488adda1bcf
Configuration 15 (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: 6a94c41c08b42db06c4b0b36ecd30274100ad9297f6c6f51dcd1cafd057d040d025fa5873cbab4ce6502c7c3d9cf2f4b4997b6c05360c77672db298c1e2abc5d88601190efb697080082f99c890da73f1ee76138fcc8849beca08b3c1349cb54fce8a4098e1407ec3290b95bc64477b4ff0d9f92fdec005d6da4a87ce887c2e077e22cea2f3334e36a4ef9289124357f2d92c0600c97542f5fd3e5cbf32e51b412f2bf82bc99bce4e1521fe643e8e634d8f555008fdef51a7e9f25b26f883b5df02f95d46e483fcc721184c6b7be31c40a2dba238c3efe5af310c5f339167349fb6f8947ca475816753e2e04dcbf669c4822666f8eef11ac494d0d26f5c29ecf022e59d8405dc1c2a82ee9124dfac9ccbc4a97477dc4afb0db5b45c8d64f063cbd8a2a93806206b6cd21bbcf16947af3bc2fd0d7d042a117b639eb4a810054050d111bbb233c4a3187303d588b8610507f0faad870d6cf786e9b1448bd506db6dbc01085b76fdd000f7daaf750564433d4dcb254b73bb3a033a7df7f277688d2aa0b8b8e1063efa5c1a8e38b4f74315710e597050e88957a2453d144f13b3bfaaa829917261b04b3bb49f1f696a82f9eb45e362754be4551c50f91308e1146f7feaeba96cfed8c229a77df769c7d5bcd6d34920a4fe8c8c7f50d63e7593de92de63ff06c12c05a70b17cf2d364f57cc930cdbcfa38ff6b77168176e7dc8267d4
Configuration 16 (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: bac77f9a0582ff544d8750f35d6eb9d4d8543e9fc9b1201323e5e381b29902fb23da6e43887f126f6412c43cd8a35341c9eb99a437ec021d660051c3dcd1ba5ffbf9f8e961d5c6157b60a8faa0b0f465754f51162763310b6109382e9166c678d19625a37675245a1446fb530fd800292691eb9710cdff87d5bff057732241e5204bb834ac8ee83389a30ca71d102b300595befa4f51a0e93b89e5d4f4462363559e505e663b75fe1897eadaf917e1840997bcf45bbf0329b21896ad6c10fab588f9652dc357f26066246e98fbe652dad71611121e5ec7aacccd740fde683a37a791b8915aa3662fb9715879e4c129045430d6bbed5230f9fda7bad98f2bbae6c12a69358b7c249bb1719904ba208b355759a9e5e5a7228c0643b1eed7f98eaa60c20dd6e18245be3d1f5a88992144b93a126f3dc4c51fa9f71cfa35769b1bf157bd41922c495b04652b67bf7c8aaa6629e6374883740694d96517504b39bd65dce397f810032e922742e5cb4f47de9358034b10f477a0da33bd7f8da0b4a49b65040030f54403d09b42b265cf59f908f9325b8d1e1312bb3ec22d2404e7863f06eda90829d388359670672b7d61e508bc8da78af34b936b83dbc36ada8c9d32f7c3c9ac01488d46f28209a2dd1fa33564e13ff0bf3c167b0fd2f5527ba5f9c29df3194cbdd9152c72e7051bbcbe4fa2d1170be37b0cc8a8d9236b72a3e29a6d
Configuration 17 (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: 712257f65420d87ede262f5b842f25b52ca2c705d6654bb0d10b9015d62a0167533a16fc7c1b0a7d2f6be42ff06ee03d9208ce70d9f43d56af6bb29d5f234e4ec1a0aad40e1d8527886eddb085e16a189415c45c9dc9452cff6ced2f7c490983d5bc69ab08a3c6cee6250abf40191521e721b64ce002c8ad9dce5738ece19f212933f3988db50a67c8e3a4ea17e51214842a2884ffc7740dd24413625a18ee124712c4d9aa644af5914ea20e3518dceff0ee9d904563cceb2ad9f73830ec25734f6906953a5563196b81c7ff27a0aae48d88f1c23db631bb12e9fcb7083973ba9b5f21683d97c58a6966177d4a77c9168854c14bba27f52f9f2dc8b2394f095d3cc8eddeccdabd9381a6d09c47be98e1bb7b43d9e0d297b7e576ab0674edce666ae1b62d8954f46e21c7141a8263c52ebcabddcaea1142ced927662806f619a2ece90cb481d22f255852cb9e7a3f4c474b046fec9e8e78bf3d91b34a5cbfa3f25f351a34ed426ba02591b55d169a21f84ea93f149bfb09eb0aeecf70564ad0637026cdfb6647911efe6f6bdd6d73f1a8ea8255dbf3607d299297007238a297fcb00c5e2d751db27ebc679d534d0fd5a6ef4fee5c4a913fce4f2ffa6b80cbed01727f344df30a4c41d17b760b49726541b17e726729b848c3fca3fd6ec92a97d04424186df425041af4bea88a3016f4cd2a11de0a6e332822fdddb24bd1eb8411
Configuration 18 (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: 7cc46a966eb111e54f4db43e58b1612239e2f4d35bef4e4442b69cba7a2916e45197219beda0ed3403af23be6fa44f2d2ddb1329aea4361fb193dee81058e53daa160123fa05689a534c81b128b8ce5fb6c576c4a4d21b41618eccc730120414b31b0bfda3a919b1cf55c17f77dfcc0707144602b9a9e25267fa76e5d5f101c6773f671cb3283fa4d096f50293d8d6ba5ad6cdc6cd919e815b4c80bee652b5cc8787fd52fb2ecdc26d14be39ffa93a0a986f7df685f64515c6531322bfff239dfe585d38b81106eba27fb57b6e7111cdeb20ba2ba92d1a661174a3d3c1dfc75fbff724675fa89b312c61ffa8206d0ac627491cde842427e7eb9101fa7a5fe4e0078a48b32564a27ff30058d4134f43c9a50a4364699e173744b7ee6394ee449f554997881cb01a341820f911b8cc5374e31f6ea3fa405f4cca8f90f624bf9310bfeab191a1d20fa91a48b5d8da8b6db4e48245150b99f3a5eb3c6bf05b1e87631832ffd8a99bf8f357b788b744fbef8e9e3ba3b7ddd16778c07038c645230ae9f00ef1cfcdf399438d06eaf0f1741c1594fb44f90d65a29cf990046953d4477f2e0c6f690fc3f961fd3a9669c3cee274c1949d90f93c0db9d6c4178413cbdff0a46c0715a135b840750caf79ff98cf1b4f9d619c22100c80701b149a9e057b48b53d7db0643ebe0f1a6b430d30c14279aaf0bd0f2f15dcfac49c742aa389f6a7
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: 17c3052614ee86e1508136d0e93284b31e72a967d548ac7b9880d8997f05830dc058face81a545ee2fd2de2cdb2df05fbbbbff25604c2cb9b6bb54a2fd9c1e55de54e0a130ee3a597288524ee3476b443742780defa1ec64f9ce8756eeb89ae9af5e9dd1a8cd30dffe6fcab8e9ca6d29044b816ed2e63fbcd24967cca22dcca2a72549cb6397905c9fa3da7b1628a2fd74b10ed08a9f3c3de9617d50e5ed3fc6af14f00bb42aae253433156c399b47fb4b7224465eb28f367122a815cd79aab28a2c6bfa9846dad76085f689b590e2106c4b96a4ef7ad2b3307a14ac5f3c2eeee43a949dc448d589aa4e49e8410369ffd067c419b4ce7f314d7b717d452aa758696a0cf22450dddceecd4620706130b5b3908a5e89bd3564d7b801a30f6864b838664becc424411e90e72020576410f181cd2cc5383bf325c039c1ddb92d1e3b02b55a53fc437ae941b0c38f42cc3969b53ae49c1ab9605bc7f37c283bff5b557ec9b76312ab282957db5ca46b5cefaf619047c1aab9db1c795c43bd69e5fd52255d75081beef11552b8fe3c9fb309aefb3fccf7cab27ac491d6297113137d69c18b2a9caeb66919500d87e5dbc77c9fc1ed31fb693c47057a4d119ae39554a8eada1f27fac6a1839573ce6075c6fafcdc278b208cbac70eb4fa7c967f4325c795f44dc4e33f91c5651619a7992b2aa713c46f6d45ce19a54a619c391e5d2487
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: a2311ab41988e6b49ba93f41c3f4af75222c922ddc81c3f2ea3dcc2edac3937e03a4d4ecd3bd0d53d33849704aaef04cc1e977890acd3ee33e3b27b694ca0abb534850231abfb3a4e1fe3a6fe96d5cc89a7c7416a3b4b5f5381f57a70e22dd5b71f13b97d526be84feb34c8b30745446757529f4c61e399168f7639a408c157b6e92ef2bfdf25f466adbd66b1cc7f0eded9518bfd5073cd9a203d42de54177c0d4ecbba36f3d1f3a630e3e6f9c41c6c21060c2aaecf2bd1b1ee6c8df83a523a45896cced22b1c6d80132a93cb7ee3793de0147f3dc77a5a365f7514264dcc4b86d6e65e708235fe6deb03230094eb195ecc0a757258133765e756fb10cea75c6cd2e509247e608c5f275db5e0e8d77d6358d57979d8021290159c306e00c0276ad9c775af4965a2a1c4122a8c369514688bf2269dbcd7f84041826d3b4d4cd5eed51a1093afbee690f47913220b5716a68139ceebfaa8219794b644f463f0ccbe4c2afb07fa015c5a3e8246b8a4854ed7ba906032755cb312f68605276dc05096e14679439435b9c7ab2512f1d07635dc8b29926117bf8e3024772578e7f77b112482d65ec37320480a4e7a559f2a8573c64467dba8c90d760951f7c7276e58966f45668bf91d4a6131b94005a8a787e6a5d33022fe25660794dceea8df4fac1bed92939acc48094799653c603e7d79cd9a69be9ea3078686ae053b8a03cece9
Configuration 21 (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: 38923798f9d9270e75e94c69c24504f2e08234a16191b8e080254f41d053b29d0a10cfe0394ad085508855fe1d2e1c14f2c8fd08323c33442eecc2fa3b82d94055d1e3b1acf1e33ed9cabf8af8ee6780fbbce2cbcedaddd02ce35cf3b9ef68fac986f17da8e006c22d0d2393b45b3945a7c91db86add0617064a3f61334ba87db9bb8ed016f2a85891f018fd48cb0f3f4efed1ff0c2a7255e50acc57013f3d93a2993d96c2dc394f2b296547ae51f22cb793c8ddceb35684b6c34139893387ed5479a1c44f39084ae2fd1c9097da66b584a215f299c3aeb1cdc7b37b0b4b5e93cb94b27e308914765e72b5b2afb8ae09509b2feb5fcbeac40bfd5aee4a89fb05723808d25695bbe02ca4ed6aa94f5ad0940996966550a1a997495ac0f71155e078c0cbf4881c1bc7822a8edd86d7960b7e35131823bceb4dbc4d8fbc1ae55bb5c42933fddcae3c96492a51f177986faa542821c9048e1bb648fa6b3e20bf28df4a5ed7c0a9fe30020d819b295959a5b80acd6bb98d20b67bd2c63d404ab826aab4207c27ef1a403712d715b70ce531ac3f4ba8fa22a123da42fbcb717d03d2ac9f8e7a4df2214aa329b539e9442eed356b37a60dbbc6891cea207f91f92a6dd8020ba2f0c0711b530eb41799ae8c32d13962e4cdba3e2fc178c37d9e62c0868646bdca45dde976edaf3d2441f4a20825022631a2d04a6e5e5996379a6f63be2b
Configuration 22 (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: 58dc6419337c5da0d85418957bde97a69a50e0254d7d20927897b3a218a0ab837c891c9fd331df3c0aa95cd1d3fd8ca456b68eab6798aa14bb848827892aa146c4e2461acddf805ccad7a07e857eb9d194d257dc915577af205a5cd56e512ca0276c1678afa470f6bb018282fb9bdee02faacce0bda9ea97b36fd2cb5702f04eee60e9957841c452875e22f551de91156744a675eb5ad3ec0cfc7aab67dff5b213ede8e5f6ae7a03799b157bdf0d867cedc981bded97e52bd0ca10c6636c32e88a5932bc9dcd3517730be14753b11871bfa6f335a3b38ea0b6a91eb039673062f00b5907dc2eaf31ab6c3863bbea5e5cff30a7f0c44f0712735a56d3e6f68c9fd34fbc5393516e28ee3d5fe02dc245b6d4270502bd15999722faab0bf7f4f0118ae9a629d16de2d068ebb1bfb53e1a8c2ed7736af44305542ab07a6cb27d5b00c7cb40c44daf099c8d5c4624d0e674568d9692dc799c0908ff57a0db113efc4d126b6d1a3b436d05c3b5a11a4c2e395ee5102abfd26ddacf15aba286d37d1d1b9fb45a59b80a7f9a2fe0b5b32d90c1d14695f0f11f7c525ad15118c0301ed27f024009061dd5185032a6bd33d4909dd4c1bd0c4685cada60cfded156499f7bb3bdbcbfe86eb8024d262cd2ab4f8d90c57f28ac78e2bcf19bfc08a68e5faf05d17c1103c94656b8150c005ceff9d25325a74279547c5d20c2302b99a9eaa9bccc
Configuration 23 (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: 4b32d5fe0c249a7de73ac40374f96429668710da9a800a23ac91073dd6721a17e49973281ecaca2b773fa70724504a5fc0ad2ffc6596341f837157d1dc8ff90fffc45ef781af95c7d5e39645c44e834c666df176176ce7d6783b4918bcbe06676a23aae0bad2281fbada5c050598b33821471712dd0381e3321e41b1a06a2e04232053b47f6a082a3fb86f18b04bbfdbce9a4cd12429d63d7fc417b42c89b231838ce2bec07ac1a0de2f91c6451e76629eedf3e228a5441c24fb3d94ba1276bd11dd4c3c455fc71664fc1175a20b11ab8318760ba2e40593db90426ca8e3bfa93cfc61c85f4f25d12ddc4931cfd5f38cd1e03f564080809774db582de62669f415cda8056c77160a03b9e35d57096da6183c49648185bad536da4b7ce5c9a5cd646661e07321224c796029079ea5f2a8812c79ba95c8cb52e5c53c4b634cea36b9bd84bcb1896b0d775f0029e0c5d46e7fa1ba63ddd15d2227daa8c0a894229d80399ba8db83f4b91ca2fe0e47d1a900c68013925954150387ab91137f5fbe0c8f132894fe5d3d1543240c23521791994d7d73552c2a4fd7ffd6c8daf8b461719c21aaa7c7da3b11b16335ecbda89d83a45bad574f003c3471e1a09df809ff2bd91f589263c44fc4184c096bafbfb2a030391cae2611e29df7127df6bc5e6699385c99eef865020e3558d4f2f13db72ec9642328652ed641687f6c7f04a9267c
Configuration 24 (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: 3834f801d94e7297a67883aa1f73761cce18d7f0cf2ee8eccb67072913784771acd9db7183e63ac8f5d51472d221b72ae8ff1c7711daeed57da9c5be4142f4ee693048c111a2198bdaad7de1ac4766546e7b0c56ee40d9213fb95e638113ba35fb9c01895c920f2719d6cdf2c67807eef27a8b9a6cb217bf8a67a41ba3f07ba93d07d58cccfa4de27146e4704428ee3c1d376cbe2578ee346ee51ce55f1faaee1c64d3cbf9f725971593a5b187d408ece8acdf785291fa203b28f6c62d52b7f625a1ede76e6ca2b2b9ad06918d1417f502ca26a83f26c6c7fa0ae714be362395dee688bc47bcc8493ce49951c3930984d4db2bf9cf79d0b5c36af606fe76918d27ecca504321add718bda82f60e5b39e304f4569f8bfe46acedbe577da00edfabc97fbda0e3a2dffd9b69f03c97b7bb8dbae2d5ab69b0021f47359446d80e65bb5b2c65f8c123030f0e8ce54e358692f4349cadfc52a6d2a2dd05dac423b8112a85436d496cf9c088f60683d5cd65cf074e74e851f0cbfd6fc3b924543267a5706095253c14d4193787edade829cdc5e47b3ea6f33e53ac9e3e83db2e84d16c4d4a73a0ee44f23b245a45ba9881b834575204845fd1a68890e9f30518a444c083e19ce2f8376effd7eae5529b46296d2d4227706403cd55b1dc4c141eecb3006707f7a169b5eccdfae907c40bbf70cb1d48e08fdf9dc6b9497ac0b5d09c9382e
Configuration 25 (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: 8fc52674d81f95202ad4c514a25f4d844c79342502e2cb57e354bf92c10a4107995e399d821defb6b16b309a98103ada29d8362c86eb79b6f99399127bd8f627002e77812058337fd16a7478e4d324f68db00a1e7c5564b20cb673cb6c829274387b6d0b9eb1e53329ab5a5c42094a490714f4ccb76f74298a62aa51add30f92e23f62ac6ba4326f34c0d9acf96e796c91ada2e0f8eb769225f72055e2d5e6354e5856a2e7ee5e15b35710ae74357c66e801bdc2fab03d0748ecb2b5ef44f5a9fc5c6a4c3ac5dd92b496c3464f579e9fdf76ae069cdbff82d433df5b774e5354a91db568415265a5833edcee31bc0edc9b6c8324e6d08d50e274b73871fcd63d1c4380a44ea16fd2e8957ff173d455773d24f3a0f9a74e39f65d81a73f7b9571827820075645edb4ea16233445abc5a1a595aa3c3197b6cc15718fa0eec6b0e3dfaefd87589b4282dd7b7b14f49f92534cefde9157956a6622831cc53deb09759f15b3d0e11520683857581cc7b2b3a4cadc07da478843ffdfe4b1552bb928046af9027cc4045d4febba980ec862be9e7ece813ab87b10502da2a7df59d45e32a4c8a2702cc573ce5fc2f507a9291a17ba38e56d5c185c2fe4f9a37bd807bdb5bba0c06a15f0afe3c6f06f57e9c4d0b996f040ef4b4a1c390ecf217ae37aad8f7c4c146a702ad08bd6bc90cf066f8603c1fea0874f199b3cf9d8c402927fdcc8
Configuration 26 (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: 8883f677094b6e4e794b59c21c27da50d7b09cccfb4334bdc4047dae7aae3e0ed5ee182218ba3f1a795b21ba4529c7289697046813d6b0fa671e432225b3e9ed94f7b0c19e0be42f0b54e2df044dd359a7dbbd5b581663f5bf70b609e89c0b5bd5ceec96e580b9b7584754abca8a6593f371241c9ea7395a25b2cb2de3ba8556d42a1e7171b40b461bf8bbe81a6f248b907bc3cc9198d0e026deba27932f200d823ce907b251d6b5375d95cda40554bb20798dcbb44e63fbaeff9024699f72871696d9a72e6595f700608e51bc807222f8cbea0ae804abc74252c42b2de81d9b90749bbba13aa56db753e078a4889da3ce771702af3fded58f8227ae6ebd62625193194b716fcdc97ac607c9914ed00780ac0ce71d9bb0ff93f936b3550f9d39fa6fdfdd2cffeb18ff71f4342a3209dac8e81281c028a82ed944ca6b9b454c846e98a666b0c1e5012357be7b72276c68764b474fcbf0023f869e2fb027461dab5688adfc13a722710add0a6cf60fc6b242ef6a0b079be53b176bf10684badb62b244685c919c11f4498663ff35d13617aabec17a974ff85f9885c98ecba2a50987182c6fcacf387accee3b1a95cd97a0db5f6c732f24d612d212db0c18f2e679869250af318e2bc87d7752e5a14d3812acfd23b3af4c4bbc70f539d2d1f57d25922b058e7ede90b35b0b753bad80b7bf50f792c73a8a59a78899eb5cebd99e27
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-am62a7-sk.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-am62a7-sk-fusion.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-am62a7-sk-ethernet-dc01.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-am62a7-sk-e3-max-opp.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-am62a7-sk-ub954-evm.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-am62x-sk-mcan.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-am62x-sk-eqep.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-am62x-sk-hdmi-audio.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-am62x-sk-csi2-tevi-ov5640.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-am62x-sk-lpm-wkup-sources.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-am62x-sk-hdmi-disable-fastboot.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-am62x-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-am62x-sk-csi2-v3link-fusion.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-am62x-sk-csi2-imx219.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-0-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-0-1.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 26 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 27 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-am62a7-sk.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: 8202532 Bytes = 7.8 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 2dcf58e0a084959c42031050e7fadc66f6f0f81edba7c7e873c8f52b04f34544c5d7491b21924ea02160d41aa20d900d3be6cdcc08da5ffa52283f161bfe376d
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-am62a7-sk.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-am62a7-sk.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907d2b4c
Data Size: 57893 Bytes = 56.5 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4152a196057274b32fdb71cb2db816299e4922b00ea4b5edc3298ff977cac7070433d4c4f0fca7ccb615cf8370dd323b10ad9dedb9ebfabd81736792b7ed7a59
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x907d2b4c to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffee000, end 000000008ffff224 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM62A7 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
[ 0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x00000000997fffff]
[ 0.000000] node 0: [mem 0x0000000099800000-0x000000009b7fefff]
[ 0.000000] node 0: [mem 0x000000009b800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a2ffffff]
[ 0.000000] node 0: [mem 0x00000000a3000000-0x00000000adffffff]
[ 0.000000] node 0: [mem 0x00000000ae000000-0x00000000bfffffff]
[ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[ 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 VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032191
[ 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/am62axx_sk-fs-00/autofs/fc69b62db86f6f3a94cba54202f19230,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 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 2808916K/4194300K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 795560K reserved, 589824K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008505] Console: colour dummy device 80x25
[ 0.013088] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023770] pid_max: default: 32768 minimum: 301
[ 0.028540] LSM: Security Framework initializing
[ 0.033362] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040941] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050381] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057809] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064099] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071494] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.077862] rcu: Hierarchical SRCU implementation.
[ 0.082770] rcu: Max phase no-delay instances is 1000.
[ 0.088325] Platform MSI: msi-controller@1820000 domain created
[ 0.094568] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103965] EFI services will not be available.
[ 0.108815] smp: Bringing up secondary CPUs ...
[ 0.114014] Detected VIPT I-cache on CPU1
[ 0.114102] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.114117] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.114162] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.114764] Detected VIPT I-cache on CPU2
[ 0.114829] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.114843] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.114873] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.115415] Detected VIPT I-cache on CPU3
[ 0.115486] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.115499] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.115527] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.115589] smp: Brought up 1 node, 4 CPUs
[ 0.195326] SMP: Total of 4 processors activated.
[ 0.200138] CPU features: detected: 32-bit EL0 Support
[ 0.205409] CPU features: detected: CRC32 instructions
[ 0.210713] CPU: All CPU(s) started at EL2
[ 0.214911] alternatives: applying system-wide alternatives
[ 0.222030] devtmpfs: initialized
[ 0.233446] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.243464] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.264008] pinctrl core: initialized pinctrl subsystem
[ 0.269886] DMI not present or invalid.
[ 0.274359] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.281298] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.288731] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.296809] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.304967] audit: initializing netlink subsys (disabled)
[ 0.310613] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
[ 0.310992] thermal_sys: Registered thermal governor 'step_wise'
[ 0.318541] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.324719] cpuidle: using governor menu
[ 0.335554] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.342574] ASID allocator initialised with 65536 entries
[ 0.357831] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.370580] KASLR disabled due to lack of seed
[ 0.381452] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.388416] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.394826] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.401766] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.408174] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.415114] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.421521] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.428460] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.436076] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[ 0.446136] iommu: Default domain type: Translated
[ 0.451183] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.457829] SCSI subsystem initialized
[ 0.461949] usbcore: registered new interface driver usbfs
[ 0.467596] usbcore: registered new interface driver hub
[ 0.473064] usbcore: registered new device driver usb
[ 0.478638] pps_core: LinuxPPS API ver. 1 registered
[ 0.483722] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.493072] PTP clock support registered
[ 0.497211] EDAC MC: Ver: 3.0.0
[ 0.501202] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[ 0.508029] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[ 0.514835] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
[ 0.521563] omap-mailbox 29030000.mailbox: no available mbox devices found
[ 0.528869] FPGA manager framework
[ 0.532411] Advanced Linux Sound Architecture Driver Initialized.
[ 0.539476] clocksource: Switched to clocksource arch_sys_counter
[ 0.545907] VFS: Disk quotas dquot_6.6.0
[ 0.549954] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.562734] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
[ 0.569077] NET: Registered PF_INET protocol family
[ 0.574257] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.584707] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.593511] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.601451] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.609761] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.618128] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.624968] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.631941] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.639460] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.645634] RPC: Registered named UNIX socket transport module.
[ 0.651709] RPC: Registered udp transport module.
[ 0.656519] RPC: Registered tcp transport module.
[ 0.661327] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.667918] NET: Registered PF_XDP protocol family
[ 0.672827] PCI: CLS 0 bytes, default 64
[ 0.677460] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.687322] Initialise system trusted keyrings
[ 0.692069] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.702946] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.709469] NFS: Registering the id_resolver key type
[ 0.714686] Key type id_resolver registered
[ 0.718964] Key type id_legacy registered
[ 0.723112] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.729968] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.772745] Key type asymmetric registered
[ 0.776938] Asymmetric key parser 'x509' registered
[ 0.781969] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.789657] io scheduler mq-deadline registered
[ 0.794296] io scheduler kyber registered
[ 0.801475] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.807985] pinctrl-single f4000.pinctrl: 151 pins, size 604
[ 0.815257] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.827206] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.842298] loop: module loaded
[ 0.846681] megasas: 07.719.03.00-rc1
[ 0.853345] tun: Universal TUN/TAP device driver, 1.6
[ 0.859213] VFIO - User Level meta-driver version: 0.3
[ 0.865150] usbcore: registered new interface driver usb-storage
[ 0.871832] i2c_dev: i2c /dev entries driver
[ 0.877551] sdhci: Secure Digital Host Controller Interface driver
[ 0.883905] sdhci: Copyright(c) Pierre Ossman
[ 0.888558] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.895072] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.901389] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.908321] usbcore: registered new interface driver usbhid
[ 0.914024] usbhid: USB HID core driver
[ 0.918747] optee: probing for conduit method.
[ 0.923335] optee: revision 4.0 (2a5b1d12)
[ 0.923624] optee: dynamic shared memory is enabled
[ 0.933152] optee: initialized driver
[ 0.938255] Initializing XFRM netlink socket
[ 0.942668] NET: Registered PF_PACKET protocol family
[ 0.947927] Key type dns_resolver registered
[ 0.952662] registered taskstats version 1
[ 0.956879] Loading compiled-in X.509 certificates
[ 0.969781] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
[ 1.016236] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
[ 1.026083] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.033105] pca953x 1-0023: supply vcc not found, using dummy regulator
[ 1.039983] pca953x 1-0023: using AI
[ 1.069782] i2c 1-003b: Fixed dependency cycle(s) with /connector/port/endpoint
[ 1.077290] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@0/endpoint
[ 1.086752] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.093396] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.099318] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.107639] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.116835] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.125815] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[ 1.135536] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.143611] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.154382] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.164212] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.173519] ti-udma 4e230000.dma-controller: Number of rings: 6
[ 1.180003] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
[ 1.189215] printk: console [ttyS2] disabled
[ 1.193649] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.202521] printk: console [ttyS2] enabled
[ 1.202521] printk: console [ttyS2] enabled
[ 1.210977] printk: bootconsole [ns16550a0] disabled
[ 1.210977] printk: bootconsole [ns16550a0] disabled
[ 1.223136] spi-nand spi0.0: Winbond SPI NAND was found.
[ 1.228473] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[ 1.236804] 7 fixed-partitions partitions found on MTD device spi0.0
[ 1.243164] Creating 7 MTD partitions on "spi0.0":
[ 1.247950] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
[ 1.255181] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
[ 1.262758] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
[ 1.271169] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
[ 1.277895] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
[ 1.285158] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
[ 1.329389] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
[ 1.375519] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.385000] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.393133] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.405904] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.413032] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.419359] pps pps0: new PPS source ptp0
[ 1.423642] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.433893] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.442499] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.454894] mmc0: CQHCI version 5.10
[ 1.509752] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.598009] mmc0: Command Queue Engine enabled
[ 1.602479] mmc0: new HS200 MMC card at address 0001
[ 1.608669] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.615529] mmcblk0: p1 p2
[ 1.618857] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.624812] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.630617] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.676487] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.683397] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-03-22T12:41:33 UTC (1711111293)
[ 1.693399] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.700208] pca953x 1-0022: using AI
[ 1.710233] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.717848] mmc1: CQHCI version 5.10
[ 1.718693] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.728799] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.762687] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.785030] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.794405] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.832970] mmc1: new ultra high speed SDR104 SDHC card at address b368
[ 1.840193] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 1.846742] mmcblk1: p1 p2 p3
[ 5.889478] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.915529] Sending DHCP requests ., OK
[ 5.935732] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.164
[ 5.943532] IP-Config: Complete:
[ 5.946761] device=eth0, hwaddr=3c:e0:64:62:db:99, ipaddr=192.168.0.164, mask=255.255.255.0, gw=192.168.0.1
[ 5.956993] host=192.168.0.164, domain=ti.com, nis-domain=(none)
[ 5.963516] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.963551] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.983634] ALSA device list:
[ 5.986629] No soundcards found.
[ 6.025706] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.032192] devtmpfs: mounted
[ 6.035845] Freeing unused kernel memory: 1984K
[ 6.047550] Run /sbin/init as init process
[ 6.294536] NET: Registered PF_INET6 protocol family
[ 6.305327] Segment Routing with IPv6
[ 6.309045] In-situ OAM (IOAM) with IPv6
[ 6.344578] 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.376549] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.441795] systemd[1]: Hostname set to <am62axx-evm>.
[ 6.573265] systemd[149]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.589895] systemd-sysv-generator[158]: 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.089398] 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.194758] 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.312725] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.395909] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.418703] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.443358] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.470332] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.492263] 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.516216] 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.540209] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.555856] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.575769] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.592127] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.655240] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.679976] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.723663] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.748392] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.776347] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.803707] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.830465] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.850234] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.878095] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.901866] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.927101] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.996041] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.024745] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.076339] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.092287] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.119620] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.148761] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.212731] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.245903] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.274840] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.305547] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.342824] fuse: init (API version 7.37)
[ 8.360649] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.380461] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.401940] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.452306] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.473183] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.491975] cryptodev: loading out-of-tree module taints kernel.
[ 8.499759] cryptodev: driver 1.12 loaded.
[ 8.503606] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.533221] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.564334] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.584303] 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.990423] systemd-journald[174]: 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.192263] audit: type=1334 audit(1711111301.008:2): prog-id=5 op=LOAD
[ 9.198962] audit: type=1334 audit(1711111301.012:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 9.267511] random: crng init done
[[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] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.894740] mc: Linux media interface: v0.10
[ 9.897249] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
[ 9.961788] videodev: Linux video capture interface: v2.00
[ 9.964057] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
[ 10.007559] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
[ 10.016024] platform 79000000.r5f: configured R5F for remoteproc mode
[ 10.026337] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
[ 10.034186] remoteproc remoteproc0: 7e000000.dsp is available
[ 10.040373] k3-dsp-rproc 7e000000.dsp: register pm nitifiers in remoteproc mode
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.052722] remoteproc remoteproc1: 79000000.r5f is available
n[0m.
[ 10.072758] remoteproc remoteproc1: powering up 79000000.r5f
[ 10.082428] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 52148
[ 10.082694] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.093373] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9b800000
[ 10.104112] platform 78000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 10.118804] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
n[0m.
[ 10.119692] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.122414] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.146755] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
[ 10.150233] remoteproc remoteproc2: 78000000.r5f is available
[ 10.153615] remoteproc remoteproc1: remote processor 79000000.r5f is now up
[ 10.160185] remoteproc remoteproc2: attaching to 78000000.r5f
[ 10.165310] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 10.186049] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 10.194098] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node r5f-dma-memory@9c800000
[ 10.194957] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
[[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.[ 10.241056] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.247010] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.248002] rproc-virtio rproc-virtio.6.auto: registered virtio1 (type 7)
[ 10.256618] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.263259] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
[ 10.274767] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.283742] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
k Activation Socket[0m.
[ 10.303079] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 10.320494] systemd-journald[174]: Time jumped backwards, rotating.
us Socket[0m.
[ 10.329610] remoteproc remoteproc0: powering up 7e000000.dsp
[ 10.335408] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 8391984
[ 10.343871] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x9a000000
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.366385] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node c7x-dma-memory@99800000
[ 10.369171] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 10.376235] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.382644] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.384139] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 10.395629] rproc-virtio rproc-virtio.8.auto: registered virtio2 (type 7)
[ 10.407239] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 10.407685] i2c i2c-1: Added multiplexed i2c bus 3
[ 10.414154] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
[ 10.444048] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 10.453202] e5010 fd20000.e5010: Device registered as /dev/video2
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.522312] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 10.524118] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 10.525453] Console: switching to colour frame buffer device 240x67
[ 10.526271] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 10.526325] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 10.526535] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 10.526781] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 10.533215] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 10.654103] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
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] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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...
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.
[ 11.074127] audit: type=1334 audit(1711111301.860:4): prog-id=7 op=LOAD
[ 11.082064] audit: type=1334 audit(1711111301.868: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...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.734642] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.781433] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.032414] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.157700] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 12.447805] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 12.496298] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 12.579656] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[ 12.585876] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 1
[ 12.594343] xhci-hcd xhci-hcd.10.auto: USB3 root hub has no ports
[ 12.600782] xhci-hcd xhci-hcd.10.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 12.615663] xhci-hcd xhci-hcd.10.auto: irq 544, io mem 0x31100000
[ 12.627378] hub 1-0:1.0: USB hub found
[ 12.631967] hub 1-0:1.0: 1 port detected
[ 12.654402] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 12.698797] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
Starting [0;1;39mSave/Restore Sound Card State[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...
[ 12.779589] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
[ 12.796518] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
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.
[ 12.849149] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 12.855257] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
Starting [0;1;39mPermit User Sessions[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.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[ 12.923815] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 12.948459] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[[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...
[ 13.071601] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 13.115449] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 13.241758] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 13.258792] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 13.293680] audit: type=1334 audit(1711111304.080:6): prog-id=9 op=LOAD
[ 13.301710] audit: type=1334 audit(1711111304.088:7): prog-id=10 op=LOAD
[ 13.305751] hub 1-1:1.0: USB hub found
[ 13.315198] hub 1-1:1.0: 4 ports detected
Starting [0;1;39mUser Database Manager[0m...
[ 13.491530] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 13.643032] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 13.655554] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[ 13.862222] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ 13.867805] usbcore: registered new interface driver cdc_acm
[ 13.875358] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
[ 13.895682] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 13.952237] audit: type=1006 audit(1711111304.740:8): pid=618 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.965873] audit: type=1300 audit(1711111304.740:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdd1fbfc8 a2=4 a3=ffff9a28c020 items=0 ppid=1 pid=618 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.993471] audit: type=1327 audit(1711111304.740:8): proctitle="(systemd)"
[ 14.074264] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 14.110485] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 14.415626] usb 1-1.4: new high-speed USB device number 5 using xhci-hcd
[ 14.534223] usbcore: registered new interface driver cdc_ether
[ 14.585743] hub 1-1.4:1.0: USB hub found
[ 14.592342] hub 1-1.4:1.0: 4 ports detected
[ 14.842999] cdc_ncm 1-1.2:2.0: MAC-Address: 20:7b:d2:46:6e:d2
[ 14.852057] cdc_ncm 1-1.2:2.0: setting rx_max = 16384
[ 14.883598] cdc_ncm 1-1.2:2.0: setting tx_max = 16384
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[ 14.905814] cdc_ncm 1-1.2:2.0 eth1: register 'cdc_ncm' at usb-xhci-hcd.10.auto-1.2, CDC NCM (NO ZLP), 20:7b:d2:46:6e:d2
[ 14.917385] usbcore: registered new interface driver cdc_ncm
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 14.935551] usb 1-1.4.1: new high-speed USB device number 6 using xhci-hcd
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 15.104896] audit: type=1006 audit(1711111305.892:9): pid=599 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.118416] audit: type=1300 audit(1711111305.892:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdd1fbfc8 a2=4 a3=ffff9a28c020 items=0 ppid=1 pid=599 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)
[ 15.144922] audit: type=1327 audit(1711111305.892:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 15.400603] usb 1-1.4.2: new high-speed USB device number 7 using xhci-hcd
[ 15.429922] usb 1-1.4.1: Found UVC 1.00 device <unnamed> (046d:081b)
[ 15.484571] input: UVC Camera (046d:081b) as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.10.auto/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/input/input0
[ 15.509950] usbcore: registered new interface driver uvcvideo
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 15.706524] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 15.714794] scsi host0: usb-storage 1-1.4.2:1.0
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 15.811573] usb 1-1.4.4: new full-speed USB device number 8 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[ 15.926421] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[ 15.978328] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 16.053800] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mMatrix GUI[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 16.151272] 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.
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
[ 16.738027] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 16.756489] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 16.768189] sd 0:0:0:0: [sda] Write Protect is off
[ 16.777051] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.013103] sda: sda1
[ 17.016081] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 17.086230] usb 1-1.4.1: set resolution quirk: cval->res = 384
[ 17.624653] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 17.660143] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 17.759872] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.10.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.3/0003:17EF:60F4.0001/input/input1
[ 17.786388] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 17.835985] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.10.auto-1.4.4/input3
[ 17.852858] usbcore: registered new interface driver snd-usb-audio
[ 17.918373] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 17.967329] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 18.810264] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 18.852187] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62axx-evm -
Arago 2023.10 am62axx-evm -
am62axx-evm login: root
[ 19.564113] audit: type=1006 audit(1711111310.352:10): pid=1188 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.578381] audit: type=1300 audit(1711111310.352:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdd1fbfc8 a2=1 a3=ffff9a28c020 items=0 ppid=1 pid=1188 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.605669] audit: type=1327 audit(1711111310.352:10): proctitle="(systemd)"
[ 19.662283] audit: type=1334 audit(1711111310.448:11): prog-id=11 op=LOAD
[ 19.669301] audit: type=1300 audit(1711111310.448:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe5d713f0 a2=78 a3=0 items=0 ppid=1 pid=1188 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.698741] audit: type=1327 audit(1711111310.448:11): proctitle="(systemd)"
[ 19.708306] audit: type=1334 audit(1711111310.448:12): prog-id=11 op=UNLOAD
[ 19.753990] FAT-fs (sda1): 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
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
***************************************************************
***************************************************************
7[r[999;999H[6nroot@am62axx-evm:~# uname -a
Linux am62axx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62axx-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/am62axx_sk-fs-00/autofs/fc69b62db86f6f3a94cba54202f19230,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62axx-evm:~# uname -a
Linux am62axx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62axx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi_nand.tiboot3"
mtd1: 00200000 00040000 "ospi_nand.tispl"
mtd2: 00400000 00040000 "ospi_nand.u-boot"
mtd3: 00040000 00040000 "ospi_nand.env"
mtd4: 00040000 00040000 "ospi_nand.env.backup"
mtd5: 05fc0000 00040000 "ospi_nand.rootfs"
mtd6: 00040000 00040000 "ospi_nand.phypattern"
root@am62axx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net
t/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62axx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27332
-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
lrwxrwxrwx 1 root root 67 Mar 9 2018 am62a-c71_0-fw -> /lib/firmware/ti-ipc/am62axx/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 74 Mar 9 2018 am62a-c71_0-fw-sec -> /lib/firmware/ti-ipc/am62axx/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 am62a-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/am62axx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 76 Mar 9 2018 am62a-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62axx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4320000 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
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
-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 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 4320000 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-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62axx-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 218 0 0 0 0 0 240 218 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 127 0 0 0 0 0 144 127 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 556 0 0 0 0 0 632 556 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 46 0 0 0 0 0 60 46 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 262 0 0 0 0 0 316 262 0 0 0 0 0 0
31 5 mtdblock5 104 1 4176 2602 0 0 0 0 0 1708 2602 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 229 0 0 0 0 0 284 229 0 0 0 0 0 0
179 0 mmcblk0 695 1 30688 352 1 0 1 0 0 704 352 0 0 0 0 0 0
179 1 mmcblk0p1 309 0 6424 130 0 0 0 0 0 344 130 0 0 0 0 0 0
179 2 mmcblk0p2 347 1 23056 199 1 0 1 0 0 368 200 0 0 0 0 0 0
179 32 mmcblk0boot0 170 0 3360 63 0 0 0 0 0 140 63 0 0 0 0 0 0
179 64 mmcblk0boot1 69 0 1344 19 0 0 0 0 0 32 19 0 0 0 0 0 0
179 96 mmcblk1 765 39 51780 970 2 0 16 27 0 972 998 0 0 0 0 0 0
179 97 mmcblk1p1 271 7 16640 316 0 0 0 0 0 396 316 0 0 0 0 0 0
179 98 mmcblk1p2 223 31 17226 303 1 0 8 26 0 432 329 0 0 0 0 0 0
179 99 mmcblk1p3 232 1 16706 313 1 0 8 1 0 424 314 0 0 0 0 0 0
8 0 sda 313 30 16467 853 0 0 0 0 0 796 853 0 0 0 0 0 0
8 1 sda1 271 30 15267 577 0 0 0 0 0 508 577 0 0 0 0 0 0
root@am62axx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 11138 11179 7186 15661 GICv3 30 Level arch_timer
14: 4 0 0 0 GICv3 108 Level mbox-r5-0
15: 3 0 0 0 GICv3 109 Level mbox-c7x-0
16: 4 0 0 0 GICv3 140 Level mbox-mcu_r5-0
17: 0 0 0 0 GICv3 23 Level arm-pmu
18: 0 0 0 0 GICv3 131 Level pinctrl
19: 1733 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
28: 4237 0 0 0 GICv3 193 Level 20000000.i2c
29: 402 0 0 0 GICv3 194 Level 20010000.i2c
30: 0 0 0 0 GICv3 195 Level 20020000.i2c
31: 7276 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
49: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
61: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
79: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
97: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
119: 51985 0 2259 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
191: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
209: 53543 2764 0 0 MSI-INTA 1971731 Level 8000000.ethernet
233: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
234: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
253: 666 0 0 0 GICv3 210 Level 2800000.serial
254: 0 0 0 0 pinctrl 456 Edge 2800000.serial:wakeup
255: 5 0 0 0 GICv3 171 Level fc40000.spi
257: 0 0 0 0 GICv3 134 Level 8000000.ethernet
260: 1078 0 0 0 GICv3 165 Level mmc0
263: 0 0 0 0 GPIO 0 Edge -davinci_gpio tps6594-1-0x48
412: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
441: 0 0 0 0 tps6594-1-0x48 0 Edge buck1_ov
442: 0 0 0 0 tps6594-1-0x48 1 Edge buck1_uv
443: 0 0 0 0 tps6594-1-0x48 2 Edge buck1_sc
444: 0 0 0 0 tps6594-1-0x48 3 Edge buck1_ilim
445: 0 0 0 0 tps6594-1-0x48 4 Edge buck2_ov
446: 0 0 0 0 tps6594-1-0x48 5 Edge buck2_uv
447: 0 0 0 0 tps6594-1-0x48 6 Edge buck2_sc
448: 0 0 0 0 tps6594-1-0x48 7 Edge buck2_ilim
449: 0 0 0 0 tps6594-1-0x48 8 Edge buck3_ov
450: 0 0 0 0 tps6594-1-0x48 9 Edge buck3_uv
451: 0 0 0 0 tps6594-1-0x48 10 Edge buck3_sc
452: 0 0 0 0 tps6594-1-0x48 11 Edge buck3_ilim
453: 0 0 0 0 tps6594-1-0x48 12 Edge buck4_ov
454: 0 0 0 0 tps6594-1-0x48 13 Edge buck4_uv
455: 0 0 0 0 tps6594-1-0x48 14 Edge buck4_sc
456: 0 0 0 0 tps6594-1-0x48 15 Edge buck4_ilim
457: 0 0 0 0 tps6594-1-0x48 16 Edge buck5_ov
458: 0 0 0 0 tps6594-1-0x48 17 Edge buck5_uv
459: 0 0 0 0 tps6594-1-0x48 18 Edge buck5_sc
460: 0 0 0 0 tps6594-1-0x48 19 Edge buck5_ilim
461: 0 0 0 0 tps6594-1-0x48 20 Edge ldo1_ov
462: 0 0 0 0 tps6594-1-0x48 21 Edge ldo1_uv
463: 0 0 0 0 tps6594-1-0x48 22 Edge ldo1_sc
464: 0 0 0 0 tps6594-1-0x48 23 Edge ldo1_ilim
465: 0 0 0 0 tps6594-1-0x48 24 Edge ldo2_ov
466: 0 0 0 0 tps6594-1-0x48 25 Edge ldo2_uv
467: 0 0 0 0 tps6594-1-0x48 26 Edge ldo2_sc
468: 0 0 0 0 tps6594-1-0x48 27 Edge ldo2_ilim
469: 0 0 0 0 tps6594-1-0x48 28 Edge ldo3_ov
470: 0 0 0 0 tps6594-1-0x48 29 Edge ldo3_uv
471: 0 0 0 0 tps6594-1-0x48 30 Edge ldo3_sc
472: 0 0 0 0 tps6594-1-0x48 31 Edge ldo3_ilim
473: 0 0 0 0 tps6594-1-0x48 32 Edge ldo4_ov
474: 0 0 0 0 tps6594-1-0x48 33 Edge ldo4_uv
475: 0 0 0 0 tps6594-1-0x48 34 Edge ldo4_sc
476: 0 0 0 0 tps6594-1-0x48 35 Edge ldo4_ilim
477: 0 0 0 0 tps6594-1-0x48 36 Edge vcca_ov
478: 0 0 0 0 tps6594-1-0x48 37 Edge vcca_uv
496: 0 0 0 0 tps6594-1-0x48 55 Edge npwron_start
497: 0 0 0 0 tps6594-1-0x48 56 Edge enable
498: 0 0 0 0 tps6594-1-0x48 57 Edge fsd
499: 0 0 0 0 tps6594-1-0x48 58 Edge soft_reboot
500: 0 0 0 0 tps6594-1-0x48 59 Edge bist_pass
501: 0 0 0 0 tps6594-1-0x48 60 Edge ext_clk
502: 0 0 0 0 tps6594-1-0x48 61 Edge twarn
503: 0 0 0 0 tps6594-1-0x48 62 Edge tsd_ord
504: 0 0 0 0 tps6594-1-0x48 63 Edge bist_fail
505: 0 0 0 0 tps6594-1-0x48 64 Edge reg_crc_err
506: 0 0 0 0 tps6594-1-0x48 65 Edge recov_cnt
507: 0 0 0 0 tps6594-1-0x48 66 Edge spmi_err
508: 0 0 0 0 tps6594-1-0x48 67 Edge npwron_long
509: 0 0 0 0 tps6594-1-0x48 68 Edge nint_readback
510: 0 0 0 0 tps6594-1-0x48 69 Edge nrstout_readback
511: 0 0 0 0 tps6594-1-0x48 70 Edge tsd_imm
512: 0 0 0 0 tps6594-1-0x48 71 Edge vcca_ovp
513: 0 0 0 0 tps6594-1-0x48 72 Edge pfsm_err
514: 0 0 0 0 tps6594-1-0x48 73 Edge imm_shutdown
515: 0 0 0 0 tps6594-1-0x48 74 Edge ord_shutdown
516: 0 0 0 0 tps6594-1-0x48 75 Edge mcu_pwr_err
517: 0 0 0 0 tps6594-1-0x48 76 Edge soc_pwr_err
518: 0 0 0 0 tps6594-1-0x48 77 Edge comm_frm_err
519: 0 0 0 0 tps6594-1-0x48 78 Edge comm_crc_err
520: 0 0 0 0 tps6594-1-0x48 79 Edge comm_adr_err
521: 0 0 0 0 tps6594-1-0x48 82 Edge en_drv_readback
522: 0 0 0 0 tps6594-1-0x48 83 Edge nrstout_soc_readback
523: 0 0 0 0 tps6594-1-0x48 84 Edge esm_soc_pin
524: 0 0 0 0 tps6594-1-0x48 85 Edge esm_soc_fail
525: 0 0 0 0 tps6594-1-0x48 86 Edge esm_soc_rst
527: 0 0 0 0 tps6594-1-0x48 88 Edge alarm
529: 1631 0 0 0 GICv3 115 Level mmc1
532: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
534: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
539: 0 0 0 0 1-0022 16 Edge 1-003b
540: 1563 0 0 0 GICv3 116 Level tidss
541: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
542: 0 0 0 0 GICv3 130 Level e5010
544: 1702 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 3252 7333 9500 10655 Rescheduling interrupts
IPI1: 6350 9575 10807 12496 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 48 45 41 58 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am62axx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 4 0 0 12
TIMER: 1364 1506 1598 1415
NET_TX: 180 10 18 33
NET_RX: 87917 2817 2283 49
BLOCK: 920 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 14216 4 83 28
SCHED: 2690 2484 1911 2200
HRTIMER: 1 0 0 0
RCU: 5831 6472 7811 8897
root@am62axx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2
-rwxrwx--- 1 root disk 15 Dec 9 2022 eMMCtest.txt
root@am62axx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62axx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.95
ti-test-extras - 1.0-r0.95
0
root@am62axx-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
videobuf2_vmalloc 16384 1 uvcvideo
snd_rawmidi 36864 1 snd_usbmidi_lib
cdc_ncm 28672 0
cdc_ether 16384 1 cdc_ncm
usbnet 36864 2 cdc_ncm,cdc_ether
mii 20480 1 usbnet
cdc_acm 32768 0
overlay 122880 0
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
snd_soc_hdmi_codec 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
dwc3 98304 1
v4l2_fwnode 20480 1 cdns_csi2rx
cfg80211 389120 0
rfkill 24576 2 cfg80211
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
crct10dif_ce 16384 1
e5010_jpeg_enc 40960 0
display_connector 16384 0
k3_j72xx_bandgap 20480 0
dwc3_am62 16384 0
rtc_ti_k3 16384 1
j721e_csi2rx 24576 0
wave5 94208 0
videobuf2_dma_contig 20480 3 j721e_csi2rx,e5010_jpeg_enc,wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
v4l2_mem2mem 36864 2 e5010_jpeg_enc,wave5
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
videobuf2_v4l2 32768 5 j721e_csi2rx,uvcvideo,v4l2_mem2mem,e5010_jpeg_enc,wave5
videobuf2_common 57344 9 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,e5010_jpeg_enc,wave5,videobuf2_memops
videodev 245760 9 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,e5010_jpeg_enc,wave5
ti_k3_dsp_remoteproc 16384 0
ti_k3_r5_remoteproc 28672 0
tidss 61440 1
virtio_rpmsg_bus 20480 0
drm_dma_helper 20480 1 tidss
rpmsg_ns 16384 1 virtio_rpmsg_bus
sii902x 20480 0
snd_soc_tlv320aic3x_i2c 16384 1
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
snd_soc_davinci_mcasp 32768 2
syscopyarea 16384 1 drm_kms_helper
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
sysfillrect 16384 1 drm_kms_helper
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
sa2ul 36864 0
sysimgblt 16384 1 drm_kms_helper
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
cdns_dphy_rx 16384 0
tps6598x 20480 0
typec 73728 1 tps6598x
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 7 sii902x,drm_kms_helper,drm_dma_helper,display_connector,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am62axx-evm:~# echo 'hello world'
hello world
root@am62axx-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:34 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 13400 bytes
Trying to boot from UART
Ccate 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 1286631 bytes
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
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 1808 bytes
Trying to boot from UART
C boot failure. This will fail if the image was also encrypted
Loaded 734815 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
SoC: AM62X SR1.0 GP
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 57 devices, 23 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +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 ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62x
board_name=am62x
boot=mmc
boot_fdt=try
boot_fit=0
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 ${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
do_main_cpsw0_qsgmii_phyinit=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=f4:84:4c:fc:92:ae
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb11320
fdtfile=ti/k3-am625-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_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_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;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
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}
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
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
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
splashfile=ti_logo_414x97_32bpp.bmp.gz
splashimage=0x80200000
splashpos=m,m
splashsource=sf
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 3727/126972 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
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.57 (1074 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx-sk/f307a72184fdfe2e6657284bf6a95e01
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.57
Filename 'vatf_am62xx-sk/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *T ###T ############################################### 18.4 MiB
1.6 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx-sk/0f937e67b24637709bcbcb582fe6a0ba
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.57
Filename 'vatf_am62xx-sk/0f937e67b24637709bcbcb582fe6a0ba'.
Load address: 0x88000000
Loading: *################################################## 58.4 KiB
7.1 MiB/s
done
Bytes transferred = 59801 (e999 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/am62xx-sk/autofs/2efe2256f56d02045e9b9db8851ac959,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.57
fdt_blob = 0x00000000ffb11320
new_fdt = 0x00000000ffb11320
fdt_size = 0x0000000000010a80
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11310
sp start = 0x00000000ffb11310
Early malloc usage: 2b30 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.57
fdt_blob = 0x00000000ffb11320
new_fdt = 0x00000000ffb11320
fdt_size = 0x0000000000010a80
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11310
sp start = 0x00000000ffb11310
Early malloc usage: 2b30 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
21580288 Image
291285 tiboot3-am62x-gp-evm.bin
293874 tiboot3-am62x-hs-evm.bin
293874 tiboot3-am62x-hs-fs-evm.bin
291285 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1033743 tispl.bin
963715 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
11 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Can not find directory. **
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am62-main-r5f0_0-fw
<SYM> 75 am62-main-r5f0_0-fw-sec
<SYM> 68 am62-mcu-m4f0_0-fw
<SYM> 75 am62-mcu-m4f0_0-fw-sec
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
428128 bl32.bin
4093688 bl32.elf
<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
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
114688 rgx.fw.33.15.11.3
114688 rgx.fw.33.15.11.3.64k
387960 rgx.sh.33.15.11.3
28 tee-header_v2.bin
0 tee-pageable_v2.bin
428128 tee-pager_v2.bin
428156 tee.bin
4093688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 14 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
ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
Loading Device Tree to 000000008ffee000, end 000000008ffff998 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 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 0x00000000f7600000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
[ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff]
[ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 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 VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 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/am62xx-sk/autofs/2efe2256f56d02045e9b9db8851ac959,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: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1839424K/2097152K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 126656K reserved, 131072K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
[ 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008558] Console: colour dummy device 80x25
[ 0.013154] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023838] pid_max: default: 32768 minimum: 301
[ 0.028607] LSM: Security Framework initializing
[ 0.033465] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041051] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050882] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058334] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064635] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072032] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078426] rcu: Hierarchical SRCU implementation.
[ 0.083334] rcu: Max phase no-delay instances is 1000.
[ 0.088943] Platform MSI: msi-controller@1820000 domain created
[ 0.095255] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104663] EFI services will not be available.
[ 0.109583] smp: Bringing up secondary CPUs ...
[ 0.114914] Detected VIPT I-cache on CPU1
[ 0.115030] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115048] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
[ 0.115106] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115826] Detected VIPT I-cache on CPU2
[ 0.115904] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115917] GICv3: CPU2: using allocated LPI pending table @0x0000000080470000
[ 0.115951] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116589] Detected VIPT I-cache on CPU3
[ 0.116673] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.116685] GICv3: CPU3: using allocated LPI pending table @0x0000000080480000
[ 0.116715] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.116780] smp: Brought up 1 node, 4 CPUs
[ 0.196530] SMP: Total of 4 processors activated.
[ 0.201343] CPU features: detected: 32-bit EL0 Support
[ 0.206617] CPU features: detected: CRC32 instructions
[ 0.211931] CPU: All CPU(s) started at EL2
[ 0.216131] alternatives: applying system-wide alternatives
[ 0.223647] devtmpfs: initialized
[ 0.235593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245598] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257188] pinctrl core: initialized pinctrl subsystem
[ 0.263209] DMI not present or invalid.
[ 0.267796] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275066] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.282625] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.290737] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.298928] audit: initializing netlink subsys (disabled)
[ 0.304636] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305113] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312570] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.318758] cpuidle: using governor menu
[ 0.329631] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.336665] ASID allocator initialised with 65536 entries
[ 0.352923] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.366102] KASLR disabled due to lack of seed
[ 0.377582] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.384558] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.390969] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.397908] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.404316] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.411256] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.417663] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.424602] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.432503] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.443068] iommu: Default domain type: Translated
[ 0.448088] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.454827] SCSI subsystem initialized
[ 0.459042] usbcore: registered new interface driver usbfs
[ 0.464692] usbcore: registered new interface driver hub
[ 0.470148] usbcore: registered new device driver usb
[ 0.475795] pps_core: LinuxPPS API ver. 1 registered
[ 0.480881] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.490236] PTP clock support registered
[ 0.494381] EDAC MC: Ver: 3.0.0
[ 0.498565] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.505610] FPGA manager framework
[ 0.509172] Advanced Linux Sound Architecture Driver Initialized.
[ 0.516384] clocksource: Switched to clocksource arch_sys_counter
[ 0.522873] VFS: Disk quotas dquot_6.6.0
[ 0.526931] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.540078] NET: Registered PF_INET protocol family
[ 0.545385] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.554691] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.563502] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.571441] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.579649] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.587649] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.594566] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.601496] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.609031] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.615317] RPC: Registered named UNIX socket transport module.
[ 0.621406] RPC: Registered udp transport module.
[ 0.626216] RPC: Registered tcp transport module.
[ 0.631025] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.637617] NET: Registered PF_XDP protocol family
[ 0.642532] PCI: CLS 0 bytes, default 64
[ 0.647404] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.657571] Initialise system trusted keyrings
[ 0.662379] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.673576] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.680185] NFS: Registering the id_resolver key type
[ 0.685430] Key type id_resolver registered
[ 0.689708] Key type id_legacy registered
[ 0.693863] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.700718] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.744573] Key type asymmetric registered
[ 0.748768] Asymmetric key parser 'x509' registered
[ 0.753805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.761547] io scheduler mq-deadline registered
[ 0.766185] io scheduler kyber registered
[ 0.773894] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.780460] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.788008] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.800761] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.817320] loop: module loaded
[ 0.821786] megasas: 07.719.03.00-rc1
[ 0.828804] tun: Universal TUN/TAP device driver, 1.6
[ 0.834776] VFIO - User Level meta-driver version: 0.3
[ 0.840886] usbcore: registered new interface driver usb-storage
[ 0.847615] i2c_dev: i2c /dev entries driver
[ 0.853544] sdhci: Secure Digital Host Controller Interface driver
[ 0.859891] sdhci: Copyright(c) Pierre Ossman
[ 0.864586] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.871223] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.877582] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.884569] usbcore: registered new interface driver usbhid
[ 0.890281] usbhid: USB HID core driver
[ 0.895155] optee: probing for conduit method.
[ 0.899748] optee: revision 4.0 (2a5b1d12)
[ 0.900096] optee: dynamic shared memory is enabled
[ 0.909691] optee: initialized driver
[ 0.915247] Initializing XFRM netlink socket
[ 0.919682] NET: Registered PF_PACKET protocol family
[ 0.924933] Key type dns_resolver registered
[ 0.929749] registered taskstats version 1
[ 0.933969] Loading compiled-in X.509 certificates
[ 0.949029] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
[ 1.003125] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
[ 1.033758] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.040743] i2c 1-003b: Fixed dependency cycle(s) with /connector/port/endpoint
[ 1.048258] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@1/endpoint
[ 1.058023] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.065009] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.070992] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.080243] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.092070] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
[ 1.100937] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
[ 1.123964] Console: switching to colour frame buffer device 240x75
[ 1.142598] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
[ 1.151263] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.159558] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.170676] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.180951] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.191163] printk: console [ttyS2] disabled
[ 1.195624] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.204512] printk: console [ttyS2] enabled
[ 1.204512] printk: console [ttyS2] enabled
[ 1.212974] printk: bootconsole [ns16550a0] disabled
[ 1.212974] printk: bootconsole [ns16550a0] disabled
[ 1.224497] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.268387] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.278637] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.286747] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.294874] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.307838] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.314115] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.314121] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.314693] pps pps0: new PPS source ptp0
[ 1.331498] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.342035] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.351819] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.365306] mmc0: CQHCI version 5.10
[ 1.370052] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.376839] pca953x 1-0022: using AI
[ 1.409546] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.410341] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.422121] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.429084] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.434476] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.441154] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.447476] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.453899] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.460116] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.466862] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.473322] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.490686] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.498454] mmc1: CQHCI version 5.10
[ 1.498482] mmc2: CQHCI version 5.10
[ 1.500178] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.513144] mmc0: Command Queue Engine enabled
[ 1.517648] mmc0: new HS200 MMC card at address 0001
[ 1.523291] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.529617] mmcblk0: p1 p2
[ 1.533111] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.539225] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.543474] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.545148] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.551029] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.574511] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.583842] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.606819] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.614722] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.621613] mmcblk1: p1 p2 p3
[ 5.694481] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.724476] Sending DHCP requests ., OK
[ 5.744619] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.57
[ 5.752494] IP-Config: Complete:
[ 5.755740] device=eth0, hwaddr=f4:84:4c:fc:92:ae, ipaddr=192.168.0.57, mask=255.255.255.0, gw=192.168.0.1
[ 5.765927] host=192.168.0.57, domain=ti.com, nis-domain=(none)
[ 5.772342] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.772410] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.793538] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
[ 5.813874] ALSA device list:
[ 5.816955] No soundcards found.
[ 5.853869] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.860267] devtmpfs: mounted
[ 5.864918] Freeing unused kernel memory: 1984K
[ 5.876467] Run /sbin/init as init process
[ 6.421625] systemd[1]: System time before build time, advancing clock.
[ 6.576972] NET: Registered PF_INET6 protocol family
[ 6.588274] Segment Routing with IPv6
[ 6.592050] In-situ OAM (IOAM) with IPv6
[ 6.645433] 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.677990] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.759847] systemd[1]: Hostname set to <am62xx-evm>.
[ 6.952018] systemd-sysv-generator[162]: 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.982112] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.586352] 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.763602] 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.
[ 8.054745] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.148965] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.176221] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.200607] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.228887] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.253106] 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.
[ 8.277048] 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.
[ 8.301703] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.316821] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.340752] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.356815] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.434421] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.456973] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.496616] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.521629] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.547438] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.572739] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.598220] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.617690] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.647339] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.671064] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.696320] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.769533] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.803974] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.845260] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.869886] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.913365] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.943951] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.975940] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.005206] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.069909] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.094186] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.114419] fuse: init (API version 7.37)
[ 9.131065] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.145573] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.190056] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.219000] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.262470] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.292098] cryptodev: loading out-of-tree module taints kernel.
[ 9.292816] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 9.308878] cryptodev: driver 1.12 loaded.
[0m...
[ 9.361381] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.400249] systemd[1]: Started Start psplash boot splash screen.
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[ 9.425558] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.441361] 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;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...
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 9.827328] systemd-journald[177]: 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...
[ 10.096292] audit: type=1334 audit(1651167748.672:2): prog-id=5 op=LOAD
[ 10.103275] audit: type=1334 audit(1651167748.680: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;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.
[ 10.676432] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.915328] mc: Linux media interface: v0.10
[ 11.003970] videodev: Linux video capture interface: v2.00
[ 11.017028] systemd-journald[177]: Oldest entry in /run/log/journal/45a229a381f34adc9e317ad7c3925730/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.035260] systemd-journald[177]: /run/log/journal/45a229a381f34adc9e317ad7c3925730/system.journal: Journal header limits reached or header out-of-date, rotating.
[[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.
[ 11.084802] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
[[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.
[ 11.120322] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.121785] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 11.132653] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 11.136891] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:04:27 UTC (267)
[ 11.143089] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 11.150730] systemd-journald[177]: Time jumped backwards, rotating.
[ 11.161708] remoteproc remoteproc0: 5000000.m4fss is available
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.[ 11.173593] systemd-journald[177]: Oldest entry in /run/log/journal/45a229a381f34adc9e317ad7c3925730/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.198894] systemd-journald[177]: /run/log/journal/45a229a381f34adc9e317ad7c3925730/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 11.219590] remoteproc remoteproc0: powering up 5000000.m4fss
[ 11.227767] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 11.239731] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.249139] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 11.256048] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
us Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 11.359828] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.361413] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.378334] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
[ 11.432645] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.442987] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.533170] i2c i2c-1: Added multiplexed i2c bus 3
..
[ 11.554080] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 11.568560] Console: switching to colour dummy device 80x25
API[0m.
[ 11.580305] PVR_K: 216: Device: fd00000.gpu
[ 11.585792] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.594872] PVR_K: 216: Read BVNC 33.15.11.3 from HW device registers
[ 11.600195] platform 78000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 11.611482] PVR_K: 216: RGX Device registered with BVNC 33.15.11.3
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.629595] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.631853] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.658788] remoteproc remoteproc1: 78000000.r5f is available
[ 11.666422] remoteproc remoteproc1: attaching to 78000000.r5f
[ 11.680778] Console: switching to colour frame buffer device 256x72
[ 11.681176] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.687336] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 11.697982] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.718653] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.719297] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.724568] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.724589] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 11.750343] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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...
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.
[ 12.291225] audit: type=1334 audit(1711111258.673:4): prog-id=7 op=LOAD
[ 12.298256] audit: type=1334 audit(1711111258.681: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;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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 13.209758] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.272826] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 14.245391] remoteproc remoteproc2: 30074000.pru is available
[ 14.255519] remoteproc remoteproc3: 30078000.pru is available
[ 14.542412] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[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...
[ 14.599946] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
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] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 15.028614] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 15.040275] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 15.055551] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 15.072065] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 15.085511] xhci-hcd xhci-hcd.4.auto: irq 433, io mem 0x31100000
[ 15.093590] hub 1-0:1.0: USB hub found
[ 15.098045] hub 1-0:1.0: 1 port detected
[[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...
[ 15.360504] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 15.530233] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 15.539319] scsi host0: usb-storage 1-1:1.0
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 15.985509] audit: type=1334 audit(1711111262.369:6): prog-id=9 op=LOAD
[ 15.992430] audit: type=1334 audit(1711111262.373:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
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] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 16.575967] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 16.588165] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 16.597385] sd 0:0:0:0: [sda] Write Protect is off
[ 16.607312] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[[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...
[ 17.049040] audit: type=1006 audit(1711111263.433:8): pid=747 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 17.061999] audit: type=1300 audit(1711111263.433:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd1c1d698 a2=4 a3=ffff8ff3a020 items=0 ppid=1 pid=747 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)
[ 17.090103] audit: type=1327 audit(1711111263.433:8): proctitle="(systemd)"
[[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] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[ 17.642595] ext2 filesystem being mounted at /run/media/mmcblk0p2 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 17.665629] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 17.733497] 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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 17.884232] 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[[ 17.913963] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[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.
[ 18.287610] audit: type=1006 audit(1711111264.669:9): pid=632 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 18.300216] audit: type=1300 audit(1711111264.669:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd1c1d698 a2=4 a3=ffff8ff3a020 items=0 ppid=1 pid=632 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)
[ 18.326603] audit: type=1327 audit(1711111264.669:9): proctitle="(weston)"
[ 18.415789] sda: sda1
[ 18.419315] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 19.350431] PVR_K: 632: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 19.400248] PVR_K: 632: Shader binary image 'rgx.sh.33.15.11.3' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm -
Arago 2023.10 am62xx-evm -
am62xx-evm login: roo
[ 22.091918] audit: type=1006 audit(1711111268.473:10): pid=908 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 22.105976] audit: type=1300 audit(1711111268.473:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd1c1d698 a2=1 a3=ffff8ff3a020 items=0 ppid=1 pid=908 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)
[ 22.133037] audit: type=1327 audit(1711111268.473:10): proctitle="(systemd)"
[ 22.222350] audit: type=1334 audit(1711111268.605:11): prog-id=11 op=LOAD
[ 22.229411] audit: type=1300 audit(1711111268.605:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee5d1b60 a2=78 a3=0 items=0 ppid=1 pid=908 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)
[ 22.254927] audit: type=1327 audit(1711111268.605:11): proctitle="(systemd)"
[ 22.262113] audit: type=1334 audit(1711111268.605:12): prog-id=11 op=UNLOAD
[ 22.269242] audit: type=1334 audit(1711111268.605:13): prog-id=12 op=LOAD
[ 22.276261] audit: type=1300 audit(1711111268.605:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee5d1c00 a2=78 a3=0 items=0 ppid=1 pid=908 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)
[ 22.301869] audit: type=1327 audit(1711111268.605:13): proctitle="(systemd)"
7[r[999;999H[6n***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-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/am62xx-sk/autofs/2efe2256f56d02045e9b9db8851ac959,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-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: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27960
-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
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4319992 Mar 9 2018 bl32.elf
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
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-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 126976 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387960 Mar 9 2018 rgx.sh.33.15.11.3
-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 4319992 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-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-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 33 0 264 15 0 0 0 0 0 32 15 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 40 0 0 0 0 0 64 40 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 45 0 0 0 0 0 92 45 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 18 0 0 0 0 0 44 18 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 29 0 0 0 0 0 64 29 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 39 0 0 0 0 0 72 39 0 0 0 0 0 0
31 6 mtdblock6 40 0 320 25 0 0 0 0 0 52 25 0 0 0 0 0 0
179 0 mmcblk0 555 0 25858 329 2 0 9 0 0 628 330 0 0 0 0 0 0
179 1 mmcblk0p1 261 0 5920 150 1 0 1 0 0 284 151 0 0 0 0 0 0
179 2 mmcblk0p2 255 0 18730 162 1 0 8 0 0 372 162 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 54 0 0 0 0 0 100 54 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 36 0 0 0 0 0 104 36 0 0 0 0 0 0
179 96 mmcblk1 973 72 53708 2345 2 0 16 14 0 1236 2359 0 0 0 0 2 0
179 97 mmcblk1p1 271 8 16640 345 0 0 0 0 0 456 345 0 0 0 0 0 0
179 98 mmcblk1p2 224 33 17258 274 1 0 8 1 0 388 276 0 0 0 0 0 0
179 99 mmcblk1p3 439 31 18602 1673 1 0 8 12 0 524 1685 0 0 0 0 0 0
8 0 sda 306 14 16059 2648 1 0 1 38 0 2564 2686 0 0 0 0 0 0
8 1 sda1 264 14 14859 768 1 0 1 38 0 684 807 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5717 5586 5042 4999 GICv3 30 Level arch_timer
14: 8 0 0 0 GICv3 108 Level mbox-m4-0, mbox-r5-0
15: 0 0 0 0 GICv3 23 Level arm-pmu
16: 0 0 0 0 GICv3 130 Level pinctrl
17: 3616 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 644 0 0 0 GICv3 193 Level 20000000.i2c
27: 419 0 0 0 GICv3 194 Level 20010000.i2c
28: 0 0 0 0 GICv3 195 Level 20020000.i2c
29: 2 0 0 0 GICv3 171 Level fc40000.spi
30: 3383 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
48: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
60: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
78: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
118: 31934 0 1288 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 26129 1157 0 0 MSI-INTA 1971731 Level 8000000.ethernet
232: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
233: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
240: 666 0 0 0 GICv3 210 Level 2800000.serial
241: 0 0 0 0 pinctrl 456 Edge 2800000.serial:wakeup
242: 0 0 0 0 GICv3 134 Level 8000000.ethernet
246: 1025 0 0 0 GICv3 165 Level mmc0
371: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
401: 2065 0 0 0 GICv3 115 Level mmc1
402: 52 0 0 0 GICv3 114 Level mmc2
403: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
404: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
412: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
413: 0 0 0 0 1-0022 16 Edge 1-003b
414: 481 0 0 0 GICv3 116 Level tidss
415: 59 0 0 0 GICv3 118 Level pvrsrvkm
433: 1237 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 2491 5557 6398 5728 Rescheduling interrupts
IPI1: 7082 13794 13496 12620 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 211 198 161 163 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am62xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 0 2 0
TIMER: 1656 1792 1522 1234
NET_TX: 91 10 17 20
NET_RX: 52382 1174 1308 9
BLOCK: 742 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 7026 11 26 0
SCHED: 2995 2699 2400 2220
HRTIMER: 1 0 0 0
RCU: 5253 6681 6581 7631
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.168
ti-test-extras - 1.0-r0.168
0
root@am62xx-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
overlay 122880 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
snd_soc_hdmi_codec 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
dwc3 98304 1
irq_pruss_intc 16384 0
pru_rproc 24576 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
snd_soc_simple_card 20480 0
crct10dif_ce 16384 1
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
pvrsrvkm 1273856 15
ti_k3_r5_remoteproc 28672 0
display_connector 16384 0
virtio_rpmsg_bus 20480 0
k3_j72xx_bandgap 20480 0
dwc3_am62 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
rti_wdt 16384 0
j721e_csi2rx 24576 0
tidss 61440 3
sii902x 20480 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
drm_dma_helper 20480 1 tidss
ti_k3_m4_remoteproc 16384 0
videobuf2_memops 16384 1 videobuf2_dma_contig
videobuf2_v4l2 32768 1 j721e_csi2rx
ti_k3_common 16384 1 ti_k3_m4_remoteproc
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
rtc_ti_k3 16384 1
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
syscopyarea 16384 1 drm_kms_helper
mcrc 16384 0
sysfillrect 16384 1 drm_kms_helper
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
sysimgblt 16384 1 drm_kms_helper
tps6598x 20480 0
snd_soc_tlv320aic3x_i2c 16384 1
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
typec 73728 1 tps6598x
sa2ul 36864 0
snd_soc_davinci_mcasp 32768 2
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
cdns_dphy_rx 16384 0
pruss 16384 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
optee_rng 16384 0
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am62xx-evm:~# echo 'hello world'
hello world
root@am62xx-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:34 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 13400 bytes
Trying to boot from UART
CLoaded 1286631 bytes
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
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 1808 bytes
Trying to boot from UART
CLoaded 734815 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 57 devices, 23 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +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 ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62x
board_name=am62x
boot=mmc
boot_fdt=try
boot_fit=0
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 ${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
do_main_cpsw0_qsgmii_phyinit=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=1c:63:49:22:4e:bf
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb11320
fdtfile=ti/k3-am625-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_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_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;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
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}
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
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
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
splashfile=ti_logo_414x97_32bpp.bmp.gz
splashimage=0x80200000
splashpos=m,m
splashsource=sf
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 3727/126972 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
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.160 (1044 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx_sk-fs/f307a72184fdfe2e6657284bf6a95e01
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.160
Filename 'vatf_am62xx_sk-fs/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
9.6 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx_sk-fs/0f937e67b24637709bcbcb582fe6a0ba
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.160
Filename 'vatf_am62xx_sk-fs/0f937e67b24637709bcbcb582fe6a0ba'.
Load address: 0x88000000
Loading: *################################################## 58.4 KiB
5.2 MiB/s
done
Bytes transferred = 59801 (e999 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/am62xx_sk-fs/autofs/2efe2256f56d02045e9b9db8851ac959,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:01:46 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.160
fdt_blob = 0x00000000ffb11320
new_fdt = 0x00000000ffb11320
fdt_size = 0x0000000000010a80
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11310
sp start = 0x00000000ffb11310
Early malloc usage: 2b30 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.160
fdt_blob = 0x00000000ffb11320
new_fdt = 0x00000000ffb11320
fdt_size = 0x0000000000010a80
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11310
sp start = 0x00000000ffb11310
Early malloc usage: 2b30 / 8000
=> ls mmc 0:1
335066 tiboot3.bin
964124 tispl.bin
895936 u-boot.img
3 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19376640 Image
292913 tiboot3-am62x-gp-evm.bin
295502 tiboot3-am62x-hs-evm.bin
295502 tiboot3-am62x-hs-fs-evm.bin
295502 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1182907 tispl.bin
987683 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
10 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 63 am62-main-r5f0_0-fw
<SYM> 72 am62-mcu-m4f0_0-fw
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4592 regulatory.db
1182 regulatory.db.p7s
114688 rgx.fw.33.15.11.3
114688 rgx.fw.33.15.11.3.64k
349784 rgx.sh.33.15.11.3
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-sysfw
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am62-main-r5f0_0-fw
<SYM> 75 am62-main-r5f0_0-fw-sec
<SYM> 68 am62-mcu-m4f0_0-fw
<SYM> 75 am62-mcu-m4f0_0-fw-sec
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
478552 bl32.bin
4319944 bl32.elf
<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
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
126976 rgx.fw.33.15.11.3
126976 rgx.fw.33.15.11.3.64k
387960 rgx.sh.33.15.11.3
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4319944 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> 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
ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
Loading Device Tree to 000000008ffee000, end 000000008ffff998 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 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 0x00000000f7600000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
[ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff]
[ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 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 VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 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/am62xx_sk-fs/autofs/2efe2256f56d02045e9b9db8851ac959,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: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1839424K/2097152K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 126656K reserved, 131072K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
[ 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008562] Console: colour dummy device 80x25
[ 0.013159] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023842] pid_max: default: 32768 minimum: 301
[ 0.028612] LSM: Security Framework initializing
[ 0.033471] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041056] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050883] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058334] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064636] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072033] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078424] rcu: Hierarchical SRCU implementation.
[ 0.083332] rcu: Max phase no-delay instances is 1000.
[ 0.088936] Platform MSI: msi-controller@1820000 domain created
[ 0.095255] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104665] EFI services will not be available.
[ 0.109592] smp: Bringing up secondary CPUs ...
[ 0.114909] Detected VIPT I-cache on CPU1
[ 0.115023] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115041] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
[ 0.115100] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115813] Detected VIPT I-cache on CPU2
[ 0.115889] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115902] GICv3: CPU2: using allocated LPI pending table @0x0000000080470000
[ 0.115936] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116571] Detected VIPT I-cache on CPU3
[ 0.116651] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.116664] GICv3: CPU3: using allocated LPI pending table @0x0000000080480000
[ 0.116696] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.116763] smp: Brought up 1 node, 4 CPUs
[ 0.196516] SMP: Total of 4 processors activated.
[ 0.201329] CPU features: detected: 32-bit EL0 Support
[ 0.206602] CPU features: detected: CRC32 instructions
[ 0.211918] CPU: All CPU(s) started at EL2
[ 0.216117] alternatives: applying system-wide alternatives
[ 0.223633] devtmpfs: initialized
[ 0.235576] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245584] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257170] pinctrl core: initialized pinctrl subsystem
[ 0.263190] DMI not present or invalid.
[ 0.267777] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275041] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.282600] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.290719] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.298908] audit: initializing netlink subsys (disabled)
[ 0.304617] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305093] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312547] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.318732] cpuidle: using governor menu
[ 0.329600] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.336636] ASID allocator initialised with 65536 entries
[ 0.352868] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.366042] KASLR disabled due to lack of seed
[ 0.377503] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.384480] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.390891] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.397831] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.404239] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.411178] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.417586] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.424526] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.432427] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.442993] iommu: Default domain type: Translated
[ 0.448014] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.454749] SCSI subsystem initialized
[ 0.458960] usbcore: registered new interface driver usbfs
[ 0.464613] usbcore: registered new interface driver hub
[ 0.470070] usbcore: registered new device driver usb
[ 0.475729] pps_core: LinuxPPS API ver. 1 registered
[ 0.480816] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.490169] PTP clock support registered
[ 0.494317] EDAC MC: Ver: 3.0.0
[ 0.498496] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.505542] FPGA manager framework
[ 0.509104] Advanced Linux Sound Architecture Driver Initialized.
[ 0.516331] clocksource: Switched to clocksource arch_sys_counter
[ 0.522832] VFS: Disk quotas dquot_6.6.0
[ 0.526890] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.540023] NET: Registered PF_INET protocol family
[ 0.545329] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.554637] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.563448] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.571388] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.579594] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.587587] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.594504] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.601431] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.608966] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.615254] RPC: Registered named UNIX socket transport module.
[ 0.621342] RPC: Registered udp transport module.
[ 0.626153] RPC: Registered tcp transport module.
[ 0.630962] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.637553] NET: Registered PF_XDP protocol family
[ 0.642470] PCI: CLS 0 bytes, default 64
[ 0.647314] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.657491] Initialise system trusted keyrings
[ 0.662316] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.673511] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.680128] NFS: Registering the id_resolver key type
[ 0.685365] Key type id_resolver registered
[ 0.689644] Key type id_legacy registered
[ 0.693798] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.700655] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.744293] Key type asymmetric registered
[ 0.748489] Asymmetric key parser 'x509' registered
[ 0.753526] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.761265] io scheduler mq-deadline registered
[ 0.765903] io scheduler kyber registered
[ 0.773617] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.780177] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.787747] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.800463] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.816957] loop: module loaded
[ 0.821419] megasas: 07.719.03.00-rc1
[ 0.828474] tun: Universal TUN/TAP device driver, 1.6
[ 0.834436] VFIO - User Level meta-driver version: 0.3
[ 0.840553] usbcore: registered new interface driver usb-storage
[ 0.847287] i2c_dev: i2c /dev entries driver
[ 0.853218] sdhci: Secure Digital Host Controller Interface driver
[ 0.859563] sdhci: Copyright(c) Pierre Ossman
[ 0.864252] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.870878] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.877228] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.884210] usbcore: registered new interface driver usbhid
[ 0.889916] usbhid: USB HID core driver
[ 0.894788] optee: probing for conduit method.
[ 0.899401] optee: revision 4.0 (2a5b1d12)
[ 0.899726] optee: dynamic shared memory is enabled
[ 0.909315] optee: initialized driver
[ 0.914848] Initializing XFRM netlink socket
[ 0.919277] NET: Registered PF_PACKET protocol family
[ 0.924534] Key type dns_resolver registered
[ 0.929360] registered taskstats version 1
[ 0.933581] Loading compiled-in X.509 certificates
[ 0.948515] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
[ 1.002925] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
[ 1.033752] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.040754] i2c 1-003b: Fixed dependency cycle(s) with /connector/port/endpoint
[ 1.048269] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@1/endpoint
[ 1.058022] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.064934] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.070908] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.080156] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.091962] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
[ 1.100827] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
[ 1.123833] Console: switching to colour frame buffer device 240x75
[ 1.142469] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
[ 1.151153] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.159467] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.170585] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.180836] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.191057] printk: console [ttyS2] disabled
[ 1.195523] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.204412] printk: console [ttyS2] enabled
[ 1.204412] printk: console [ttyS2] enabled
[ 1.212871] printk: bootconsole [ns16550a0] disabled
[ 1.212871] printk: bootconsole [ns16550a0] disabled
[ 1.224399] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.268334] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.278539] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.286647] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.294770] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.307720] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.313999] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.314005] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.314625] pps pps0: new PPS source ptp0
[ 1.331389] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.341947] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.351849] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.364944] mmc0: CQHCI version 5.10
[ 1.369890] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.376666] pca953x 1-0022: using AI
[ 1.406204] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.409950] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.411284] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.425596] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.430989] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.437718] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.444090] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.450511] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.456764] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.463489] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.469967] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.487355] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.495071] mmc1: CQHCI version 5.10
[ 1.495095] mmc2: CQHCI version 5.10
[ 1.496899] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.509763] mmc0: Command Queue Engine enabled
[ 1.514256] mmc0: new HS200 MMC card at address 0001
[ 1.519880] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.526205] mmcblk0: p1 p2
[ 1.529722] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.535801] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.540117] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.541747] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.551283] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.571242] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.580578] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.600529] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.608047] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.617616] mmcblk1: p1 p2 p3
[ 5.694219] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.716426] Sending DHCP requests ., OK
[ 5.736529] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.160
[ 5.744457] IP-Config: Complete:
[ 5.747763] device=eth0, hwaddr=1c:63:49:22:4e:bf, ipaddr=192.168.0.160, mask=255.255.255.0, gw=192.168.0.1
[ 5.758014] host=192.168.0.160, domain=ti.com, nis-domain=(none)
[ 5.764591] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.764706] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.783394] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
[ 5.801004] ALSA device list:
[ 5.804026] No soundcards found.
[ 5.826980] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.833343] devtmpfs: mounted
[ 5.837939] Freeing unused kernel memory: 1984K
[ 5.848464] Run /sbin/init as init process
[ 6.350129] systemd[1]: System time before build time, advancing clock.
[ 6.518958] NET: Registered PF_INET6 protocol family
[ 6.529975] Segment Routing with IPv6
[ 6.533801] In-situ OAM (IOAM) with IPv6
[ 6.599975] 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.632374] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.756711] systemd[1]: Hostname set to <am62xx-evm>.
[ 6.985291] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.993421] systemd-sysv-generator[162]: 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.509605] 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.606709] 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.729380] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.809223] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.836017] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.859891] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.883330] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.905250] 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.929171] 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.953017] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.968627] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.988675] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.004787] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.094849] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.117306] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.163345] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.185473] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.213723] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.240018] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.267539] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.293662] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.324007] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.346949] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.372592] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.441082] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.471583] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.521170] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.546126] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.589383] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.628124] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.681647] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.704979] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.731874] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.805704] fuse: init (API version 7.37)
[ 8.837965] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.873263] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.889651] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.910215] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.965736] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.988061] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.017649] cryptodev: loading out-of-tree module taints kernel.
[ 9.020048] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 9.032069] cryptodev: driver 1.12 loaded.
[0m...
[ 9.059696] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.089343] systemd[1]: Started Start psplash boot splash screen.
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[ 9.119893] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.145339] 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;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...
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.569660] systemd-journald[177]: Received client request to flush runtime journal.
[[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.810721] audit: type=1334 audit(1651167748.464:2): prog-id=5 op=LOAD
[ 9.817470] audit: type=1334 audit(1651167748.472: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;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.
[ 10.412401] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.599186] mc: Linux media interface: v0.10
[ 10.605725] systemd-journald[177]: Oldest entry in /run/log/journal/c6ce2d48db664301beb89389954a7021/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.624442] systemd-journald[177]: /run/log/journal/c6ce2d48db664301beb89389954a7021/system.journal: Journal header limits reached or header out-of-date, rotating.
[[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.
[[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.
[[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 Bus Socket[0m.
[ 10.780135] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
[ 10.781451] videodev: Linux video capture interface: v2.00
[ 10.809045] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 10.811513] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
Starting [0;1;39mDocker Socket for the API[0m...[ 10.825344] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:04:19 UTC (259)
[ 10.836297] systemd-journald[177]: Time jumped backwards, rotating.
[ 10.838788] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 10.855453] systemd-journald[177]: Oldest entry in /run/log/journal/c6ce2d48db664301beb89389954a7021/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 10.886442] systemd-journald[177]: /run/log/journal/c6ce2d48db664301beb89389954a7021/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 10.941662] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 10.956804] remoteproc remoteproc0: 5000000.m4fss is available
Starting [0;1;39mWeston socket[0m...
[ 10.984526] remoteproc remoteproc0: powering up 5000000.m4fss
[ 10.990352] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 11.009673] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.023353] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.035673] platform 78000000.r5f: configured R5F for IPC-only mode
[ 11.042465] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.051129] remoteproc remoteproc1: 78000000.r5f is available
[ 11.057081] remoteproc remoteproc1: attaching to 78000000.r5f
[ 11.064822] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.065731] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.078147] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 11.084999] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 11.096652] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.118645] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.126425] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@9da00000
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 11.166262] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.166484] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.177974] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
[ 11.186761] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 11.215985] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.223370] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 11.227731] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.241763] PVR_K: 210: Device: fd00000.gpu
[ 11.264629] i2c i2c-1: Added multiplexed i2c bus 3
[ 11.281980] PVR_K: 210: Read BVNC 33.15.11.3 from HW device registers
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.290177] PVR_K: 210: RGX Device registered with BVNC 33.15.11.3
..
[ 11.293977] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 1
[ 11.312787] Console: switching to colour dummy device 80x25
[[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.
[ 11.343589] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 0
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.385031] Console: switching to colour frame buffer device 256x72
[ 11.395910] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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...
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.
[ 11.749675] audit: type=1334 audit(1711111270.337:4): prog-id=7 op=LOAD
[ 11.756673] audit: type=1334 audit(1711111270.345: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;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[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...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.777636] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.863356] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 13.611606] remoteproc remoteproc2: 30074000.pru is available
[ 13.637080] remoteproc remoteproc3: 30078000.pru is available
[[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.
[ 14.094827] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 14.425068] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[[0;32m OK [0m] Reached target [0;1;39mHardware activated U[ 14.433873] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
SB gadget[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 14.452189] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[ 14.457719] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 14.468065] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 14.481383] xhci-hcd xhci-hcd.4.auto: irq 425, io mem 0x31100000
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[ 14.504044] hub 1-0:1.0: USB hub found
[ 14.509703] hub 1-0:1.0: 1 port detected
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 14.535558] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 14.548899] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
Starting [0;1;39mSynchronize System and HW clocks[0m.[ 14.557081] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
..
[ 14.568737] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 14.614585] xhci-hcd xhci-hcd.5.auto: irq 424, io mem 0x31000000
[ 14.636205] hub 2-0:1.0: USB hub found
[ 14.652510] hub 2-0:1.0: 1 port detected
[ 14.912548] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[ 15.068730] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 15.084972] usb-storage 2-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 15.093072] scsi host0: usb-storage 2-1:1.0
[ 15.140076] audit: type=1334 audit(1711111273.725:6): prog-id=9 op=LOAD
[ 15.150000] audit: type=1334 audit(1711111273.737:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
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.131048] scsi 0:0:0:0: Direct-Access RSH-319 ASM1153E 0 PQ: 0 ANSI: 6
[ 16.141234] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 16.153899] sd 0:0:0:0: [sda] Write Protect is off
0[0m.
[ 16.172774] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Starting [0;1;39mUser Runtime Directory /run/user/1000[ 16.201022] sda: sda1 sda2 sda3
[0m...
[ 16.211225] sd 0:0:0:0: [sda] Attached SCSI disk
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 16.420578] audit: type=1006 audit(1711111275.005:8): pid=711 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 16.437209] audit: type=1300 audit(1711111275.005:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd95e7e8 a2=4 a3=ffff8babc020 items=0 ppid=1 pid=711 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)
[ 16.470561] audit: type=1327 audit(1711111275.005:8): proctitle="(systemd)"
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[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] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 17.803482] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 17.841356] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 17.912615] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 17.965756] audit: type=1006 audit(1711111276.553:9): pid=588 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 17.978367] audit: type=1300 audit(1711111276.553:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd95e7e8 a2=4 a3=ffff8babc020 items=0 ppid=1 pid=588 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)
[ 18.005095] audit: type=1327 audit(1711111276.553:9): proctitle="(weston)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 18.332713] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 19.085908] PVR_K: 588: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 19.102794] PVR_K: 588: Shader binary image 'rgx.sh.33.15.11.3' loaded
[ 20.046964] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.057786] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm -
Arago 2023.10 am62xx-evm -
am62xx-evm login: root
[ 21.463723] audit: type=1006 audit(1711111280.049:10): pid=1005 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.479701] audit: type=1300 audit(1711111280.049:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffd95e7e8 a2=1 a3=ffff8babc020 items=0 ppid=1 pid=1005 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)
[ 21.508631] audit: type=1327 audit(1711111280.049:10): proctitle="(systemd)"
[ 21.662572] audit: type=1334 audit(1711111280.249:11): prog-id=11 op=LOAD
[ 21.669895] audit: type=1300 audit(1711111280.249:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdd9fd680 a2=78 a3=0 items=0 ppid=1 pid=1005 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)
[ 21.696201] audit: type=1327 audit(1711111280.249:11): proctitle="(systemd)"
[ 21.703862] audit: type=1334 audit(1711111280.249:12): prog-id=11 op=UNLOAD
[ 21.711501] audit: type=1334 audit(1711111280.249:13): prog-id=12 op=LOAD
[ 21.718819] audit: type=1300 audit(1711111280.249:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdd9fd720 a2=78 a3=0 items=0 ppid=1 pid=1005 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)
[ 21.744637] audit: type=1327 audit(1711111280.249:13): proctitle="(systemd)"
7[r[999;999H[6n***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-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/am62xx_sk-fs/autofs/2efe2256f56d02045e9b9db8851ac959,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-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: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27960
-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
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4319992 Mar 9 2018 bl32.elf
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
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-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 126976 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387960 Mar 9 2018 rgx.sh.33.15.11.3
-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 4319992 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-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-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 77 0 616 49 0 0 0 0 0 96 49 0 0 0 0 0 0
31 1 mtdblock1 140 0 1120 95 0 0 0 0 0 144 95 0 0 0 0 0 0
31 2 mtdblock2 203 0 1624 149 0 0 0 0 0 264 149 0 0 0 0 0 0
31 3 mtdblock3 50 0 400 35 0 0 0 0 0 80 35 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 44 0 0 0 0 0 92 44 0 0 0 0 0 0
31 5 mtdblock5 245 0 4704 379 0 0 0 0 0 396 379 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 50 0 0 0 0 0 100 50 0 0 0 0 0 0
179 0 mmcblk0 706 19 46362 507 2 0 9 3 0 968 510 0 0 0 0 0 0
179 1 mmcblk0p1 338 0 20960 209 1 0 1 1 0 452 211 0 0 0 0 0 0
179 2 mmcblk0p2 330 19 24202 270 1 0 8 1 0 516 271 0 0 0 0 0 0
179 32 mmcblk0boot0 239 0 4704 110 0 0 0 0 0 324 110 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 66 0 0 0 0 0 160 66 0 0 0 0 0 0
179 96 mmcblk1 1017 39 70452 1454 2 0 16 6 0 1516 1461 0 0 0 0 0 0
179 97 mmcblk1p1 358 6 22880 472 0 0 0 0 0 652 472 0 0 0 0 0 0
179 98 mmcblk1p2 277 32 21346 437 1 0 8 1 0 628 438 0 0 0 0 0 0
179 99 mmcblk1p3 344 1 25026 507 1 0 8 5 0 632 513 0 0 0 0 0 0
8 0 sda 909 994 53804 1959 2 0 9 0 0 1460 1960 0 0 0 0 1 0
8 1 sda1 270 63 15187 547 0 0 0 0 0 652 547 0 0 0 0 0 0
8 2 sda2 276 63 15215 510 1 0 1 0 0 620 510 0 0 0 0 0 0
8 3 sda3 320 868 22194 847 1 0 8 0 0 880 848 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5513 5432 5649 5136 GICv3 30 Level arch_timer
14: 9 0 0 0 GICv3 108 Level mbox-m4-0, mbox-r5-0
15: 0 0 0 0 GICv3 23 Level arm-pmu
16: 0 0 0 0 GICv3 130 Level pinctrl
17: 3162 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 647 0 0 0 GICv3 193 Level 20000000.i2c
27: 405 0 0 0 GICv3 194 Level 20010000.i2c
28: 0 0 0 0 GICv3 195 Level 20020000.i2c
29: 2 0 0 0 GICv3 171 Level fc40000.spi
30: 9584 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
48: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
60: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
78: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
118: 28948 0 2103 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 22313 1696 0 0 MSI-INTA 1971731 Level 8000000.ethernet
232: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
233: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
240: 668 0 0 0 GICv3 210 Level 2800000.serial
241: 0 0 0 0 pinctrl 456 Edge 2800000.serial:wakeup
242: 0 0 0 0 GICv3 134 Level 8000000.ethernet
245: 1421 0 0 0 GICv3 165 Level mmc0
371: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
401: 2136 0 0 0 GICv3 115 Level mmc1
402: 52 0 0 0 GICv3 114 Level mmc2
403: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
404: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
412: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
413: 0 0 0 0 1-0022 16 Edge 1-003b
418: 60 0 0 0 GICv3 118 Level pvrsrvkm
419: 504 0 0 0 GICv3 116 Level tidss
424: 2983 0 0 0 GICv3 220 Level xhci-hcd:usb2
425: 0 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 2910 9254 7180 6478 Rescheduling interrupts
IPI1: 6377 12570 9628 11519 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 182 122 139 141 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am62xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 2 0 28
TIMER: 1484 1608 1632 1382
NET_TX: 162 21 31 25
NET_RX: 46029 1707 2122 18
BLOCK: 1068 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 15163 17 32 34
SCHED: 2836 2480 2326 2260
HRTIMER: 2 0 0 0
RCU: 6020 7109 6946 7587
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2148
-rwxrwx--- 1 root disk 335066 Feb 13 2023 tiboot3.bin
-rwxrwx--- 1 root disk 964124 Feb 13 2023 tispl.bin
-rwxrwx--- 1 root disk 895936 Feb 13 2023 u-boot.img
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.168
ti-test-extras - 1.0-r0.168
0
root@am62xx-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_ctrl 16384 0
snd_soc_hdmi_codec 20480 0
rpmsg_char 16384 1 rpmsg_ctrl
dwc3 98304 1
overlay 122880 0
pru_rproc 24576 0
irq_pruss_intc 16384 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
snd_soc_simple_card 20480 0
crct10dif_ce 16384 1
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
pvrsrvkm 1273856 16
display_connector 16384 0
j721e_csi2rx 24576 0
dwc3_am62 16384 0
ti_k3_r5_remoteproc 28672 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
virtio_rpmsg_bus 20480 0
k3_j72xx_bandgap 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
rti_wdt 16384 0
videobuf2_memops 16384 1 videobuf2_dma_contig
videobuf2_v4l2 32768 1 j721e_csi2rx
tidss 61440 3
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
sii902x 20480 0
drm_dma_helper 20480 1 tidss
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
ti_k3_m4_remoteproc 16384 0
rtc_ti_k3 16384 1
tps6598x 20480 0
ti_k3_common 16384 1 ti_k3_m4_remoteproc
syscopyarea 16384 1 drm_kms_helper
snd_soc_tlv320aic3x_i2c 16384 1
sysfillrect 16384 1 drm_kms_helper
sa2ul 36864 0
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
mcrc 16384 0
typec 73728 1 tps6598x
snd_soc_davinci_mcasp 32768 2
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
cdns_dphy_rx 16384 0
optee_rng 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
pruss 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am62xx-evm:~# echo 'hello world'
hello world
root@am62xx-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:19 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
SPL initial stack usage: 1776 bytes
Trying to boot from UART
CWarning: 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 837667 bytes
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.2.5--v09.02.05 (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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:33 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
Trying to boot from UART
CLoaded 1112863 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:33 +0530)
SoC: AM65X SR2.0 GP
Model: Texas Instruments AM654 Base Board
Board: AM6-COMPROCEVM rev E4
DRAM: 4 GiB
Core: 114 devices, 30 uclasses, devicetree: separate
MMC: mmc@4f80000: 0, mmc@4fa0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00102 cpsw_ver: 0x6BA80102 ale_ver: 0x00293904 Ports:1
Detected: AM6-IDKAPPEVM rev E4
Detected: SER-PCIE2LEVM rev E3
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:33 +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 ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ubi=setenv bootargs console=${console} ${optargs}
autoload=no
baudrate=115200
board=am65x
board_name=am65x
board_rev=E4
board_serial=0073
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_pci_enum=pci enum
boot_prefixes=/ /boot/
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_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; run boot_pci_enum; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; run boot_pci_enum; dhcp; if pxe get; then pxe boot; fi
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;
bootcmd_usb0=devnum=0; run usb_boot
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
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
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:5c:ae
eth2addr=70:ff:76:1d:5c:af
eth3addr=70:ff:76:1d:5f:18
eth4addr=70:ff:76:1d:5f:19
eth5addr=70:ff:76:1d:5f:1a
eth6addr=70:ff:76:1d:5f:1b
ethaddr=64:69:4e:19:90:85
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdeb29e0
fdtfile=ti/k3-am654-base-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_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}
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_ubi=ubifsload ${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;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ubi=run args_all args_ubi; sf probe; ubi part ospi.rootfs; ubifsmount ubi:rootfs;
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; 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
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs)
name_fit=fitImage
name_kern=Image
name_overlays=k3-am654-idk.dtbo k3-am654-pcie-usb2.dtbo
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rootfstype=ubifs root=ubi0:rootfs rw ubi.mtd=ospi.rootfs
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}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 9368/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,32] sci-dev-id:195
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.144 (1166 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am654x-idk/f307a72184fdfe2e6657284bf6a95e01
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.144
Filename 'vatf_am654x-idk/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
8 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am654x-idk/cf2d47b18c7239186eb3d78a76817827
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.144
Filename 'vatf_am654x-idk/cf2d47b18c7239186eb3d78a76817827'.
Load address: 0x88000000
Loading: *################################################## 65.1 KiB
6.4 MiB/s
done
Bytes transferred = 66697 (10489 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/am654x-idk/autofs/8c6344fca7e7db76e516798d0c06e53c,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:33 +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 = 0x00000000ffee8000
reloc off = 0x000000007f6e8000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 64:69:4e:19:90:85
IP addr = 192.168.0.144
fdt_blob = 0x00000000fdeb29e0
new_fdt = 0x00000000fdeb29e0
fdt_size = 0x00000000000153c0
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa20fffff], 0x03900000 bytes flags: 4
reserved[1] [0xfcea7000-0xffffffff], 0x03159000 bytes flags: 0
reserved[2] [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 = 0x00000000fdeb29d0
sp start = 0x00000000fdeb29d0
Early malloc usage: 2cb0 / 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 = 0x00000000ffee8000
reloc off = 0x000000007f6e8000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 64:69:4e:19:90:85
IP addr = 192.168.0.144
fdt_blob = 0x00000000fdeb29e0
new_fdt = 0x00000000fdeb29e0
fdt_size = 0x00000000000153c0
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa20fffff], 0x03900000 bytes flags: 4
reserved[1] [0xfcea7000-0xffffffff], 0x03159000 bytes flags: 0
reserved[2] [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 = 0x00000000fdeb29d0
sp start = 0x00000000fdeb29d0
Early malloc usage: 2cb0 / 8000
=> ls mmc 0:1
<DIR> 4096 .
<DIR> 4096 ..
<DIR> 16384 lost+found
=> ls mmc 1:1
EFI/
15442432 Image
267714 sysfw-am65x_sr2-gp-evm.itb
276990 sysfw-am65x_sr2-hs-evm.itb
267714 sysfw.itb
152957 tiboot3-am65x_sr2-gp-evm.bin
153732 tiboot3-am65x_sr2-hs-evm.bin
152957 tiboot3.bin
874071 tispl.bin
1128823 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
11 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
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
<SYM> 68 am65x-mcu-r5f0_0-fw
<SYM> 75 am65x-mcu-r5f0_0-fw-sec
<SYM> 68 am65x-mcu-r5f0_1-fw
<SYM> 75 am65x-mcu-r5f0_1-fw-sec
<SYM> 49 am65x-pru0_0-fw
<SYM> 49 am65x-pru0_1-fw
<SYM> 49 am65x-pru1_0-fw
<SYM> 49 am65x-pru1_1-fw
<SYM> 49 am65x-pru2_0-fw
<SYM> 49 am65x-pru2_1-fw
<SYM> 49 am65x-rtu0_0-fw
<SYM> 49 am65x-rtu0_1-fw
<SYM> 49 am65x-rtu1_0-fw
<SYM> 49 am65x-rtu1_1-fw
<SYM> 49 am65x-rtu2_0-fw
<SYM> 49 am65x-rtu2_1-fw
<SYM> 35 am65x-txpru0_0-fw
<SYM> 35 am65x-txpru0_1-fw
<SYM> 35 am65x-txpru1_0-fw
<SYM> 35 am65x-txpru1_1-fw
<SYM> 35 am65x-txpru2_0-fw
<SYM> 35 am65x-txpru2_1-fw
482656 bl32.bin
4324304 bl32.elf
<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
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4324304 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<DIR> 4096 ti-pruss
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 23 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 000000008ffec000, end 000000008ffff488 ... OK
Working FDT set to 8ffec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM654 Base Board
[ 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 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] 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-0x00000000a20fffff]
[ 0.000000] node 0: [mem 0x00000000a2100000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 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 VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] 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/am654x-idk/autofs/8c6344fca7e7db76e516798d0c06e53c,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 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3937080K/4194304K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 224456K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 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:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008731] Console: colour dummy device 80x25
[ 0.013358] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024091] pid_max: default: 32768 minimum: 301
[ 0.028900] LSM: Security Framework initializing
[ 0.033795] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041424] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.051647] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.059117] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.065472] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072906] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.079383] rcu: Hierarchical SRCU implementation.
[ 0.084323] rcu: Max phase no-delay instances is 1000.
[ 0.090035] Platform MSI: msi-controller@1820000 domain created
[ 0.096361] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.106017] EFI services will not be available.
[ 0.110970] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 0.124802] Detected VIPT I-cache on CPU1
[ 0.124932] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.124953] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.125016] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.134390] Detected VIPT I-cache on CPU2
[ 0.134614] GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
[ 0.134636] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.134698] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.143946] Detected VIPT I-cache on CPU3
[ 0.144045] GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
[ 0.144063] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.144097] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.144216] smp: Brought up 1 node, 4 CPUs
[ 0.224611] SMP: Total of 4 processors activated.
[ 0.229448] CPU features: detected: 32-bit EL0 Support
[ 0.234742] CPU features: detected: CRC32 instructions
[ 0.240103] CPU: All CPU(s) started at EL2
[ 0.244310] alternatives: applying system-wide alternatives
[ 0.252135] devtmpfs: initialized
[ 0.268564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.278615] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.287048] pinctrl core: initialized pinctrl subsystem
[ 0.293134] DMI not present or invalid.
[ 0.297903] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.305348] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.312994] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.321263] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.329465] audit: initializing netlink subsys (disabled)
[ 0.335189] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1
[ 0.335720] thermal_sys: Registered thermal governor 'step_wise'
[ 0.343173] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.349388] cpuidle: using governor menu
[ 0.360320] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.367420] ASID allocator initialised with 65536 entries
[ 0.389618] platform 310d0000.cpts: Fixed dependency cycle(s) with /bus@100000/bus@30800000/cpts@310d0000/refclk-mux
[ 0.403632] KASLR disabled due to lack of seed
[ 0.417710] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.424705] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.431171] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.438141] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.444576] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.451546] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.457981] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.464950] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.473196] k3-chipinfo 43000014.chipid: Family:AM65X rev:SR2.0 JTAGID[0x1bb5a02f] Detected
[ 0.483203] iommu: Default domain type: Translated
[ 0.488226] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.494988] SCSI subsystem initialized
[ 0.499273] usbcore: registered new interface driver usbfs
[ 0.504965] usbcore: registered new interface driver hub
[ 0.510458] usbcore: registered new device driver usb
[ 0.516140] pps_core: LinuxPPS API ver. 1 registered
[ 0.521243] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.530635] PTP clock support registered
[ 0.534842] EDAC MC: Ver: 3.0.0
[ 0.539277] FPGA manager framework
[ 0.542887] Advanced Linux Sound Architecture Driver Initialized.
[ 0.550314] clocksource: Switched to clocksource arch_sys_counter
[ 0.556857] VFS: Disk quotas dquot_6.6.0
[ 0.560944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.576543] NET: Registered PF_INET protocol family
[ 0.581970] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.593891] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.602778] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.610757] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.619214] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.628086] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.635039] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.642087] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.649743] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.656191] RPC: Registered named UNIX socket transport module.
[ 0.662291] RPC: Registered udp transport module.
[ 0.667132] RPC: Registered tcp transport module.
[ 0.671960] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.678582] NET: Registered PF_XDP protocol family
[ 0.683517] PCI: CLS 0 bytes, default 64
[ 0.688549] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.699121] Initialise system trusted keyrings
[ 0.703927] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.716936] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.723663] NFS: Registering the id_resolver key type
[ 0.728910] Key type id_resolver registered
[ 0.733211] Key type id_legacy registered
[ 0.737403] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.744291] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.806710] Key type asymmetric registered
[ 0.810926] Asymmetric key parser 'x509' registered
[ 0.815998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.823776] io scheduler mq-deadline registered
[ 0.828439] io scheduler kyber registered
[ 0.837254] pinctrl-single 4301c000.pinctrl: 70 pins, size 280
[ 0.844200] pinctrl-single 11c000.pinctrl: 185 pins, size 740
[ 0.850802] pinctrl-single 11c2e8.pinctrl: 9 pins, size 36
[ 0.865312] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.884679] loop: module loaded
[ 0.889351] megasas: 07.719.03.00-rc1
[ 0.897284] tun: Universal TUN/TAP device driver, 1.6
[ 0.903429] VFIO - User Level meta-driver version: 0.3
[ 0.909667] usbcore: registered new interface driver usb-storage
[ 0.916582] i2c_dev: i2c /dev entries driver
[ 0.922213] sdhci: Secure Digital Host Controller Interface driver
[ 0.928572] sdhci: Copyright(c) Pierre Ossman
[ 0.933331] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.940004] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.946403] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.953426] usbcore: registered new interface driver usbhid
[ 0.959157] usbhid: USB HID core driver
[ 0.964319] 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.968925] optee: revision 4.0 (2a5b1d12)
[ 0.985641] optee: dynamic shared memory is enabled
[ 0.995407] optee: initialized driver
[ 1.001347] Initializing XFRM netlink socket
[ 1.005791] NET: Registered PF_PACKET protocol family
[ 1.011061] Key type dns_resolver registered
[ 1.015984] registered taskstats version 1
[ 1.020231] Loading compiled-in X.509 certificates
[ 1.039366] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.5--v09.02.05 (Kool Koala)')
[ 1.110786] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.117622] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.124430] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.131385] pca953x 2-0021: using no AI
[ 1.159106] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.165665] omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.172178] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.178178] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 156 domain created
[ 1.186906] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 100 domain created
[ 1.196432] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 182 domain created
[ 1.205325] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 179 created
[ 1.216485] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
[ 1.226452] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.233254] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.244496] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,100] sci-dev-id:187
[ 1.254632] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.261428] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.269981] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 153, base_baud = 6000000) is a 8250
[ 1.280222] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 154, base_baud = 3000000) is a 8250
[ 1.289175] printk: console [ttyS2] enabled
[ 1.289175] printk: console [ttyS2] enabled
[ 1.297656] printk: bootconsole [ns16550a0] disabled
[ 1.297656] printk: bootconsole [ns16550a0] disabled
[ 1.313117] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.358335] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.368029] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.376357] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.389259] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.396482] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.403532] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.416136] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.426119] mmc0: CQHCI version 5.10
[ 1.437000] pca953x 0-0039: supply vcc not found, using dummy regulator
[ 1.443813] pca953x 0-0039: using no AI
[ 1.466913] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.471862] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.481473] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.489906] ti-udma 285c0000.dma-controller: Channels: 28 (tchan: 14, rchan: 14, gp-rflow: 16)
[ 1.505143] ti-udma 31150000.dma-controller: Channels: 119 (tchan: 53, rchan: 66, gp-rflow: 64)
[ 1.526714] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 1.532082] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.539145] Creating 8 MTD partitions on "47040000.spi.0":
[ 1.544634] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.551857] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.558882] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.564494] mmc0: Command Queue Engine enabled
[ 1.565715] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 1.568989] mmc0: new HS200 MMC card at address 0001
[ 1.575452] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 1.579950] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.586238] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.593348] mmcblk0: p1
[ 1.596196] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.597950] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.604057] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 1.609168] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.619780] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.620731] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.670340] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.679967] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.688297] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.701202] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.708427] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.715241] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.726408] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.738060] debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
[ 1.745488] debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
[ 1.745662] mmc1: CQHCI version 5.10
[ 1.755305] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.797849] mmc1: SDHCI controller on 4fa0000.mmc [4fa0000.mmc] using ADMA 64-bit
[ 1.816690] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.826227] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.943162] mmc1: new high speed SDHC card at address aaaa
[ 1.949565] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.959291] mmcblk1: p1 p2 p3
[ 5.911625] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.934327] Sending DHCP requests ., OK
[ 5.954188] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.144
[ 5.961950] IP-Config: Complete:
[ 5.965185] device=eth0, hwaddr=64:69:4e:19:90:85, ipaddr=192.168.0.144, mask=255.255.255.0, gw=192.168.0.1
[ 5.975357] host=192.168.0.144, domain=ti.com, nis-domain=(none)
[ 5.981793] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.981802] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.008067] ALSA device list:
[ 6.011061] No soundcards found.
[ 6.047706] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.054023] devtmpfs: mounted
[ 6.058396] Freeing unused kernel memory: 1984K
[ 6.070406] Run /sbin/init as init process
[ 6.490807] systemd[1]: System time before build time, advancing clock.
[ 6.646989] NET: Registered PF_INET6 protocol family
[ 6.654666] Segment Routing with IPv6
[ 6.658416] In-situ OAM (IOAM) with IPv6
[ 6.722039] 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.754047] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.832226] systemd[1]: Hostname set to <am65xx-evm>.
[ 6.980606] systemd-sysv-generator[163]: 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.011233] systemd[154]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.464297] 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.638476] 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.792957] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.892825] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.918219] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.942102] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.965324] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.986854] 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.
[ 8.010689] 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.
[ 8.034922] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.050480] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.070464] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.086505] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.143975] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.166628] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.197515] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.218910] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.243959] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.267635] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.291219] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.307868] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.332870] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.355001] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.375528] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.422893] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.445061] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.498955] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.515131] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.536796] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.563220] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.592861] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.616983] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.641267] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.674910] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.735729] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.740805] fuse: init (API version 7.37)
[ 8.752895] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.776053] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.843630] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.866912] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.889507] cryptodev: loading out-of-tree module taints kernel.
[ 8.897845] cryptodev: driver 1.12 loaded.
[ 8.923548] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.953989] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.994748] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.022262] 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.504271] systemd-journald[179]: 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.729453] audit: type=1334 audit(1651167748.236:2): prog-id=5 op=LOAD
[ 9.736191] audit: type=1334 audit(1651167748.244:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[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;39mColdplug All udev Devices[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.
[ 10.374360] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[ 10.488407] spi-nor spi2.0: n25q128a13 (16384 Kbytes)
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.619296] systemd-journald[179]: Oldest entry in /run/log/journal/2745add8134d491ab4e33f12583ee876/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.642443] systemd-journald[179]: /run/log/journal/2745add8134d491ab4e33f12583ee876/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 10.682923] [drm] Initialized pvr 1.17.4948957 20110701 for 7000000.gpu on minor 0
n[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary 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.
[[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 Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.945005] platform 41000000.r5f: configured R5F for remoteproc mode
[ 10.954254] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.989616] remoteproc remoteproc0: 41000000.r5f is available
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 11.023885] remoteproc remoteproc0: powering up 41000000.r5f
[ 11.035025] remoteproc remoteproc0: Booting fw image am65x-mcu-r5f0_0-fw, size 82412
[ 11.047185] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 11.083712] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.089530] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
[ 11.096405] remoteproc remoteproc0: remote processor 41000000.r5f is now up
[ 11.097440] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
Starting [0;1;39mWeston socket[0m...
[ 11.127770] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 11.159406] davinci_mdio b232400.mdio: Configuring MDIO in manual mode
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] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.330900] davinci_mdio b232400.mdio: davinci mdio revision 1.7, bus freq 1000000
[ 11.437172] davinci_mdio b232400.mdio: phy[0]: device b232400.mdio:00, driver TI DP83867
[ 11.448318] davinci_mdio b232400.mdio: phy[3]: device b232400.mdio:03, driver TI DP83867
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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...
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.
[ 11.816083] audit: type=1334 audit(1711111275.164:4): prog-id=7 op=LOAD
[ 11.822957] audit: type=1334 audit(1711111275.172: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] Finished [0;1;39mTelnet Server[0m.
[ 12.018808] remoteproc remoteproc1: b00a000.txpru is available
[ 12.135482] remoteproc remoteproc2: b00c000.txpru is available
[ 12.145641] remoteproc remoteproc3: b10a000.txpru is available
[ 12.153697] remoteproc remoteproc4: b10c000.txpru is available
[ 12.160811] remoteproc remoteproc5: b20a000.txpru is available
[ 12.167430] remoteproc remoteproc6: b20c000.txpru is available
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.817672] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.923369] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.051494] remoteproc remoteproc7: b106000.rtu is available
[ 13.059972] remoteproc remoteproc8: b134000.pru is available
[ 13.074151] remoteproc remoteproc9: b104000.rtu is available
[ 13.082981] remoteproc remoteproc10: b038000.pru is available
[ 13.089891] remoteproc remoteproc11: b006000.rtu is available
[ 13.102508] remoteproc remoteproc12: b034000.pru is available
[ 13.109626] remoteproc remoteproc13: b004000.rtu is available
[ 13.124986] remoteproc remoteproc14: b238000.pru is available
[ 13.131887] remoteproc remoteproc15: b206000.rtu is available
[ 13.143815] remoteproc remoteproc16: b234000.pru is available
[ 13.153904] remoteproc remoteproc17: b204000.rtu is available
[ 13.257594] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[ 13.293330] remoteproc remoteproc18: b138000.pru is available
[ 13.326938] TI DP83867 b232400.mdio:00: attached PHY driver (mii_bus:phy_addr=b232400.mdio:00, irq=415)
[ 13.349633] TI DP83867 b232400.mdio:03: attached PHY driver (mii_bus:phy_addr=b232400.mdio:03, irq=415)
[ 13.360195] icssg-prueth icssg2-eth: TI PRU ethernet driver initialized: dual EMAC mode
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[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;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] Finished [0;1;39mEnable and configure wl18xx bluetooth 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.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 14.941846] audit: type=1334 audit(1711111278.288:6): prog-id=9 op=LOAD
[ 14.950446] audit: type=1334 audit(1711111278.296:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[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...
[ 15.801031] audit: type=1006 audit(1711111279.148:8): pid=730 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.814451] audit: type=1300 audit(1711111279.148:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff28ee188 a2=4 a3=ffffa01a2020 items=0 ppid=1 pid=730 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)
[ 15.842237] audit: type=1327 audit(1711111279.148:8): proctitle="(systemd)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/rootfs-mmcblk0p1[0m...
[ 16.245220] EXT4-fs (mmcblk0p1): recovery complete
[ 16.251181] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/rootfs-mmcblk0p1[0m.
[ 16.284998] EXT4-fs (mmcblk1p3): recovery complete
[ 16.289961] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[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] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 16.536469] EXT4-fs (mmcblk1p2): recovery complete
[ 16.541403] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 16.654233] 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.
[[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.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 17.191614] audit: type=1006 audit(1711111280.540:9): pid=641 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 17.204599] audit: type=1300 audit(1711111280.540:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff28ee188 a2=4 a3=ffffa01a2020 items=0 ppid=1 pid=641 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)
[ 17.238412] audit: type=1327 audit(1711111280.540:9): proctitle="(weston)"
[[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.
***************************************************************
***************************************************************
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
pdm-anomaly-detection
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 am65xx-evm -
Arago 2023.10 am65xx-evm -
am65xx-evm login: root
[ 21.443132] audit: type=1006 audit(1711111284.792:10): pid=1172 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.455699] audit: type=1300 audit(1711111284.792:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff28ee188 a2=1 a3=ffffa01a2020 items=0 ppid=1 pid=1172 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)
[ 21.482211] audit: type=1327 audit(1711111284.792:10): proctitle="(systemd)"
[ 21.489539] audit: type=1334 audit(1711111284.832:11): prog-id=11 op=LOAD
[ 21.496393] audit: type=1300 audit(1711111284.832:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc2a3da40 a2=78 a3=0 items=0 ppid=1 pid=1172 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)
[ 21.521932] audit: type=1327 audit(1711111284.832:11): proctitle="(systemd)"
[ 21.529057] audit: type=1334 audit(1711111284.836:12): prog-id=11 op=UNLOAD
[ 21.536085] audit: type=1334 audit(1711111284.836:13): prog-id=12 op=LOAD
[ 21.542932] audit: type=1300 audit(1711111284.836:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc2a3dae0 a2=78 a3=0 items=0 ppid=1 pid=1172 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)
[ 21.568455] audit: type=1327 audit(1711111284.836:13): proctitle="(systemd)"
7[r[999;999H[6nroot@am65xx-evm:~# uname -a
Linux am65xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-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/am654x-idk/autofs/8c6344fca7e7db76e516798d0c06e53c,nolock,v3,tcp,rsize=4096,wsize=4096
root@am65xx-evm:~# uname -a
Linux am65xx-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-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: 01000000 00001000 "spi2.0"
root@am65xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am65xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27360
-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
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
-rw-r--r-- 1 root root 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324352 Mar 9 2018 bl32.elf
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
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-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 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324352 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-ipc
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-pruss
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am65xx-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 11 0 88 7 0 0 0 0 0 12 7 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 17 0 0 0 0 0 24 17 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 18 0 0 0 0 0 28 18 0 0 0 0 0 0
31 3 mtdblock3 9 0 72 4 0 0 0 0 0 8 4 0 0 0 0 0 0
31 4 mtdblock4 9 0 72 5 0 0 0 0 0 16 5 0 0 0 0 0 0
179 0 mmcblk0 257 1 16229 158 1 0 8 1 0 288 159 0 0 0 0 0 0
179 1 mmcblk0p1 204 1 14941 138 1 0 8 1 0 248 139 0 0 0 0 0 0
31 5 mtdblock5 26 0 208 16 0 0 0 0 0 32 16 0 0 0 0 0 0
31 6 mtdblock6 35 2 672 59 0 0 0 0 0 56 59 0 0 0 0 0 0
179 32 mmcblk0boot0 34 0 672 9 0 0 0 0 0 20 9 0 0 0 0 0 0
31 7 mtdblock7 18 0 144 14 0 0 0 0 0 32 14 0 0 0 0 0 0
179 64 mmcblk0boot1 34 0 672 8 0 0 0 0 0 12 8 0 0 0 0 0 0
179 96 mmcblk1 671 33 45525 2687 2 0 16 3 0 1536 2691 0 0 0 0 0 0
179 97 mmcblk1p1 237 0 14593 1005 0 0 0 0 0 832 1005 0 0 0 0 0 0
179 98 mmcblk1p2 191 32 15098 939 1 0 8 0 0 904 940 0 0 0 0 0 0
179 99 mmcblk1p3 206 1 14642 670 1 0 8 2 0 624 673 0 0 0 0 0 0
31 8 mtdblock8 35 0 672 340 0 0 0 0 0 248 340 0 0 0 0 0 0
root@am65xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5106 4360 4114 4128 GICv3 30 Level arch_timer
14: 0 0 0 0 GICv3 23 Level arm-pmu
15: 612 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 21 0 0 0 GICv3 728 Level 42120000.i2c
17: 0 0 0 0 GICv3 596 Level 40b00000.i2c
18: 10 0 0 0 GICv3 232 Level 2000000.i2c
19: 0 0 0 0 GICv3 233 Level 2010000.i2c
20: 0 0 0 0 GICv3 234 Level 2020000.i2c
21: 29539 0 751 0 MSI-INTA 12779616 Level 46000000.ethernet-tx0
23: 24935 681 0 0 MSI-INTA 12779618 Level 46000000.ethernet
24: 0 0 0 0 MSI-INTA 12779619 Level 285c0000.dma-controller chan0
25: 0 0 0 0 MSI-INTA 12779620 Level 285c0000.dma-controller chan1
53: 1716 0 0 0 MSI-INTA 12255536 Level 31150000.dma-controller chan0
54: 0 0 0 0 MSI-INTA 12255537 Level 31150000.dma-controller chan1
55: 672 0 0 0 MSI-INTA 12255538 Level 31150000.dma-controller chan2
56: 0 0 0 0 MSI-INTA 12255539 Level 31150000.dma-controller chan3
57: 0 0 0 0 MSI-INTA 12255540 Level 31150000.dma-controller chan4
58: 0 0 0 0 MSI-INTA 12255541 Level 31150000.dma-controller chan5
59: 0 0 0 0 MSI-INTA 12255542 Level 31150000.dma-controller chan6
154: 681 0 0 0 GICv3 224 Level 2800000.serial
155: 2 0 0 0 GICv3 584 Level 47040000.spi
156: 0 0 0 0 GICv3 585 Level 47050000.spi
157: 0 0 0 0 GICv3 602 Level 46000000.ethernet
158: 0 0 0 0 INTR 391 Level 310d0000.cpts
160: 446 0 0 0 GICv3 168 Level mmc0
188: 0 0 0 0 GPIO 24 Edge -davinci_gpio GPIO Key USER1
189: 0 0 0 0 GPIO 25 Edge -davinci_gpio 0-0039
191: 0 0 0 0 GPIO 27 Edge -davinci_gpio GPIO Key USER2
415: 4 0 0 0 GPIO 87 Edge -davinci_gpio b232400.mdio:00, b232400.mdio:03
418: 4 0 0 0 INTR 436 Level mbox-mcu-r5fss0-core0
435: 0 0 0 0 MSI-INTA 12714499 Edge 285c0000.dma-controller chan0
436: 0 0 0 0 MSI-INTA 12714506 Edge 285c0000.dma-controller chan1
571: 1402 0 0 0 GICv3 169 Level mmc1
574: 672 0 0 0 GICv3 216 Level 2100000.spi
578: 2 0 0 0 GICv3 194 Level SGX ISR
579: 0 0 0 0 GICv3 612 Level TI-am335x-adc.0.auto
580: 0 0 0 0 GICv3 613 Level TI-am335x-adc.1.auto
605: 0 0 0 0 GICv3 148 Level dwc3-otg
IPI0: 2542 5174 5567 4893 Rescheduling interrupts
IPI1: 5980 9410 8732 8618 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 0 0 0 0 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am65xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 0 0 0 0
TIMER: 1938 1143 1201 1230
NET_TX: 5 0 0 1
NET_RX: 49235 690 765 18
BLOCK: 324 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 4746 0 20 1
SCHED: 2910 2113 1831 2010
HRTIMER: 0 0 0 0
RCU: 4902 5757 6181 6259
root@am65xx-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@am65xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am65xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.132
ti-test-extras - 1.0-r0.132
0
root@am65xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
dwc3 98304 0
irq_pruss_intc 16384 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
icssg_prueth 81920 0
pru_rproc 24576 7 icssg_prueth
hsr 40960 1 icssg_prueth
crct10dif_ce 16384 1
icss_iep 24576 1 icssg_prueth
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
k3_bandgap 16384 0
rti_wdt 16384 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
pruss 16384 1 icssg_prueth
pvrsrvkm 471040 0
dwc3_keystone 16384 0
phy_omap_usb2 16384 1
pwm_tiecap 16384 0
optee_rng 16384 0
sa2ul 36864 0
rng_core 20480 1 optee_rng
spi_omap2_mcspi 24576 0
cryptodev 53248 0
fuse 131072 1
drm 561152 2 pvrsrvkm
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am65xx-evm:~# echo 'hello world'
hello world
root@am65xx-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:37 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13448 bytes
Trying to boot from UART
CLoaded 1024287 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.2.4--v09.02.04 (Kool Koala)')
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:52 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 1233555 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:52 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments J721S2 EVM
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 83 devices, 29 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:52 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 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,0x02880000 ${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=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
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_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
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;
bootcmd_usb0=devnum=0; run usb_boot
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
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
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=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde94170
fdtfile=ti/k3-am68-sk-base-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_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; 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),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-am68-sk-base-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/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-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}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10053/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 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:272
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.251 (1260 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
76504 bytes read in 36 ms (2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 76504 bytes: Failed!
76504 bytes read in 37 ms (2 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 76504 bytes: Failed!
76504 bytes read in 37 ms (2 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 76504 bytes: Failed!
76504 bytes read in 35 ms (2.1 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 76504 bytes: Failed!
10488888 bytes read in 44 ms (227.3 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 10488888 bytes: Failed!
10488888 bytes read in 45 ms (222.3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 10488888 bytes: Failed!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${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=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
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_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
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;
bootcmd_usb0=devnum=0; run usb_boot
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
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=0
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
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=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde94170
fdtfile=ti/k3-am68-sk-base-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00c38
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_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.251
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; 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),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fdt=ti/k3-am68-sk-base-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/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-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}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10218/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_am68_sk-fs-01/f307a72184fdfe2e6657284bf6a95e01
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.251
Filename 'vatf_am68_sk-fs-01/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
10.3 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am68_sk-fs-01/3a0f6b74a5d708739f59e700370025cf
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.251
Filename 'vatf_am68_sk-fs-01/3a0f6b74a5d708739f59e700370025cf'.
Load address: 0x88000000
Loading: *################################################## 78.9 KiB
7 MiB/s
done
Bytes transferred = 80808 (13ba8 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 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/am68_sk-fs/autofs/756a32ff76ff865ed745b1810fe92f5f,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:52 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.251
fdt_blob = 0x00000000fde94170
new_fdt = 0x00000000fde94170
fdt_size = 0x0000000000019c40
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce85000-0xfffffffe], 0x0317afff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde94160
sp start = 0x00000000fde94160
Early malloc usage: 2848 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.251
fdt_blob = 0x00000000fde94170
new_fdt = 0x00000000fde94170
fdt_size = 0x0000000000019c40
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce85000-0xfffffffe], 0x0317afff bytes flags: 0
reserved[2] [0x880000000-0xbffffefff], 0x37ffff000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde94160
sp start = 0x00000000fde94160
Early malloc usage: 2848 / 8000
=> ls mmc 0:1
Card did not respond to voltage select! : -110
mmc_init: -95, time 38
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
19376640 Image
486814 tiboot3.bin
484225 tiboot3-j721s2-gp-evm.bin
486814 tiboot3-j721s2-hs-evm.bin
486814 tiboot3-j721s2-hs-fs-evm.bin
1092191 tispl.bin
1338635 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
Card did not respond to voltage select! : -110
mmc_init: -95, time 38
** 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
482656 bl32.bin
4324112 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 cnm
<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> 66 j721s2-c71_0-fw
<SYM> 73 j721s2-c71_0-fw-sec
<SYM> 66 j721s2-c71_1-fw
<SYM> 73 j721s2-c71_1-fw-sec
<SYM> 68 j721s2-main-r5f0_0-fw
<SYM> 75 j721s2-main-r5f0_0-fw-sec
<SYM> 68 j721s2-main-r5f0_1-fw
<SYM> 75 j721s2-main-r5f0_1-fw-sec
<SYM> 68 j721s2-main-r5f1_0-fw
<SYM> 75 j721s2-main-r5f1_0-fw-sec
<SYM> 68 j721s2-main-r5f1_1-fw
<SYM> 75 j721s2-main-r5f1_1-fw-sec
<SYM> 68 j721s2-mcu-r5f0_1-fw
<SYM> 75 j721s2-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
155648 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4324112 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> mmc rescan; echo $?
Card did not respond to voltage select! : -110
mmc_init: -95, time 39
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 32 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 000000008ffe9000, end 000000008ffffba7 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM68 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000bc7e00000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000bffffefff]
[ 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-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 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: 4128766
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/756a32ff76ff865ed745b1810fe92f5f,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: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 15429380K/16777208K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 430324K reserved, 917504K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010480] Console: colour dummy device 80x25
[ 0.016197] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029534] pid_max: default: 32768 minimum: 301
[ 0.035457] LSM: Security Framework initializing
[ 0.041462] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051186] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062493] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071753] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079582] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088814] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096697] rcu: Hierarchical SRCU implementation.
[ 0.102821] rcu: Max phase no-delay instances is 1000.
[ 0.109697] Platform MSI: msi-controller@1820000 domain created
[ 0.117423] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129144] EFI services will not be available.
[ 0.135064] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151405] Detected PIPT I-cache on CPU1
[ 0.151491] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151509] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151551] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151617] smp: Brought up 1 node, 2 CPUs
[ 0.188304] SMP: Total of 2 processors activated.
[ 0.194310] CPU features: detected: 32-bit EL0 Support
[ 0.200877] CPU features: detected: CRC32 instructions
[ 0.207475] CPU: All CPU(s) started at EL2
[ 0.212703] alternatives: applying system-wide alternatives
[ 0.220898] devtmpfs: initialized
[ 0.233092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245575] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.269892] pinctrl core: initialized pinctrl subsystem
[ 0.277025] DMI not present or invalid.
[ 0.282348] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.290966] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.300554] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.310976] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.321268] audit: initializing netlink subsys (disabled)
[ 0.328329] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[ 0.328606] thermal_sys: Registered thermal governor 'step_wise'
[ 0.338233] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.345930] cpuidle: using governor menu
[ 0.359357] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.368063] ASID allocator initialised with 65536 entries
[ 0.385775] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dsi@4800000/ports/port@1/endpoint
[ 0.400313] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint
[ 0.411237] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.424088] KASLR disabled due to lack of seed
[ 0.433354] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.442036] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.450041] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.458707] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.466709] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.475376] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.483380] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.492047] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.501061] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.513044] iommu: Default domain type: Translated
[ 0.519274] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.527449] SCSI subsystem initialized
[ 0.532445] usbcore: registered new interface driver usbfs
[ 0.539475] usbcore: registered new interface driver hub
[ 0.546272] usbcore: registered new device driver usb
[ 0.553038] pps_core: LinuxPPS API ver. 1 registered
[ 0.559382] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.571054] PTP clock support registered
[ 0.576161] EDAC MC: Ver: 3.0.0
[ 0.580950] FPGA manager framework
[ 0.585343] Advanced Linux Sound Architecture Driver Initialized.
[ 0.593686] clocksource: Switched to clocksource arch_sys_counter
[ 0.601644] VFS: Disk quotas dquot_6.6.0
[ 0.606688] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.619094] NET: Registered PF_INET protocol family
[ 0.625850] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.641957] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.653090] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.663017] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.673879] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.684606] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.693232] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.702127] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.711718] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.719347] RPC: Registered named UNIX socket transport module.
[ 0.726934] RPC: Registered udp transport module.
[ 0.732939] RPC: Registered tcp transport module.
[ 0.738943] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.747170] NET: Registered PF_XDP protocol family
[ 0.753297] PCI: CLS 0 bytes, default 64
[ 0.758731] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.770298] Initialise system trusted keyrings
[ 0.776163] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.786856] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.794692] NFS: Registering the id_resolver key type
[ 0.801173] Key type id_resolver registered
[ 0.806513] Key type id_legacy registered
[ 0.811673] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.820237] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.854321] Key type asymmetric registered
[ 0.859552] Asymmetric key parser 'x509' registered
[ 0.865819] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.875375] io scheduler mq-deadline registered
[ 0.881173] io scheduler kyber registered
[ 0.888961] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.896466] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.903938] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.911624] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.918954] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.931326] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.945165] loop: module loaded
[ 0.950151] megasas: 07.719.03.00-rc1
[ 0.956959] tun: Universal TUN/TAP device driver, 1.6
[ 0.964023] VFIO - User Level meta-driver version: 0.3
[ 0.971165] usbcore: registered new interface driver usb-storage
[ 0.979295] i2c_dev: i2c /dev entries driver
[ 0.985633] sdhci: Secure Digital Host Controller Interface driver
[ 0.993553] sdhci: Copyright(c) Pierre Ossman
[ 0.999285] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.006968] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.014776] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.023231] usbcore: registered new interface driver usbhid
[ 1.030352] usbhid: USB HID core driver
[ 1.035992] 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
[ 1.041700] optee: revision 4.0 (2a5b1d12)
[ 1.062231] optee: dynamic shared memory is enabled
[ 1.073967] optee: initialized driver
[ 1.080074] Initializing XFRM netlink socket
[ 1.085584] NET: Registered PF_PACKET protocol family
[ 1.092092] Key type dns_resolver registered
[ 1.097837] registered taskstats version 1
[ 1.103093] Loading compiled-in X.509 certificates
[ 1.116468] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.161231] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.169095] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.177638] pca953x 1-0020: using no AI
[ 1.206790] i2c 1-002c: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c/aux-bus/panel/port/endpoint
[ 1.222722] i2c 1-002c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000/ports/port@0/endpoint
[ 1.234569] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.242548] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.251090] pca953x 2-0021: using no AI
[ 1.278365] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.285925] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.293409] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.304081] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.315759] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.326523] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.339388] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.347798] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.359303] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.371665] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.380115] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.391249] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.403952] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.412400] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.422363] printk: console [ttyS2] disabled
[ 1.427859] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.438918] printk: console [ttyS2] enabled
[ 1.438918] printk: console [ttyS2] enabled
[ 1.449472] printk: bootconsole [ns16550a0] disabled
[ 1.449472] printk: bootconsole [ns16550a0] disabled
[ 1.463676] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.509689] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.520748] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.531096] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.547177] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.556189] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.564055] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.576999] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.594901] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.603806] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.612496] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.621169] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.629832] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.638492] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.647151] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.655817] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.664476] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.673144] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.681806] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.690467] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.699127] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.707788] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.716450] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.725117] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.733788] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.742451] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.751111] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.759773] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.768438] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.777104] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.785769] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.794428] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.804894] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.817431] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.832761] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.839036] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.847842] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.854684] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.862318] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.869561] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.876878] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.883862] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.891676] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.899007] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.911593] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.957699] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.968829] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.979191] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.995299] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.004312] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.012258] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.024874] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.034949] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.035252] mmc1: CQHCI version 5.10
[ 2.044044] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.058979] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.089595] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.109641] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.121518] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.149392] mmc1: new high speed SDHC card at address b368
[ 2.156933] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 2.164300] mmcblk1: p1 p2 p3
[ 7.234903] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.261702] Sending DHCP requests ., OK
[ 7.282493] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.251
[ 7.292156] IP-Config: Complete:
[ 7.296177] device=eth0, hwaddr=34:08:e1:84:8f:f5, ipaddr=192.168.0.251, mask=255.255.255.0, gw=192.168.0.1
[ 7.308869] host=192.168.0.251, domain=ti.com, nis-domain=(none)
[ 7.316899] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.316903] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.338535] ALSA device list:
[ 7.342265] No soundcards found.
[ 7.358560] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.366273] devtmpfs: mounted
[ 7.370893] Freeing unused kernel memory: 1984K
[ 7.389764] Run /sbin/init as init process
[ 7.554403] systemd[1]: System time before build time, advancing clock.
[ 7.645231] NET: Registered PF_INET6 protocol family
[ 7.652666] Segment Routing with IPv6
[ 7.657271] In-situ OAM (IOAM) with IPv6
[ 7.686986] 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.726336] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.779118] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.901114] 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.
[ 7.938184] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.131619] 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.
[ 8.196379] 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.
[ 8.275630] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.318967] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.343662] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.371476] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.399225] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.422021] 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.
[ 8.449907] 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.
[ 8.477978] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.501780] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.525770] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.549779] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.598728] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.629971] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.659733] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.686061] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.711096] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.735054] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.758200] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.783080] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.812354] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.838104] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.862946] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.906139] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.933418] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.961333] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.986167] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.026219] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.055156] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.085278] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.130378] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.194556] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.213759] random: crng init done
[ 9.242703] systemd[1]: Starting Start psplash boot splash screen...
[ 9.251133] fuse: init (API version 7.37)
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.298595] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.319221] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.366402] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.393458] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.414432] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.439534] cryptodev: loading out-of-tree module taints kernel.
[ 9.452049] cryptodev: driver 1.12 loaded.
[ 9.466437] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.498228] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.531351] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.563409] 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...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 10.019279] systemd-journald[157]: Received client request to flush runtime journal.
[[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...
[ 10.213073] audit: type=1334 audit(1651167747.656:2): prog-id=5 op=LOAD
[ 10.221893] audit: type=1334 audit(1651167747.664: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.
[ 10.786250] CAN device driver interface
[ 10.804748] systemd-journald[157]: Oldest entry in /run/log/journal/4d41fc7216de43a6aa1571305c6cfbac/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 10.837873] systemd-journald[157]: /run/log/journal/4d41fc7216de43a6aa1571305c6cfbac/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[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.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.905518] mc: Linux media interface: v0.10
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[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 Bus Socket[0m.
[ 10.985465] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.995586] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 10.997142] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 11.107472] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 11.123047] videodev: Linux video capture interface: v2.00
n Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
[ 11.155483] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.167367] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.168571] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.225558] PVR_K: 197: Device: 4e20000000.gpu
..
[ 11.241442] PVR_K: 197: Read BVNC 36.53.104.796 from HW device registers
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 11.260810] PVR_K: 197: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.[ 11.284688] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 11.284740] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[[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.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 11.404184] at24 0-0051: supply vcc not found, using dummy regulator
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 11.418632] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[[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[ 11.529195] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
...
[ 11.551804] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0[ 11.599142] remoteproc remoteproc0: releasing 65800000.dsp
m...
[[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.
[ 11.696021] audit: type=1334 audit(1711111305.081:4): prog-id=7 op=LOAD
[ 11.704309] audit: type=1334 audit(1711111305.089:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 11.724646] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[[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] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 12.036136] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 12.273915] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.333566] pci_bus 0000:00: root bus resource [bus 00-ff]
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.417786] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.530768] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.561477] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 12.594916] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.596583] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 12.637348] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 12.638995] remoteproc remoteproc0: releasing 41000000.r5f
[ 12.692749] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.705547] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.714459] pci 0000:00:00.0: supports D1
[ 12.720908] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.729316] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.738375] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.759640] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 12.781422] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 12.791545] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.804827] platform 5c00000.r5f: configured R5F for remoteproc mode
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.830600] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.839239] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.854774] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.898704] pcieport 0000:00:00.0: PME: Signaling with IRQ 485
[ 12.943442] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.980689] pcieport 0000:00:00.0: AER: enabled with IRQ 485
[ 13.130445] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 13.171277] m_can_platform 40528000.can: m_can device registered (irq=486, version=32)
[ 13.188607] m_can_platform 40568000.can: m_can device registered (irq=487, version=32)
[ 13.199368] remoteproc remoteproc0: releasing 5c00000.r5f
[ 13.206282] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 13.223205] m_can_platform 2761000.can: m_can device registered (irq=488, version=32)
[ 13.227652] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 13.244958] m_can_platform 2771000.can: m_can device registered (irq=489, version=32)
[[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] Finished [0;1;39mPermit User Sessions[0m.
[ 13.667446] platform 5e00000.r5f: configured R5F for remoteproc mode
[[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.
[ 13.712215] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 13.779455] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 13.779474] remoteproc remoteproc0: releasing 5e00000.r5f
[ 13.779486] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 13.779538] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[[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.
[ 14.111822] audit: type=1334 audit(1711111307.497:6): prog-id=9 op=LOAD
[ 14.124423] audit: type=1334 audit(1711111307.505:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[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...
[ 15.167860] audit: type=1006 audit(1711111308.553:8): pid=446 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.192552] audit: type=1300 audit(1711111308.553:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff0bed488 a2=4 a3=ffff87f82020 items=0 ppid=1 pid=446 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)
[ 15.261166] audit: type=1327 audit(1711111308.553:8): proctitle="(systemd)"
[[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.
[ 15.934149] audit: type=1006 audit(1711111309.321:9): pid=378 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.952829] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.957925] audit: type=1300 audit(1711111309.321:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff0bed488 a2=4 a3=ffff87f82020 items=0 ppid=1 pid=378 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)
[ 16.002550] audit: type=1327 audit(1711111309.321:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.ser[ 16.188925] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
vice' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch S[ 16.404242] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
tatus /dev/rfkill Watch[0m.
[ 16.581660] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.611606] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 16.619337] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.630095] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 16.635149] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.667177] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 16.671367] xhci-hcd xhci-hcd.0.auto: irq 490, io mem 0x06010000
[ 16.684967] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.697177] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.719573] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 16.722947] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.754746] hub 1-0:1.0: USB hub found
[ 16.764221] m_can_platform 2761000.can main_mcan6: renamed from can2
[ 16.767524] hub 1-0:1.0: 1 port detected
[ 16.788770] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.854612] hub 2-0:1.0: USB hub found
[ 16.854896] hub 2-0:1.0: 1 port detected
[ 16.865579] Console: switching to colour frame buffer device 100x37
[ 16.900126] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 17.105776] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 17.331403] hub 1-1:1.0: USB hub found
[ 17.338636] hub 1-1:1.0: 4 ports detected
[ 17.457928] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 17.487042] hub 2-1:1.0: USB hub found
[ 17.492248] hub 2-1:1.0: 4 ports detected
[ 17.637753] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 17.829829] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
[ 17.866348] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 17.881625] scsi host0: usb-storage 2-1.3:1.0
[ 17.966711] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 18.023542] hub 2-1.4:1.0: USB hub found
[ 18.031630] hub 2-1.4:1.0: 4 ports detected
[ 18.105764] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 18.184619] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 18.240898] hub 1-1.4:1.0: USB hub found
[ 18.249733] hub 1-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 18.324716] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input0
[ 18.344298] usbcore: registered new interface driver uvcvideo
[ 18.352810] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
[ 18.410566] hub 2-1.4.4:1.0: USB hub found
[ 18.419943] hub 2-1.4.4:1.0: 4 ports detected
***************************************************************
***************************************************************
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
[ 18.479296] usb 1-1.1: set resolution quirk: cval->res = 384
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
[ 18.496913] usbcore: registered new interface driver snd-usb-audio
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
libqt5ser[ 18.553775] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
ialport-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 [ 18.719397] hub 1-1.4.4:1.0: USB hub found
another package you
will be notified of the dependent pac[ 18.731351] hub 1-1.4.4:1.0: 4 ports detected
kages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ 18.915906] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.928147] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.940693] sd 0:0:0:0: [sda] Write Protect is off
[ 18.944566] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 18.963761] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 19.090323] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 19.177360] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 19.213264] sda: sda1
[ 19.216723] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: root
[ 20.262447] audit: type=1006 audit(1711111313.649:10): pid=1082 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 20.278716] audit: type=1300 audit(1711111313.649:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff0bed488 a2=1 a3=ffff87f82020 items=0 ppid=1 pid=1082 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)
[ 20.311915] audit: type=1327 audit(1711111313.649:10): proctitle="(systemd)"
[ 20.323741] audit: type=1334 audit(1711111313.709:11): prog-id=11 op=LOAD
[ 20.334029] audit: type=1300 audit(1711111313.709:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd5a42740 a2=78 a3=0 items=0 ppid=1 pid=1082 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)
[ 20.367668] audit: type=1327 audit(1711111313.709:11): proctitle="(systemd)"
[ 20.376965] audit: type=1334 audit(1711111313.709:12): prog-id=11 op=UNLOAD
[ 20.386040] audit: type=1334 audit(1711111313.709:13): prog-id=12 op=LOAD
[ 20.396788] audit: type=1300 audit(1711111313.709:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd5a427e0 a2=78 a3=0 items=0 ppid=1 pid=1082 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)
[ 20.428679] audit: type=1327 audit(1711111313.709:13): proctitle="(systemd)"
[ 20.628941] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/756a32ff76ff865ed745b1810fe92f5f,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-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: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27928
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324160 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 cnm
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 66 Mar 9 2018 j721s2-c71_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j721s2-c71_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j721s2-c71_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-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 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324160 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-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-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 33 0 264 10 0 0 0 0 0 28 10 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 16 0 0 0 0 0 28 16 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 28 0 0 0 0 0 52 28 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 5 0 0 0 0 0 16 5 0 0 0 0 0 0
31 4 mtdblock4 40 0 320 15 0 0 0 0 0 36 15 0 0 0 0 0 0
31 5 mtdblock5 106 1 2016 127 0 0 0 0 0 128 127 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 11 0 0 0 0 0 24 11 0 0 0 0 0 0
179 0 mmcblk1 772 40 51716 4008 2 0 16 2 0 2028 4010 0 0 0 0 0 0
179 1 mmcblk1p1 271 7 16640 1325 0 0 0 0 0 1148 1325 0 0 0 0 0 0
179 2 mmcblk1p2 231 31 17178 1182 1 0 8 1 0 1100 1183 0 0 0 0 0 0
179 3 mmcblk1p3 233 2 16706 1413 1 0 8 1 0 1128 1414 0 0 0 0 0 0
8 0 sda 250 13 16210 552 1 0 8 137 0 708 690 0 0 0 0 0 0
8 1 sda1 212 13 15010 287 1 0 8 137 0 436 425 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4371 5066 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3604 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 705 0 GICv3 885 Level 40b10000.i2c
18: 28 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 52791 395 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 65953 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 4291 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 0 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
90: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
91: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
216: 623 0 GICv3 280 Level 2880000.serial
217: 2 0 GICv3 872 Level 47040000.spi
218: 0 0 GICv3 890 Level 46000000.ethernet
219: 0 0 INTR 391 Level 310d0000.cpts
320: 0 0 GPIO 0 Edge -davinci_gpio HPD
475: 1583 0 GICv3 36 Level mmc1
479: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
482: 0 0 GICv3 632 Level 4800000.dsi
483: 0 0 GICv3 214 Level vpu_irq
485: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
490: 1415 0 GICv3 128 Level xhci-hcd:usb1
492: 0 0 GICv3 152 Level 6000000.usb
493: 0 0 GICv3 43 Level 4e10000.rng
494: 512 0 GICv3 634 Level tidss
IPI0: 3172 19442 Rescheduling interrupts
IPI1: 3513 9134 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: 243 255 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 13 0
TIMER: 1738 2159
NET_TX: 8 3
NET_RX: 102568 415
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 8841 43
SCHED: 2156 2197
HRTIMER: 0 0
RCU: 9674 11465
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
videobuf2_vmalloc 16384 1 uvcvideo
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
xhci_plat_hcd 16384 0
panel_edp 36864 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
omap_rng 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
overlay 122880 0
ti_tfp410 16384 0
display_connector 16384 0
phy_can_transceiver 16384 4
cfg80211 389120 0
rfkill 24576 2 cfg80211
ti_sn65dsi86 24576 0
ti_k3_r5_remoteproc 28672 0
drm_display_helper 139264 2 panel_edp,ti_sn65dsi86
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
at24 20480 0
wave5 94208 0
j721e_csi2rx 24576 0
v4l2_mem2mem 36864 1 wave5
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
k3_j72xx_bandgap 20480 0
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
cdns_dsi 20480 0
tidss 61440 0
pvrsrvkm 1273856 0
drm_dma_helper 20480 1 tidss
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
ti_k3_dsp_remoteproc 16384 0
pci_j721e_host 16384 0
virtio_rpmsg_bus 20480 0
syscopyarea 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
sysfillrect 16384 1 drm_kms_helper
pci_j721e 16384 1 pci_j721e_host
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
sa2ul 36864 0
sysimgblt 16384 1 drm_kms_helper
cdns_dphy 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
fb_sys_fops 16384 1 drm_kms_helper
cdns_dphy_rx 16384 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
cdns3_ti 16384 0
m_can_platform 16384 0
m_can 24576 1 m_can_platform
pwm_tiehrpwm 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
optee_rng 16384 0
can_dev 36864 1 m_can
rng_core 20480 2 optee_rng,omap_rng
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 11 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 17:32:27 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Initialized 4 DRAM controllers
SPL initial stack usage: 13448 bytes
Trying to boot from UART
CLoaded 948519 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.2.4--v09.02.04 (Kool Koala)')
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 17:32:43 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 948435 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 17:32:43 +0530)
SoC: J784S4 SR1.0 HS-FS
Model: Texas Instruments J784S4 EVM
DRAM: 2 GiB (effective 32 GiB)
Core: 81 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 17:32:43 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '10.24.51.160'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${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=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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
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=3c:e0:64:62:bd:0e
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffada1b0
fdtfile=ti/ti/k3-j784s4-evm.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_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}
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
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
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
serverip=10.24.51.160
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5035/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '10.24.51.160'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
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 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.168 (1010 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
## Error: "boot_rprocs" not defined
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${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=j784s4
board_name=j784s4
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; 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=3c:e0:64:62:bd:0e
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffada1b0
fdtfile=ti/ti/k3-j784s4-evm.dtb
fdtoverlay_addr_r=0x89000000
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_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.168
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}
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
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
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
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5179/131067 bytes
=> tftp ${loadaddr} 10.24.51.160:vatf_am69_sk-fs-01/f307a72184fdfe2e6657284bf6a95e01
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.168; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
1.4 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 10.24.51.160:vatf_am69_sk-fs-01/908916fd2703d9a08f48b4971fd9a418
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.51.160; our IP address is 192.168.0.168; sending through gateway 192.168.0.1
Filename 'vatf_am69_sk-fs-01/908916fd2703d9a08f48b4971fd9a418'.
Load address: 0x88000000
Loading: *################################################## 97.3 KiB
1.4 MiB/s
done
Bytes transferred = 99661 (1854d hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/fc97ddcd1e271d8efddc05801b2212cc,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 17:32:43 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000780000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff16000
reloc off = 0x000000007f716000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:62:bd:0e
IP addr = 192.168.0.168
fdt_blob = 0x00000000ffada1b0
new_fdt = 0x00000000ffada1b0
fdt_size = 0x000000000001bc00
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead3000-0xffffffff], 0x0152d000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffada1a0
sp start = 0x00000000ffada1a0
Early malloc usage: 2f70 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000780000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff16000
reloc off = 0x000000007f716000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 3c:e0:64:62:bd:0e
IP addr = 192.168.0.168
fdt_blob = 0x00000000ffada1b0
new_fdt = 0x00000000ffada1b0
fdt_size = 0x000000000001bc00
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xabffffff], 0x0d800000 bytes flags: 4
reserved[1] [0xfead3000-0xffffffff], 0x0152d000 bytes flags: 0
reserved[2] [0x880000000-0xfffffffff], 0x780000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002880000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffada1a0
sp start = 0x00000000ffada1a0
Early malloc usage: 2f70 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 245
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 71
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
i2c_write: error waiting for data ACK (status=0x116)
pca953x gpio@22: Error reading output register
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> 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 000000008ffe4000, end 000000008ffff54c ... OK
Working FDT set to 8ffe4000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM69 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff]
[ 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-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[ 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: 8257536
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/fc97ddcd1e271d8efddc05801b2212cc,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: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 30968984K/33554432K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 750440K reserved, 1835008K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[ 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=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 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 @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008408] Console: colour dummy device 80x25
[ 0.012980] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023651] pid_max: default: 32768 minimum: 301
[ 0.028389] LSM: Security Framework initializing
[ 0.033210] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041008] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050136] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057532] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.063798] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071184] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.077489] rcu: Hierarchical SRCU implementation.
[ 0.082388] rcu: Max phase no-delay instances is 1000.
[ 0.087872] Platform MSI: msi-controller@1820000 domain created
[ 0.094042] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103440] EFI services will not be available.
[ 0.108268] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 0.121344] Detected PIPT I-cache on CPU1
[ 0.121405] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121419] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.121451] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.129894] Detected PIPT I-cache on CPU2
[ 0.129942] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.129954] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.129978] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.138381] Detected PIPT I-cache on CPU3
[ 0.138423] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.138436] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.138458] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.146907] Detected PIPT I-cache on CPU4
[ 0.146989] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.147003] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.147034] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.155498] Detected PIPT I-cache on CPU5
[ 0.155551] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.155564] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.155587] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.164013] Detected PIPT I-cache on CPU6
[ 0.164064] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.164077] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.164101] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.172524] Detected PIPT I-cache on CPU7
[ 0.172576] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.172589] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.172612] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.172658] smp: Brought up 1 node, 8 CPUs
[ 0.353636] SMP: Total of 8 processors activated.
[ 0.358442] CPU features: detected: 32-bit EL0 Support
[ 0.363697] CPU features: detected: CRC32 instructions
[ 0.368991] CPU: All CPU(s) started at EL2
[ 0.373179] alternatives: applying system-wide alternatives
[ 0.379814] devtmpfs: initialized
[ 0.392665] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.402644] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.433418] pinctrl core: initialized pinctrl subsystem
[ 0.439087] DMI not present or invalid.
[ 0.443350] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.450697] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.458715] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.467438] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.475673] audit: initializing netlink subsys (disabled)
[ 0.481298] audit: type=2000 audit(0.340:1): state=initialized audit_enabled=0 res=1
[ 0.481499] thermal_sys: Registered thermal governor 'step_wise'
[ 0.489217] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.495440] cpuidle: using governor menu
[ 0.506183] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.513207] ASID allocator initialised with 65536 entries
[ 0.525983] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.538109] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.548869] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint
[ 0.557601] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.568046] KASLR disabled due to lack of seed
[ 0.575408] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.582358] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.588763] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.595698] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.602100] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.609035] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.615437] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.622371] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.629459] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.638729] iommu: Default domain type: Translated
[ 0.643737] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.650270] SCSI subsystem initialized
[ 0.654240] usbcore: registered new interface driver usbfs
[ 0.659858] usbcore: registered new interface driver hub
[ 0.665298] usbcore: registered new device driver usb
[ 0.670633] pps_core: LinuxPPS API ver. 1 registered
[ 0.675704] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.685041] PTP clock support registered
[ 0.689116] EDAC MC: Ver: 3.0.0
[ 0.692747] FPGA manager framework
[ 0.696261] Advanced Linux Sound Architecture Driver Initialized.
[ 0.702895] clocksource: Switched to clocksource arch_sys_counter
[ 0.709228] VFS: Disk quotas dquot_6.6.0
[ 0.713252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.723129] NET: Registered PF_INET protocol family
[ 0.728453] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.741217] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.750251] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.758182] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.767278] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.775727] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.782602] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.789957] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.797844] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.803908] RPC: Registered named UNIX socket transport module.
[ 0.809968] RPC: Registered udp transport module.
[ 0.814771] RPC: Registered tcp transport module.
[ 0.819574] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.826162] NET: Registered PF_XDP protocol family
[ 0.831064] PCI: CLS 0 bytes, default 64
[ 0.835786] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.845041] Initialise system trusted keyrings
[ 0.849686] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.858253] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.864458] NFS: Registering the id_resolver key type
[ 0.869634] Key type id_resolver registered
[ 0.873906] Key type id_legacy registered
[ 0.878028] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.884876] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.911762] Key type asymmetric registered
[ 0.915945] Asymmetric key parser 'x509' registered
[ 0.920952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.928580] io scheduler mq-deadline registered
[ 0.933212] io scheduler kyber registered
[ 0.939465] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.945436] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.951425] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.957590] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.963426] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.972764] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.984471] loop: module loaded
[ 0.988221] megasas: 07.719.03.00-rc1
[ 0.993415] tun: Universal TUN/TAP device driver, 1.6
[ 0.998938] VFIO - User Level meta-driver version: 0.3
[ 1.004543] usbcore: registered new interface driver usb-storage
[ 1.010987] i2c_dev: i2c /dev entries driver
[ 1.015861] sdhci: Secure Digital Host Controller Interface driver
[ 1.022180] sdhci: Copyright(c) Pierre Ossman
[ 1.026732] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.032900] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.039122] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.045848] usbcore: registered new interface driver usbhid
[ 1.051542] usbhid: USB HID core driver
[ 1.055999] 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
[ 1.060557] optee: revision 4.0 (2a5b1d12)
[ 1.076953] optee: dynamic shared memory is enabled
[ 1.086344] optee: initialized driver
[ 1.091040] Initializing XFRM netlink socket
[ 1.095419] NET: Registered PF_PACKET protocol family
[ 1.100611] Key type dns_resolver registered
[ 1.105167] registered taskstats version 1
[ 1.109365] Loading compiled-in X.509 certificates
[ 1.119833] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 1.168022] omap_i2c 40b00000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.174071] omap_i2c 40b10000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.180237] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 1.187060] pca953x 0-0021: using no AI
[ 1.215460] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.221469] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.228273] pca953x 1-0021: using no AI
[ 1.255404] i2c i2c-1: Added multiplexed i2c bus 4
[ 1.260371] i2c i2c-1: Added multiplexed i2c bus 5
[ 1.265270] pca954x 1-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.273025] omap_i2c 2010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.278733] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.287264] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.296503] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.305151] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.318851] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.325612] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.334792] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.344670] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.351430] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.360326] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.370473] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.377231] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.385097] printk: console [ttyS2] disabled
[ 1.389487] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.398340] printk: console [ttyS2] enabled
[ 1.398340] printk: console [ttyS2] enabled
[ 1.406783] printk: bootconsole [ns16550a0] disabled
[ 1.406783] printk: bootconsole [ns16550a0] disabled
[ 1.454895] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.464148] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.472417] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.485218] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.492424] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.498649] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.508900] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.517672] mmc0: CQHCI version 5.10
[ 1.523475] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.533449] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.545785] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.550782] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.557817] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.561490] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.563288] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.564004] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.582065] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.587997] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.593657] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.599952] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.605888] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.654905] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.654967] mmc0: Command Queue Engine enabled
[ 1.664204] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.666989] mmc0: new HS200 MMC card at address 0001
[ 1.675245] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.680513] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.692985] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.698442] mmcblk0: p1 p2 p3
[ 1.704651] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.708040] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.713902] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.719221] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.733024] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.739314] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.747456] mmc1: CQHCI version 5.10
[ 1.747480] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 1.758318] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 1.765550] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 1.773241] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 1.780549] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 1.787867] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 1.791965] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.814753] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.824229] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.042605] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.049650] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.058830] mmcblk1: p1 p2 p3
[ 4.896358] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 4.922895] Sending DHCP requests ., OK
[ 4.942728] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.168
[ 4.950459] IP-Config: Complete:
[ 4.953676] device=eth0, hwaddr=3c:e0:64:62:bd:0e, ipaddr=192.168.0.168, mask=255.255.255.0, gw=192.168.0.1
[ 4.963830] host=192.168.0.168, domain=ti.com, nis-domain=(none)
[ 4.970254] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 4.970258] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 4.990481] ALSA device list:
[ 4.993445] No soundcards found.
[ 5.018627] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.024785] devtmpfs: mounted
[ 5.028466] Freeing unused kernel memory: 1984K
[ 5.038958] Run /sbin/init as init process
[ 5.735982] systemd[1]: System time before build time, advancing clock.
[ 6.230363] NET: Registered PF_INET6 protocol family
[ 6.236790] Segment Routing with IPv6
[ 6.240460] In-situ OAM (IOAM) with IPv6
[ 6.318529] 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.350030] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.421654] systemd[1]: Hostname set to <j784s4-evm>.
[ 6.574914] random: crng init done
[ 6.596058] systemd-sysv-generator[192]: 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.630498] systemd[183]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.114318] 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.227022] 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.358389] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.415432] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.436266] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.460020] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.483828] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.507059] 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.531011] 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.555076] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.574948] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.594943] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.614948] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.664294] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.691032] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.717890] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.739083] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.764291] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.787882] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.811159] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.832314] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.858228] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.879086] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.900387] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.939118] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.961458] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.985371] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.007178] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.039150] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.062637] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.115239] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.137386] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.161523] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.219468] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.355653] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.416131] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.483509] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.549741] fuse: init (API version 7.37)
[ 8.695523] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.713841] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.745948] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.770311] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.777010] cryptodev: loading out-of-tree module taints kernel.
[ 8.788433] cryptodev: driver 1.12 loaded.
[ 8.791702] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.811351] 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.163850] systemd-journald[207]: 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.373301] audit: type=1334 audit(1651167748.640:2): prog-id=5 op=LOAD
[ 9.379930] audit: type=1334 audit(1651167748.648: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] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.930770] CAN device driver interface
[ 10.076650] PVR_K: 262: Device: 4e20000000.gpu
[ 10.081327] PVR_K: 262: Read BVNC 36.53.104.796 from HW device registers
[ 10.088246] PVR_K: 262: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 10.097115] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 10.106585] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 10.114778] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 10.122011] remoteproc remoteproc0: releasing 64800000.dsp
[ 10.127518] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 10.128804] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.134177] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 10.145849] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.153904] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 10.153968] remoteproc remoteproc1: releasing 65800000.dsp
[ 10.153974] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 10.154167] k3-dsp-rproc 66800000.dsp: device does not reserved memory regions, ret = -22
[ 10.154171] k3-dsp-rproc 66800000.dsp: reserved memory init failed, ret = -22
[ 10.160439] remoteproc remoteproc1: releasing 66800000.dsp
[ 10.167574] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 10.173038] k3-dsp-rproc: probe of 66800000.dsp failed with error -22
[ 10.173251] k3-dsp-rproc 67800000.dsp: device does not reserved memory regions, ret = -22
[ 10.179488] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 10.179498] remoteproc remoteproc0: releasing 41000000.r5f
[ 10.179507] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.179906] mc: Linux media interface: v0.10
[ 10.187689] k3-dsp-rproc 67800000.dsp: reserved memory init failed, ret = -22
[ 10.194868] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 10.267701] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 10.267745] remoteproc remoteproc1: releasing 67800000.dsp
[ 10.269342] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 10.269544] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 10.269549] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 10.269553] remoteproc remoteproc0: releasing 5c00000.r5f
[ 10.269558] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.269581] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 10.270818] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 10.271041] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 10.271045] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 10.271050] remoteproc remoteproc0: releasing 5e00000.r5f
[ 10.271054] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.271073] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 10.272327] platform 5900000.r5f: configured R5F for remoteproc mode
[ 10.272524] platform 5900000.r5f: device does not have reserved memory regions, ret = -22
[ 10.272528] k3_r5_rproc bus@100000:r5fss@5900000: reserved memory init failed, ret = -22
[ 10.272532] remoteproc remoteproc0: releasing 5900000.r5f
[ 10.272536] k3_r5_rproc bus@100000:r5fss@5900000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.272562] k3_r5_rproc: probe of bus@100000:r5fss@5900000 failed with error -22
[ 10.276040] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 10.281289] k3-dsp-rproc: probe of 67800000.dsp failed with error -22
[ 10.287489] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 10.413421] videodev: Linux video capture interface: v2.00
[ 10.421041] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.450995] m_can_platform 40528000.can: m_can device registered (irq=485, version=32)
[ 10.460263] m_can_platform 40568000.can: m_can device registered (irq=486, version=32)
[ 10.469324] m_can_platform 2761000.can: m_can device registered (irq=487, version=32)
[ 10.478213] m_can_platform 2771000.can: m_can device registered (irq=488, version=32)
[ 10.556077] j721e-pcie-host 2900000.pcie: Link up
[ 10.560979] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.567713] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.573220] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 10.582770] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 10.589779] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 10.596179] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.605976] pci 0000:00:00.0: supports D1
[ 10.610007] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.617650] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.626416] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 10.632510] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 10.639685] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 10.694837] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 10.706639] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 10.725608] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 10.757793] m_can_platform 2771000.can main_mcan7: renamed from can3
[ 10.807388] m_can_platform 2761000.can main_mcan6: renamed from can2
[ 10.814418] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 10.820186] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 10.832499] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 10.886366] Console: switching to colour frame buffer device 240x67
[ 10.914940] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 10.931731] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 10.937240] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 10.945074] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 10.955503] xhci-hcd xhci-hcd.0.auto: irq 492, io mem 0x06010000
[ 10.962123] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 10.967636] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 10.977060] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 10.986500] hub 1-0:1.0: USB hub found
[ 10.990306] hub 1-0:1.0: 1 port detected
[ 10.994940] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 11.003923] hub 2-0:1.0: USB hub found
[ 11.007714] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[ 11.250939] usb 1-1: new high-speed USB device number 2 using xhci-hcd
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.
[ 11.404295] hub 1-1:1.0: USB hub found
[ 11.408391] hub 1-1:1.0: 4 ports detected
[ 11.518743] systemd-journald[207]: Oldest entry in /run/log/journal/9e197f6553a04dda923f5b4044a91bac/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.530969] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 11.536825] systemd-journald[207]: /run/log/journal/9e197f6553a04dda923f5b4044a91bac/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 11.564234] hub 2-1:1.0: USB hub found
[ 11.568251] hub 2-1:1.0: 4 ports detected
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary 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.
[[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 Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[ 11.706916] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 11.774983] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Starting [0;1;39mWeston socket[0m...
[ 11.782002] pci 0000:00:00.0: BAR 14: assigned [mem 0x10100000-0x101fffff]
[ 11.793013] pci 0000:01:00.0: BAR 0: assigned [mem 0x10100000-0x10101fff 64bit]
[ 11.800381] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.805380] pci 0000:00:00.0: bridge window [mem 0x10100000-0x101fffff]
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 11.812522] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 11.824394] pcieport 0000:00:00.0: PME: Signaling with IRQ 498
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.830625] pcieport 0000:00:00.0: AER: enabled with IRQ 498
..
[ 11.842404] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 11.848860] hub 1-1.1:1.0: USB hub found
[ 11.849112] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.853984] hub 1-1.1:1.0: 4 ports detected
[ 11.861228] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.873666] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.882229] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[ 11.900201] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.945798] hub 2-1.1:1.0: USB hub found
[ 11.951565] hub 2-1.1:1.0: 4 ports detected
[ 11.990938] j721e-pcie-host 2910000.pcie: Link up
[ 11.995858] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 12.002592] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.008118] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 12.017860] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.024789] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.030917] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 12.039057] usb 2-1.2: new SuperSpeed USB device number 4 using xhci-hcd
[ 12.040727] pci 0001:00:00.0: supports D1
[ 12.051251] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 12.057029] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.063908] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.075611] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.077648] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 12.083781] pci 0001:01:00.0: [144d:a808] type 00 class 0x010802
[ 12.090453] scsi host0: usb-storage 2-1.2:1.0
[ 12.095953] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 12.107625] pci 0001:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 12.154934] usb 1-1.1.2: new high-speed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[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...
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 [ 12.321902] audit: type=1334 audit(1711111276.389:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 12.329786] audit: type=1334 audit(1711111276.397:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 12.343442] usb 2-1.1.4: new SuperSpeed USB device number 5 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[ 12.384908] hub 2-1.1.4:1.0: USB hub found
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[ 12.391963] hub 2-1.1.4:1.0: 4 ports detected
[[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] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
[ 12.566932] usb 1-1.1.4: new high-speed USB device number 5 using xhci-hcd
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mNetwork Configuration[0m...
[ 12.686306] hub 1-1.1.4:1.0: USB hub found
[ 12.692594] hub 1-1.1.4:1.0: 4 ports detected
[ 12.793813] usb 1-1.1.2: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 12.815648] usb 1-1.1.2: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile Syste[ 12.839410] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input0
m Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0[ 12.859174] usbcore: registered new interface driver uvcvideo
;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.999456] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[ 13.001740] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.004134] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.004204] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.029863] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.034916] usb 1-1.1.2: set resolution quirk: cval->res = 384
[ 13.035291] usbcore: registered new interface driver snd-usb-audio
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 13.120589] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 13.129445] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 13.137668] sd 0:0:0:0: [sda] Write Protect is off
[ 13.143223] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 13.247180] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch S[ 13.253941] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
tatus /dev/rfkill Watch[0m.
[ 13.266837] pci 0001:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 13.276323] pci 0001:01:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 13.283665] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.294059] pci 0001:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 13.301121] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[ 13.312681] pcieport 0001:00:00.0: PME: Signaling with IRQ 502
[ 13.318774] pcieport 0001:00:00.0: AER: enabled with IRQ 502
[ 13.324977] j721e-pcie-host 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
[ 13.332919] j721e-pcie-host 2930000.pcie: IO 0x4410001000..0x4410010fff -> 0x0000001000
[ 13.341451] j721e-pcie-host 2930000.pcie: MEM 0x4410011000..0x4417ffffff -> 0x0000011000
[ 13.349978] j721e-pcie-host 2930000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mSave/Restore Sound Card State[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[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.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 13.507958] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.510514] 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/root-mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 14.359063] j721e-pcie-host 2930000.pcie: PCI host bridge to bus 0002:00
[ 14.365778] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.371265] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 14.380297] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.390831] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.396831] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 14.399880] sda: sda1
[ 14.406610] pci 0002:00:00.0: supports D1
[ 14.409065] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 14.412828] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.412863] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 14.430914] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 14.442441] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.450741] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.457391] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
[ 14.465052] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.470448] pcieport 0002:00:00.0: PME: Signaling with IRQ 506
[ 14.476510] pcieport 0002:00:00.0: AER: enabled with IRQ 506
[ 14.712418] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.826544] xhci_hcd 0000:01:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
[ 14.835263] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 14.840508] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[ 14.853320] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 14.863383] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 14.868614] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 4
[ 14.876011] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 14.882761] hub 3-0:1.0: USB hub found
[ 14.883325] nvme nvme0: pci function 0001:01:00.0
[ 14.886545] hub 3-0:1.0: 4 ports detected
[ 14.887809] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.891334] nvme 0001:01:00.0: enabling device (0000 -> 0002)
[ 14.895551] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 14.905163] nvme nvme0: missing or invalid SUBNQN field.
[ 14.907953] hub 4-0:1.0: USB hub found
[ 14.916013] nvme nvme0: Shutdown timeout set to 8 seconds
[ 14.921142] hub 4-0:1.0: 4 ports detected
[ 14.946931] nvme nvme0: 8/0/0 default/read/poll queues
[ 14.957009] nvme0n1: p1 p2 p3
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[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] 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;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 15.915722] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 15.953416] usb-storage 4-2:1.0: USB Mass Storage device detected
[ 15.959793] scsi host1: usb-storage 4-2:1.0
[ 17.061249] scsi 1:0:0:0: Direct-Access USB3.0 FLASH DRIVE 1100 PQ: 0 ANSI: 6
[ 17.070042] sd 1:0:0:0: [sdb] 60868608 512-byte logical blocks: (31.2 GB/29.0 GiB)
[ 17.078109] sd 1:0:0:0: [sdb] Write Protect is off
[ 17.083386] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 17.094920] sdb: sdb1
[ 17.097578] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[[0;32m OK [0m] Found device [0;1;39mFLASH_DRIVE 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 1[0m.
Starting [0;1;39mFile System Check on /dev/nvme0n1p1[0m...
[ 17.693585] audit: type=1334 audit(1711111281.761:6): prog-id=9 op=LOAD
[ 17.700235] audit: type=1334 audit(1711111281.769:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 3[0m.
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 2[0m.
Starting [0;1;39mFile System Check on /dev/nvme0n1p2[0m...
Starting [0;1;39mFile System Check on /dev/nvme0n1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/sda1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p1[0m.
Mounting [0;1;39m/run/media/nvme0n1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p2[0m.
Mounting [0;1;39m/run/media/nvme0n1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p3[0m.
Mounting [0;1;39m/run/media/nvme0n1p3[0m...
[ 17.941377] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.945089] FAT-fs (nvme0n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.946424] FAT-fs (nvme0n1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.[ 17.974472] EXT2-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p3[0m.
[[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...
[ 19.040444] audit: type=1006 audit(1711111283.109:8): pid=1211 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 19.053069] audit: type=1300 audit(1711111283.109:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd79f5f18 a2=4 a3=ffffabfdd020 items=0 ppid=1 pid=1211 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)
[ 19.079624] audit: type=1327 audit(1711111283.109:8): proctitle="(systemd)"
[ 19.806672] ext2 filesystem being mounted at /run/media/sda1 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Found device [0;1;39mFLASH_DRIVE 1[0m.
Starting [0;1;39mFile System Check on /dev/sdb1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sdb1[0m.
Mounting [0;1;39m/run/media/sdb1[0m...
[ 20.242973] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sdb1[0m.
[[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[[ 20.336003] audit: type=1006 audit(1711111284.405:9): pid=1109 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
0m.
[ 20.349735] audit: type=1300 audit(1711111284.405:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd79f5f18 a2=4 a3=ffffabfdd020 items=0 ppid=1 pid=1109 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)
[ 20.376418] audit: type=1327 audit(1711111284.405:9): proctitle="(weston)"
[ 21.314786] PVR_K: 1109: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 21.358443] PVR_K: 1109: Shader binary image 'rgx.sh.36.53.104.796' loaded
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 21.952758] audit: type=1006 audit(1711111286.021:10): pid=1263 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.965219] audit: type=1300 audit(1711111286.021:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd79f5f18 a2=1 a3=ffffabfdd020 items=0 ppid=1 pid=1263 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)
7[r[999;999H[6nroot@j784s4-evm:~# ***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
uname -a
Linux j784s4-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am69_sk-fs-01/autofs/fc97ddcd1e271d8efddc05801b2212cc,nolock,v3,tcp,rsize=4096,wsize=4096
[ 41.738909] usb 1-1.1.3: new full-speed USB device number 6 using xhci-hcd
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-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: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j784s4-evm:~# [ 42.196074] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.3/0003:17EF:60F4.0001/input/input1
[ 42.270981] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.1.3/input3
grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j784s4-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27964
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324160 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 cnm
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 66 Mar 9 2018 j784s4-c71_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_2_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_2-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_2-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_3_release_strip.xe71.signed
lrwxrwxrwx 1 root root 66 Mar 9 2018 j784s4-c71_3-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71
lrwxrwxrwx 1 root root 73 Mar 9 2018 j784s4-c71_3-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_c7x_4_release_strip.xe71.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_0-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_0-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-main-r5f2_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-main-r5f2_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu4_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 j784s4-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j784s4-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j784s4/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-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 155648 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324160 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
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j784s4-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 55 0 440 12 0 0 0 0 0 32 12 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 26 0 0 0 0 0 44 26 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 34 0 0 0 0 0 56 34 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 9 0 0 0 0 0 28 9 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 12 0 0 0 0 0 40 12 0 0 0 0 0 0
31 5 mtdblock5 178 10 3360 126 0 0 0 0 0 108 126 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 14 0 0 0 0 0 36 14 0 0 0 0 0 0
179 0 mmcblk0 925 21 57740 723 1 0 8 0 0 332 724 0 0 0 0 0 0
179 1 mmcblk0p1 300 3 18801 220 0 0 0 0 0 200 220 0 0 0 0 0 0
179 2 mmcblk0p2 309 3 18801 218 0 0 0 0 0 200 218 0 0 0 0 0 0
179 3 mmcblk0p3 278 15 18938 267 1 0 8 0 0 216 268 0 0 0 0 0 0
179 32 mmcblk0boot0 170 0 3360 39 0 0 0 0 0 52 39 0 0 0 0 0 0
179 64 mmcblk0boot1 170 0 3360 25 0 0 0 0 0 44 25 0 0 0 0 0 0
179 96 mmcblk1 1084 79 59810 2873 2 0 16 3 0 812 2877 0 0 0 0 0 0
179 97 mmcblk1p1 304 13 18720 554 0 0 0 0 0 456 554 0 0 0 0 0 0
179 98 mmcblk1p2 271 33 19216 566 1 0 8 1 0 440 567 0 0 0 0 0 0
179 99 mmcblk1p3 472 33 20682 1721 1 0 8 2 0 488 1723 0 0 0 0 0 0
8 0 sda 267 7 18050 2318 1 0 8 1821 0 2336 4140 0 0 0 0 0 0
8 1 sda1 228 7 16842 1044 1 0 8 1821 0 1064 2866 0 0 0 0 0 0
259 0 nvme0n1 988 0 58242 101 0 0 0 0 0 144 101 0 0 0 0 0 0
259 1 nvme0n1p1 294 0 18801 29 0 0 0 0 0 80 29 0 0 0 0 0 0
259 2 nvme0n1p2 301 0 18801 32 0 0 0 0 0 80 32 0 0 0 0 0 0
259 3 nvme0n1p3 355 0 19440 37 0 0 0 0 0 84 37 0 0 0 0 0 0
8 16 sdb 224 30 15739 159 0 0 0 0 0 204 159 0 0 0 0 0 0
8 17 sdb1 187 30 15043 140 0 0 0 0 0 176 140 0 0 0 0 0 0
root@j784s4-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
11: 6160 6784 6134 5767 6123 6173 5939 5805 GICv3 30 Level arch_timer
14: 0 0 0 0 0 0 0 0 GICv3 23 Level arm-pmu
15: 2302 0 0 0 0 0 0 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 0 0 0 0 0 0 0 0 GICv3 884 Level 40b00000.i2c
17: 127 0 0 0 0 0 0 0 GICv3 885 Level 40b10000.i2c
18: 44 0 0 0 0 0 0 0 GICv3 232 Level 2000000.i2c
19: 8 0 0 0 0 0 0 0 GICv3 233 Level 2010000.i2c
68: 71482 0 0 0 0 29517 0 0 MSI-INTA 21495904 Level 46000000.ethernet-tx0
70: 115396 0 0 52028 0 0 0 0 MSI-INTA 21495906 Level 46000000.ethernet
88: 7137 0 0 0 0 0 0 0 MSI-INTA 20644718 Level 31150000.dma-controller chan0
89: 0 0 0 0 0 0 0 0 MSI-INTA 20644719 Level 31150000.dma-controller chan1
90: 0 0 0 0 0 0 0 0 MSI-INTA 20644720 Level 31150000.dma-controller chan2
91: 0 0 0 0 0 0 0 0 MSI-INTA 20644721 Level 31150000.dma-controller chan3
216: 726 0 0 0 0 0 0 0 GICv3 280 Level 2880000.serial
217: 2 0 0 0 0 0 0 0 GICv3 872 Level 47040000.spi
218: 0 0 0 0 0 0 0 0 GICv3 890 Level 46000000.ethernet
219: 0 0 0 0 0 0 0 0 INTR 391 Level 310d0000.cpts
220: 1493 0 0 0 0 0 0 0 GICv3 35 Level mmc0
321: 0 0 0 0 0 0 0 0 GPIO 0 Edge -davinci_gpio HPD
478: 2302 0 0 0 0 0 0 0 GICv3 36 Level mmc1
482: 157 0 0 0 0 0 0 0 GICv3 56 Level pvrsrvkm
483: 0 0 0 0 0 0 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
489: 0 0 0 0 0 0 0 0 GICv3 43 Level 4e10000.rng
490: 0 0 0 0 0 0 0 0 GICv3 646 Level mhdp8546
491: 1179 0 0 0 0 0 0 0 GICv3 634 Level tidss
492: 1737 0 0 0 0 0 0 0 GICv3 128 Level xhci-hcd:usb1
494: 0 0 0 0 0 0 0 0 GICv3 152 Level 6000000.usb
495: 0 0 0 0 0 0 0 0 GICv3 214 Level vpu_irq
496: 0 0 0 0 0 0 0 0 GICv3 215 Level vpu_irq
498: 0 0 0 0 0 0 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
499: 0 0 0 0 0 0 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
502: 0 0 0 0 0 0 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
503: 0 0 0 0 0 0 0 0 GICv3 386 Edge j721e-pcie-link-down-irq
506: 0 0 0 0 0 0 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
507: 0 0 0 978 0 0 20 0 ITS-MSI 524288 Edge xhci_hcd
508: 0 0 0 0 0 0 0 0 ITS-MSI 524289 Edge xhci_hcd
509: 0 0 0 0 0 0 0 0 ITS-MSI 524290 Edge xhci_hcd
510: 0 0 0 0 0 0 0 0 ITS-MSI 524291 Edge xhci_hcd
511: 0 0 0 0 0 0 0 0 ITS-MSI 524292 Edge xhci_hcd
512: 0 0 0 0 0 0 0 0 ITS-MSI 524293 Edge xhci_hcd
513: 0 0 0 0 0 0 0 0 ITS-MSI 524294 Edge xhci_hcd
514: 0 0 0 0 0 0 0 0 ITS-MSI 524295 Edge xhci_hcd
515: 0 0 0 21 0 0 0 0 ITS-MSI 134742016 Edge nvme0q0
516: 81 0 0 0 0 0 0 0 ITS-MSI 134742017 Edge nvme0q1
517: 0 143 0 0 0 0 0 0 ITS-MSI 134742018 Edge nvme0q2
518: 0 0 286 0 0 0 0 0 ITS-MSI 134742019 Edge nvme0q3
519: 0 0 0 67 0 0 0 0 ITS-MSI 134742020 Edge nvme0q4
520: 0 0 0 0 104 0 0 0 ITS-MSI 134742021 Edge nvme0q5
521: 0 0 0 0 0 43 0 0 ITS-MSI 134742022 Edge nvme0q6
522: 0 0 0 0 0 0 170 0 ITS-MSI 134742023 Edge nvme0q7
523: 0 0 0 0 0 0 0 41 ITS-MSI 134742024 Edge nvme0q8
IPI0: 2189 839 630 680 755 838 725 684 Rescheduling interrupts
IPI1: 33264 48885 48233 37225 45637 50204 47722 46381 Function call interrupts
IPI2: 0 0 0 0 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
IPI5: 12 6 9 6 4 15 10 4 IRQ work interrupts
IPI6: 0 0 0 0 0 0 0 0 CPU wake-up interrupts
Err: 0
root@j784s4-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
HI: 20 0 0 1 0 0 3 2
TIMER: 1338 1184 1163 1016 1115 1134 1023 1141
NET_TX: 7 1 0 0 0 0 0 0
NET_RX: 186098 1 13 52055 12 29549 16 18
BLOCK: 1258 0 0 26 0 0 0 0
IRQ_POLL: 0 0 0 0 0 0 0 0
TASKLET: 11763 1 4 963 2 1126 73 11
SCHED: 2370 2221 2016 1796 1880 1871 1860 1812
HRTIMER: 0 0 0 0 0 0 0 0
RCU: 4271 5108 4937 4661 4533 4645 4939 4545
root@j784s4-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j784s4-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j784s4-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.119
ti-test-extras - 1.0-r0.119
0
root@j784s4-evm:~# lsmod
Module Size Used by
overlay 122880 0
nvme 49152 3
nvme_core 94208 4 nvme
xhci_pci 20480 0
xhci_pci_renesas 16384 1 xhci_pci
pci_endpoint_test 20480 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
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
wave5 94208 0
xhci_plat_hcd 16384 0
cdns3 45056 0
videobuf2_dma_contig 20480 1 wave5
cdns_mhdp8546 40960 0
tidss 61440 4
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
cdns_usb_common 20480 1 cdns3
omap_rng 16384 0
v4l2_mem2mem 36864 1 wave5
drm_display_helper 139264 1 cdns_mhdp8546
ti_tfp410 16384 0
drm_dma_helper 20480 1 tidss
display_connector 16384 0
videobuf2_v4l2 32768 3 uvcvideo,v4l2_mem2mem,wave5
drm_kms_helper 184320 8 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
crct10dif_ce 16384 1
videobuf2_common 57344 7 videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
phy_can_transceiver 16384 4
videodev 245760 5 videobuf2_v4l2,uvcvideo,videobuf2_common,v4l2_mem2mem,wave5
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
pci_j721e_host 16384 0
m_can_platform 16384 0
mc 57344 6 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common,v4l2_mem2mem
sysimgblt 16384 1 drm_kms_helper
ti_k3_r5_remoteproc 28672 0
pci_j721e 16384 1 pci_j721e_host
ti_k3_dsp_remoteproc 16384 0
m_can 24576 1 m_can_platform
pvrsrvkm 1273856 21
fb_sys_fops 16384 1 drm_kms_helper
pcie_cadence_host 16384 1 pci_j721e_host
virtio_rpmsg_bus 20480 0
optee_rng 16384 0
can_dev 36864 1 m_can
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rpmsg_ns 16384 1 virtio_rpmsg_bus
k3_j72xx_bandgap 20480 0
rng_core 20480 2 optee_rng,omap_rng
cdns3_ti 16384 0
rti_wdt 16384 0
sa2ul 36864 0
cryptodev 53248 0
drm 561152 18 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 52
root@j784s4-evm:~# echo 'hello world'
hello world
root@j784s4-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:43 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
C 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 1009931 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.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
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
Loaded 1218859 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +0530)
SoC: J7200 SR2.0 GP
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 93 devices, 32 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: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +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=j7200
board_rev=E8
board_serial=0068
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=1
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:4b:10
eth2addr=70:ff:76:1e:4b:11
eth3addr=70:ff:76:1e:4b:12
eth4addr=70:ff:76:1e:4b:13
ethaddr=34:08:e1:59:e5:72
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97190
fdtfile=ti/k3-j7200-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 ${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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);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-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-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#=0000000000000068
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: 6539/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,32] 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.119 (1086 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
73912 bytes read in 17 ms (4.1 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 73912 bytes: Success!
73912 bytes read in 18 ms (3.9 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 73912 bytes: Failed!
=> 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=j7200
board_rev=E8
board_serial=0068
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=1
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:4b:10
eth2addr=70:ff:76:1e:4b:11
eth3addr=70:ff:76:1e:4b:12
eth4addr=70:ff:76:1e:4b:13
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:59:e5:72
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97190
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=120b8
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.119
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);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-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-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#=0000000000000068
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: 6703/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-evm/f307a72184fdfe2e6657284bf6a95e01
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.119
Filename 'vatf_j7200-evm/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
9.8 MiB/s
done
Bytes transferred = 19309056 (126a200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-evm/5dca97af293c729176a38b05841ba957
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.119
Filename 'vatf_j7200-evm/5dca97af293c729176a38b05841ba957'.
Load address: 0x88000000
Loading: *################################################## 67.9 KiB
7.4 MiB/s
done
Bytes transferred = 69564 (10fbc 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/j7200-evm/autofs/d15e9fd816feaa226e474fa31f503aae,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +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 = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e5:72
IP addr = 192.168.0.119
fdt_blob = 0x00000000fde97190
new_fdt = 0x00000000fde97190
fdt_size = 0x0000000000014c20
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[2] [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 = 0x00000000fde97180
sp start = 0x00000000fde97180
Early malloc usage: 3148 / 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 = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e5:72
IP addr = 192.168.0.119
fdt_blob = 0x00000000fde97190
new_fdt = 0x00000000fde97190
fdt_size = 0x0000000000014c20
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[2] [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 = 0x00000000fde97180
sp start = 0x00000000fde97180
Early malloc usage: 3148 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19376640 Image
533968 tiboot3.bin
533968 tiboot3-j7200-gp-evm.bin
536557 tiboot3-j7200-hs-evm.bin
536557 tiboot3-j7200-hs-fs-evm.bin
536557 tiboot3-j7200_sr2-hs-evm.bin
536557 tiboot3-j7200_sr2-hs-fs-evm.bin
1031931 tispl.bin
1186635 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
11 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 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> 67 j7200-main-r5f0_0-fw
<SYM> 74 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
<SYM> 74 j7200-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
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 30 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 000000008ffec000, end 000000008fffffbb ... OK
Working FDT set to 8ffec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments J7200 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 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] 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-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 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/j7200-evm/autofs/d15e9fd816feaa226e474fa31f503aae,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 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3897356K/4194304K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 264180K reserved, 32768K 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.008352] Console: colour dummy device 80x25
[ 0.012916] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023586] pid_max: default: 32768 minimum: 301
[ 0.028323] LSM: Security Framework initializing
[ 0.033102] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040677] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049474] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056876] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063144] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070531] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076848] rcu: Hierarchical SRCU implementation.
[ 0.081748] rcu: Max phase no-delay instances is 1000.
[ 0.087250] Platform MSI: msi-controller@1820000 domain created
[ 0.093407] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102767] EFI services will not be available.
[ 0.107503] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120667] Detected PIPT I-cache on CPU1
[ 0.120732] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120747] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120781] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120832] smp: Brought up 1 node, 2 CPUs
[ 0.150180] SMP: Total of 2 processors activated.
[ 0.154985] CPU features: detected: 32-bit EL0 Support
[ 0.160239] CPU features: detected: CRC32 instructions
[ 0.165517] CPU: All CPU(s) started at EL2
[ 0.169699] alternatives: applying system-wide alternatives
[ 0.176201] devtmpfs: initialized
[ 0.184215] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.194195] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201796] pinctrl core: initialized pinctrl subsystem
[ 0.207455] DMI not present or invalid.
[ 0.211702] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218297] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225613] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233646] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241774] audit: initializing netlink subsys (disabled)
[ 0.247374] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247569] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255296] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261449] cpuidle: using governor menu
[ 0.272193] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.279155] ASID allocator initialised with 65536 entries
[ 0.290886] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.301798] KASLR disabled due to lack of seed
[ 0.309208] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.316171] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.322580] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.329523] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.335948] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.342883] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.349285] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.356218] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.363402] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.372623] iommu: Default domain type: Translated
[ 0.377613] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.384138] SCSI subsystem initialized
[ 0.388132] usbcore: registered new interface driver usbfs
[ 0.393756] usbcore: registered new interface driver hub
[ 0.399191] usbcore: registered new device driver usb
[ 0.404530] pps_core: LinuxPPS API ver. 1 registered
[ 0.409602] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.418945] PTP clock support registered
[ 0.423019] EDAC MC: Ver: 3.0.0
[ 0.426681] FPGA manager framework
[ 0.430191] Advanced Linux Sound Architecture Driver Initialized.
[ 0.436838] clocksource: Switched to clocksource arch_sys_counter
[ 0.443200] VFS: Disk quotas dquot_6.6.0
[ 0.447233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.457188] NET: Registered PF_INET protocol family
[ 0.462582] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.471693] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.480453] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.488379] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.496612] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.505377] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.512221] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.519142] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.526579] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.532672] RPC: Registered named UNIX socket transport module.
[ 0.538731] RPC: Registered udp transport module.
[ 0.543534] RPC: Registered tcp transport module.
[ 0.548339] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.554922] NET: Registered PF_XDP protocol family
[ 0.559822] PCI: CLS 0 bytes, default 64
[ 0.564189] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.573287] Initialise system trusted keyrings
[ 0.577952] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.586627] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.592908] NFS: Registering the id_resolver key type
[ 0.598088] Key type id_resolver registered
[ 0.602359] Key type id_legacy registered
[ 0.606479] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.613329] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.640568] Key type asymmetric registered
[ 0.644752] Asymmetric key parser 'x509' registered
[ 0.649760] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.657407] io scheduler mq-deadline registered
[ 0.662040] io scheduler kyber registered
[ 0.667947] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.673957] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.679754] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.685931] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.691895] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.697865] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.703943] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.713066] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.724013] loop: module loaded
[ 0.727770] megasas: 07.719.03.00-rc1
[ 0.733009] tun: Universal TUN/TAP device driver, 1.6
[ 0.738543] VFIO - User Level meta-driver version: 0.3
[ 0.744158] usbcore: registered new interface driver usb-storage
[ 0.750631] i2c_dev: i2c /dev entries driver
[ 0.755575] sdhci: Secure Digital Host Controller Interface driver
[ 0.761909] sdhci: Copyright(c) Pierre Ossman
[ 0.766459] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.772503] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.778723] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.785437] usbcore: registered new interface driver usbhid
[ 0.791132] usbhid: USB HID core driver
[ 0.795539] 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.800102] optee: revision 4.0 (2a5b1d12)
[ 0.816530] optee: dynamic shared memory is enabled
[ 0.825923] optee: initialized driver
[ 0.830722] Initializing XFRM netlink socket
[ 0.835111] NET: Registered PF_PACKET protocol family
[ 0.840308] Key type dns_resolver registered
[ 0.844881] registered taskstats version 1
[ 0.849078] Loading compiled-in X.509 certificates
[ 0.860084] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 0.889010] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.895355] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.902191] pca953x 1-0021: using no AI
[ 0.929252] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.936060] pca953x 1-0020: using no AI
[ 0.940611] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.947423] pca953x 1-0022: using AI
[ 0.951701] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 0.957830] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 0.964654] pca953x 2-0020: using no AI
[ 0.989155] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.994931] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.003468] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.012796] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.021386] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.032237] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.042133] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.048895] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.058639] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.068800] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.075559] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.083153] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.090807] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.100508] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.109981] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.118827] printk: console [ttyS2] enabled
[ 1.118827] printk: console [ttyS2] enabled
[ 1.127271] printk: bootconsole [ns16550a0] disabled
[ 1.127271] printk: bootconsole [ns16550a0] disabled
[ 1.137684] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.147469] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.192849] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.201693] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.209968] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.222807] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.230015] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.236201] pps pps0: new PPS source ptp0
[ 1.240350] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.250628] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.261847] mmc0: CQHCI version 5.10
[ 1.262247] gpio-mux mux-controller: 2-way mux-controller registered
[ 1.300863] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.392283] mmc0: Command Queue Engine enabled
[ 1.396772] mmc0: new HS400 MMC card at address 0001
[ 1.402430] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.408682] mmcblk0: p1 p2 p3
[ 1.412373] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.418387] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.424589] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.515124] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.521895] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-03-22T12:41:26 UTC (1711111286)
[ 1.680054] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.687047] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.696135] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.707630] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.722028] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.727089] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.734147] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.739680] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.746226] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.752437] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.758904] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.765044] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.771599] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.777795] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.785191] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.832865] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.842028] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.850337] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.863269] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.870517] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.876809] pps pps0: new PPS source ptp1
[ 1.880986] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.891418] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.900542] mmc1: CQHCI version 5.10
[ 1.900691] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.945169] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.962984] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.972486] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.024030] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.031354] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.040357] mmcblk1: p1 p2 p3
[ 6.082056] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.104856] Sending DHCP requests ., OK
[ 6.124710] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.119
[ 6.132471] IP-Config: Complete:
[ 6.135704] device=eth0, hwaddr=34:08:e1:59:e5:72, ipaddr=192.168.0.119, mask=255.255.255.0, gw=192.168.0.1
[ 6.145873] host=192.168.0.119, domain=ti.com, nis-domain=(none)
[ 6.152309] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.152316] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.168679] ALSA device list:
[ 6.171670] No soundcards found.
[ 6.216549] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.222788] devtmpfs: mounted
[ 6.227230] Freeing unused kernel memory: 1984K
[ 6.236980] Run /sbin/init as init process
[ 6.809120] NET: Registered PF_INET6 protocol family
[ 6.816142] Segment Routing with IPv6
[ 6.819833] In-situ OAM (IOAM) with IPv6
[ 6.931363] 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.963194] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.031160] systemd[1]: Hostname set to <j7200-evm>.
[ 7.142906] systemd[136]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.158736] systemd-sysv-generator[145]: 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.204878] random: crng init done
[ 7.527301] 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.596138] 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.665348] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.716085] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.738657] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.763158] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.787322] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.809265] 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.833174] 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.857202] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.873003] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.892971] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.909003] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.960412] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.981100] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.008519] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.029287] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.054127] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.077978] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.101602] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.118113] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.142974] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.165407] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.185832] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.237241] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.258138] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.301240] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.317454] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.365305] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.387621] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.413419] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.433592] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.456864] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.498519] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.514167] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.542388] fuse: init (API version 7.37)
[ 8.561634] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.588696] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.608997] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.637969] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 8.649672] cryptodev: loading out-of-tree module taints kernel.
[0m...
[ 8.657683] cryptodev: driver 1.12 loaded.
[ 8.681618] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.721364] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.741389] 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;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...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.077191] systemd-journald[159]: Received client request to flush runtime journal.
[[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.286278] audit: type=1334 audit(1711111294.260:2): prog-id=5 op=LOAD
[ 9.293571] audit: type=1334 audit(1711111294.268: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.
[ 9.823299] CAN device driver interface
[[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.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 9.877418] systemd-journald[159]: Time jumped backwards, rotating.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 9.919119] ti-udma 285c0000.dma-controller: chan1: is running!
[[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.946989] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
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...
[ 10.035753] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.044813] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.053618] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
[ 10.144599] m_can_platform 2701000.can: m_can device registered (irq=684, version=32)
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.164924] j721e-pcie-host 2910000.pcie: Link up
[ 10.175624] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 10.183800] m_can_platform 40528000.can: m_can device registered (irq=685, version=32)
..
[ 10.200356] m_can_platform 40568000.can: m_can device registered (irq=686, version=32)
[ 10.212246] m_can_platform 2731000.can: m_can device registered (irq=687, version=32)
[[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.
[ 10.252587] pci_bus 0000:00: root bus resource [bus 00-ff]
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.267489] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via[ 10.279229] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
kexec[0m.
[ 10.283717] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.291373] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 10.338270] pci 0000:00:00.0: supports D1
[ 10.351665] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.371571] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 10.381717] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 10.416339] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.425868] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
[ 10.436619] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 10.448617] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 10.514258] platform 41000000.r5f: configured R5F for 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.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 10.608513] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
[ 10.668297] remoteproc remoteproc0: 41000000.r5f is available
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[ 10.693235] remoteproc remoteproc0: attaching to 41000000.r5f
[ 10.706147] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.713183] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[[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 [ 10.747219] audit: type=1334 audit(1711111295.152:4): prog-id=7 op=LOAD
[ 10.754347] virtio_rpmsg_bus virtio0: rpmsg host is online
daemon using ipsec.conf[0m.
Starting [0;1;39mUser Login Management[0m...[ 10.764904] audit: type=1334 audit(1711111295.168:5): prog-id=8 op=LOAD
[ 10.773376] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.775530] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.783340] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 10.790935] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 10.811330] platform 5c00000.r5f: configured R5F for IPC-only mode
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[ 10.829295] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Fi[ 10.850010] remoteproc remoteproc1: 5c00000.r5f is available
ltering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 10.872434] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.879560] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.887154] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.909741] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.914500] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.915718] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.923543] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.931447] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.485031] m_can_platform 2701000.can main_mcan0: renamed from can0
[ 11.515098] m_can_platform 40528000.can mcu_mcan0: renamed from can1
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 11.585747] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.618682] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.625503] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 11.647145] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 11.654161] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
[ 11.661541] pci 0000:00:00.0: PCI bridge to [bus 01]
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.709064] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.726288] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[ 11.736699] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 11.745647] pcieport 0000:00:00.0: PME: Signaling with IRQ 694
[ 11.761759] pcieport 0000:00:00.0: AER: enabled with IRQ 694
[ 11.829238] m_can_platform 40568000.can mcu_mcan1: renamed from can2
[ 11.876766] m_can_platform 2731000.can main_mcan3: renamed from can3
[ 11.923115] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
[ 11.928890] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 1
[ 11.936807] xhci-hcd xhci-hcd.12.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 11.946354] xhci-hcd xhci-hcd.12.auto: irq 688, io mem 0x06010000
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch S[ 11.953395] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
tatus /dev/rfkill Watch[0m.
[ 11.964072] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 2
[ 11.974054] xhci-hcd xhci-hcd.12.auto: Host supports USB 3.0 SuperSpeed
[ 12.005247] hub 1-0:1.0: USB hub found
[ 12.017054] hub 1-0:1.0: 1 port detected
[ 12.022297] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.030823] hub 2-0:1.0: USB hub found
[ 12.034836] hub 2-0:1.0: 1 port detected
[ 12.191494] Intel(R) Wireless WiFi driver for Linux
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...[ 12.238952] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 12.415347] iwlwifi 0000:01:00.0: WRT: Overriding region id 0
[ 12.421188] iwlwifi 0000:01:00.0: WRT: Overriding region id 1
[ 12.432885] iwlwifi 0000:01:00.0: WRT: Overriding region id 2
[ 12.442336] iwlwifi 0000:01:00.0: WRT: Overriding region id 3
[ 12.453004] iwlwifi 0000:01:00.0: WRT: Overriding region id 4
[ 12.465261] iwlwifi 0000:01:00.0: WRT: Overriding region id 6
[ 12.472881] iwlwifi 0000:01:00.0: WRT: Overriding region id 8
[ 12.484873] iwlwifi 0000:01:00.0: WRT: Overriding region id 9
[ 12.491725] iwlwifi 0000:01:00.0: WRT: Overriding region id 10
[ 12.503059] iwlwifi 0000:01:00.0: WRT: Overriding region id 11
[ 12.511252] iwlwifi 0000:01:00.0: WRT: Overriding region id 15
[ 12.519690] iwlwifi 0000:01:00.0: WRT: Overriding region id 16
[ 12.532883] iwlwifi 0000:01:00.0: WRT: Overriding region id 18
[ 12.538758] iwlwifi 0000:01:00.0: WRT: Overriding region id 19
[ 12.544697] iwlwifi 0000:01:00.0: WRT: Overriding region id 20
[ 12.556894] iwlwifi 0000:01:00.0: WRT: Overriding region id 21
[ 12.562782] iwlwifi 0000:01:00.0: WRT: Overriding region id 28
[ 12.578482] iwlwifi 0000:01:00.0: loaded firmware version 46.ff18e32a.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[ 12.649204] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 12.761530] iwlwifi 0000:01:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x321
[ 12.772928] thermal thermal_zone3: failed to read out thermal zone (-61)
[ 12.839292] iwlwifi 0000:01:00.0: base HW address: fc:44:82:a8:97:83, OTP minor version: 0x4
[ 12.928112] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
Starting [0;1;39mLoad/Save RF Kill Switch Status[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] Started [0;1;39mLoad/Save RF Kill Switch Status[0m.
[[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...
[ 13.375939] usbcore: registered new interface driver cdc_ether
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 13.689555] cdc_ncm 1-1:2.0: MAC-Address: 08:26:ae:30:11:7f
[ 13.709272] cdc_ncm 1-1:2.0: setting rx_max = 16384
[ 13.733390] cdc_ncm 1-1:2.0: setting tx_max = 16384
[ 13.768067] cdc_ncm 1-1:2.0 eth1: register 'cdc_ncm' at usb-xhci-hcd.12.auto-1, CDC NCM (NO ZLP), 08:26:ae:30:11:7f
[ 13.778705] usbcore: registered new interface driver cdc_ncm
[ 14.228089] audit: type=1334 audit(1711111298.632:6): prog-id=9 op=LOAD
[ 14.241503] audit: type=1334 audit(1711111298.648:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[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...
[ 15.002329] audit: type=1006 audit(1711111299.408:8): pid=759 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.024382] audit: type=1300 audit(1711111299.408:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd7a84b58 a2=4 a3=0 items=0 ppid=1 pid=759 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)
[ 15.056608] audit: type=1327 audit(1711111299.408:8): proctitle="(systemd)"
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[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.
[ 15.703911] audit: type=1006 audit(1711111300.108:9): pid=638 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.721088] audit: type=1300 audit(1711111300.108:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd7a84b58 a2=4 a3=0 items=0 ppid=1 pid=638 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)
[ 15.758039] audit: type=1327 audit(1711111300.108:9): proctitle="(weston)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[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] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[[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.
[[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] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 16.326926] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[ 16.392455] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 16.413788] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 19.808579] audit: type=1006 audit(1711111304.212:10): pid=1267 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.822378] audit: type=1300 audit(1711111304.212:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd7a84b58 a2=1 a3=0 items=0 ppid=1 pid=1267 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.848424] audit: type=1327 audit(1711111304.212:10): proctitle="(systemd)"
[ 19.856015] audit: type=1334 audit(1711111304.228:11): prog-id=11 op=LOAD
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-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/j7200-evm/autofs/d15e9fd816feaa226e474fa31f503aae,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27364
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324344 Mar 9 2018 bl32.elf
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 67 Mar 1 01:58 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 1 01:58 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 1 01:58 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-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 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324344 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@j7200-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 796 2 51434 396 3 0 3 0 0 564 397 0 0 0 0 0 0
179 1 mmcblk0p1 245 0 16716 133 1 0 1 0 0 248 133 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 104 1 0 1 0 0 264 105 0 0 0 0 0 0
179 3 mmcblk0p3 253 2 16787 146 1 0 1 0 0 240 146 0 0 0 0 0 0
179 32 mmcblk0boot0 68 0 1344 28 0 0 0 0 0 68 28 0 0 0 0 0 0
179 64 mmcblk0boot1 69 0 1344 23 0 0 0 0 0 36 23 0 0 0 0 0 0
31 0 mtdblock0 26 0 208 6 0 0 0 0 0 16 6 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 17 0 0 0 0 0 44 17 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 16 0 0 0 0 0 40 16 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 5 0 0 0 0 0 12 5 0 0 0 0 0 0
31 4 mtdblock4 20 0 160 5 0 0 0 0 0 12 5 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 23 0 0 0 0 0 52 23 0 0 0 0 0 0
31 6 mtdblock6 20 0 160 5 0 0 0 0 0 12 5 0 0 0 0 0 0
179 96 mmcblk1 832 69 52637 1626 3 0 17 5 0 976 1631 0 0 0 0 0 0
179 97 mmcblk1p1 265 1 16673 371 1 0 1 1 0 484 372 0 0 0 0 0 0
179 98 mmcblk1p2 220 36 17218 379 1 0 8 0 0 452 380 0 0 0 0 0 0
179 99 mmcblk1p3 309 32 17546 830 1 0 8 3 0 492 833 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4917 6067 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3528 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6608 0 GICv3 928 Level 42120000.i2c
17: 66 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 51568 0 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 68607 382 MSI-INTA 15401058 Level 46000000.ethernet
22: 0 0 MSI-INTA 15401059 Level 285c0000.dma-controller chan0
23: 0 0 MSI-INTA 15401060 Level 285c0000.dma-controller chan1
24: 0 0 MSI-INTA 15401061 Level 285c0000.dma-controller chan2
51: 2232 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 666 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1199 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 4 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1768 0 GICv3 36 Level mmc1
679: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
682: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
688: 51 0 GICv3 128 Level xhci-hcd:usb1
690: 1 0 GICv3 152 Level 6000000.usb
694: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
695: 0 31 ITS-MSI 524288 Edge iwlwifi:default_queue
696: 0 0 ITS-MSI 524289 Edge iwlwifi:queue_1
697: 0 0 ITS-MSI 524290 Edge iwlwifi:queue_2
698: 11 0 ITS-MSI 524291 Edge iwlwifi:exception
IPI0: 2857 9839 Rescheduling interrupts
IPI1: 6096 15263 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: 353 360 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 23 8
TIMER: 1792 2066
NET_TX: 6 2
NET_RX: 108893 444
BLOCK: 925 0
IRQ_POLL: 0 0
TASKLET: 4393 43
SCHED: 2645 2816
HRTIMER: 0 0
RCU: 9690 11421
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# lsmod
Module Size Used by
cdc_ncm 28672 0
cdc_ether 16384 1 cdc_ncm
usbnet 36864 2 cdc_ncm,cdc_ether
mii 20480 1 usbnet
overlay 122880 0
iwlmvm 344064 0
mac80211 548864 1 iwlmvm
libarc4 16384 1 mac80211
iwlwifi 311296 1 iwlmvm
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
xhci_plat_hcd 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
cdns3 45056 0
cfg80211 389120 3 iwlmvm,iwlwifi,mac80211
rfkill 24576 3 iwlmvm,cfg80211
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
phy_can_transceiver 16384 4
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
k3_j72xx_bandgap 20480 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
cdns3_ti 16384 0
sa2ul 36864 0
m_can_platform 16384 0
m_can 24576 1 m_can_platform
can_dev 36864 1 m_can
optee_rng 16384 0
rng_core 20480 1 optee_rng
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:43 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.3--v09.02.03 (Kool Koala)')
Trying to boot from UART
CLoaded 1009931 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.2.3--v09.02.03 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 1
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.3--v09.02.03 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1218859 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 93 devices, 32 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: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +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=j7200
board_rev=E8
board_serial=0134
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=1
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:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97190
fdtfile=ti/k3-j7200-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 ${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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);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-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-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#=0000000000000134
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: 6539/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,32] 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.227 (1024 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
675124 bytes read in 25 ms (25.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 675124 bytes: Success!
76648 bytes read in 18 ms (4.1 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 76648 bytes: Failed!
=> 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=j7200
board_rev=E8
board_serial=0134
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=1
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:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97190
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=12b68
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.227
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);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-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-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#=0000000000000134
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: 6703/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/j7200-hsevm/autofs/d15e9fd816feaa226e474fa31f503aae,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j7200-hsevm/fc311e50d7d23f99d33c9d7f49e1d14e
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.227
Filename 'vatf_j7200-hsevm/fc311e50d7d23f99d33c9d7f49e1d14e'.
Load address: 0x90000000
Loading: *################################################## 7.9 MiB
13.9 MiB/s
done
Bytes transferred = 8288706 (7e79c2 hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:02:59 +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 = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde97190
new_fdt = 0x00000000fde97190
fdt_size = 0x0000000000014c20
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[2] [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 = 0x00000000fde97180
sp start = 0x00000000fde97180
Early malloc usage: 3148 / 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 = 0x00000000ffecc000
reloc off = 0x000000007f6cc000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde97190
new_fdt = 0x00000000fde97190
fdt_size = 0x0000000000014c20
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 = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa47fffff], 0x06000000 bytes flags: 4
reserved[1] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[2] [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 = 0x00000000fde97180
sp start = 0x00000000fde97180
Early malloc usage: 3148 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
531113 tiboot3.bin
976003 tispl.bin
1180291 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 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 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> 65 j7200-main-r5f0_0-fw
<SYM> 72 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
<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=j7200
board_rev=E8
board_serial=0134
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/j7200-hsevm/autofs/d15e9fd816feaa226e474fa31f503aae,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=1
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:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97190
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=7e79c2
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.227
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);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-j7200-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/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-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#=0000000000000134
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: 6932/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.69+gitAUTOINC+77aa27cbdc/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8202532 Bytes = 7.8 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: ee6694b810e1607e7e6ed2d31c5cffc2aeeb4553147a3afd710db8c67a54f82f57df2b3d841db2a1a7f5466094924f3cee63a26366203a2879a9c35f2556d16a
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907d2b5c
Data Size: 69564 Bytes = 67.9 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: a5c47b44fd593a8b579afb5d9cc8fd8bd6aaa80c067bdf608b60fb41fd228964137a9cea27c2a771380b658f9d1b86b1f7ee0c6d390917ad4c9ec65004b0f8b5
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e3c3c
Data Size: 3410 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 58aa8cc5d055557561992145da9a676be44e39ea33666634d62f5dbe95cbc79fca5e96ff1c572515a7939a32b7ae04cd069a3d25cc3c6c5469bc2442c3fa485a
Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e4ab0
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907e4ee8
Data Size: 3263 Bytes = 3.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: d792ed315653083673fd305f0c04c09e3fba91d95fd812527a77f92d9a58e7af7b8c6bf50d4d18234507097a4eff768808ce43e317d06891866d66ec1241bd40
Default Configuration: 'conf-ti_k3-j7200-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j7200-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j7200-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a262d41423103f2ebc2c7398dc5b2c64465b6bb29ae0c051408b55b992dacfc4da3e01d37c15a2e58b3c2fd994a8e480f36ebeb36e82de082abeb944495b73de98806b5fa56b2c6ebdd7aa123f0322175bbf26ee2d6539c79a3c154bb40c2cb0d7c66c29090988158a8f72cd0cb0c814aa4cb72c4a6c2b708eaf29528640d1a0c90b322a631c71c5a7a7643457761b67943d1b61f802b31af0f69ca4735e15f6618c264032f37b05cb392b8cf0c2f09f9323634a1aed83fa6fb204fb88ecf8784946fd26be94367e68f2f39f734d94dafd4c0d4220fee1736a4e28065b89ebef5edb1fb2276170ff10cc01d0222d3b974de5264392dd758bd8629c276d3ded7b521ac69a34bbd4fca5bb3088d9a79664edce72874c45a5f5c04a91e63ca0672179087952bbef0c3c3a5ea459418a206641feb0086ba6700426c87af5bf31e855983d22727e0bfb68eeb272c6dc1a25c2ad095ea2e2b32914689a6332785ed3a92c30c86608cf96e654b3bc492d6c91947528f3dac394f4ab79910652f986d5c77e9958c0a1989a295da681a0458a172a3604d8b7051d989fd51231584cb067de9ccea5d54a668454cf21164e8738a512b800be68460fe56dfb3709c11eb83d4b6d29c656a1a9c58d15641269e5c1f8faddb8d86b8a957a53481a88f6e9fdde8fdf176f584848054a654d9254b0d75e52f9a8ea6ed9e707729a2f650a5f41f2f5
Configuration 1 (conf-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a0521d2f95ff0027c8f8a3a1e9c0fbea99256414612493ac89e8ab9427fd67af53373571c2f9a66570eecbe49daebb91892b269b1b5b364d6556bbbe301c17cd0e70b299684bb85663e7e8d858883f2682f1d0054e8ed7b047b5aeb152416106e93a1292f2031046604abdea41c4c0bb32c6b11225289962533fc4428c408ec9aec84d43ae91bb672735b8e4520d330ce3d0f25091fedcc24933c5328b8b5e300503a5f085f07cfe81dc916ed18d46d3e7fc5d426611c311b497c677376d1fdf5694e510bc74cb330b93aa3a49ee2e89fbc2134b750aa6c8448ade0bc8b3e57da9ac86cb9a788ffdd58f576bf33987d8ea0bb718bf51a026c5ee15e1135c454c5de74ef935735cfa81389cdd7b69817f94e3025628e8a2173f4eebf23a238fa5cf4836f04a675b53ae30276470356f1f984ce1a15ce30f441f5465efe84011eef0b536cb914d2f8c41c8780a45cdff341ea1b5150321cba38e9db881f8363cc72d036ca47aa57d2c6e20fb4ba9ce95fc16a5b67885fe4f8af4b655c0705e81dd17ffcc8ea6423187ca8d7bbd9433be541dce62f0d63f8165bcdd0fae40ff4bf90b8d2f32cf4bf0a5ab96a94752e43cf0221571b963336e9f92740ce03d99793d79be8c17890335eefa3bfc83ced2a495552419cc2daeb7c78f158a894061308e8c1883f9a91a7cf574a830cbde65a1649be76b7f4950ba224575c0511415f657
Configuration 2 (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: 04d1674d2db03b3ee129fe2db9c48058bc8de0f8e42f999998330e284b1e39ebabcc9bf99713e52dc9fc3808fee749bd5c968d08a6a509fa565374d9c49f4206127623fae02034790dd99c8b4ec68c0a7a46b546d875ab0eec185e89d644f2dc9e0821a07492f633e46a4929d4e50396ad48bb9671c0e557574039106ce5ef10f51b6dd4920d559f0b2d516f15dbe5a55934af6081b21af876fd444c2aba32fe0ae6ec2f0ea93e9da24796097f134fed3390729e6ee9d061d219272ef446dd2a2269a006fa1f919bea3355c7c4fd55be67d845caf2bac2884f9bc188c9fea93f95b85c878796558e6c6667bc6655e62a4659ba2760ecd99c5d8f40fbede0b49e314f6c3899fd4418c0548bfc3a3259cf1709d6d077433630b5d623966c0ec1678cdd6f84fcbd47ecaaa32dbd7dae4e6c3dd4f0dead1e55fb250fcdabc970848b98cc36450483bff84315fff220be3d96d32cd37d5a722b7a0cc050905c1ea57f47ddc4c7ca596a82c08c8075ff919dbf6e25cd9e66e3d9ebbf7428012ae99f01e6e287fc2c240db5cb2cfc3d2f978caee749474d88fb2717b18a632e70e8a478c84b1ad79bf460543b83276d3de24933c15b9ec1cfb3d5daae8135457bc66a786bdad27324287491218b5c16bb3f22311b1185381049e8966609d6ce41cc4ec7192d881b0efe71d7277b81137d81daab0ef6b411fe1325d0a6654c2c6be01cdc
Configuration 3 (conf-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b9862bc9500f86a26b8af7343c95fe0c87ce454b0c65a5d76351e5ef4b61147fd37906ddf4e2ecee998628ce367b579e1cdbb56555b2315f429666b2a604f5e7f44a7851dcaffc5a5d98acf6efbbeb9c3fe6e24440e17cf5123be964603ccebaa5658c2c2b3cdab8e6c552ce306c96504343e99ce70a594ba2ddbafa44d649699a3b283aab1db11f8f2cb08600c81c981f2e94989df4005900d1cec818a6408957c3bcd157cbed08cafe555d42f48d2cc2b2f1cebd82ab5729b3344e266247402e03d2b9371505ea6ee7eae24817f031072f9eb0e47b53f9cf751f4a1f920b2d4b1bc4180abe3fc1600a67a7f9d7460a6529e0e7fdfe877a71c765249c54a158b39f4de56d2943ff19a3d836abf878344bfad3acc71cb5a016677e244b609fc3f1492cde5609b7b821f7d3d2834fa8a6f7a376a7074fb5dd15f63bda37de42ac4affe01af51cf860b03c4e14f9fc6618d97b1f2fb1487120c79b5d5816d6d60e33c93428a37ea3b80c4df1574c13e95d346250bcb8c8223d29a4e00cbb65b17bba67d0e4f5b75f0ff67ccc04b694e02dffc65adee9dd99a8c6cba270acd16e85b13489a6644526189b5e6ff8d6a5069ab1824352be9eb569b6b7b35dc602e54b70c2cf5dcac221a44eb8b3bf0a686d6fb8199fe2c1d08cf0bbb4d9e8bfd4e847615f82ad58533326ec110efd327ab2d38650a98f6bf5a319fe17f26fcb72c57b
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-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: 8202532 Bytes = 7.8 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: ee6694b810e1607e7e6ed2d31c5cffc2aeeb4553147a3afd710db8c67a54f82f57df2b3d841db2a1a7f5466094924f3cee63a26366203a2879a9c35f2556d16a
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j7200-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x907d2b5c
Data Size: 69564 Bytes = 67.9 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: a5c47b44fd593a8b579afb5d9cc8fd8bd6aaa80c067bdf608b60fb41fd228964137a9cea27c2a771380b658f9d1b86b1f7ee0c6d390917ad4c9ec65004b0f8b5
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x907d2b5c to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffec000, end 000000008fffffbb ... OK
Working FDT set to 8ffec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024
[ 0.000000] Machine model: Texas Instruments J7200 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 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] 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-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 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/j7200-hsevm/autofs/d15e9fd816feaa226e474fa31f503aae,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 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3897352K/4194304K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 264184K reserved, 32768K 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.008346] Console: colour dummy device 80x25
[ 0.012909] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023579] pid_max: default: 32768 minimum: 301
[ 0.028317] LSM: Security Framework initializing
[ 0.033097] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040674] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049468] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056869] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063135] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070521] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076840] rcu: Hierarchical SRCU implementation.
[ 0.081740] rcu: Max phase no-delay instances is 1000.
[ 0.087245] Platform MSI: msi-controller@1820000 domain created
[ 0.093394] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102756] EFI services will not be available.
[ 0.107490] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120654] Detected PIPT I-cache on CPU1
[ 0.120721] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120736] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120767] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120815] smp: Brought up 1 node, 2 CPUs
[ 0.150165] SMP: Total of 2 processors activated.
[ 0.154970] CPU features: detected: 32-bit EL0 Support
[ 0.160224] CPU features: detected: CRC32 instructions
[ 0.165500] CPU: All CPU(s) started at EL2
[ 0.169683] alternatives: applying system-wide alternatives
[ 0.176196] devtmpfs: initialized
[ 0.184262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.194241] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201839] pinctrl core: initialized pinctrl subsystem
[ 0.207495] DMI not present or invalid.
[ 0.211746] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218340] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225656] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233689] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241816] audit: initializing netlink subsys (disabled)
[ 0.247414] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247604] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255338] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261490] cpuidle: using governor menu
[ 0.272232] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.279193] ASID allocator initialised with 65536 entries
[ 0.290850] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.301767] KASLR disabled due to lack of seed
[ 0.309168] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.316129] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.322536] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.329481] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.335909] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.342843] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.349245] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.356179] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.363350] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.372587] iommu: Default domain type: Translated
[ 0.377576] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.384104] SCSI subsystem initialized
[ 0.388093] usbcore: registered new interface driver usbfs
[ 0.393714] usbcore: registered new interface driver hub
[ 0.399150] usbcore: registered new device driver usb
[ 0.404487] pps_core: LinuxPPS API ver. 1 registered
[ 0.409560] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.418902] PTP clock support registered
[ 0.422972] EDAC MC: Ver: 3.0.0
[ 0.426628] FPGA manager framework
[ 0.430140] Advanced Linux Sound Architecture Driver Initialized.
[ 0.436791] clocksource: Switched to clocksource arch_sys_counter
[ 0.443156] VFS: Disk quotas dquot_6.6.0
[ 0.447187] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.457131] NET: Registered PF_INET protocol family
[ 0.462512] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.471660] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.480420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.488346] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.496578] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.505347] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.512193] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.519117] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.526558] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.532644] RPC: Registered named UNIX socket transport module.
[ 0.538703] RPC: Registered udp transport module.
[ 0.543506] RPC: Registered tcp transport module.
[ 0.548311] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.554894] NET: Registered PF_XDP protocol family
[ 0.559795] PCI: CLS 0 bytes, default 64
[ 0.564169] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.573258] Initialise system trusted keyrings
[ 0.577931] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.586616] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.592893] NFS: Registering the id_resolver key type
[ 0.598071] Key type id_resolver registered
[ 0.602342] Key type id_legacy registered
[ 0.606463] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.613311] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.640023] Key type asymmetric registered
[ 0.644207] Asymmetric key parser 'x509' registered
[ 0.649218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.656869] io scheduler mq-deadline registered
[ 0.661503] io scheduler kyber registered
[ 0.667393] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.673417] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.679216] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.685398] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.691346] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.697315] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.703393] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.712360] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.723289] loop: module loaded
[ 0.727077] megasas: 07.719.03.00-rc1
[ 0.732278] tun: Universal TUN/TAP device driver, 1.6
[ 0.737803] VFIO - User Level meta-driver version: 0.3
[ 0.743429] usbcore: registered new interface driver usb-storage
[ 0.749863] i2c_dev: i2c /dev entries driver
[ 0.754790] sdhci: Secure Digital Host Controller Interface driver
[ 0.761116] sdhci: Copyright(c) Pierre Ossman
[ 0.765742] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.771805] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.778030] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.784753] usbcore: registered new interface driver usbhid
[ 0.790449] usbhid: USB HID core driver
[ 0.794848] 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.799409] optee: revision 4.0 (2a5b1d12)
[ 0.815839] optee: dynamic shared memory is enabled
[ 0.825239] optee: initialized driver
[ 0.830043] Initializing XFRM netlink socket
[ 0.834431] NET: Registered PF_PACKET protocol family
[ 0.839630] Key type dns_resolver registered
[ 0.844190] registered taskstats version 1
[ 0.848392] Loading compiled-in X.509 certificates
[ 0.859350] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.3--v09.02.03 (Kool Koala)')
[ 0.887971] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.894388] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.901220] pca953x 1-0021: using no AI
[ 0.929202] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.936007] pca953x 1-0020: using no AI
[ 0.940551] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.947362] pca953x 1-0022: using AI
[ 0.951638] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 0.957762] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 0.964588] pca953x 2-0020: using no AI
[ 0.989099] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.994876] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.003414] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.012745] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.021332] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.030957] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.040849] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.047609] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.057342] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.067494] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.074252] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.081846] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.089501] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.099207] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.108666] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.117516] printk: console [ttyS2] enabled
[ 1.117516] printk: console [ttyS2] enabled
[ 1.125959] printk: bootconsole [ns16550a0] disabled
[ 1.125959] printk: bootconsole [ns16550a0] disabled
[ 1.136376] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.146176] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.192800] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.201653] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.209931] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.222770] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.229977] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.236151] pps pps0: new PPS source ptp0
[ 1.240301] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.250568] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.261777] gpio-mux mux-controller: 2-way mux-controller registered
[ 1.268224] mmc0: CQHCI version 5.10
[ 1.311403] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.404149] mmc0: Command Queue Engine enabled
[ 1.408665] mmc0: new HS400 MMC card at address 0001
[ 1.414305] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.420288] mmcblk0: p1 p2 p3
[ 1.424494] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.431094] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.436867] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.503465] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.510215] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-03-22T12:41:01 UTC (1711111261)
[ 1.671391] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.678379] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.687261] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.698787] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.712897] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.717938] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.724989] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.730468] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.737318] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.743263] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.749516] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.755677] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.762441] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.768888] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.781778] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.828813] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.838131] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.846422] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.859293] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.866505] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.873119] pps pps0: new PPS source ptp1
[ 1.877278] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.888055] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.897582] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.897695] mmc1: CQHCI version 5.10
[ 1.949566] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.965645] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.975133] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.010683] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.018022] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.028007] mmcblk1: p1 p2 p3
[ 6.082045] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.108821] Sending DHCP requests ., OK
[ 6.128662] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.227
[ 6.136430] IP-Config: Complete:
[ 6.139659] device=eth0, hwaddr=f4:84:4c:fc:6f:b2, ipaddr=192.168.0.227, mask=255.255.255.0, gw=192.168.0.1
[ 6.149832] host=192.168.0.227, domain=ti.com, nis-domain=(none)
[ 6.156268] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.156275] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.172760] ALSA device list:
[ 6.175750] No soundcards found.
[ 6.218856] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.225102] devtmpfs: mounted
[ 6.229638] Freeing unused kernel memory: 1984K
[ 6.252918] Run /sbin/init as init process
[ 6.480934] random: crng init done
[ 6.490494] NET: Registered PF_INET6 protocol family
[ 6.497472] Segment Routing with IPv6
[ 6.501160] In-situ OAM (IOAM) with IPv6
[ 6.528015] 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.560086] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.614346] systemd[1]: Hostname set to <j7200-evm>.
[ 6.719679] systemd[136]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.730392] systemd-sysv-generator[145]: 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.086659] 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.174661] 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.255910] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.307856] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.331227] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.354978] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.378713] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.401323] 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.425139] 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.449222] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.468947] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.488921] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.508940] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.561652] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.585086] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.614271] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.637263] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.662069] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.685855] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.709502] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.730150] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.755101] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.777346] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.797872] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.845194] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.869123] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.917304] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.933415] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.953137] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.975781] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.021375] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.041703] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.089746] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.133704] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.149802] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.153096] fuse: init (API version 7.37)
[ 8.168693] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.201837] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.221430] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.242654] cryptodev: loading out-of-tree module taints kernel.
[ 8.252041] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 8.261316] cryptodev: driver 1.12 loaded.
[0m...
[ 8.297457] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.314529] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.334568] 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;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.644000] systemd-journald[160]: 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.843976] audit: type=1334 audit(1711111268.828:2): prog-id=5 op=LOAD
[ 8.851051] audit: type=1334 audit(1711111268.836: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 Initializatio[ 9.310890] systemd-journald[160]: Time jumped backwards, rotating.
n[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.360648] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[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 Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[ 9.444423] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
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.
[ 9.570601] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.579969] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 9.588516] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[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.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 9.771249] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 9.790234] platform 41000000.r5f: configured R5F for IPC-only mode
...
[ 9.807382] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 9.816637] remoteproc remoteproc0: 41000000.r5f is available
[ 9.823104] remoteproc remoteproc0: attaching to 41000000.r5f
Starting [0;1;39mIPv6 Packet Filtering Framework[0m..[ 9.835492] platform 41000000.r5f: R5F core initialized in IPC-only mode
.
Starting [0;1;39mIPv4 Packet Filtering Framework[0m..[ 9.843170] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
.
[[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 [ 9.876286] audit: type=1334 audit(1711111268.997:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 9.890280] audit: type=1334 audit(1711111269.013: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...
[ 9.950470] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.957936] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.966320] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 10.013057] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.019968] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 10.116725] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 10.123001] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.131828] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.147479] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.154474] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.161554] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.175041] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.180644] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.187771] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.194937] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.202654] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 10.214075] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.230429] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.237455] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.241335] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.334930] m_can_platform 2701000.can: m_can device registered (irq=684, version=32)
[ 10.336188] m_can_platform 40528000.can: m_can device registered (irq=685, version=32)
[ 10.392240] m_can_platform 40568000.can: m_can device registered (irq=686, version=32)
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.403431] m_can_platform 2731000.can: m_can device registered (irq=687, version=32)
[ 10.491681] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.541221] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.657627] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 10.665348] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.675016] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 10.686397] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 10.697034] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 10.704990] pci 0000:00:00.0: supports D1
[ 10.709240] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.715431] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 10.723919] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 10.745132] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.754695] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.761826] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.899242] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.006168] pcieport 0000:00:00.0: PME: Signaling with IRQ 689
[ 11.057134] pcieport 0000:00:00.0: AER: enabled with IRQ 689
[[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;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] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 11.725747] audit: type=1334 audit(1711111270.849:6): prog-id=9 op=LOAD
[ 11.735447] audit: type=1334 audit(1711111270.853:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 12.151270] m_can_platform 2701000.can main_mcan0: renamed from can0
[[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] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /ru[ 12.359445] m_can_platform 40528000.can mcu_mcan0: renamed from can1
n/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 12.482321] audit: type=1006 audit(1711111271.605:8): pid=494 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.504570] audit: type=1300 audit(1711111271.605:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe87fda98 a2=4 a3=ffff95e08020 items=0 ppid=1 pid=494 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.554539] audit: type=1327 audit(1711111271.605:8): proctitle="(systemd)"
[ 12.782582] m_can_platform 40568000.can mcu_mcan1: renamed from can2
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 12.919221] m_can_platform 2731000.can main_mcan3: renamed from can3
[[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.
[ 13.170060] audit: type=1006 audit(1711111272.293:9): pid=432 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[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.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[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] Found device [0;1;39m/dev/mmcblk0p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/data-mmcblk1p3[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[[ 15.042894] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 15.073904] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.[ 15.095183] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/data-mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 15.142977] 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.
[ 15.183316] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 15.211126] 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.
***************************************************************
***************************************************************
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] 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...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 17.571888] kauditd_printk_skb: 2 callbacks suppressed
[ 17.571899] audit: type=1006 audit(1711111276.693:10): pid=1238 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.590022] audit: type=1300 audit(1711111276.693:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe87fda98 a2=1 a3=ffff95e08020 items=0 ppid=1 pid=1238 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.616754] audit: type=1327 audit(1711111276.693:10): proctitle="(systemd)"
[ 17.662129] audit: type=1334 audit(1711111276.785:11): prog-id=11 op=LOAD
[ 17.669408] audit: type=1300 audit(1711111276.785:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe9d4e3a0 a2=78 a3=0 items=0 ppid=1 pid=1238 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.694973] audit: type=1327 audit(1711111276.785:11): proctitle="(systemd)"
[ 17.702188] audit: type=1334 audit(1711111276.785:12): prog-id=11 op=UNLOAD
[ 17.710218] audit: type=1334 audit(1711111276.785:13): prog-id=12 op=LOAD
[ 17.717132] audit: type=1300 audit(1711111276.785:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe9d4e440 a2=78 a3=0 items=0 ppid=1 pid=1238 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.742680] audit: type=1327 audit(1711111276.785:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-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/j7200-hsevm/autofs/d15e9fd816feaa226e474fa31f503aae,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27364
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324344 Mar 9 2018 bl32.elf
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 67 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-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 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324344 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@j7200-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 883 0 57708 377 0 0 0 0 0 720 377 0 0 0 0 0 0
179 1 mmcblk0p1 274 0 18805 100 0 0 0 0 0 300 100 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 124 0 0 0 0 0 272 124 0 0 0 0 0 0
179 3 mmcblk0p3 280 0 18883 130 0 0 0 0 0 280 130 0 0 0 0 0 0
179 32 mmcblk0boot0 103 0 2016 51 0 0 0 0 0 92 51 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 19 0 0 0 0 0 36 19 0 0 0 0 0 0
31 0 mtdblock0 52 0 416 17 0 0 0 0 0 40 17 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 18 0 0 0 0 0 40 18 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 25 0 0 0 0 0 60 25 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 11 0 0 0 0 0 28 11 0 0 0 0 0 0
31 4 mtdblock4 40 0 320 14 0 0 0 0 0 32 14 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 33 0 0 0 0 0 52 33 0 0 0 0 0 0
31 6 mtdblock6 40 0 320 14 0 0 0 0 0 48 14 0 0 0 0 0 0
179 96 mmcblk1 764 120 52541 1076 2 0 16 17 0 900 1093 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 387 0 0 0 0 0 388 387 0 0 0 0 0 0
179 98 mmcblk1p2 226 33 17250 319 1 0 8 2 0 404 322 0 0 0 0 0 0
179 99 mmcblk1p3 234 87 17410 333 1 0 8 15 0 372 348 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3601 4426 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 3005 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6610 0 GICv3 928 Level 42120000.i2c
17: 66 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 43644 40 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 70448 0 MSI-INTA 15401058 Level 46000000.ethernet
22: 0 0 MSI-INTA 15401059 Level 285c0000.dma-controller chan0
23: 0 0 MSI-INTA 15401060 Level 285c0000.dma-controller chan1
24: 0 0 MSI-INTA 15401061 Level 285c0000.dma-controller chan2
51: 3433 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 664 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1508 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 5 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1628 0 GICv3 36 Level mmc1
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
682: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
689: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
694: 0 0 GICv3 152 Level 6000000.usb
IPI0: 3226 12300 Rescheduling interrupts
IPI1: 3395 10131 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: 283 250 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1456 1853
NET_TX: 5 0
NET_RX: 106114 65
BLOCK: 1045 0
IRQ_POLL: 0 0
TASKLET: 4987 1
SCHED: 1950 1961
HRTIMER: 0 0
RCU: 9683 10680
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# lsmod
Module Size Used by
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns3 45056 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
overlay 122880 0
crct10dif_ce 16384 1
cfg80211 389120 0
rfkill 24576 2 cfg80211
phy_can_transceiver 16384 4
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
k3_j72xx_bandgap 20480 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
m_can_platform 16384 0
sa2ul 36864 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
m_can 24576 1 m_can_platform
can_dev 36864 1 m_can
cdns3_ti 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:09 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
Cte 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 1055311 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.2.4--v09.02.04 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (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
Cte 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 1254491 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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=0330
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:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde8e020
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#=0000000000000330
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
DHCP client bound to address 192.168.0.30 (2 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
88280 bytes read in 37 ms (2.3 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 88280 bytes: Success!
88280 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 88280 bytes: Failed!
88280 bytes read in 38 ms (2.2 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 88280 bytes: Success!
88280 bytes read in 37 ms (2.3 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 88280 bytes: Failed!
145860 bytes read in 39 ms (3.6 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145860 bytes: Success!
145860 bytes read in 39 ms (3.6 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145860 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=E7
board_serial=0330
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:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethact=ethernet@46000000port@1
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde8e020
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;
hostname=j721e-idk-gw
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.30
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#=0000000000000330
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: 7214/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw/f307a72184fdfe2e6657284bf6a95e01
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.30
Filename 'vatf_j721e-idk-gw/f307a72184fdfe2e6657284bf6a95e01'.
Load address: 0x82000000
Loading: *################################################## 18.4 MiB
12.4 MiB/s
done
Bytes transferred = 19309056 (126a200 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.30
Filename 'vatf_j721e-idk-gw/6bbda78d47671a9b8fd2c4df360416a6'.
Load address: 0x88000000
Loading: *################################################## 110.6 KiB
9.8 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/e65c9477fbebbb80a81398017b5a2624,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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde8e020
new_fdt = 0x00000000fde8e020
fdt_size = 0x0000000000020d80
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] [0xfce7f000-0xffffffff], 0x03181000 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 = 0x00000000fde8e010
sp start = 0x00000000fde8e010
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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde8e020
new_fdt = 0x00000000fde8e020
fdt_size = 0x0000000000020d80
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] [0xfce7f000-0xffffffff], 0x03181000 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 = 0x00000000fde8e010
sp start = 0x00000000fde8e010
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
4 ws-calibrate.rules
6 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19376640 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr1_1-hs-fs-evm.itb
278254 sysfw-j721e_sr2-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
296345 tiboot3.bin
296345 tiboot3-j721e-gp-evm.bin
297120 tiboot3-j721e_sr1_1-hs-evm.bin
297120 tiboot3-j721e_sr1_1-hs-fs-evm.bin
297120 tiboot3-j721e_sr2-hs-evm.bin
297120 tiboot3-j721e_sr2-hs-fs-evm.bin
1091259 tispl.bin
1328275 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
17 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 cadence
<DIR> 4096 ethfw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 sdcard-firmware
<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 pdk-ipc
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4592 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.22.104.208.318
122880 rgx.fw.22.104.208.318.64k
344760 rgx.sh.22.104.208.318
<DIR> 4096 ti-connectivity
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4324296 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
4324296 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 6 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-g77aa27cbdc (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Feb 15 17:37:29 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/e65c9477fbebbb80a81398017b5a2624,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: 3303408K/4194304K available (11712K kernel code, 1256K rwdata, 3808K rodata, 1984K init, 439K bss, 366608K 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.008409] Console: colour dummy device 80x25
[ 0.012974] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023644] pid_max: default: 32768 minimum: 301
[ 0.028381] LSM: Security Framework initializing
[ 0.033155] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040725] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049482] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056881] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063140] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070525] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076826] rcu: Hierarchical SRCU implementation.
[ 0.081723] rcu: Max phase no-delay instances is 1000.
[ 0.087224] Platform MSI: msi-controller@1820000 domain created
[ 0.093446] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102865] EFI services will not be available.
[ 0.107591] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120784] Detected PIPT I-cache on CPU1
[ 0.120846] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120858] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120888] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120932] smp: Brought up 1 node, 2 CPUs
[ 0.150277] SMP: Total of 2 processors activated.
[ 0.155081] CPU features: detected: 32-bit EL0 Support
[ 0.160335] CPU features: detected: CRC32 instructions
[ 0.165610] CPU: All CPU(s) started at EL2
[ 0.169791] alternatives: applying system-wide alternatives
[ 0.176259] devtmpfs: initialized
[ 0.186161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196142] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.211264] pinctrl core: initialized pinctrl subsystem
[ 0.216938] DMI not present or invalid.
[ 0.221180] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.227798] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.235101] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.243098] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.251222] audit: initializing netlink subsys (disabled)
[ 0.256837] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[ 0.257057] thermal_sys: Registered thermal governor 'step_wise'
[ 0.264754] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.270962] cpuidle: using governor menu
[ 0.281708] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.288667] ASID allocator initialised with 65536 entries
[ 0.303393] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.314680] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.326252] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.337007] KASLR disabled due to lack of seed
[ 0.344331] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.351273] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.357675] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.364608] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.371009] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.377943] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.384344] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.391277] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.398348] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.407642] iommu: Default domain type: Translated
[ 0.412628] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.419150] SCSI subsystem initialized
[ 0.423120] usbcore: registered new interface driver usbfs
[ 0.428741] usbcore: registered new interface driver hub
[ 0.434176] usbcore: registered new device driver usb
[ 0.439542] pps_core: LinuxPPS API ver. 1 registered
[ 0.444614] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.453951] PTP clock support registered
[ 0.458033] EDAC MC: Ver: 3.0.0
[ 0.461720] FPGA manager framework
[ 0.465230] Advanced Linux Sound Architecture Driver Initialized.
[ 0.471835] clocksource: Switched to clocksource arch_sys_counter
[ 0.478173] VFS: Disk quotas dquot_6.6.0
[ 0.482203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.492037] NET: Registered PF_INET protocol family
[ 0.497189] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.506206] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.514970] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.522893] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.531098] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.539649] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.546424] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.553333] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.560765] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.566814] RPC: Registered named UNIX socket transport module.
[ 0.572876] RPC: Registered udp transport module.
[ 0.577679] RPC: Registered tcp transport module.
[ 0.582482] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.589073] NET: Registered PF_XDP protocol family
[ 0.593974] PCI: CLS 0 bytes, default 64
[ 0.598327] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.607417] Initialise system trusted keyrings
[ 0.612060] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.620567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.626790] NFS: Registering the id_resolver key type
[ 0.631968] Key type id_resolver registered
[ 0.636239] Key type id_legacy registered
[ 0.640356] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.647205] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.674167] Key type asymmetric registered
[ 0.678351] Asymmetric key parser 'x509' registered
[ 0.683358] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.690985] io scheduler mq-deadline registered
[ 0.695617] io scheduler kyber registered
[ 0.701906] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.708319] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.714912] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.724282] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.732631] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.740786] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.747880] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.755633] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.766442] loop: module loaded
[ 0.770278] megasas: 07.719.03.00-rc1
[ 0.775556] tun: Universal TUN/TAP device driver, 1.6
[ 0.781111] VFIO - User Level meta-driver version: 0.3
[ 0.786751] usbcore: registered new interface driver usb-storage
[ 0.793207] i2c_dev: i2c /dev entries driver
[ 0.798135] sdhci: Secure Digital Host Controller Interface driver
[ 0.804455] sdhci: Copyright(c) Pierre Ossman
[ 0.809041] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.815156] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.821384] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.828118] usbcore: registered new interface driver usbhid
[ 0.833812] usbhid: USB HID core driver
[ 0.838209] 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.842765] optee: revision 4.0 (2a5b1d12)
[ 0.859181] optee: dynamic shared memory is enabled
[ 0.868558] optee: initialized driver
[ 0.873528] Initializing XFRM netlink socket
[ 0.877914] NET: Registered PF_PACKET protocol family
[ 0.883109] Key type dns_resolver registered
[ 0.887658] registered taskstats version 1
[ 0.891855] Loading compiled-in X.509 certificates
[ 0.902196] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
[ 0.971353] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.977670] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.984519] pca953x 1-0020: using no AI
[ 1.012498] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.019304] pca953x 1-0022: using AI
[ 1.023565] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.029807] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.036284] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.042411] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.048507] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.055319] pca953x 3-0020: using no AI
[ 1.080275] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.086418] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.093241] pca953x 4-0020: using no AI
[ 1.120144] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.125937] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.134482] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.143818] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.152425] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.169691] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.179579] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.186340] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.195403] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.205561] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.212319] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.220263] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.229689] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.238534] printk: console [ttyS2] enabled
[ 1.238534] printk: console [ttyS2] enabled
[ 1.246977] printk: bootconsole [ns16550a0] disabled
[ 1.246977] printk: bootconsole [ns16550a0] disabled
[ 1.257401] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.266369] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.275333] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.284935] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.327843] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.336482] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.344753] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.357561] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.364772] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.370960] pps pps0: new PPS source ptp0
[ 1.375078] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.385374] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.394258] mmc0: CQHCI version 5.10
[ 1.438411] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.527318] mmc0: Command Queue Engine enabled
[ 1.531771] mmc0: new HS200 MMC card at address 0001
[ 1.537086] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.542490] mmcblk0: p1 p2 p3
[ 1.545900] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.551503] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.557024] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.597534] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.609672] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.616327] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-03-22T12:41:48 UTC (1711111308)
[ 1.778944] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.791982] tps6594-rtc tps6594-rtc.9.auto: registered as rtc1
[ 1.797949] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.804609] pca953x 2-0020: using no AI
[ 1.832714] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.839527] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.846312] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.853100] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.859866] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.873641] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.884263] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.897887] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
[ 1.902988] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.910030] Creating 8 MTD partitions on "47050000.spi.0":
[ 1.915502] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.921513] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.927225] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.933036] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 1.938580] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 1.944741] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 1.950464] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 1.956256] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 1.962965] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.007854] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.016489] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.024759] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.037569] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.044776] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.050939] pps pps0: new PPS source ptp1
[ 2.055047] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.065343] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.073848] mmc1: CQHCI version 5.10
[ 2.081429] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.118738] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.133076] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.142583] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.194761] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.201685] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.210441] mmcblk1: p1 p2 p3
[ 7.252602] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.283838] Sending DHCP requests ., OK
[ 7.303669] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.30
[ 7.311313] IP-Config: Complete:
[ 7.314529] device=eth0, hwaddr=78:db:2f:e0:81:ed, ipaddr=192.168.0.30, mask=255.255.255.0, gw=192.168.0.1
[ 7.324596] host=j721e-idk-gw, domain=eptf.internal.ti.com, nis-domain=(none)
[ 7.332147] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.332150] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.355308] ALSA device list:
[ 7.358272] No soundcards found.
[ 7.399906] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.406004] devtmpfs: mounted
[ 7.409799] Freeing unused kernel memory: 1984K
[ 7.427894] Run /sbin/init as init process
[ 8.151961] random: crng init done
[ 8.189843] NET: Registered PF_INET6 protocol family
[ 8.195958] Segment Routing with IPv6
[ 8.199617] In-situ OAM (IOAM) with IPv6
[ 8.254653] 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)
[ 8.286055] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 8.372521] systemd[1]: Hostname set to <j721e-evm>.
[ 8.387877] systemd[1]: Initializing machine ID from random generator.
[ 8.506005] systemd-sysv-generator[147]: 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.
[ 8.533509] systemd[138]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.851314] 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.
[ 8.926344] 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.
[ 9.037048] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.090058] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.113205] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.137133] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.160883] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.184035] 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.
[ 9.207972] 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.
[ 9.232026] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.251894] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.271886] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.291889] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.373978] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.395962] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.419684] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.440076] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.464528] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.484450] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.508174] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.528553] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.553145] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.576116] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.596450] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.640124] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.662577] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.704151] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.724100] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.740574] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.763124] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.786362] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.806206] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.857827] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.886162] fuse: init (API version 7.37)
[ 9.928299] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.957994] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.978585] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.006158] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.052470] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.074905] systemd[1]: Starting Generate network units from Kernel command line...
[ 10.081174] cryptodev: loading out-of-tree module taints kernel.
Starting [0;1;39mGenerate network ts from Kernel co[ 10.089720] cryptodev: driver 1.12 loaded.
mmand line[0m...
[ 10.133205] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.163557] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 10.184215] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 10.200286] 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...
Starting [0;1;39mCreate System Users[0m...
[ 10.581089] systemd-journald[162]: Received client request to flush runtime journal.
[[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;39mCreate System Users[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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...
[ 10.834194] audit: type=1334 audit(1711111317.712:2): prog-id=5 op=LOAD
[ 10.841247] audit: type=1334 audit(1711111317.724:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[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;39mRebuild Dynamic Linker Cache[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;39mRebuild Journal Catalog[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.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[ 11.544953] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 11.562422] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 11.572976] CAN device driver interface
[ 11.578270] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 11.587299] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 11.621197] mc: Linux media interface: v0.10
[ 11.657966] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 11.678027] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 11.687170] remoteproc remoteproc0: 4d80800000.dsp is available
n[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 11.700633] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 11.719161] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[ 11.726948] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 11.736903] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.745103] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 11.746360] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.759782] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 11.767560] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.776021] k3-dsp-rproc 4d80800000.dsp: register pm nitifiers in remoteproc mode
[ 11.784861] videodev: Linux video capture interface: v2.00
[ 11.788081] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.811042] PVR_K: 207: Device: 4e20000000.gpu
[ 11.822271] PVR_K: 207: Read BVNC 22.104.208.318 from HW device registers
[ 11.836448] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 11.861898] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.870938] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 11.879405] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 11.887606] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 11.888120] PVR_K: 207: RGX Device registered with BVNC 22.104.208.318
[ 11.898621] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.909402] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.918271] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7)
[ 11.926660] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 11.929260] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.936034] k3-dsp-rproc 4d81800000.dsp: register pm nitifiers in remoteproc mode
[ 11.955141] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 11.988182] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 12.013866] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0
[ 12.066822] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 12.087220] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 12.129474] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 12.141665] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 12.155983] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 12.163733] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 12.164906] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 12.186538] remoteproc remoteproc2: 64800000.dsp is available
[ 12.188037] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 12.197181] remoteproc remoteproc2: attaching to 64800000.dsp
[ 12.204827] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 12.225974] remoteproc remoteproc2: unsupported resource 65538
[ 12.248172] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 12.255789] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 12.268045] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.280967] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7)
[ 12.287916] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[ 12.295630] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
[ 12.305846] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[ 12.316424] Amd/Fujitsu Extended Query Table at 0x0040
[ 12.321612] Amd/Fujitsu Extended Query version 1.5.
[ 12.329622] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 12.338625] number of CFI chips: 1
[ 12.342195] 6 fixed-partitions partitions found on MTD device 47034000.hyperbus
[ 12.349506] Creating 6 MTD partitions on "47034000.hyperbus":
[ 12.355371] 0x000000000000-0x000000080000 : "hbmc.tiboot3"
[ 12.365712] 0x000000080000-0x000000280000 : "hbmc.tispl"
[ 12.371990] 0x000000280000-0x000000680000 : "hbmc.u-boot"
[ 12.385813] 0x000000680000-0x0000006c0000 : "hbmc.env"
[ 12.400044] 0x0000006c0000-0x0000007c0000 : "hbmc.sysfw"
[ 12.416670] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[ 12.562323] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 12.589979] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.619224] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.633378] remoteproc remoteproc3: 41000000.r5f is available
[ 12.636319] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 12.645691] remoteproc remoteproc3: attaching to 41000000.r5f
[ 12.654011] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 12.661336] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.670431] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.672117] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 12.684382] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.685232] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 12.702855] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 12.710824] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 12.721128] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 12.734986] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.744523] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.754762] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 12.763677] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 12.774120] remoteproc remoteproc4: 5c00000.r5f is available
[ 12.818709] pci 0000:00:00.0: supports D1
[ 12.825472] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.826986] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 12.833864] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.838450] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.848262] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.854821] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.860061] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.871463] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 12.884953] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.887782] pcieport 0000:00:00.0: PME: Signaling with IRQ 818
[ 12.904449] m_can_platform 40528000.can: m_can device registered (irq=819, version=32)
[ 12.916738] m_can_platform 40568000.can: m_can device registered (irq=820, version=32)
[ 12.924634] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 12.929124] pcieport 0000:00:00.0: AER: enabled with IRQ 818
[ 12.938746] m_can_platform 2701000.can: m_can device registered (irq=821, version=32)
[ 12.951181] m_can_platform 2721000.can: m_can device registered (irq=822, version=32)
[ 12.959102] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 12.972610] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 13.007747] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 13.019316] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 13.036401] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.048222] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 13.065144] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.100439] remoteproc remoteproc5: 5e00000.r5f is available
[ 13.111211] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 13.189864] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.189881] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.190232] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 13.190250] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 13.190254] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[ 13.195935] Console: switching to colour frame buffer device 240x67
[ 13.205616] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.270919] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 13.277923] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 13.285724] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 13.295185] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (4s / no limit)
[ 13.898997] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 13.917655] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 13.935749] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 13.947261] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 13.958952] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 13.978813] remoteproc remoteproc6: b034000.pru is available
[ 13.982534] scsi host0: ufshcd
[ 13.985523] remoteproc remoteproc7: b004000.rtu is available
[ 13.997055] remoteproc remoteproc8: b00a000.txpru is available
[ 14.005031] remoteproc remoteproc9: b038000.pru is available
[ 14.011080] remoteproc remoteproc10: b006000.rtu is available
[ 14.024241] remoteproc remoteproc11: b00c000.txpru is available
[ 14.030957] remoteproc remoteproc12: b134000.pru is available
[ 14.037264] remoteproc remoteproc13: b104000.rtu is available
[ 14.044144] remoteproc remoteproc14: b10a000.txpru is available
[ 14.050513] remoteproc remoteproc15: b138000.pru is available
[ 14.057036] remoteproc remoteproc16: b106000.rtu is available
[ 14.063226] remoteproc remoteproc17: b10c000.txpru is available
[ 14.075147] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.085069] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.098792] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 14.106926] scsi 0:0:0:0: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.119561] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB)
[ 14.119695] scsi 0:0:0:1: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.135759] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 14.135792] sd 0:0:0:0: [sda] Write Protect is off
[ 14.142494] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 14.153423] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.153782] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 14.167177] sd 0:0:0:0: [sda] Preferred minimum I/O size 65536 bytes
[ 14.172615] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 14.181292] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
[ 14.189680] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running fo[ 14.197872] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB)
[ 14.198651] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
r Rebuild namic Linker Cache (5s / no limit)
[ 14.220755] sd 0:0:0:1: [sdb] Write Protect is off
[ 14.222726] pci 0001:00:00.0: supports D1
[ 14.233477] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.242255] sd 0:0:0:0: [sda] Attached SCSI disk
[ 14.248698] sd 0:0:0:1: [sdb] Preferred minimum I/O size 65536 bytes
[ 14.255710] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
[ 14.262790] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 14.269165] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 14.278423] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.286799] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.294614] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 14.300643] pcieport 0001:00:00.0: PME: Signaling with IRQ 849
[ 14.309114] pcieport 0001:00:00.0: AER: enabled with IRQ 849
[ 14.318199] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 14.334037] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 14.344698] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 14.355653] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 14.503513] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 14.671010] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
[ 14.911392] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[ 15.034485] m_can_platform 40568000.can mcu_mcan1: renamed from can1
[ 15.093092] m_can_platform 2701000.can main_mcan0: renamed from can2
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 15.158860] m_can_platform 2721000.can main_mcan2: renamed from can3
[ 15.385990] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 15.425268] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 15.432695] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 15.443879] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 15.455149] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 15.461708] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 15.473450] pci 0002:00:00.0: supports D1
ning for Rebuild namic Linker Cache (6s / no limit)
[ 15.483348] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Link[ 15.495165] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
er Cache[0m.
[K[ 15.522921] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 15.530511] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 15.536303] pcieport 0002:00:00.0: PME: Signaling with IRQ 860
[ 15.544622] pcieport 0002:00:00.0: AER: enabled with IRQ 860
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 15.771943] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 15.780826] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 15.790002] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 15.800170] xhci-hcd xhci-hcd.18.auto: irq 825, io mem 0x06010000
[ 15.806679] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 15.812667] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 15.823377] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 15.835193] hub 1-0:1.0: USB hub found
[ 15.844379] hub 1-0:1.0: 1 port detected
[ 15.859472] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.871258] hub 2-0:1.0: USB hub found
[ 15.876743] hub 2-0:1.0: 1 port detected
[ 15.885546] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
[ 15.892220] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 3
[ 15.901896] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 15.912215] xhci-hcd xhci-hcd.19.auto: irq 856, io mem 0x06410000
Starting [0;1;39mStart psplash boot splash screen[0m.[ 15.919766] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
..
[ 15.930277] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 4
[ 15.938834] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed
[ 15.960481] hub 3-0:1.0: USB hub found
[ 15.960504] hub 3-0:1.0: 1 port detected
[ 15.964046] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.979207] hub 4-0:1.0: USB hub found
[ 15.979240] hub 4-0:1.0: 1 port detected
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
[ 16.215902] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 16.222649] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 16.289523] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 16.301450] scsi host1: usb-storage 2-1:1.0
[ 16.377160] hub 3-1:1.0: USB hub found
[ 16.381164] hub 3-1:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 17.332619] scsi 1:0:0:0: Direct-Access PNY USB 3.0 FD PMAP PQ: 0 ANSI: 6
mmcblk1p3[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[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 Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p3[0m...[ 17.575655] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.598495] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.618287] EXT4-fs (mmcblk0p3): recovery complete
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 17.623292] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Mounting [0;1;39m/run/media/rootfs-mmcblk0p2[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 17.671988] EXT4-fs (mmcblk1p3): recovery complete
[ 17.674678] EXT4-fs (mmcblk0p2): recovery complete
[ 17.680433] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.684172] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 17.729154] EXT4-fs (mmcblk1p2): recovery complete
API[0m.
[ 17.734087] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/rootfs-mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 17.996471] sd 1:0:0:0: [sdc] 30965760 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 18.005023] sd 1:0:0:0: [sdc] Write Protect is off
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 18.010775] sd 1:0:0:0: [sdc] No Caching mode page found
...
[ 18.021037] sd 1:0:0:0: [sdc] Assuming drive cache: write through
[ 18.035089] sdc: sdc1
[ 18.037870] sd 1:0:0:0: [sdc] Attached SCSI removable disk
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 [ 18.078334] audit: type=1334 audit(1711111324.956:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 18.090300] audit: type=1334 audit(1711111324.968: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;39mSave/Restore Sound Card State[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.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[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.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 18.588077] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 18.625098] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 18.811990] audit: type=1334 audit(1711111325.692:6): prog-id=9 op=LOAD
[ 18.821916] audit: type=1334 audit(1711111325.700:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [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;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] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 19.627238] audit: type=1334 audit(1711111326.504:8): prog-id=11 op=LOAD
[ 19.635932] audit: type=1334 audit(1711111326.516:9): prog-id=12 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Found device [0;1;39mUSB_3.0_FD 1[0m.
Starting [0;1;39mFile System Check on /dev/sdc1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sdc1[0m.
Mounting [0;1;39m/run/media/sdc1[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[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;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 20.188182] audit: type=1006 audit(1711111327.068:10): pid=1076 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 20.202814] audit: type=1300 audit(1711111327.068:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffec481848 a2=4 a3=ffff9081a020 items=0 ppid=1 pid=1076 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)
[ 20.230218] audit: type=1327 audit(1711111327.068:10): proctitle="(systemd)"
[ 20.395792] EXT4-fs (sdc1): recovery complete
[ 20.401462] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sdc1[0m.
[[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.
[ 20.803472] audit: type=1006 audit(1711111327.680:11): pid=1049 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 21.249698] PVR_K: 1049: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 21.268346] PVR_K: 1049: Shader binary image 'rgx.sh.22.104.208.318' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
***************************************************************
***************************************************************
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
***************************************************************
***************************************************************
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.10 j721e-evm -
j721e-evm login: root
[ 25.746761] kauditd_printk_skb: 2 callbacks suppressed
[ 25.746768] audit: type=1006 audit(1711111332.624:12): pid=1464 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 25.764618] audit: type=1300 audit(1711111332.624:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffec481848 a2=1 a3=ffff9081a020 items=0 ppid=1 pid=1464 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)
[ 25.791016] audit: type=1327 audit(1711111332.624:12): proctitle="(systemd)"
[ 25.798081] audit: type=1334 audit(1711111332.648:13): prog-id=13 op=LOAD
[ 25.804894] audit: type=1300 audit(1711111332.648:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdc627b80 a2=78 a3=0 items=0 ppid=1 pid=1464 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)
[ 25.830398] audit: type=1327 audit(1711111332.648:13): proctitle="(systemd)"
[ 25.837688] audit: type=1334 audit(1711111332.668:14): prog-id=13 op=UNLOAD
[ 25.844719] audit: type=1334 audit(1711111332.668:15): prog-id=14 op=LOAD
[ 25.851775] audit: type=1300 audit(1711111332.668:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffdc627c20 a2=78 a3=0 items=0 ppid=1 pid=1464 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)
[ 25.877487] audit: type=1327 audit(1711111332.668:15): proctitle="(systemd)"
7[r[999;999H[6nroot@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 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/e65c9477fbebbb80a81398017b5a2624,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g77aa27cbdc #1 SMP PREEMPT Thu Feb 15 17:37:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
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:~# 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 28296
-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 482656 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4324344 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 135168 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 135168 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 482656 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 482656 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 482684 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4324344 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 939 48 45684 528 2 0 16 0 0 828 529 0 0 0 0 0 0
179 1 mmcblk0p1 246 0 5337 139 0 0 0 0 0 296 139 0 0 0 0 0 0
179 2 mmcblk0p2 278 47 19425 196 1 0 8 0 0 300 196 0 0 0 0 0 0
179 3 mmcblk0p3 376 1 19714 181 1 0 8 0 0 312 181 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 27 0 0 0 0 0 56 27 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 19 0 0 0 0 0 44 19 0 0 0 0 0 0
31 0 mtdblock0 33 0 264 22 0 0 0 0 0 36 22 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 29 0 0 0 0 0 48 29 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 47 0 0 0 0 0 72 47 0 0 0 0 0 0
31 3 mtdblock3 27 0 216 15 0 0 0 0 0 28 15 0 0 0 0 0 0
31 4 mtdblock4 36 0 288 33 0 0 0 0 0 56 33 0 0 0 0 0 0
31 5 mtdblock5 39 0 312 25 0 0 0 0 0 44 25 0 0 0 0 0 0
31 6 mtdblock6 140 0 2688 228 0 0 0 0 0 220 228 0 0 0 0 0 0
31 7 mtdblock7 36 0 288 16 0 0 0 0 0 52 16 0 0 0 0 0 0
179 96 mmcblk1 776 39 51708 1847 2 0 16 3 0 1408 1850 0 0 0 0 0 0
179 97 mmcblk1p1 271 6 16640 588 0 0 0 0 0 532 588 0 0 0 0 0 0
179 98 mmcblk1p2 234 32 17154 655 1 0 8 0 0 640 656 0 0 0 0 0 0
179 99 mmcblk1p3 232 1 16706 515 1 0 8 2 0 568 517 0 0 0 0 0 0
31 8 mtdblock8 22 0 176 12 0 0 0 0 0 36 12 0 0 0 0 0 0
31 9 mtdblock9 56 0 448 27 0 0 0 0 0 40 27 0 0 0 0 0 0
31 10 mtdblock10 58 0 464 30 0 0 0 0 0 52 30 0 0 0 0 0 0
31 11 mtdblock11 20 0 160 10 0 0 0 0 0 20 10 0 0 0 0 0 0
31 12 mtdblock12 52 0 416 25 0 0 0 0 0 44 25 0 0 0 0 0 0
31 13 mtdblock13 70 0 1344 86 0 0 0 0 0 96 86 0 0 0 0 0 0
8 0 sda 145 0 2696 7 0 0 0 0 0 48 7 0 0 0 0 0 0
8 16 sdb 276 1 10448 51 0 0 0 0 0 144 51 0 0 0 0 0 0
8 32 sdc 242 5 16082 194 1 0 8 421 0 704 615 0 0 0 0 0 0
8 33 sdc1 204 5 14882 159 1 0 8 421 0 648 581 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 6159 6140 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: 4178 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7124 0 GICv3 928 Level 42120000.i2c
19: 80 0 GICv3 232 Level 2000000.i2c
20: 19 0 GICv3 233 Level 2010000.i2c
21: 14 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 108078 368 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 156474 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 5203 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: 802 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: 1273 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: 8 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: 1645 0 GICv3 36 Level mmc1
800: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
805: 0 0 GICv3 892 Level TI-am335x-adc.11.auto
806: 0 0 GICv3 893 Level TI-am335x-adc.12.auto
807: 161 0 GICv3 56 Level pvrsrvkm
808: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
809: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
814: 1 0 GICv3 646 Level mhdp8546
815: 979 0 GICv3 634 Level tidss
818: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
823: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
825: 1057 0 GICv3 128 Level xhci-hcd:usb1
827: 1 0 GICv3 152 Level 6000000.usb
828: 0 0 GICv3 43 Level 4e10000.rng
829: 533 0 GICv3 49 Level ufshcd
844: 0 0 GICv3 213 Level vxe-enc
845: 0 0 GICv3 212 Level vxd-dec
849: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
850: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
856: 35 0 GICv3 136 Level xhci-hcd:usb3
858: 0 0 GICv3 153 Level 6400000.usb
860: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
IPI0: 5011 23114 Rescheduling interrupts
IPI1: 7593 19470 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: 41 18 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 44 0
TIMER: 2614 2696
NET_TX: 94 7
NET_RX: 237970 443
BLOCK: 1594 0
IRQ_POLL: 0 0
TASKLET: 10605 13
SCHED: 3585 3174
HRTIMER: 0 0
RCU: 13423 16253
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2746
-rwxrwx--- 1 root disk 33 Jun 26 2022 secondary_bootloader.md5
-rwxrwx--- 1 root disk 268998 Jun 26 2022 sysfw.itb
-rwxrwx--- 1 root disk 293216 Jun 26 2022 tiboot3.bin
-rwxrwx--- 1 root disk 974120 Jun 26 2022 tispl.bin
-rwxrwx--- 1 root disk 1272860 Jun 26 2022 u-boot.img
-rwxrwx--- 1 root disk 4 Jan 1 1980 ws-calibrate.rules
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# [ 49.236176] kauditd_printk_skb: 1 callbacks suppressed
[ 49.236183] audit: type=1334 audit(1711111356.116:17): prog-id=10 op=UNLOAD
[ 49.248289] audit: type=1334 audit(1711111356.116: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
overlay 122880 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
ti_am335x_adc 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
kfifo_buf 16384 1 ti_am335x_adc
rpmsg_ctrl 16384 0
pru_rproc 24576 0
rpmsg_char 16384 1 rpmsg_ctrl
irq_pruss_intc 16384 0
cdns_pltfrm 16384 0
omap_rng 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 4
ti_k3_r5_remoteproc 28672 0
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
vxd_dec 331776 0
vxe_enc 286720 0
tidss 61440 4
j721e_csi2rx 24576 0
cdns_mhdp8546 40960 0
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
k3_j72xx_bandgap 20480 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,vxd_dec
drm_dma_helper 20480 1 tidss
drm_display_helper 139264 1 cdns_mhdp8546
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
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 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
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
snd_soc_davinci_mcasp 32768 2
ti_am335x_tscadc 16384 1 ti_am335x_adc
pruss 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
pvrsrvkm 1273856 20
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
syscopyarea 16384 1 drm_kms_helper
m_can_platform 16384 0
ti_k3_dsp_remoteproc 16384 0
sysfillrect 16384 1 drm_kms_helper
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
sysimgblt 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
cdns_dphy_rx 16384 0
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
m_can 24576 1 m_can_platform
fb_sys_fops 16384 1 drm_kms_helper
ti_j721e_ufs 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
sa2ul 36864 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
can_dev 36864 1 m_can
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
pci_j721e_host 16384 0
snd_soc_pcm3168a_i2c 16384 1
pci_j721e 16384 1 pci_j721e_host
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
optee_rng 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
cdns3_ti 16384 0
rng_core 20480 2 optee_rng,omap_rng
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 17 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 has been truncated, but you can view the full file.
U-Boot SPL 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:09 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Trying to boot from UART
CLoaded 1055311 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.2.4--v09.02.04 (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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1254491 bytes
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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
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-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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=fde8e020
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.70 (1161 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 52 ms (12.7 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 40 ms (2.2 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success!
91496 bytes read in 41 ms (2.1 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 41 ms (3.4 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success!
144948 bytes read in 42 ms (3.3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 144948 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=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=fde8e020
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.70
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: 7056/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/e65c9477fbebbb80a81398017b5a2624,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j721e-hsevm/447f5476514082dc9535be0da220f8e3
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.70
Filename 'vatf_j721e-hsevm/447f5476514082dc9535be0da220f8e3'.
Load address: 0x90000000
Loading: *################################################## 8.2 MiB
9.5 MiB/s
done
Bytes transferred = 8621754 (838eba hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.04-rc4-00379-ga38dc71507f-dirty (Mar 22 2024 - 18:03:26 +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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:4c:f5
IP addr = 192.168.0.70
fdt_blob = 0x00000000fde8e020
new_fdt = 0x00000000fde8e020
fdt_size = 0x0000000000020d80
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] [0xfce7f000-0xffffffff], 0x03181000 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 = 0x00000000fde8e010
sp start = 0x00000000fde8e010
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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:4c:f5
IP addr = 192.168.0.70
fdt_blob = 0x00000000fde8e020
new_fdt = 0x00000000fde8e020
fdt_size = 0x0000000000020d80
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment