Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created December 4, 2023 10:27
Show Gist options
  • Save nehamalcom/37ce8a32e37ddf3e1afcc4c8bd941159 to your computer and use it in GitHub Desktop.
Save nehamalcom/37ce8a32e37ddf3e1afcc4c8bd941159 to your computer and use it in GitHub Desktop.
binman: Add support for TI_DM entry
U-Boot SPL 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:32 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 13568 bytes
Trying to boot from UART
CLoaded 788807 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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:42 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
Trying to boot from UART
CLoaded 691267 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:42 +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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:42 +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
default_device_tree="k3-am62a7-sk"
default_device_tree_arch=ti
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=ffb1c1a0
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree_arch}/${default_device_tree}.dtb; setenv fdtfile ${name_fdt}
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: 3676/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.221 (1025 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/80be724c52eb4331ca05307e6b75374f,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_am62axx_sk-fs-00/522d2d680129cdb991a2c3baf4f00b25
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.221
Filename 'vatf_am62axx_sk-fs-00/522d2d680129cdb991a2c3baf4f00b25'.
Load address: 0x90000000
Loading: *################################################## 8.7 MiB
10.2 MiB/s
done
Bytes transferred = 9166002 (8bdcb2 hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:42 +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 = 0x00000000fff4a000
reloc off = 0x000000007f74a000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.221
fdt_blob = 0x00000000ffb1c1a0
new_fdt = 0x00000000ffb1c1a0
fdt_size = 0x000000000000ec00
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] [0xfeb15000-0xffffffff], 0x014eb000 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 = 0x00000000ffb1c190
sp start = 0x00000000ffb1c190
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 = 0x00000000fff4a000
reloc off = 0x000000007f74a000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.221
fdt_blob = 0x00000000ffb1c1a0
new_fdt = 0x00000000ffb1c1a0
fdt_size = 0x000000000000ec00
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] [0xfeb15000-0xffffffff], 0x014eb000 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 = 0x00000000ffb1c190
sp start = 0x00000000ffb1c190
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/
20302336 Image
315565 tiboot3-am62ax-gp-evm.bin
318154 tiboot3-am62ax-hs-evm.bin
318154 tiboot3-am62ax-hs-fs-evm.bin
318154 tiboot3.bin
1077815 tispl.bin
1125963 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
10 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
4292576 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
4292576 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> boot
## 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/80be724c52eb4331ca05307e6b75374f,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
default_device_tree="k3-am62a7-sk"
default_device_tree_arch=ti
dnsip=192.0.2.2
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=ffb1c1a0
fdtfile=ti/k3-am62a7-sk.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=8bdcb2
findfdt=setenv name_fdt ${default_device_tree_arch}/${default_device_tree}.dtb; setenv fdtfile ${name_fdt}
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.221
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_fdt=ti/k3-am62a7-sk.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
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: 4130/126972 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+37f154cc9c/am62axx-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 9049737 Bytes = 8.6 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 41f38e4deea6877cd9b5a772ced1b5bc4ba2c17a52acc8e7f13c3ec3fe1de4cd344f93486f520a6c9ac5f2284e9b1e90dda1342ae7f5f4c025b5ff0ed02c4ce8
Image 1 (fdt-ti_k3-am62a7-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a18b4
Data Size: 55627 Bytes = 54.3 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 7798498f0480b86138b735e600b543f98936278aba1c10ddc88cd19bc40acb398c56c96c320437647a038143cc28eef6f8b9494afd2c0ab621cc871ee93af4f4
Image 2 (fdt-ti_k3-am62a7-sk-e3-max-opp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908af31c
Data Size: 905 Bytes = 905 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e8dc7a139ee3dc07e6bd0e0d912ec9d844e886143aa3b8685708a58c2e016609071622ea4bb0a25cc7916786fb04bb493e431ac8b93b40852328b1033cd8d694
Image 3 (fdt-ti_k3-am62a7-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908af7c0
Data Size: 2348 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 7e6816020b82b73d06c445d27d6a7b15e70a6a798dcb82a89f48a3fa6e87c0c8acf226a43c492b7b3b49af3ff90189ca75959132dabb669fb42de279e37b161e
Image 4 (fdt-ti_k3-am62a7-sk-ub954-evm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b0208
Data Size: 2348 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21e6e9d621535ff283a7225fe4bd77f1683f2f20701e365f5438b9c6f1df9438bc1ff1a474ecf4b0fb9a964fddd0afcbd74007df4b405f22a2042991e8730e71
Image 5 (fdt-ti_k3-am62a7-sk-ethernet-dc01.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b0c54
Data Size: 1578 Bytes = 1.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 47a5a43b47ad7fd37f87fdb6b7f9afdd67372d9ca2a9b4b611d6bbfdee0c3454fb3ef311964443b27a683770016227a28d089ec208ffbe0431fa941dabd43faa
Image 6 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b13a0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 7 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b1e18
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 8 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b2890
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 9 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b3304
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 10 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b3cd0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 11 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b46a0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 12 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b5118
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 13 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b5b8c
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b655c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 15 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b6fd0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b79a0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908b8418
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
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: afd4c38522504b3affeb3c2a875f164e8886e8f5e5842c34df0e89d5970aa3d5c0f04a4c9d374befe4bf7d8d61d31d1a418c6c6b8e9c8e801b9f2d8b37048cbf999e81885b32603c047cf10f62a1da89f5ba0ee8076caa9c845753578712f9cce0bae8b7f4080a5696168ca01c9df413389b2c204d97dd6990226b7555ad1d9f09cf57e2585096f7990023b9ba6a008d2e6625c4e5ba4ce361be67a64f3cd46cad1e8a9822cf8b86189c21c5e34f80a0d95ecd10e754893a27a84c8b3b00899bd67d533248ed830ee4eac7c3d99de829ebd03d1c0e5ac521d5f017387eeeaee49ea35b0d83410c11bb1e486a09e4c9bc07d54adf2720ea9542f63a513169ded8586185726754fa97850d9c753c6b812744509e58802b20f08a0fbf11848e10cb575e94c4080d02c3e5255bd433bbd2cbe8d514c94b478fa435a6a205e67968e727bc9a65a4b83baa08f7465268b33d5c880623841ec8307a3e8ecdf0ac952a6fc88c08a63f6b442120be0132eaf592a86a6c133eb5253d351690d7e6c947adc11c7e8298675a0e44f29aa6e5b1ffde631e62dc96a87f2567ff5df3fa5a9cee4bf1e25e01650fc827ac71175f3967cf5986d048b9aa5ade3ce4942dc4709da1c73524f71929c7630960c94641123f28d05c602e6a359ee03fc5c6f0b46cba857c3d2588cf5a9789ecc898bd1454c6602d33443cca85afe18d619b502071f3eb07
Configuration 1 (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: 9299816b47cc46a6afd9f1ae4770cf1e64854b565b9760dce8448eae2d57a81ad60a9d84d9aa40b946e081e5c00aeb42bf22d7ea317c2f04507a1751473544da3f63eb62e673a6d880e7709cac00dea936b489d364cf007f94f0a71279300242379d65e88d655002255211111ebf97b83d54d004ec5c576c4d1ead5918f5f7ab6019d1b7fd4f147eb14a6e7e99f08822efb905c7c2eb0a566321ca63f1e04aa5033508fdc37dfd0193c530e12d9305537d9c9e2a1a04a03da7cb36197f8f98f0a3aa74e56d9f03fe3be082e70387072bda4778d0cb491392a2736a29388d428f929e6b2f9409db8fb362f20f17e00a1f422f833aaabb372a98932b88f4e8dcb6eded4fd20576a2a13ad1cd33c0e99c81f1149a51af12c87fdf659ed510106119ca87a8926a8c4d4f796c620a6a9e14db64fac058eabdedee3bdb6100c7de64fb03b5383f251b3a59ece6e45be52432933a86c1a8e6c3f28e97e24af1ca3d34f85ff36f98b3a8f897a511fa857cdfea437e070f8d141050cc6af55bf7484e4268f090c3c86edeee81370f0a8643c529aa26ff74bedb695d656fff4a0c2bef3f1244229e1fd51c95d153582aae4db4dd9dfb1f6940a939d197f59e5b1b52bcbec1378196e98fe39b13fb405c253efe6654ece1842dd2650d311888c3d6e2066fdfb5b7e32a1288bb59b9d6af2dfb6c079dc37a4fd3ef5b2cd876a51488113ef9cc
Configuration 2 (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: 8b657d72fd2ebf1d0aaf0a3112821b93c8005649767affd84467d86f43f6bcafc26445a40ff16ba0665ee1b2dc8282b4b51529604104a80194b2224cede4bb382a264cd544ede19540daf63ded4d6f1b3596816ad1e3f936cc6e822d00f87e4e1fa2eb351ef6d3f2b830e801c4143e8c8fa57473c012b9a4206f83b7359d00c192f2b3b85a588c7860a8874ec666c30f0fa4c04c4c27453a56ee5f6d7ef7b7a9de69db5b091d025c374548f8dd7327319d56d4ad2b7c288bb1d6d85478c55b37ce56dea0428ecdbfa6508f584a67806bfd57d4aaf91253e336d52c8a23395f1082a34f959e83dc2d291367cdb0b0eb29a655b3ec1de97d571fefb215f1f240404377effbceb0b18a6a2c4e316f13ed70be1410e015d53ab22c71f3b9c97945528ce7036259d616496d707c9642cbdaa2e0f0a5ad6e47766a0f79281787db1182444b3390f7c755d9c7e8fb501183d5da103da2dade1a633bd8a529076ab796fb08146d49f7042005120d3a663b0a6df2266b0b5e28bf01dc6a9aea942db956bcb144ca112c3d97307f6340a1ab9b01e9cb60fa1620b54de85c2e12a15c66ea41cf36a0dcf907e4ebc08944617d9da5f6f84f59c987db0b5f1d11670d675d88382f1f59073fcdc763405f3f5aca693ae402f137b4a84be73f402a5e4317817f412840a449e91e5e3c8cd642df07b6c7ed2940979b15cbfb0440c1cdb785fe362b
Configuration 3 (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: 21f3dbe3f67212147bbd4ec11c0ccba4ee5d92808f7e14c285ac0fb9cde3eeca95fc68bd4d03d0afa66dd7a9b9cc8df960a71d148b9e55276b7c4420c8479a706c27c0da4cff7592ad5864c0086abe70bdf8c5dcf71abd37685384a1f445d7ecff078b9aac1a7289b196c33f4910bc9e7835d98bf7d918a24433f6ba8852bb371da3e9136103f751f6d8c4bd9599f6f475aeea6c6f5fd81eba354d1a2d161e5a266733468d1b296cec474ff568d1e699087926d73957304117689d2af7959ab1bb57bc958924249bae607227bd19d41d97523f363b87e2cb1220d21812e1f731acf69592acbf2e6176033bafbda8f24e14f049c1326fd97e38a4e07d8c4278d8c97d987abe981d5ac208bca08192676da9322188b21aa8ca871552d9dac17baa4f77871ab486d0f945b06bc464cd37ab4095a3d60af6cda2d90670c8a1c3d2bd3de41990b135a4bddcc4239a2cb4d7cc0f898bb8716acf2ea187577c60fd310f8706c68a7a9de6f7ab284c34540f3d90e3f9845712aa120229f3aff614364b22e2a47f975286adbc9af06f8f970edf0740d938a0382f2cd8fb630f46b27dd7a10ce2f3cc37a0f09bee86b68ad31ddd2a43f9eea67ca8d82e739dfaa07533eafaf42824d7649874269d1247c6276b049a4df4607b1160bb9036897147f50e682a4cdb4088cd02bab88675e19d45924c22c0945c5b389450e3c672f424e0d39d41
Configuration 4 (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: bc7bfe30004155d6eb06dce0f090afd6299fb9aad715f988ab2fa054ce50756891da4abf2d69eed83b241fc692cd0afe88db4ddcbf9c27a1925315b725f3648522b33107ec13e868c79db8a4b0aa6683c6401eccd62ba4f2d03a90b9718b625d3dc05879bb624476472490150834accd3c38cde094c39eba1109e1b9683418bc0f938f58a0832a85cdb030b6b9cc49eaf48bb5466d4714bf1b0c7aabfd3ed242e9eaa32fad7850c5659153144eca50df8b7911832b0be03489d0c2da230746f0c412c483ab7361aff991d0c5df1ae9cdf086ce308ccf774138c32ad006c2f5917db549a29857744484fe465f18c11aadd0b9a848236439f22fe7d93e1a18e61038935f7dc0dc98babe5d593ff4dfe08f5daf1fe33169e8bbf78b1a5150c45696d80490dc6383c8c59f0f186182fb10ddf0c1a4e50396a5d0530e744aeac2caa53357e148ba191dca398fdaabbda7c50f4d624d8bc4467de6a68fbfcfb2b8cf965a3b74985c35a21fe76d10667f0464272ceac6fbe641b2c186d07819dea70c4585888b42a5a28ffa4b88248928ca8fcd9ffa1d56306162e35dac615020424af3ca6fd96a5d4605c49ad94dcd74f22cc6ad3d2cbf7f76f868b088192214de3e9066973c45751ec430f2573f9757bd65d944c32321305445b7e3078a3f01e1ad443ff7be877225a6a1fabdae258b873b2e9a260ee6875670aacddcd7095993e2dc
Configuration 5 (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: 053b87295b29f65d09e8740099fa9380bdd440f57ddee79a997633a54a16a5a9a5a6c69a7d6fc68b8cf4968fe9300cec7d31cb63ca91605ae66db653927c09262d360ab8b366c75735d0c372174ac90f5d92a39b1e57e57d9168e7a2165ba9339aaecf70a7bbb222050eab3b52fdd2b5be959af32b4e4653027118685248ba2791d52e5731a69f1d44c9e01c6b775ae8b1a7440aec07bd807da7bf9a4be58221289ada1968e45bfbe697bb428d3311dfdc6f04ed49a9a87ff3f698cda7080255857ccd570917882f084b5dad237c3d0ad13029abaaacbe0fcab8e544fb100c77758890c33d6443bced987b6fa8b58de04193f7d358dd4f81a715decfe5c53fa2865c22b988b1c7abbc2c5f395957dcc3c0859ead16e0183f29377e73c0f9b0f1fd96deb16a30407d31f07a43d7ffabb976aae099cabf728296c83dd06ef4f18ff0fd76700bb07415a750ae5c003d38ef65e14ef14a59820bfb848ab1f9451d8dabce673baace08ff7167a9e0f16e54f3c3479c0b27242abf709d2197fd63b5b9d1fe4372f9e46f45e612a8fd45e4f40aa36d6393fef10ef327d39e130cc782dbf2cc11effb892818135df2323e0f8e66e893398001e2e57c00efdff9489165c8da7f2a0b51c2a4342e978c5d15229d8fc35565f6da4aab20704a6e0cc4586d84bdcf88ac06e238b2ae99917b4b3d1858af4c660e85453519a7cc2b2997592335
Configuration 6 (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: 3908b2c979e70c79ac04c34b73a4925d25e5ee1fd9aa17e58d2e8a63ab0245aff1b2f9d5e2165f2933a4862362d7b4ab6dc76f66386846fb2df32419df4443503ff2a37de0e2bf00156d8673ef0e31f1c136f1b7d6e639e740f12a649424c3b2ddc97e3d93078e7909bf53a16facb58d844c0d3953d3814e42692f2f758e60e397430bcfc9a567e5e224ca4dfd5841993b09d01e95491fbe8c9000575cb930e2f0c45c01db1ccb8d2900557fc135178bb69c70ea72fa26812c03b419dd2a41f248ba575dea6dfecefc73210ba8b69a881f2d40563d88c926c9dee724ec9ba660377bcb4c128763f4a5785d6d2ba1deb7ba50ac65cb5302c80fadf9f750993d1c48e680bffb2f405499d51427d900e31745791824fe14354299fa14b156a548aa88cf5c7ba7554459d1333bb79c5922943906df37cf2461434311a019e9a351db0ab06e6154e83fb1f4cd56908998c1a13f696cec14050d1075c229b39433a50163483c2d99a141ce74de7ac87eeeb0f76923687962247493cad946625a07e5b49d0fe6f015bf316fbd4c3f1c031a49d605d8a7f0877379292af4d5f91984d5467f549e413e526db0f9b0051eb3a41aa19ab8bc4b96c61f74f15b9ccdc08fe0a9a1e6ef881349aeb2bee1a06339bfc1e4f099ba3763bb7b0cb3d20c7ddc92194b3638938d288d32f9c62f27224098afff8cbd64756672ca40237baa354b0d2a82
Configuration 7 (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: 22241615555fcc1eac0a51de8ee95b6ef29e802789d95a5e6fcf11ed2870468f88388c50e137506795ebb0f5018641a0941b0e7382138fb3eb6d388de79fd5624371b7f56f433237ab8c877103cdd197ca3b4876ae7895d9b154ede2e38a91bbc9968c43e5f241f70d41636be3d3ae2ad840a4d7772fbf0e860fc121f359a75957b071acda1f1c41cd36122d78d3f1b2ccab6ca1da683f8b7100218cf5fe5f348398646e44b8475948ab8975a7108d9e35844154a7369b7354f3b079a11ae70cbdbdefb01d74d3372de99161fec47c9d3a1b2b1d34e93b2b3a3a37f2c8195ee7f9c4da3713d7b422b3898df6e2aca04007653c6119dacc41b46787ec1e4af61463c8864e53d58baace87885f8574aa1bc78ba8c06f47bdaf804877cd48d4382873c550d5a75a1c5c4f871648adf740a09e67f3b619df889994f4f3218500367c0e8d17c1698d2554e8d072bd0906780e3f64455983573e4ce69349b89ce6b097ff7e893f6059c946fa89ba23faa295e8011867de4a7e7aee4108a71142f05c1fa7c24d89eb67073b2d74070743e1a10a0f1c335d13b65df63b65a9f2e8c9503570252e833e56ed2dabd911b71b947c3e83eaab1de9742a6a8c535098d0708d820d9a6fbe7687a6370090bcec445234878a07ce0d13631dff3bca96394157fb2fc25b42b5a7271cded56ddc503bdc73543217ce7f397c98a69cdc13b9c2118ded
Configuration 8 (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: bd583df4a3b323ee2d99b683475fd92e8286f4a006d0d5ed25165fcd45eabdd10c059da27e71255a3af7a9d30e0b7935a7865a31fc2f53e4246475e20ca6049491a2db6dcf3ac8769e7d9641f97a7ea1e70c392a0aa1a26b21aaf4ad35bc9026296ccf2dcd84f116a1feeb598f12fb91a3443ccbade3124ecb5a713012fa964fbc60b1b4ef9a1f5d6e5edef9f5ffe123b3c336194d85d1f7fda8278f5a25b2c947bbf34e2ec30c807f0fd85560b2316b13aa85b218bad3f0474302008c5ef469cf47d69d994793b635594538d641f1b77b513481897b4bb13c42b6301a054da6f199cdf1a6f60c5fd973dcfb92bbc7adf5efdbcd4ba499a8d498083bb2f26b8631d6d9d916e6b9d62a10f723d5cce27e607b85be474117c6cbf06ff213af1f9fdb16b7482391cda173ba4eb3ba78386cad145471ed49352569eba9ade39702bf3999c66bb858d0664c8320e2d60202a822ab88c1e3c101e8e5dc33d0f731985b04f806908162262902f42712e4d5d3caefeffc98e40a34f251f36bd9208694d96f787a660ee83541c2ebd207aed2382cc3a7006b6712f1a1aab12a08c8fc3d47814b87350659c27e7d8553ab86c18b12eb7207adc7da3cdbce6e77cdbf8ba7d0eef6b37edb151ad120a98fd3490aaeaed34197cd4f43501af715e8b9de9acb8b659b964250564ce45b1eedddb11cb202d961a7cdd060211f2a603b17b530cb5a
Configuration 9 (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: 6084730cc25162d9ad8137fec0b1267101e770c4191acac47241df21699c8c7c5ec05d5fa8ffa77fdec3c2104e8f5650aa89c835c17264a8d4b20a2f105a36b34603ddda1efe6515ba2652f53e41942c7e79dd0cd9c9603afda2091c027a5cddd0d2435b959c1a4621abcd99ac4a56e2388fd8123d6f32fdb0341a8b60e5f2138e2fc7ccb28ba7fe907005e5117ad265829df55cca81543ec4a30c5f8a275ba468959eef3848bd377c25d6f535cb91c63de9480e129632a18876b32ad36ef8bd31a88f1b0723adadc299e6fcffe97351841dffbf41db18c6689814db420882fca94e79b07d48779edf1364d2795d8c0f9df39d41566868b50c1902fe91dfab871d3c91be0dcbaa42c06fa772b7b995957430401311a5b54e596badbaae4008547c295eb9aab11925134487f660761d34a68115cfc2c0b76ea57d24f69b5321aa1a5e4f50fb0d757f740cb46885acbe3180ced3c82d0d22d9fb7855e032ce32c963ee16e3015cc8b2e68e600af2d551fc7b5966338e04130fb20ad90b22f6d2787c978fcabeee2ca5a0df23f39928732984e3c44fb6e08a1d6ea49faedb2a266eea4fcc8496ce060afabad3327bac195a8d33fc5a9decbd2d922edebeb3ae9daa2362c32bfaba03b4f7c478aa062e7d3e1039c11f1a94d33e2ca4e309430ae702876b2cf8d43584666ce3aa53f858cc1a7359847d260fe09d333ceea142f340f7
Configuration 10 (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: 0162c27faea51806bbd9e54cc0bdfe19505bf89674bd6694439433120b1fbf2a2b5af8af05b75854614b7b763dc520b76590f5f66eca7c8c9dd3577d458a3778f61d10f2528f9bcc7256a299a8471f4271cad8f9e5b185277da15cee87e8884af0776be94f54c7a3b1b8ee0516090b66dda0049a02bbc2cd8a840850877eb6e071844b6ece359b1eaf28a79c18917e0d7bd215c9c16620e1533e6616d962a75564328a8075dc75fbead4449d3034916bb97f60a9ce8d60d410dfb54748fdadab387aeb22f314f9dd3f17bf14adb9329537017066896ed65f902b03dd54d771357c54a3159fb55ab9b3ed0b04dd55c5774de12c57f686fdb1e68098a1595c8b6f82b06f2b2cea66e79c7b3fb4434aa8032f0a5ba28a6f7b835832c8de95dd12a24ef172a26fededfc87b56d747a3308cd493cd5d05b951c5e5eafcdac163949f201852ba35ad09c5055d44e9eb854d5045018e058f336fce442b225077d00b065cf3cf2d332bb80e0e225b25674b7ba50cecd1bcf060eb1218fcbd9095b5d1ad80ffca7bc7885479bdee33539ae55c8010d626f182b0bb7701477276504aabb544e6b9a627c83299082c860fff18e0942983e76ca3ab52746e42d6cb962110480ae744dea7ba6856ac6f412dcd369f1357cb15e05455c30dcd11a57f229ed9d36fa850048be4655ced3391e8684cbef0ac7c87036c08bd4bcfba883be2166dcc6
Configuration 11 (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: 7c1698b66b6d4c3888de52edefbc7c1b23327d1ec8b8b93aa6dab37838f433fc6c7ccbfac65b3c2eb058b60761b735fd1bb8de340bab168864b3b84d972ea68b01669e0d305a89e53acf04ece18c6e686b3bca4aac7e42980366a90f7ac6f92be5594c5d568ce064fff91ddff2019e99ce2d96ba91c10b251bc9640e7415887111634e6b1de0ac78c5e6520a3dea38a60639bdc94ef570622935f2d7fbd279aa995d64fb96c0a01a697f4319589700676b91265804b89f87abe436c3e92ed8ddec9a76de062061ce2c746f4d8c2190d6fda4e254082e598f9999b6ec2c786525c50f3e7c0dbc69659563a01116d49e3b07bd76a4e8853c066f62d3eb4288171f87c581fb21f9275c260da805a04a8c8a5f413ff023855d30f60671a7fcafacafe219b4863e566eac97bf88544ef399e87fe30476022c7e68420d3f4d36b67b32898f3833bc70c19fba7b9b751d8d2e229735b76fc9b91efe37a91cd6af87034ff1b468b3b936a4be2c735bfb02ea1b36216b6607448a1d123013ea1566e1bc06c85ed5a87578ac66877e3a65d8c1faee1d54ab5ad256751921a26a3ccafa9db3c120c427d9469edc9e3fed609bbfa5d1878c05e70a0f797212b35573c960ac9a36b60914710e0e4c2466f00d2402b05dbb15c1598804c63f36e93357f15519f1d2b39413810c2fc927a18139f78debdb5325b9a1c07ec359c8776f00660426ee
Configuration 12 (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: 88826b8870c8fa5c17fd6dba811b384daff0ce67df9a850f7d97c3525255225e792eb82e6d8da8fe3ca0b9a7000abf187f5c942f9d56ce4bae7896e9d90e96e2a09ea32aa54539a0daece855c5bac318d3aab1336e2b088d7582aa2b0cb3f9c30e87712b0f074e0825e18bb26ff19ab9d9a8064cfe2fa39af7e23183a1e1e38bd7381132bc49105c9bad4e1bad8a9c45f70f3e93d38e63e53a2ce36982a6dd323f0c8f42bcb529dc3369444a9331026b0e9a4ef332d636eae81dcd48627c45536bc4318d38e6c5fe2621d979d04b16b0c98a839c5eaecf7b9f8c895278011d2d8627516f7c17e70b8b4c2a67552d6d3e23d2fcb4ff9686dab61f66e50f2ba8bfe69fc95dca1bd0c378e92cc6579ffb24af3dc53d95269caeff56fe84cfaf5c97ef991e9445a811a8be2a1a7b5fa7fbf4feb662e9814a3012b9ee0a4c75b9ab84c4a77de37297f22994d8e827096201dcd1cd93d0a7ec7a1aaf81807f97f9d1adf9f22e6c00762df19e20ab79da113f76c5c5dd5b648e71c9901033b362551fb05bd9a41f564afbd4f455b6e25039a72ea71f96df584ebad56c29c0ef065f1ddca910123465daa936d557c4187e909b53265ec05c215c38c0d104979165bba2f35ddc8512fc29fe79d0507238955d4d9bf74992520da59e789ee015bb05e72f9f1daa3190b78fa85bc9b6d9dca6e13faaae2bcdbade2f1174c32588f4aa3191a3
Configuration 13 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 9e868157b2cbfe4a5ada6c6d5173c9560c43e7c7c13dc5aba049864981e7e3e51bcf975b03b35526ae88474c0a2d97906af2b17e7a2328c6b20d55f304659990fc4e0cf9d9448033aed234ba3938fc3be27c639479c03da64a1c92b521429bdf7c353eedf02fc3c3a648aae4363f542b82a21c03db2eeb57be71d12b10b5f87b991e263842de4bd1de5f417c899f757f5b49e808a8f9773e4cc461b2b96516da22790d6a06b10ccecd2703b890a3f3429717816152cb4a5fa0edffaf14f336588ef753e6e33345943555ab5136a2ec1d51f711cbe949162f3e29c2ff13837e31e28abb46a62959cd775c5ba8f9cab85c62f661c0f1f71fb4fe4a1b00f9dfebf4ec715074d1ace27806efb706f8046323b5c8f9c231c3f5b705a61bbc87e4bf27cf7ebd0120ff2502c03109e30c32843fd2aae644bbdaa8a1f8713dd06017c2d313a023b16bcf81cbf1aa385a55179bbce18fb6b074323ea5b2cc87ebd7356ae0a69ab192bef43956b4928f74d4381b79fa16534c3655dccaadbd3dabd18d0f51f88f5529e4d49959b41aaa516ba5fa9a450c4eb8245cadb9380fc8dcc9cace0afd78f0c7eed308613fe0d977c46349aeb16e31e4d09bf78fade8f2e44a4268eda2a9180e66e0aa25d419723516685c05e605f46509913afb1ef114e4c6589daf6d49af18d71b217464f602412027052e107615ccb26ecb130ce7a9fc1e1f8c40
Configuration 14 (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: 0fcc3eae559bedd273deccabf5782e4c5bf024f0b0a80693b3742164e698d941f131b28771ce87457cbb2391d3f7236bd068e5d285389f1a79836a78ca0bed4ecac41a2f47a165b03284af6f6f587e87d9955f40bd65999381a086d2280fea9319618100ce0b1676d1bfc6e00e1fd745b1dc0e0593413ac4815550194352c5716589c037b5e8a2fcda62308052f95b878c98295ae9d6d612cf942cd8dd766efb6c0e273acf34c10fa0d7d8bf34ce74b2df781ce6f11e0b513936ea33e9803026516aaa462a4b93e56e28b03237e3ab9488916427aa26dcf9c2737b6a60047271040079cf836d566f51385594a82e85bf90175a7ee3bbe060d6edba68b5ced18e2696b4c82b6f40f4e1079bb544acb5ec5404f0105b0ef72cbd08e92e7f1ca9da7a5ff989558217bba1702fcfd284abc0b06d9c68ad3b5c37ada055196ace538008bbb7f39f746cd3ff787b5cc73aefd9e76c0caaf35e361bcd3d4e1f91c3412e96b11600e187579590642e35ffadff58aebf099514b1352f2b312d932f3c958bde1d42643a25248967bbb72e5489149f823feca48ca0826c35fa09480c058beb83b882181aac3440069ea3e345cf7d8333b8b59b9f8af691b10039592f2a085b048e2728726ceafdee951176c8dc8578388c461f2856ecd0cdc86767167b879248e0279c80969e7a3afa4fd733ae1af214dd55432a7dff26c0bca0939f8b8fe9
Configuration 15 (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: ad9287b016ae80d9f7642b053030320290c03badf03ec0c4e683ae2fb110db99a7711c5b01230817f869ee0125f12e5a9ca87c1b3416e85710a7cb2fd827d579c5cb50e4ad8a7d1b440a9b07d59abd47986998ab3067be53fc73f6797853e68ed028b1d5517193ffbe98bcf2f51da76e9c5222a1fb777e2655d58e27899e4727ac15c970a6369f7fd14b3168354840da645ddf7081c4d221406c9869aba7bf558ebb11630ec6ba9ab11ff64d1f149690ef90388c0dcdf25203c139d6f862d419a4acd0e328c30ffdd8089be3bbd425241c604e17a56e3303ba7df8d7db26291fd0fa6b236cd618b278554868f61ace9ac3f6844dd20e8b841aa0cb6e83826f6a632fdb0bbca064b348344ffbcd8262a7a13d9d28774dcf387d2e448239be28078517f97d2c3689160ba9dbe9d82030a158906118e0aa7b093bcf8e06b75985debaf522d5750e0d6b9342deaa02271b448d3b85d1cf9202566c932de21270bac8c28a29cc9cf83a4fdaca69f5d2b06dc0ac7bfe18fe93bb37c19017d07548c32c0d7ff848db28c1bf2bd2278c7a41f15edd5a530f3f8c87d78fdaceb16f99f7551674d84ee2ddd8c418cf2bf942b41176591164046dacf57c3d4d2a1c87c07946576b30b0b84a94152c0f483e738b514e6e37ea6ea4240ce076241d1b854ccae8951af35548fa1a5b54e9eb5c59f31f800f54a6beb969fab44da922842dea3379
Configuration 16 (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: 7e88d926d47b4610f13ec1d1f8c8ecc8d304f37265a86ee27419e5070cc4195e5fc5d1d37322efe3af23e5c24e12f30e423145c85eee6fb5fd1b60f4316ab1d281f51ae93a6b3916517cffb52d9743d8157f1197b0a991a89f4b2c722211635a0e900a0fbc9747e9ceaf598eed200384b7545d00fd1a2d777347995664b247af664acddbeb20b3f6e5ee33c687f6744553102432570d06772246c61efee3d45ff83db765973ddad933bcd15ee725a400273197c680f97f54816d3b6cfe27102b73579eed6917c33fb416186b017a5152b8cbd18f2b8f3adae781e19d33e234899f5fa1aa9a9c9bc8f667fd51e1d7912d08ad0461cf6bd5c84438da56f7daeebbf6eecfb2773396a4a2854e43f22b79554a15924c5580d2ef530521f4dafc21bb6e04c6a5c8587c0dd70d4a3cfc251167174392233df272c44708928f1db5d6dfe1754e8c2ba4f12e3f3fccf60772274a3199520fe5e12448426a1fffd4c5ad2889f00a92f2c28c8ec1dab96ba388a96c9876b922fe326608e0946f3dffa83a3aa8a1b3abde69dfc297f8dbede24c2fbca8f3571240fa90f536a1baff38ff2b7992acfb2abdddae65812d80cd68c8ea56665c9b891d786bdb96ac3e6cb9e32cd4495a66319f1eab8cfdbb2ad2fc97620eef6d4573e15c198d960fec1f3689b5f22f5b5ab91c93ab88ec92ee5ac581a98aede67f75650e02607659233c45984d7e
## 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-e3-max-opp.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-am62a7-sk-fusion.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-am62a7-sk-ub954-evm.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-am62a7-sk-ethernet-dc01.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.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: 9049737 Bytes = 8.6 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 41f38e4deea6877cd9b5a772ced1b5bc4ba2c17a52acc8e7f13c3ec3fe1de4cd344f93486f520a6c9ac5f2284e9b1e90dda1342ae7f5f4c025b5ff0ed02c4ce8
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: 0x908a18b4
Data Size: 55627 Bytes = 54.3 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 7798498f0480b86138b735e600b543f98936278aba1c10ddc88cd19bc40acb398c56c96c320437647a038143cc28eef6f8b9494afd2c0ab621cc871ee93af4f4
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x908a18b4 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
Loading Device Tree to 000000008ffef000, end 000000008ffff94a ... OK
Working FDT set to 8ffef000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 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-0x00000000997fffff]
[ 0.000000] node 0: [mem 0x0000000099800000-0x000000009b7fefff]
[ 0.000000] node 0: [mem 0x000000009b800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-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 s38376 r8192 d31256 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/80be724c52eb4331ca05307e6b75374f,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: 2806628K/4194300K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 797848K reserved, 589824K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008487] Console: colour dummy device 80x25
[ 0.013070] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023751] pid_max: default: 32768 minimum: 301
[ 0.028519] LSM: Security Framework initializing
[ 0.033339] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040917] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050340] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057774] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064062] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071455] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.077821] rcu: Hierarchical SRCU implementation.
[ 0.082726] rcu: Max phase no-delay instances is 1000.
[ 0.088282] Platform MSI: msi-controller@1820000 domain created
[ 0.094530] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104383] EFI services will not be available.
[ 0.109237] smp: Bringing up secondary CPUs ...
[ 0.114428] Detected VIPT I-cache on CPU1
[ 0.114515] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.114530] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.114574] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115165] Detected VIPT I-cache on CPU2
[ 0.115233] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115246] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.115276] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.115825] Detected VIPT I-cache on CPU3
[ 0.115895] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.115908] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.115936] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.115996] smp: Brought up 1 node, 4 CPUs
[ 0.195713] SMP: Total of 4 processors activated.
[ 0.200524] CPU features: detected: 32-bit EL0 Support
[ 0.205795] CPU features: detected: CRC32 instructions
[ 0.211106] CPU: All CPU(s) started at EL2
[ 0.215304] alternatives: applying system-wide alternatives
[ 0.222501] devtmpfs: initialized
[ 0.233491] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.243494] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.264611] pinctrl core: initialized pinctrl subsystem
[ 0.270469] DMI not present or invalid.
[ 0.274936] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.281870] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.289308] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.297383] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.305540] audit: initializing netlink subsys (disabled)
[ 0.311177] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
[ 0.311568] thermal_sys: Registered thermal governor 'step_wise'
[ 0.319103] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.325279] cpuidle: using governor menu
[ 0.336122] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.343138] ASID allocator initialised with 65536 entries
[ 0.359293] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.370524] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.379998] KASLR disabled due to lack of seed
[ 0.391136] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.398100] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.404509] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.411449] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.417856] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.424795] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.431203] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.438143] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.446099] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[ 0.456008] iommu: Default domain type: Translated
[ 0.461010] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.467655] SCSI subsystem initialized
[ 0.471801] usbcore: registered new interface driver usbfs
[ 0.477441] usbcore: registered new interface driver hub
[ 0.482894] usbcore: registered new device driver usb
[ 0.488516] pps_core: LinuxPPS API ver. 1 registered
[ 0.493593] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.502941] PTP clock support registered
[ 0.507062] EDAC MC: Ver: 3.0.0
[ 0.511026] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[ 0.517846] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[ 0.524642] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
[ 0.531368] omap-mailbox 29030000.mailbox: no available mbox devices found
[ 0.538753] FPGA manager framework
[ 0.542305] Advanced Linux Sound Architecture Driver Initialized.
[ 0.549372] clocksource: Switched to clocksource arch_sys_counter
[ 0.555808] VFS: Disk quotas dquot_6.6.0
[ 0.559854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.572518] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
[ 0.578868] NET: Registered PF_INET protocol family
[ 0.584037] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.594389] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.603190] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.611124] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.619422] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.627762] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.634599] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.641551] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.649063] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.655230] RPC: Registered named UNIX socket transport module.
[ 0.661305] RPC: Registered udp transport module.
[ 0.666115] RPC: Registered tcp transport module.
[ 0.670922] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.677519] NET: Registered PF_XDP protocol family
[ 0.682429] PCI: CLS 0 bytes, default 64
[ 0.687049] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.696867] Initialise system trusted keyrings
[ 0.701618] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.713701] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.720256] NFS: Registering the id_resolver key type
[ 0.725466] Key type id_resolver registered
[ 0.729743] Key type id_legacy registered
[ 0.733908] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.740771] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.748500] 9p: Installing v9fs 9p2000 file system support
[ 0.789042] Key type asymmetric registered
[ 0.793232] Asymmetric key parser 'x509' registered
[ 0.798257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.805950] io scheduler mq-deadline registered
[ 0.810588] io scheduler kyber registered
[ 0.817521] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.823840] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.830491] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.843359] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.856878] loop: module loaded
[ 0.861336] megasas: 07.719.03.00-rc1
[ 0.868811] tun: Universal TUN/TAP device driver, 1.6
[ 0.874679] thunder_xcv, ver 1.0
[ 0.878018] thunder_bgx, ver 1.0
[ 0.881335] nicpf, ver 1.0
[ 0.884490] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.891877] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.897358] hclge is initializing
[ 0.900760] e1000: Intel(R) PRO/1000 Network Driver
[ 0.905745] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.911656] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.916731] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.922809] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.928328] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.934048] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.940455] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.946629] sky2: driver version 1.30
[ 0.951052] VFIO - User Level meta-driver version: 0.3
[ 0.956982] usbcore: registered new interface driver usb-storage
[ 0.963822] i2c_dev: i2c /dev entries driver
[ 0.970120] sdhci: Secure Digital Host Controller Interface driver
[ 0.976465] sdhci: Copyright(c) Pierre Ossman
[ 0.981397] Synopsys Designware Multimedia Card Interface Driver
[ 0.987957] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.994698] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.001016] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.007935] usbcore: registered new interface driver usbhid
[ 1.013647] usbhid: USB HID core driver
[ 1.018708] optee: probing for conduit method.
[ 1.023289] optee: revision 4.0 (2a5b1d12)
[ 1.023541] optee: dynamic shared memory is enabled
[ 1.033066] optee: initialized driver
[ 1.038253] Initializing XFRM netlink socket
[ 1.042689] NET: Registered PF_PACKET protocol family
[ 1.047992] 9pnet: Installing 9P2000 support
[ 1.052418] Key type dns_resolver registered
[ 1.057153] registered taskstats version 1
[ 1.061375] Loading compiled-in X.509 certificates
[ 1.074599] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.114597] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.121645] pca953x 1-0023: supply vcc not found, using dummy regulator
[ 1.128523] pca953x 1-0023: using AI
[ 1.155928] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.162684] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.168606] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.176932] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.186134] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.195114] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[ 1.204810] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.212820] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.223579] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.233225] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.242548] ti-udma 4e230000.dma-controller: Number of rings: 6
[ 1.249002] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
[ 1.258235] printk: console [ttyS2] disabled
[ 1.262666] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.271545] printk: console [ttyS2] enabled
[ 1.271545] printk: console [ttyS2] enabled
[ 1.280003] printk: bootconsole [ns16550a0] disabled
[ 1.280003] printk: bootconsole [ns16550a0] disabled
[ 1.292148] spi-nand spi0.0: Winbond SPI NAND was found.
[ 1.297486] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[ 1.305818] 7 fixed-partitions partitions found on MTD device spi0.0
[ 1.312172] Creating 7 MTD partitions on "spi0.0":
[ 1.316957] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
[ 1.324172] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
[ 1.331691] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
[ 1.340031] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
[ 1.346647] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
[ 1.353909] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
[ 1.397276] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
[ 1.445390] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.454483] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.462616] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.475383] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.482510] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.488828] pps pps0: new PPS source ptp0
[ 1.493077] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.503093] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.512962] mmc0: CQHCI version 5.10
[ 1.568721] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.685056] mmc0: Command Queue Engine enabled
[ 1.689580] mmc0: new HS200 MMC card at address 0001
[ 1.695197] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.724094] mmcblk0: p1 p2
[ 1.727800] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.733699] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.739443] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.803068] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.809800] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-04T10:09:31 UTC (1701684571)
[ 1.819691] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.826508] pca953x 1-0022: using AI
[ 1.836900] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.837629] mmc1: CQHCI version 5.10
[ 1.845237] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.855151] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.889020] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.924456] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.933808] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.981696] mmc1: new ultra high speed SDR104 SDHC card at address b368
[ 1.988941] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 2.000396] mmcblk1: p1 p2 p3
[ 6.019258] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.045476] Sending DHCP requests ., OK
[ 6.065597] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.221
[ 6.073457] IP-Config: Complete:
[ 6.076702] device=eth0, hwaddr=3c:e0:64:62:db:99, ipaddr=192.168.0.221, mask=255.255.255.0, gw=192.168.0.1
[ 6.087011] host=192.168.0.221, domain=ti.com, nis-domain=(none)
[ 6.093521] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.093556] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.118158] ALSA device list:
[ 6.121201] No soundcards found.
[ 6.172843] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.179688] devtmpfs: mounted
[ 6.186008] Freeing unused kernel memory: 2176K
[ 6.205732] Run /sbin/init as init process
[ 6.449606] NET: Registered PF_INET6 protocol family
[ 6.460421] Segment Routing with IPv6
[ 6.464129] In-situ OAM (IOAM) with IPv6
[ 6.499170] 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.531026] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.608577] systemd[1]: Hostname set to <am62axx-evm>.
[ 6.619326] systemd[1]: Initializing machine ID from random generator.
[ 6.757622] systemd-sysv-generator[159]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.783025] systemd-sysv-generator[159]: 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.809318] systemd-sysv-generator[159]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.841173] systemd[150]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.364810] 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.469047] 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.588322] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.678761] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.704743] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.747162] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.772023] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.793901] 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.817832] 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.841992] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.857636] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.877688] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.893660] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.959864] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.981925] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.024346] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.046317] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.071318] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.095968] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.118967] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.138107] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.168237] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.191760] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.217150] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.277972] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.302140] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.336640] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.358761] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.386386] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.408672] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.436975] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.458995] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.486428] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.546538] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m.[ 8.555971] fuse: init (API version 7.37)
..
[ 8.572654] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.586265] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.606353] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.630362] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.651375] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.670754] cryptodev: loading out-of-tree module taints kernel.
[ 8.678919] cryptodev: driver 1.12 loaded.
[ 8.682581] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.711803] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.739118] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.754263] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.778122] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[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.185800] systemd-journald[174]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[ 9.245424] random: crng init done
[[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 System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[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.518032] audit: type=1334 audit(1701684579.204:2): prog-id=5 op=LOAD
[ 9.524746] audit: type=1334 audit(1701684579.208: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;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] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.579384] mc: Linux media interface: v0.10
[ 10.624207] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
[ 10.657033] videodev: Linux video capture interface: v2.00
[ 10.793089] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
[ 10.808678] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
[ 10.833957] remoteproc remoteproc0: 7e000000.dsp is available
[ 10.845924] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
[ 10.853665] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
[ 10.863221] platform 79000000.r5f: configured R5F for remoteproc mode
[ 10.872812] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
[ 10.883111] remoteproc remoteproc1: 79000000.r5f is available
[ 10.907294] remoteproc remoteproc1: powering up 79000000.r5f
[ 10.918260] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 50100
[ 10.934800] remoteproc remoteproc0: powering up 7e000000.dsp
[ 10.940536] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 2100640
[ 10.957320] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x99e00000
[ 10.960769] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.965166] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9b800000
[ 10.982472] platform 78000000.r5f: configured R5F for IPC-only mode
[ 10.993254] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
[ 10.995071] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node c7x-dma-memory@99800000
[ 11.006413] remoteproc remoteproc2: 78000000.r5f is available
[ 11.018938] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.020392] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.020461] remoteproc remoteproc2: attaching to 78000000.r5f
[ 11.020978] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.020993] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@9c800000
[ 11.021662] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.021694] rproc-virtio rproc-virtio.7.auto: registered virtio2 (type 7)
[ 11.021702] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
[ 11.024554] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
[ 11.024569] remoteproc remoteproc1: remote processor 79000000.r5f is now up
[ 11.090963] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.099456] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.108584] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 11.143802] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.145575] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.149463] rproc-virtio rproc-virtio.6.auto: registered virtio1 (type 7)
[ 11.163296] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.165251] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
[ 11.250990] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 11.252154] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 11.274053] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 11.285259] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 11.308529] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 11.308847] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 11.367368] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 11.368015] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.389354] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 11.392308] e5010 fd20000.e5010: Device registered as /dev/video2
[ 11.403688] i2c i2c-1: Added multiplexed i2c bus 3
[ 11.418621] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 11.483832] Console: switching to colour frame buffer device 240x67
[ 11.524242] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (4s / no limit)
[ 12.628742] tps6598x 0-003f: Unable to find the interrupt, switching to polling
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
[ 12.800158] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 12.859188] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 12.910589] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 12.941346] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 1
Starting [0;1;39mStart psplash boot splash screen[0m.[ 12.958528] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
..
[ 12.979948] xhci-hcd xhci-hcd.9.auto: USB3 root hub has no ports
[ 12.979967] xhci-hcd xhci-hcd.9.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 12.980039] xhci-hcd xhci-hcd.9.auto: irq 540, io mem 0x31100000
[ 12.986720] hub 1-0:1.0: USB hub found
[ 12.986780] hub 1-0:1.0: 1 port detected
[ 12.998977] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 13.025113] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 13.079817] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[ 13.104351] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
[ 13.156486] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 13.177125] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 13.194215] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 13.249429] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 13.253963] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 13.362943] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 13.493435] hub 1-1:1.0: USB hub found
[ 13.498800] hub 1-1:1.0: 4 ports detected
[ 13.818591] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 13.849316] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 13.849499] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[ 14.065020] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ 14.071740] usbcore: registered new interface driver cdc_acm
[ 14.079564] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 14.089468] usb 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.
[ 14.588430] usbcore: registered new interface driver cdc_ether
[ 14.601466] usb 1-1.4: new high-speed USB device number 5 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[ 14.793676] hub 1-1.4:1.0: USB hub found
[ 14.799374] hub 1-1.4:1.0: 4 ports detected
[ 14.811488] cdc_ncm 1-1.2:2.0: MAC-Address: 20:7b:d2:46:6e:d2
[ 14.817799] cdc_ncm 1-1.2:2.0: setting rx_max = 16384
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 14.837882] cdc_ncm 1-1.2:2.0: setting tx_max = 16384
[ 14.853175] cdc_ncm 1-1.2:2.0 eth1: register 'cdc_ncm' at usb-xhci-hcd.9.auto-1.2, CDC NCM (NO ZLP), 20:7b:d2:46:6e:d2
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[ 14.867947] usbcore: registered new interface driver cdc_ncm
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /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.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[ 15.025058] EXT2-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 15.034073] ext2 filesystem being mounted at /run/media/mmcblk0p2 supports timestamps until 2038 (0x7fffffff)
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] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 15.133487] usb 1-1.4.1: new high-speed USB device number 6 using xhci-hcd
[[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/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/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 15.320186] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 15.338434] FAT-fs (mmcblk0p1): 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/boot-mmcblk1p1[0m.
[ 15.387768] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 15.414051] 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] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 15.559203] usb 1-1.4.1: Found UVC 1.00 device <unnamed> (046d:081b)
[ 15.589446] usb 1-1.4.2: new high-speed USB device number 7 using xhci-hcd
[ 15.611128] input: UVC Camera (046d:081b) as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.9.auto/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/input/input0
[ 15.626482] usbcore: registered new interface driver uvcvideo
[ 15.885740] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 15.895702] scsi host0: usb-storage 1-1.4.2:1.0
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[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.
[ 15.993602] usb 1-1.4.4: new full-speed USB device number 8 using xhci-hcd
[[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...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] 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] Started [0;1;39mD-Bus System Message Bus[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.
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.
[ 16.640349] audit: type=1334 audit(1701684586.324:4): prog-id=7 op=LOAD
[ 16.647205] audit: type=1334 audit(1701684586.332: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[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...
[ 16.933119] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 16.945915] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 16.958142] sd 0:0:0:0: [sda] Write Protect is off
[ 16.964981] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 17.084198] sda: sda1
[ 17.087124] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 17.174848] usb 1-1.4.1: set resolution quirk: cval->res = 384
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 17.282935] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 17.338761] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 17.627920] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 17.656927] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 17.720973] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 17.782639] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 17.814061] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 17.835771] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.9.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.3/0003:17EF:60F4.0001/input/input1
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[ 17.913812] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.9.auto-1.4.4/input3
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Nam[ 17.928451] usbcore: registered new interface driver snd-usb-audio
e 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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 18.636209] audit: type=1334 audit(1701684588.320:6): prog-id=9 op=LOAD
[ 18.643538] audit: type=1334 audit(1701684588.328:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 18.696180] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 18.730274] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[[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...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 19.347492] audit: type=1006 audit(1701684589.032:8): pid=892 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 19.360586] audit: type=1300 audit(1701684589.032:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe83c8508 a2=4 a3=ffffbab7f020 items=0 ppid=1 pid=892 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.393437] audit: type=1327 audit(1701684589.032:8): proctitle="(systemd)"
[[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] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/sda1[0m...
[ 19.759776] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[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.361084] audit: type=1006 audit(1701684590.044:9): pid=866 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 20.373629] audit: type=1300 audit(1701684590.044:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe83c8508 a2=4 a3=ffffbab7f020 items=0 ppid=1 pid=866 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.399998] audit: type=1327 audit(1701684590.044:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mMatrix GUI[0m.
See 'systemctl status matrix-gui-2.0.service' for details.
[[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 am62axx-evm -
Arago 2023.04 am62axx-evm -
am62axx-evm login: root
[ 22.860413] audit: type=1006 audit(1701684592.544:10): pid=918 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 22.872946] audit: type=1300 audit(1701684592.544:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe83c8508 a2=1 a3=ffffbab7f020 items=0 ppid=1 pid=918 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.899366] audit: type=1327 audit(1701684592.544:10): proctitle="(systemd)"
[ 22.906557] audit: type=1334 audit(1701684592.588:11): prog-id=11 op=LOAD
[ 22.913453] audit: type=1300 audit(1701684592.588:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff7f0bbc0 a2=78 a3=0 items=0 ppid=1 pid=918 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.938883] audit: type=1327 audit(1701684592.588:11): proctitle="(systemd)"
[ 22.946099] audit: type=1334 audit(1701684592.596:12): prog-id=11 op=UNLOAD
[ 22.953208] audit: type=1334 audit(1701684592.596:13): prog-id=12 op=LOAD
[ 22.960128] audit: type=1300 audit(1701684592.596:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff7f0bc60 a2=78 a3=0 items=0 ppid=1 pid=918 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.985557] audit: type=1327 audit(1701684592.596:13): proctitle="(systemd)"
7[r[999;999H[6nroot@am62axx-evm:~# uname -a
Linux am62axx-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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/80be724c52eb4331ca05307e6b75374f,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62axx-evm:~# uname -a
Linux am62axx-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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 26296
-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 428144 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4102680 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 428144 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 428172 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4102680 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 33 0 264 76 0 0 0 0 0 92 76 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 125 0 0 0 0 0 152 125 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 207 0 0 0 0 0 232 207 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 38 0 0 0 0 0 48 38 0 0 0 0 0 0
31 4 mtdblock4 40 0 320 79 0 0 0 0 0 104 79 0 0 0 0 0 0
31 5 mtdblock5 106 4 4176 1872 0 0 0 0 0 1172 1872 0 0 0 0 0 0
31 6 mtdblock6 40 0 320 94 0 0 0 0 0 128 94 0 0 0 0 0 0
179 0 mmcblk0 630 0 28442 300 2 0 16 2 0 464 303 0 0 0 0 0 0
179 1 mmcblk0p1 309 0 6424 117 0 0 0 0 0 208 117 0 0 0 0 0 0
179 2 mmcblk0p2 282 0 20810 160 2 0 16 2 0 292 162 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 55 0 0 0 0 0 88 55 0 0 0 0 0 0
179 64 mmcblk0boot1 69 0 1344 20 0 0 0 0 0 36 20 0 0 0 0 0 0
179 96 mmcblk1 778 63 51836 930 2 0 16 6 0 816 936 0 0 0 0 0 0
179 97 mmcblk1p1 275 9 16640 308 0 0 0 0 0 360 308 0 0 0 0 0 0
179 98 mmcblk1p2 227 37 17250 281 1 0 8 0 0 340 282 0 0 0 0 0 0
179 99 mmcblk1p3 237 17 16738 303 1 0 8 5 0 344 308 0 0 0 0 0 0
8 0 sda 313 30 16467 834 0 0 0 0 0 756 834 0 0 0 0 0 0
8 1 sda1 271 30 15267 680 0 0 0 0 0 596 680 0 0 0 0 0 0
root@am62axx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 12099 11519 10848 7869 GICv3 30 Level arch_timer
14: 3 0 0 0 GICv3 108 Level mbox-r5-0
15: 5 0 0 0 GICv3 109 Level mbox-c7x-0
16: 5 0 0 0 GICv3 140 Level mbox-mcu_r5-0
17: 0 0 0 0 GICv3 23 Level arm-pmu
18: 2105 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
27: 4179 0 0 0 GICv3 193 Level 20000000.i2c
28: 403 0 0 0 GICv3 194 Level 20010000.i2c
29: 0 0 0 0 GICv3 195 Level 20020000.i2c
30: 6796 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: 45084 0 280 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 48567 295 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
252: 715 0 0 0 GICv3 210 Level 2800000.serial
253: 5 0 0 0 GICv3 171 Level fc40000.spi
255: 0 0 0 0 GICv3 134 Level 8000000.ethernet
258: 1110 0 0 0 GICv3 165 Level mmc0
261: 0 0 0 0 GPIO 0 Edge -davinci_gpio tps6594-1-0x48
410: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
439: 0 0 0 0 tps6594-1-0x48 0 Edge buck1_ov
440: 0 0 0 0 tps6594-1-0x48 1 Edge buck1_uv
441: 0 0 0 0 tps6594-1-0x48 2 Edge buck1_sc
442: 0 0 0 0 tps6594-1-0x48 3 Edge buck1_ilim
443: 0 0 0 0 tps6594-1-0x48 4 Edge buck2_ov
444: 0 0 0 0 tps6594-1-0x48 5 Edge buck2_uv
445: 0 0 0 0 tps6594-1-0x48 6 Edge buck2_sc
446: 0 0 0 0 tps6594-1-0x48 7 Edge buck2_ilim
447: 0 0 0 0 tps6594-1-0x48 8 Edge buck3_ov
448: 0 0 0 0 tps6594-1-0x48 9 Edge buck3_uv
449: 0 0 0 0 tps6594-1-0x48 10 Edge buck3_sc
450: 0 0 0 0 tps6594-1-0x48 11 Edge buck3_ilim
451: 0 0 0 0 tps6594-1-0x48 12 Edge buck4_ov
452: 0 0 0 0 tps6594-1-0x48 13 Edge buck4_uv
453: 0 0 0 0 tps6594-1-0x48 14 Edge buck4_sc
454: 0 0 0 0 tps6594-1-0x48 15 Edge buck4_ilim
455: 0 0 0 0 tps6594-1-0x48 16 Edge buck5_ov
456: 0 0 0 0 tps6594-1-0x48 17 Edge buck5_uv
457: 0 0 0 0 tps6594-1-0x48 18 Edge buck5_sc
458: 0 0 0 0 tps6594-1-0x48 19 Edge buck5_ilim
459: 0 0 0 0 tps6594-1-0x48 20 Edge ldo1_ov
460: 0 0 0 0 tps6594-1-0x48 21 Edge ldo1_uv
461: 0 0 0 0 tps6594-1-0x48 22 Edge ldo1_sc
462: 0 0 0 0 tps6594-1-0x48 23 Edge ldo1_ilim
463: 0 0 0 0 tps6594-1-0x48 24 Edge ldo2_ov
464: 0 0 0 0 tps6594-1-0x48 25 Edge ldo2_uv
465: 0 0 0 0 tps6594-1-0x48 26 Edge ldo2_sc
466: 0 0 0 0 tps6594-1-0x48 27 Edge ldo2_ilim
467: 0 0 0 0 tps6594-1-0x48 28 Edge ldo3_ov
468: 0 0 0 0 tps6594-1-0x48 29 Edge ldo3_uv
469: 0 0 0 0 tps6594-1-0x48 30 Edge ldo3_sc
470: 0 0 0 0 tps6594-1-0x48 31 Edge ldo3_ilim
471: 0 0 0 0 tps6594-1-0x48 32 Edge ldo4_ov
472: 0 0 0 0 tps6594-1-0x48 33 Edge ldo4_uv
473: 0 0 0 0 tps6594-1-0x48 34 Edge ldo4_sc
474: 0 0 0 0 tps6594-1-0x48 35 Edge ldo4_ilim
475: 0 0 0 0 tps6594-1-0x48 36 Edge vcca_ov
476: 0 0 0 0 tps6594-1-0x48 37 Edge vcca_uv
494: 0 0 0 0 tps6594-1-0x48 55 Edge npwron_start
495: 0 0 0 0 tps6594-1-0x48 56 Edge enable
496: 0 0 0 0 tps6594-1-0x48 57 Edge fsd
497: 0 0 0 0 tps6594-1-0x48 58 Edge soft_reboot
498: 0 0 0 0 tps6594-1-0x48 59 Edge bist_pass
499: 0 0 0 0 tps6594-1-0x48 60 Edge ext_clk
500: 0 0 0 0 tps6594-1-0x48 61 Edge twarn
501: 0 0 0 0 tps6594-1-0x48 62 Edge tsd_ord
502: 0 0 0 0 tps6594-1-0x48 63 Edge bist_fail
503: 0 0 0 0 tps6594-1-0x48 64 Edge reg_crc_err
504: 0 0 0 0 tps6594-1-0x48 65 Edge recov_cnt
505: 0 0 0 0 tps6594-1-0x48 66 Edge spmi_err
506: 0 0 0 0 tps6594-1-0x48 67 Edge npwron_long
507: 0 0 0 0 tps6594-1-0x48 68 Edge nint_readback
508: 0 0 0 0 tps6594-1-0x48 69 Edge nrstout_readback
509: 0 0 0 0 tps6594-1-0x48 70 Edge tsd_imm
510: 0 0 0 0 tps6594-1-0x48 71 Edge vcca_ovp
511: 0 0 0 0 tps6594-1-0x48 72 Edge pfsm_err
512: 0 0 0 0 tps6594-1-0x48 73 Edge imm_shutdown
513: 0 0 0 0 tps6594-1-0x48 74 Edge ord_shutdown
514: 0 0 0 0 tps6594-1-0x48 75 Edge mcu_pwr_err
515: 0 0 0 0 tps6594-1-0x48 76 Edge soc_pwr_err
516: 0 0 0 0 tps6594-1-0x48 77 Edge comm_frm_err
517: 0 0 0 0 tps6594-1-0x48 78 Edge comm_crc_err
518: 0 0 0 0 tps6594-1-0x48 79 Edge comm_adr_err
519: 0 0 0 0 tps6594-1-0x48 82 Edge en_drv_readback
520: 0 0 0 0 tps6594-1-0x48 83 Edge nrstout_soc_readback
521: 0 0 0 0 tps6594-1-0x48 84 Edge esm_soc_pin
522: 0 0 0 0 tps6594-1-0x48 85 Edge esm_soc_fail
523: 0 0 0 0 tps6594-1-0x48 86 Edge esm_soc_rst
525: 0 0 0 0 tps6594-1-0x48 88 Edge alarm
527: 1657 0 0 0 GICv3 115 Level mmc1
531: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
532: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
537: 1326 0 0 0 GICv3 116 Level tidss
538: 0 0 0 0 GICv3 130 Level e5010
540: 1723 0 0 0 GICv3 258 Level xhci-hcd:usb1
541: 0 0 0 0 1-0022 16 Edge 1-003b
IPI0: 1787 5692 5845 5188 Rescheduling interrupts
IPI1: 7224 15783 17429 14676 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: 132 92 89 103 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 3 0
TIMER: 1228 1314 1125 1161
NET_TX: 253 14 11 21
NET_RX: 77149 309 309 46
BLOCK: 832 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 13083 2 17 0
SCHED: 2852 2637 2411 1968
HRTIMER: 0 0 0 0
RCU: 4759 8127 6533 7137
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:~# depmod -a
root@am62axx-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
cdc_ncm 28672 0
cdc_ether 16384 1 cdc_ncm
usbnet 36864 2 cdc_ncm,cdc_ether
cdc_acm 32768 0
xhci_plat_hcd 16384 0
rpmsg_ctrl 16384 0
cdns_csi2rx 20480 0
rpmsg_char 16384 1 rpmsg_ctrl
snd_soc_hdmi_codec 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
dwc3 98304 1
crct10dif_ce 16384 1
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
e5010_jpeg_enc 40960 0
display_connector 16384 0
k3_j72xx_bandgap 16384 0
dwc3_am62 16384 0
tidss 61440 1
drm_dma_helper 20480 1 tidss
sii902x 20480 0
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
ti_k3_r5_remoteproc 28672 0
wave5 94208 0
j721e_csi2rx 24576 0
ti_k3_dsp_remoteproc 16384 0
cfbfillrect 16384 1 drm_kms_helper
videobuf2_dma_contig 20480 3 j721e_csi2rx,e5010_jpeg_enc,wave5
syscopyarea 16384 1 drm_kms_helper
v4l2_mem2mem 36864 2 e5010_jpeg_enc,wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
videobuf2_v4l2 32768 5 j721e_csi2rx,uvcvideo,v4l2_mem2mem,e5010_jpeg_enc,wave5
virtio_rpmsg_bus 20480 0
snd_soc_davinci_mcasp 32768 2
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
rpmsg_ns 16384 1 virtio_rpmsg_bus
videobuf2_common 57344 9 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,e5010_jpeg_enc,wave5,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
cfbimgblt 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
sa2ul 36864 0
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
videodev 245760 9 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,e5010_jpeg_enc,wave5
fb_sys_fops 16384 1 drm_kms_helper
tps6598x 20480 0
snd_soc_tlv320aic3x_i2c 16384 1
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
cfbcopyarea 16384 1 drm_kms_helper
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
cdns_dphy_rx 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:23:59 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 13400 bytes
Trying to boot from UART
Cicate 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 831099 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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:24:09 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 1808 bytes
Trying to boot from UART
Cicate 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 727659 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:24:09 +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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:24:09 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${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
default_device_tree="k3-am625-sk"
default_device_tree_arch=ti
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=ffb12a20
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree_arch}/${default_device_tree}.dtb; setenv fdtfile ${name_fdt}
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: 3769/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.121 (1043 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx-sk/df68e2792a1efccf8508fb7015d17166
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.121
Filename 'vatf_am62xx-sk/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *T #T ################################################# 20.6 MiB
1.7 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx-sk/14fdff9f7b0d8c79bde109dffc773712
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.121
Filename 'vatf_am62xx-sk/14fdff9f7b0d8c79bde109dffc773712'.
Load address: 0x88000000
Loading: *################################################## 56.2 KiB
6.9 MiB/s
done
Bytes transferred = 57516 (e0ac 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/5e6c00d09b0a0688d89b707ee06595ce,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:24:09 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff42000
reloc off = 0x000000007f742000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.121
fdt_blob = 0x00000000ffb12a20
new_fdt = 0x00000000ffb12a20
fdt_size = 0x0000000000010380
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] [0xfeb0b000-0xffffffff], 0x014f5000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb12a10
sp start = 0x00000000ffb12a10
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 = 0x00000000fff42000
reloc off = 0x000000007f742000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.121
fdt_blob = 0x00000000ffb12a20
new_fdt = 0x00000000ffb12a20
fdt_size = 0x0000000000010380
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] [0xfeb0b000-0xffffffff], 0x014f5000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb12a10
sp start = 0x00000000ffb12a10
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
=> 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 42 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 000000008ffff0ab ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 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-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-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 s38376 r8192 d31256 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/5e6c00d09b0a0688d89b707ee06595ce,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: 1837132K/2097152K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 128948K 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 @80800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
[ 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.008536] Console: colour dummy device 80x25
[ 0.013131] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023814] pid_max: default: 32768 minimum: 301
[ 0.028589] LSM: Security Framework initializing
[ 0.033444] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041028] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050855] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058310] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064608] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072002] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078390] rcu: Hierarchical SRCU implementation.
[ 0.083296] rcu: Max phase no-delay instances is 1000.
[ 0.088902] Platform MSI: msi-controller@1820000 domain created
[ 0.095212] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.105052] EFI services will not be available.
[ 0.109982] smp: Bringing up secondary CPUs ...
[ 0.115301] Detected VIPT I-cache on CPU1
[ 0.115424] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115442] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.115501] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.116213] Detected VIPT I-cache on CPU2
[ 0.116298] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.116311] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.116345] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116990] Detected VIPT I-cache on CPU3
[ 0.117073] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.117086] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.117118] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.117188] smp: Brought up 1 node, 4 CPUs
[ 0.196924] SMP: Total of 4 processors activated.
[ 0.201737] CPU features: detected: 32-bit EL0 Support
[ 0.207010] CPU features: detected: CRC32 instructions
[ 0.212332] CPU: All CPU(s) started at EL2
[ 0.216530] alternatives: applying system-wide alternatives
[ 0.224122] devtmpfs: initialized
[ 0.235754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245756] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257350] pinctrl core: initialized pinctrl subsystem
[ 0.263341] DMI not present or invalid.
[ 0.267926] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275205] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.282757] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.290869] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.299056] audit: initializing netlink subsys (disabled)
[ 0.304761] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305261] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312694] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.318880] cpuidle: using governor menu
[ 0.329761] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.336792] ASID allocator initialised with 65536 entries
[ 0.353088] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.364349] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.375316] KASLR disabled due to lack of seed
[ 0.387170] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.394147] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.400556] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.407496] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.413903] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.420841] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.427249] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.434188] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.442419] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.452520] iommu: Default domain type: Translated
[ 0.457589] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.464284] SCSI subsystem initialized
[ 0.468504] usbcore: registered new interface driver usbfs
[ 0.474156] usbcore: registered new interface driver hub
[ 0.479630] usbcore: registered new device driver usb
[ 0.485348] pps_core: LinuxPPS API ver. 1 registered
[ 0.490429] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.499784] PTP clock support registered
[ 0.503916] EDAC MC: Ver: 3.0.0
[ 0.508056] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.515208] FPGA manager framework
[ 0.518784] Advanced Linux Sound Architecture Driver Initialized.
[ 0.526041] clocksource: Switched to clocksource arch_sys_counter
[ 0.532544] VFS: Disk quotas dquot_6.6.0
[ 0.536604] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.549645] NET: Registered PF_INET protocol family
[ 0.554944] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.564202] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.573012] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.580954] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.589155] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.597150] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.604064] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.610987] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.618543] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.624821] RPC: Registered named UNIX socket transport module.
[ 0.630901] RPC: Registered udp transport module.
[ 0.635711] RPC: Registered tcp transport module.
[ 0.640519] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.647112] NET: Registered PF_XDP protocol family
[ 0.652026] PCI: CLS 0 bytes, default 64
[ 0.656833] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.666926] Initialise system trusted keyrings
[ 0.671752] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.684183] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.690873] NFS: Registering the id_resolver key type
[ 0.696120] Key type id_resolver registered
[ 0.700399] Key type id_legacy registered
[ 0.704566] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.711422] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.719201] 9p: Installing v9fs 9p2000 file system support
[ 0.759693] Key type asymmetric registered
[ 0.763887] Asymmetric key parser 'x509' registered
[ 0.768926] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.776659] io scheduler mq-deadline registered
[ 0.781298] io scheduler kyber registered
[ 0.788413] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.794972] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.801749] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.815335] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.830175] loop: module loaded
[ 0.834724] megasas: 07.719.03.00-rc1
[ 0.842589] tun: Universal TUN/TAP device driver, 1.6
[ 0.848489] thunder_xcv, ver 1.0
[ 0.851848] thunder_bgx, ver 1.0
[ 0.855181] nicpf, ver 1.0
[ 0.858348] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.865735] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.871224] hclge is initializing
[ 0.874633] e1000: Intel(R) PRO/1000 Network Driver
[ 0.879625] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.885532] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.890606] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.896691] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.902211] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.907936] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.914343] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.920522] sky2: driver version 1.30
[ 0.924989] VFIO - User Level meta-driver version: 0.3
[ 0.931083] usbcore: registered new interface driver usb-storage
[ 0.937997] i2c_dev: i2c /dev entries driver
[ 0.944562] sdhci: Secure Digital Host Controller Interface driver
[ 0.950953] sdhci: Copyright(c) Pierre Ossman
[ 0.955901] Synopsys Designware Multimedia Card Interface Driver
[ 0.962493] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.969326] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.975680] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.982680] usbcore: registered new interface driver usbhid
[ 0.988392] usbhid: USB HID core driver
[ 0.993635] optee: probing for conduit method.
[ 0.998240] optee: revision 4.0 (2a5b1d12)
[ 0.998571] optee: dynamic shared memory is enabled
[ 1.008016] optee: initialized driver
[ 1.013606] Initializing XFRM netlink socket
[ 1.018047] NET: Registered PF_PACKET protocol family
[ 1.023452] 9pnet: Installing 9P2000 support
[ 1.027903] Key type dns_resolver registered
[ 1.032758] registered taskstats version 1
[ 1.036984] Loading compiled-in X.509 certificates
[ 1.052428] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.116260] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.123786] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.130891] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.136866] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.145212] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.154450] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.166712] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.174931] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.186113] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.196221] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.206497] printk: console [ttyS2] disabled
[ 1.210953] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.219857] printk: console [ttyS2] enabled
[ 1.219857] printk: console [ttyS2] enabled
[ 1.228314] printk: bootconsole [ns16550a0] disabled
[ 1.228314] printk: bootconsole [ns16550a0] disabled
[ 1.239938] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.286062] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.295839] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.303947] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.312071] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.325037] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.331305] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.338430] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.344913] pps pps0: new PPS source ptp0
[ 1.349225] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.359753] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.371246] mmc0: CQHCI version 5.10
[ 1.377608] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.384375] pca953x 1-0022: using AI
[ 1.416270] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.416545] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.428867] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.435828] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.441221] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.447955] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.454346] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.460739] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.466913] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.473661] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.480116] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.497190] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.504966] mmc1: CQHCI version 5.10
[ 1.505094] mmc2: CQHCI version 5.10
[ 1.512371] mmc0: Command Queue Engine enabled
[ 1.516873] mmc0: new HS200 MMC card at address 0001
[ 1.522554] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.528849] mmcblk0: p1 p2
[ 1.532351] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.538464] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.544339] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.550075] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.553862] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.575007] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.584365] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.612772] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.620548] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.627197] mmcblk1: p1 p2 p3
[ 5.695401] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.718069] Sending DHCP requests ., OK
[ 5.738267] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.121
[ 5.746088] IP-Config: Complete:
[ 5.749316] device=eth0, hwaddr=f4:84:4c:fc:92:ae, ipaddr=192.168.0.121, mask=255.255.255.0, gw=192.168.0.1
[ 5.759545] host=192.168.0.121, domain=ti.com, nis-domain=(none)
[ 5.766069] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.766104] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.794998] ALSA device list:
[ 5.798003] No soundcards found.
[ 5.828909] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.835228] devtmpfs: mounted
[ 5.839590] Freeing unused kernel memory: 2176K
[ 5.850145] Run /sbin/init as init process
[ 6.011453] systemd[1]: System time before build time, advancing clock.
[ 6.104615] NET: Registered PF_INET6 protocol family
[ 6.115345] Segment Routing with IPv6
[ 6.119069] In-situ OAM (IOAM) with IPv6
[ 6.158867] 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.190855] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.288651] systemd[1]: Hostname set to <am62xx-evm>.
[ 6.300328] systemd[1]: Initializing machine ID from random generator.
[ 6.462433] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.468753] systemd-sysv-generator[162]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.500552] systemd-sysv-generator[162]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.525374] 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.132804] 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.238396] 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.370300] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.458101] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.481883] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.510309] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.537091] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.558730] 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.582733] 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.606765] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.622379] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.642447] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.658448] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.724357] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.746637] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.793053] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.815202] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.841510] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.865052] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.889164] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.911337] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.941092] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.964572] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.989867] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.050745] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.076340] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.138837] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.155592] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.184123] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.227061] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.260063] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.286567] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.309371] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.359601] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.389104] fuse: init (API version 7.37)
[ 8.395335] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.411245] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.447264] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.473669] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.497923] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.526419] cryptodev: loading out-of-tree module taints kernel.
[ 8.529537] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 8.540332] cryptodev: driver 1.12 loaded.
[0m...
[ 8.565350] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.605544] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.625351] 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.074317] systemd-journald[177]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[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 System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[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.417678] audit: type=1334 audit(1651167748.404:2): prog-id=5 op=LOAD
[ 9.426279] audit: type=1334 audit(1651167748.412: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;39mRebuild Dynamic Linker Cache[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.
[ 9.722129] random: crng init done
[[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;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] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.590950] mc: Linux media interface: v0.10
[ 10.734734] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 10.801463] 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.
[ 10.868134] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 10.870451] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 10.875383] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:40 UTC (220)
[ 10.887007] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 10.888020] systemd-journald[177]: Time jumped backwards, rotating.
[ 10.923302] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 10.940777] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 10.948968] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 10.963921] i2c i2c-1: Added multiplexed i2c bus 3
[ 10.998817] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 11.068378] remoteproc remoteproc0: 5000000.m4fss is available
[ 11.093151] remoteproc remoteproc0: powering up 5000000.m4fss
[ 11.093192] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 11.105086] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.105960] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.106007] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
[ 11.106015] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 11.109059] Console: switching to colour frame buffer device 256x72
[ 11.110545] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.116235] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.149158] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.153432] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 11.188195] platform 78000000.r5f: configured R5F for IPC-only mode
[ 11.234514] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.349354] remoteproc remoteproc1: 78000000.r5f is available
[ 11.366544] remoteproc remoteproc1: attaching to 78000000.r5f
[ 11.377804] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.385748] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.398961] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.405740] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.409394] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.415322] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.426138] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 11.437795] PVR_K: 209: Device: fd00000.gpu
[ 11.451728] PVR_K: 209: Read BVNC 33.15.11.3 from HW device registers
[ 11.458697] PVR_K: 209: RGX Device registered with BVNC 33.15.11.3
[ 11.466724] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 1
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
[ 13.167659] remoteproc remoteproc2: 30074000.pru is available
[ 13.176904] remoteproc remoteproc3: 30078000.pru is available
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 13.502134] tps6598x 0-003f: Unable to find the interrupt, switching to polling
M
[K[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[K[ 13.678515] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[ 13.711490] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 13.717776] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 13.726666] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 13.732817] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 13.742396] xhci-hcd xhci-hcd.4.auto: irq 453, io mem 0x31100000
[ 13.763042] hub 1-0:1.0: USB hub found
[ 13.767608] hub 1-0:1.0: 1 port detected
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
Starting [0;1;39mStart psplash boot splash screen[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 14.030249] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[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.
[ 14.196539] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 14.210133] scsi host0: usb-storage 1-1:1.0
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[ 15.237461] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 15.266590] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 15.282720] sd 0:0:0:0: [sda] Write Protect is off
[ 15.288403] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[ 15.414760] sda: sda1
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[[ 15.418115] sd 0:0:0:0: [sda] Attached SCSI removable disk
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;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/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/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 15.759290] 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] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.[ 15.833118] 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.
[[0;32m OK [0m] Found device [0;1;39mDataTraveler_2.0 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[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] Mounted [0;1;39m/run/media/sda1[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[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...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] 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] Started [0;1;39mD-Bus System Message Bus[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.
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.
[ 18.604590] audit: type=1334 audit(228.228:4): prog-id=7 op=LOAD
[ 18.610871] audit: type=1334 audit(228.236: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[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] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 19.292000] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.329301] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 20.613036] audit: type=1334 audit(230.236:6): prog-id=9 op=LOAD
[ 20.619220] audit: type=1334 audit(230.244: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...
[ 21.365741] audit: type=1006 audit(230.988:8): pid=882 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 21.377815] audit: type=1300 audit(230.988:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe22f1728 a2=4 a3=ffff915d8020 items=0 ppid=1 pid=882 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)
[ 21.403842] audit: type=1327 audit(230.988:8): proctitle="(systemd)"
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[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.
[ 22.206157] audit: type=1006 audit(231.828:9): pid=870 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 22.218060] audit: type=1300 audit(231.828:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe22f1728 a2=4 a3=ffff915d8020 items=0 ppid=1 pid=870 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)
[ 22.243791] audit: type=1327 audit(231.828:9): proctitle="(weston)"
[ 22.569230] PVR_K: 870: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 22.585544] PVR_K: 870: 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.
[[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 am62xx-evm -
Arago 2023.04 am62xx-evm -
am62xx-evm login: ro
[ 24.755709] audit: type=1006 audit(234.380:10): pid=905 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 24.767911] audit: type=1300 audit(234.380:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe22f1728 a2=1 a3=ffff915d8020 items=0 ppid=1 pid=905 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)
[ 24.794181] audit: type=1327 audit(234.380:10): proctitle="(systemd)"
[ 24.880515] audit: type=1334 audit(234.504:11): prog-id=11 op=LOAD
[ 24.887494] audit: type=1300 audit(234.504:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc1250430 a2=78 a3=0 items=0 ppid=1 pid=905 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)
[ 24.912502] audit: type=1327 audit(234.504:11): proctitle="(systemd)"
[ 24.919320] audit: type=1334 audit(234.504:12): prog-id=11 op=UNLOAD
[ 24.925813] audit: type=1334 audit(234.504:13): prog-id=12 op=LOAD
[ 24.932445] audit: type=1300 audit(234.504:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc12504d0 a2=78 a3=0 items=0 ppid=1 pid=905 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)
[ 24.957388] audit: type=1327 audit(234.504:13): proctitle="(systemd)"
7[r[999;999H[6nroot@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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/5e6c00d09b0a0688d89b707ee06595ce,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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 26884
-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 428128 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4093688 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 114688 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 114688 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 428128 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 428156 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4093688 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 44 0 352 35 0 0 0 0 0 64 35 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 57 0 0 0 0 0 96 57 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 63 0 0 0 0 0 100 63 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 19 0 0 0 0 0 48 19 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 34 0 0 0 0 0 88 34 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 43 0 0 0 0 0 60 43 0 0 0 0 0 0
31 6 mtdblock6 40 0 320 23 0 0 0 0 0 68 23 0 0 0 0 0 0
179 0 mmcblk0 584 5 25984 312 2 0 2 0 0 648 313 0 0 0 0 0 0
179 1 mmcblk0p1 261 0 5920 127 1 0 1 0 0 300 128 0 0 0 0 0 0
179 2 mmcblk0p2 285 5 18864 162 1 0 1 0 0 332 162 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 42 0 0 0 0 0 80 42 0 0 0 0 0 0
179 64 mmcblk0boot1 139 0 2688 44 0 0 0 0 0 108 44 0 0 0 0 0 0
179 96 mmcblk1 844 39 58034 1171 4 0 24 9 0 1244 1181 0 0 0 0 2 0
179 97 mmcblk1p1 301 6 18720 400 0 0 0 0 0 532 400 0 0 0 0 0 0
179 98 mmcblk1p2 250 33 19376 357 2 0 8 1 0 496 359 0 0 0 0 0 0
179 99 mmcblk1p3 254 0 18730 316 2 0 16 8 0 440 324 0 0 0 0 0 0
8 0 sda 306 14 16059 979 1 0 1 38 0 880 1018 0 0 0 0 0 0
8 1 sda1 264 14 14859 779 1 0 1 38 0 672 817 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 4979 5649 5236 5053 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: 2953 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 823 0 0 0 GICv3 193 Level 20000000.i2c
27: 424 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: 3855 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: 36019 0 277 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 33484 231 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: 706 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: 1060 0 0 0 GICv3 165 Level mmc0
397: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
427: 1807 0 0 0 GICv3 115 Level mmc1
428: 52 0 0 0 GICv3 114 Level mmc2
431: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
433: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
438: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
439: 0 0 0 0 1-0022 16 Edge 1-003b
440: 1229 0 0 0 GICv3 116 Level tidss
441: 59 0 0 0 GICv3 118 Level pvrsrvkm
453: 1241 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 1873 7596 6177 6392 Rescheduling interrupts
IPI1: 6888 14411 15719 13515 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: 175 170 107 169 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 3 0 0
TIMER: 1343 1300 1253 1438
NET_TX: 323 20 21 21
NET_RX: 59566 250 296 32
BLOCK: 817 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 8809 15 5 6
SCHED: 2950 2859 2333 2438
HRTIMER: 0 0 0 0
RCU: 4859 8077 6710 6958
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.166
ti-test-extras - 1.0-r0.166
0
root@am62xx-evm:~# depmod -a
root@am62xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
rpmsg_ctrl 16384 0
dwc3 98304 1
rpmsg_char 16384 1 rpmsg_ctrl
v4l2_fwnode 20480 1 cdns_csi2rx
snd_soc_hdmi_codec 20480 0
irq_pruss_intc 16384 0
pru_rproc 24576 0
crct10dif_ce 16384 1
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
pvrsrvkm 1220608 16
k3_j72xx_bandgap 16384 0
ti_k3_r5_remoteproc 28672 0
dwc3_am62 16384 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
j721e_csi2rx 24576 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
videobuf2_memops 16384 1 videobuf2_dma_contig
videobuf2_v4l2 32768 1 j721e_csi2rx
tidss 61440 3
sii902x 20480 0
display_connector 16384 0
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
ti_k3_m4_remoteproc 16384 0
drm_dma_helper 20480 1 tidss
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
rtc_ti_k3 16384 1
ti_k3_common 16384 1 ti_k3_m4_remoteproc
rti_wdt 16384 0
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
snd_soc_davinci_mcasp 32768 2
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
tps6598x 20480 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
sa2ul 36864 0
cdns_dphy_rx 16384 0
cfbfillrect 16384 1 drm_kms_helper
snd_soc_tlv320aic3x_i2c 16384 1
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
mcrc 16384 0
syscopyarea 16384 1 drm_kms_helper
typec 73728 1 tps6598x
cfbimgblt 16384 1 drm_kms_helper
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
pruss 16384 0
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
cfbcopyarea 16384 1 drm_kms_helper
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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:34 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13448 bytes
Trying to boot from UART
CLoaded 1031379 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.0.6--v09.00.06 (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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 1326047 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 83 devices, 29 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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
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=fde94e10
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
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_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: 10129/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.214 (1265 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
=> 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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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
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=fde94e10
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
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.214
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_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: 10260/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_am68_sk-fs-01/df68e2792a1efccf8508fb7015d17166
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.214
Filename 'vatf_am68_sk-fs-01/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
10.3 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am68_sk-fs-01/f77a10da3c6104b1e578f996639d2378
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.214
Filename 'vatf_am68_sk-fs-01/f77a10da3c6104b1e578f996639d2378'.
Load address: 0x88000000
Loading: *################################################## 78.1 KiB
7.6 MiB/s
done
Bytes transferred = 79974 (13866 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/9f4ea228818d776413fb59498a628176,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.214
fdt_blob = 0x00000000fde94e10
new_fdt = 0x00000000fde94e10
fdt_size = 0x0000000000019fa0
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] [0xfce8d000-0xfffffffe], 0x03172fff 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 = 0x00000000fde94e00
sp start = 0x00000000fde94e00
Early malloc usage: 2608 / 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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.214
fdt_blob = 0x00000000fde94e10
new_fdt = 0x00000000fde94e10
fdt_size = 0x0000000000019fa0
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] [0xfce8d000-0xfffffffe], 0x03172fff 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 = 0x00000000fde94e00
sp start = 0x00000000fde94e00
Early malloc usage: 2608 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** 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 000000008ffe9000, end 000000008ffff865 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 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 s38376 r8192 d31256 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/9f4ea228818d776413fb59498a628176,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: 15427088K/16777208K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 432616K 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.010477] Console: colour dummy device 80x25
[ 0.016188] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029529] pid_max: default: 32768 minimum: 301
[ 0.035454] LSM: Security Framework initializing
[ 0.041456] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051176] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062506] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071763] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079595] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088828] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096711] rcu: Hierarchical SRCU implementation.
[ 0.102836] rcu: Max phase no-delay instances is 1000.
[ 0.109724] Platform MSI: msi-controller@1820000 domain created
[ 0.117466] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129473] EFI services will not be available.
[ 0.135392] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151761] Detected PIPT I-cache on CPU1
[ 0.151839] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151856] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151901] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151966] smp: Brought up 1 node, 2 CPUs
[ 0.188652] SMP: Total of 2 processors activated.
[ 0.194659] CPU features: detected: 32-bit EL0 Support
[ 0.201226] CPU features: detected: CRC32 instructions
[ 0.207833] CPU: All CPU(s) started at EL2
[ 0.213060] alternatives: applying system-wide alternatives
[ 0.221369] devtmpfs: initialized
[ 0.233493] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245978] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.269400] pinctrl core: initialized pinctrl subsystem
[ 0.276507] DMI not present or invalid.
[ 0.281849] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.290474] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.300055] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.310477] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.320774] audit: initializing netlink subsys (disabled)
[ 0.327826] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[ 0.328129] thermal_sys: Registered thermal governor 'step_wise'
[ 0.337727] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.345429] cpuidle: using governor menu
[ 0.358863] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.367569] ASID allocator initialised with 65536 entries
[ 0.385462] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.395835] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
[ 0.411838] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.421227] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.430484] KASLR disabled due to lack of seed
[ 0.440065] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.448746] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.456750] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.465418] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.473419] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.482086] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.490091] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.498757] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.508094] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.519915] iommu: Default domain type: Translated
[ 0.526145] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.534319] SCSI subsystem initialized
[ 0.539337] usbcore: registered new interface driver usbfs
[ 0.546369] usbcore: registered new interface driver hub
[ 0.553167] usbcore: registered new device driver usb
[ 0.560023] pps_core: LinuxPPS API ver. 1 registered
[ 0.566366] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.578040] PTP clock support registered
[ 0.583150] EDAC MC: Ver: 3.0.0
[ 0.587991] FPGA manager framework
[ 0.592393] Advanced Linux Sound Architecture Driver Initialized.
[ 0.600735] clocksource: Switched to clocksource arch_sys_counter
[ 0.608693] VFS: Disk quotas dquot_6.6.0
[ 0.613735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.626303] NET: Registered PF_INET protocol family
[ 0.633048] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.649171] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.660313] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.670240] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.681097] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.691815] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.700442] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.709344] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.718923] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.726588] RPC: Registered named UNIX socket transport module.
[ 0.734169] RPC: Registered udp transport module.
[ 0.740174] RPC: Registered tcp transport module.
[ 0.746178] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.754406] NET: Registered PF_XDP protocol family
[ 0.760534] PCI: CLS 0 bytes, default 64
[ 0.765964] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.777537] Initialise system trusted keyrings
[ 0.783398] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.794867] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.802783] NFS: Registering the id_resolver key type
[ 0.809276] Key type id_resolver registered
[ 0.814615] Key type id_legacy registered
[ 0.819772] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.828335] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.837929] 9p: Installing v9fs 9p2000 file system support
[ 0.869287] Key type asymmetric registered
[ 0.874520] Asymmetric key parser 'x509' registered
[ 0.880786] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.890341] io scheduler mq-deadline registered
[ 0.896132] io scheduler kyber registered
[ 0.903834] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.911340] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.918821] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.926360] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.933654] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.946695] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.959648] loop: module loaded
[ 0.964703] megasas: 07.719.03.00-rc1
[ 0.972305] tun: Universal TUN/TAP device driver, 1.6
[ 0.979303] thunder_xcv, ver 1.0
[ 0.983455] thunder_bgx, ver 1.0
[ 0.987588] nicpf, ver 1.0
[ 0.991395] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.000629] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.007446] hclge is initializing
[ 1.011686] e1000: Intel(R) PRO/1000 Network Driver
[ 1.017912] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.025272] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.031609] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.039187] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.046080] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.053207] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.061244] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.068956] sky2: driver version 1.30
[ 1.074250] VFIO - User Level meta-driver version: 0.3
[ 1.081351] usbcore: registered new interface driver usb-storage
[ 1.089673] i2c_dev: i2c /dev entries driver
[ 1.096412] sdhci: Secure Digital Host Controller Interface driver
[ 1.104319] sdhci: Copyright(c) Pierre Ossman
[ 1.110271] Synopsys Designware Multimedia Card Interface Driver
[ 1.118316] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.126247] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.134074] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.142526] usbcore: registered new interface driver usbhid
[ 1.149646] usbhid: USB HID core driver
[ 1.155600] 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.161304] optee: revision 4.0 (2a5b1d12)
[ 1.181835] optee: dynamic shared memory is enabled
[ 1.193577] optee: initialized driver
[ 1.199801] Initializing XFRM netlink socket
[ 1.205295] NET: Registered PF_PACKET protocol family
[ 1.211838] 9pnet: Installing 9P2000 support
[ 1.217333] Key type dns_resolver registered
[ 1.223078] registered taskstats version 1
[ 1.228333] Loading compiled-in X.509 certificates
[ 1.242312] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.281458] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.289378] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.297932] pca953x 1-0020: using no AI
[ 1.326052] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.334090] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.342630] pca953x 2-0021: using no AI
[ 1.369425] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.377030] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.384558] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.395242] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.406922] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.417687] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.430781] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.439246] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.450841] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.463202] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.471652] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.482791] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.495495] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.503946] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.513958] printk: console [ttyS2] disabled
[ 1.519456] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.530531] printk: console [ttyS2] enabled
[ 1.530531] printk: console [ttyS2] enabled
[ 1.541088] printk: bootconsole [ns16550a0] disabled
[ 1.541088] printk: bootconsole [ns16550a0] disabled
[ 1.555476] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.600749] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.611489] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.621836] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.637938] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.646949] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.654818] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.667871] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.686128] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.694990] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.703717] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.712424] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.721122] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.729821] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.738513] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.747213] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.755905] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.764593] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.773284] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.781975] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.790666] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.799371] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.808078] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.816778] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.825474] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.834173] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.842871] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.851560] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.860250] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.868948] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.877642] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.886332] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.896808] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.909382] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.924984] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.931265] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.940063] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.946904] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.954550] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.961786] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.969116] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.976110] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.983895] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.991209] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.003938] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.048742] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.059484] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.069829] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.085922] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.094931] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.102759] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.115300] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.125357] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.134520] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.134662] mmc1: CQHCI version 5.10
[ 2.144948] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.183362] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.203802] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.215710] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.333935] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.364738] Sending DHCP requests ., OK
[ 7.385537] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.214
[ 7.395201] IP-Config: Complete:
[ 7.399223] device=eth0, hwaddr=34:08:e1:84:8f:f5, ipaddr=192.168.0.214, mask=255.255.255.0, gw=192.168.0.1
[ 7.411914] host=192.168.0.214, domain=ti.com, nis-domain=(none)
[ 7.419944] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.419948] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.441649] ALSA device list:
[ 7.445358] No soundcards found.
[ 7.457808] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.465336] devtmpfs: mounted
[ 7.470077] Freeing unused kernel memory: 2176K
[ 7.488830] Run /sbin/init as init process
[ 7.644615] systemd[1]: System time before build time, advancing clock.
[ 7.740697] NET: Registered PF_INET6 protocol family
[ 7.748921] Segment Routing with IPv6
[ 7.753521] In-situ OAM (IOAM) with IPv6
[ 7.782496] 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.821832] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.898771] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.018675] systemd-sysv-generator[138]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.028861] systemd[129]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.062336] systemd-sysv-generator[138]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.092917] systemd-sysv-generator[138]: 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.305985] 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.373637] 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.452263] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.497340] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.522701] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.550564] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.578167] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.601025] 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.628948] 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.656989] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.680837] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.704816] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.728819] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.781351] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.808941] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.838283] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.861073] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.885653] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.909698] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.933213] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.957787] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.986631] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.009127] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.033698] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.077162] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.108343] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.136423] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.161192] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.182415] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.209901] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.265453] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.292420] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.344377] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.384775] random: crng init done
[ 9.385706] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.410490] fuse: init (API version 7.37)
[ 9.441589] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.457322] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.478274] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.513580] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.533451] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.558019] cryptodev: loading out-of-tree module taints kernel.
[ 9.566830] cryptodev: driver 1.12 loaded.
[ 9.598752] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.645505] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.670948] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.685649] 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...
[ 10.061545] systemd-journald[153]: 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.268350] audit: type=1334 audit(1651167747.620:2): prog-id=5 op=LOAD
[ 10.278777] audit: type=1334 audit(1651167747.632: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.861893] systemd-journald[153]: Oldest entry in /run/log/journal/899dd68375d247fcb54d418ecc27d11d/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 10.907660] systemd-journald[153]: /run/log/journal/899dd68375d247fcb54d418ecc27d11d/system.journal: Journal header limits reached or header out-of-date, rotating.
n[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 10.950123] CAN device driver interface
[[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.
[ 11.038252] mc: Linux media interface: v0.10
[ 11.074733] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.099076] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.115355] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
Starting [0;1;39mDocker Socket for the API[0m...
[ 11.152821] videodev: Linux video capture interface: v2.00
[ 11.179414] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 11.191901] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[[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...
[ 11.340799] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[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.
[ 11.554151] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.566064] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.[ 11.578319] PVR_K: 199: Device: 4e20000000.gpu
[ 11.584625] at24 0-0051: supply vcc not found, using dummy regulator
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 11.619328] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 11.637138] PVR_K: 199: Read BVNC 36.53.104.796 from HW device registers
[ 11.645463] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
...
[ 11.685623] remoteproc remoteproc0: releasing 65800000.dsp
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
[ 11.716827] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
Starting [0;1;39mIPv4 Packet Filtering Framework[0m..[ 11.730858] PVR_K: 199: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
.
[ 11.746010] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.771695] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
[ 11.797134] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.804600] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 11.854865] audit: type=1334 audit(1701684445.893:4): prog-id=7 op=LOAD
[ 11.868391] audit: type=1334 audit(1701684445.905:5): prog-id=8 op=LOAD
[ 11.889439] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 11.927461] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 11.995980] remoteproc remoteproc0: releasing 41000000.r5f
Starting [0;1;39mTelnet Server[0m...
[ 12.017330] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
Starting [0;1;39mRotate log files[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice abou[ 12.052122] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
t GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[ 12.085499] platform 5c00000.r5f: configured R5F for remoteproc mode
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[ 12.122522] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[[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] Finished [0;1;39mTelnet Server[0m.
[ 12.198916] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 12.210577] remoteproc remoteproc0: releasing 5c00000.r5f
[ 12.217615] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.229143] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.237608] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 12.247847] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.256908] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 12.270314] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.280039] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.289058] pci 0000:00:00.0: supports D1
[ 12.295205] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.302935] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.312034] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.327885] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.339072] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.348969] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.359115] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.367447] pcieport 0000:00:00.0: PME: Signaling with IRQ 484
[ 12.376615] pcieport 0000:00:00.0: AER: enabled with IRQ 484
[ 12.400881] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 12.422062] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.512426] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 12.523981] remoteproc remoteproc0: releasing 5e00000.r5f
[ 12.549721] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.675864] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 12.835307] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.885179] 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.068466] m_can_platform 40528000.can: m_can device registered (irq=486, version=32)
[ 13.092516] m_can_platform 40568000.can: m_can device registered (irq=487, version=32)
[ 13.112531] m_can_platform 2761000.can: m_can device registered (irq=488, version=32)
[ 13.145454] 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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 14.044498] audit: type=1334 audit(1701684448.081:6): prog-id=9 op=LOAD
[ 14.062291] audit: type=1334 audit(1701684448.101: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.037056] audit: type=1006 audit(1701684449.077:8): pid=425 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.056675] audit: type=1300 audit(1701684449.077:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff2d662a8 a2=4 a3=0 items=0 ppid=1 pid=425 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.088990] audit: type=1327 audit(1701684449.077:8): proctitle="(systemd)"
[ 15.166086] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.344637] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 15.397164] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 15.503659] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 15.549097] Console: switching to colour frame buffer device 100x37
[ 15.594580] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 15.668887] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[[ 15.684695] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
0m.
[ 15.716868] audit: type=1006 audit(1701684449.757:9): pid=399 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.731892] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 15.739543] audit: type=1300 audit(1701684449.757:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff2d662a8 a2=4 a3=0 items=0 ppid=1 pid=399 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.777206] audit: type=1327 audit(1701684449.757:9): proctitle="(weston)"
[ 15.785985] xhci-hcd xhci-hcd.0.auto: irq 490, io mem 0x06010000
[ 15.793780] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 15.800699] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 15.810325] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 15.819079] hub 1-0:1.0: USB hub found
[ 15.823836] hub 1-0:1.0: 1 port detected
[ 15.829159] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.839835] hub 2-0:1.0: USB hub found
[ 15.845837] hub 2-0:1.0: 1 port detected
[ 16.152782] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.201945] PVR_K: 399: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 16.218908] PVR_K: 399: Shader binary image 'rgx.sh.36.53.104.796' loaded
[ 16.382081] hub 1-1:1.0: USB hub found
[ 16.386884] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mMatrix GUI[0m.
See 'systemctl status matrix-gui-2.0.service' for details.[ 16.508889] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[ 16.540715] hub 2-1:1.0: USB hub found
[0m.
[ 16.551922] hub 2-1:1.0: 4 ports detected
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 16.680983] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 16.872848] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
[ 16.917181] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 16.926547] scsi host0: usb-storage 2-1.3:1.0
[ 17.013762] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 17.083800] hub 2-1.4:1.0: USB hub found
[ 17.091237] hub 2-1.4:1.0: 4 ports detected
[ 17.148780] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 17.293099] hub 1-1.4:1.0: USB hub found
[ 17.301630] hub 1-1.4:1.0: 4 ports detected
[ 17.376784] usb 1-1.1: set resolution quirk: cval->res = 384
[ 17.384375] usbcore: registered new interface driver snd-usb-audio
[ 17.385666] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 17.409681] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
[ 17.445070] 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
[ 17.462027] usbcore: registered new interface driver uvcvideo
[ 17.466782] hub 2-1.4.4:1.0: USB hub found
[ 17.478497] hub 2-1.4.4:1.0: 4 ports detected
[ 17.624876] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: [ 17.762527] hub 1-1.4.4:1.0: USB hub found
[ 17.771301] hub 1-1.4.4:1.0: 4 ports detected
root
[ 17.958892] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 17.972703] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 17.983548] sd 0:0:0:0: [sda] Write Protect is off
[ 17.990377] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 18.146967] audit: type=1006 audit(1701684452.185:10): pid=487 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 18.162495] audit: type=1300 audit(1701684452.185:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff2d662a8 a2=1 a3=0 items=0 ppid=1 pid=487 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 18.194386] audit: type=1327 audit(1701684452.185:10): proctitle="(systemd)"
[ 18.203405] audit: type=1334 audit(1701684452.205:11): prog-id=11 op=LOAD
[ 18.211951] audit: type=1300 audit(1701684452.205:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeab23db0 a2=78 a3=0 items=0 ppid=1 pid=487 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 18.243782] sda: sda1
[ 18.243790] audit: type=1327 audit(1701684452.205:11): proctitle="(systemd)"
[ 18.248478] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 18.255676] audit: type=1334 audit(1701684452.237:12): prog-id=11 op=UNLOAD
7[r[999;999H[6n[ 19.378155] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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 26884
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 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 151552 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 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 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 11 0 88 2 0 0 0 0 0 8 2 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 7 0 0 0 0 0 12 7 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 2 0 0 0 0 0 8 2 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 2 0 0 0 0 0 8 2 0 0 0 0 0 0
31 5 mtdblock5 26 0 208 6 0 0 0 0 0 12 6 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
8 0 sda 250 13 16210 555 1 0 8 139 0 696 695 0 0 0 0 0 0
8 1 sda1 212 13 15010 283 1 0 8 139 0 420 423 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4392 4199 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1704 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 730 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 49890 321 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 67754 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 1139 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: 52 0 GICv3 36 Level mmc1
479: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
482: 0 0 GICv3 214 Level vpu_irq
483: 0 0 GICv3 632 Level 4800000.dsi
484: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
485: 168 0 GICv3 56 Level pvrsrvkm
490: 1414 0 GICv3 128 Level xhci-hcd:usb1
492: 0 0 GICv3 152 Level 6000000.usb
493: 0 0 GICv3 43 Level 4e10000.rng
494: 744 0 GICv3 634 Level tidss
IPI0: 2118 10605 Rescheduling interrupts
IPI1: 3779 8421 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: 55 23 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 14 0
TIMER: 1413 1780
NET_TX: 11 1
NET_RX: 100082 353
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 5738 40
SCHED: 2086 2055
HRTIMER: 0 0
RCU: 9220 9222
root@j721s2-evm:~# [ 43.790984] systemd-journald[153]: Time jumped backwards, rotating.
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:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
uvcvideo 110592 0
snd_usb_audio 303104 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
panel_edp 36864 0
v4l2_fwnode 20480 1 cdns_csi2rx
omap_rng 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
overlay 122880 0
crct10dif_ce 16384 1
display_connector 16384 0
ti_tfp410 16384 0
phy_can_transceiver 16384 4
cfg80211 385024 0
rfkill 24576 2 cfg80211
ti_sn65dsi86 24576 0
ti_k3_r5_remoteproc 28672 0
tidss 61440 5
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
drm_display_helper 151552 2 panel_edp,ti_sn65dsi86
drm_dma_helper 20480 1 tidss
cdns_dsi 20480 0
at24 20480 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
j721e_csi2rx 24576 0
wave5 94208 0
pvrsrvkm 1228800 22
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
cfbfillrect 16384 1 drm_kms_helper
v4l2_mem2mem 36864 1 wave5
syscopyarea 16384 1 drm_kms_helper
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
k3_j72xx_bandgap 16384 0
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
cfbimgblt 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
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
sysimgblt 16384 1 drm_kms_helper
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
fb_sys_fops 16384 1 drm_kms_helper
pci_j721e_host 16384 0
m_can_platform 16384 0
cfbcopyarea 16384 1 drm_kms_helper
sa2ul 36864 0
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
m_can 24576 1 m_can_platform
pci_j721e 16384 1 pci_j721e_host
cdns_dphy 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
cdns3_ti 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
pwm_tiehrpwm 16384 0
rti_wdt 16384 0
can_dev 36864 1 m_can
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:25:35 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
Cicate 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 1000579 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.0.6--v09.00.06 (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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:25:54 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
Cicate 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 1207875 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:25:54 +0530)
SoC: J7200 SR2.0 GP
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 91 devices, 30 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 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:25:54 +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=0071
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99d50
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000071
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: 6746/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 (1005 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
634196 bytes read in 25 ms (24.2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 634196 bytes: Success!
119884 bytes read in 18 ms (6.4 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 119884 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=0071
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde99d50
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=1d44c
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000071
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: 6910/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-evm/df68e2792a1efccf8508fb7015d17166
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-evm/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
13.8 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-evm/014640b53c76e38cc555e86efd7bb988
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-evm/014640b53c76e38cc555e86efd7bb988'.
Load address: 0x88000000
Loading: *################################################## 57.8 KiB
7.1 MiB/s
done
Bytes transferred = 59224 (e758 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/73bc8e71646c28e1cc799a21af4332b6,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:25:54 +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 = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde99d50
new_fdt = 0x00000000fde99d50
fdt_size = 0x0000000000014060
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] [0xfce8a000-0xffffffff], 0x03176000 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 = 0x00000000fde99d40
sp start = 0x00000000fde99d40
Early malloc usage: 2f88 / 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 = 0x00000000ffece000
reloc off = 0x000000007f6ce000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.227
fdt_blob = 0x00000000fde99d50
new_fdt = 0x00000000fde99d50
fdt_size = 0x0000000000014060
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] [0xfce8a000-0xffffffff], 0x03176000 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 = 0x00000000fde99d40
sp start = 0x00000000fde99d40
Early malloc usage: 2f88 / 8000
=> ls mmc 0:1
=> ls mmc 1:1
EFI/
18674176 Image
517740 tiboot3.bin
975960 tispl.bin
1115604 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 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
<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
=> 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 000000008ffee000, end 000000008ffff757 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 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 s38376 r8192 d31256 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/73bc8e71646c28e1cc799a21af4332b6,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: 3895104K/4194304K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 266432K 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.008358] Console: colour dummy device 80x25
[ 0.012921] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023592] pid_max: default: 32768 minimum: 301
[ 0.028330] LSM: Security Framework initializing
[ 0.033111] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040687] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049519] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056926] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063194] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070580] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076899] rcu: Hierarchical SRCU implementation.
[ 0.081797] rcu: Max phase no-delay instances is 1000.
[ 0.087308] Platform MSI: msi-controller@1820000 domain created
[ 0.093459] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103022] EFI services will not be available.
[ 0.107759] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120931] Detected PIPT I-cache on CPU1
[ 0.121000] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121015] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121047] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121096] smp: Brought up 1 node, 2 CPUs
[ 0.150446] SMP: Total of 2 processors activated.
[ 0.155251] CPU features: detected: 32-bit EL0 Support
[ 0.160505] CPU features: detected: CRC32 instructions
[ 0.165791] CPU: All CPU(s) started at EL2
[ 0.169972] alternatives: applying system-wide alternatives
[ 0.176538] devtmpfs: initialized
[ 0.184038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.194011] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201611] pinctrl core: initialized pinctrl subsystem
[ 0.207282] DMI not present or invalid.
[ 0.211538] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218147] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225464] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233499] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241626] audit: initializing netlink subsys (disabled)
[ 0.247229] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247428] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255151] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261304] cpuidle: using governor menu
[ 0.272053] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.279016] ASID allocator initialised with 65536 entries
[ 0.290967] KASLR disabled due to lack of seed
[ 0.298682] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.305647] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.312053] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.318999] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.325425] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.332359] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.338762] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.345695] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.353003] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.362154] iommu: Default domain type: Translated
[ 0.367146] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.373685] SCSI subsystem initialized
[ 0.377701] usbcore: registered new interface driver usbfs
[ 0.383323] usbcore: registered new interface driver hub
[ 0.388762] usbcore: registered new device driver usb
[ 0.394136] pps_core: LinuxPPS API ver. 1 registered
[ 0.399209] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.408548] PTP clock support registered
[ 0.412611] EDAC MC: Ver: 3.0.0
[ 0.416295] FPGA manager framework
[ 0.419816] Advanced Linux Sound Architecture Driver Initialized.
[ 0.426469] clocksource: Switched to clocksource arch_sys_counter
[ 0.432831] VFS: Disk quotas dquot_6.6.0
[ 0.436860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.446927] NET: Registered PF_INET protocol family
[ 0.452248] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.461297] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.470069] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.477997] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.486229] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.494993] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.501828] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.508755] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.516199] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.522267] RPC: Registered named UNIX socket transport module.
[ 0.528332] RPC: Registered udp transport module.
[ 0.533136] RPC: Registered tcp transport module.
[ 0.537938] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.544520] NET: Registered PF_XDP protocol family
[ 0.549421] PCI: CLS 0 bytes, default 64
[ 0.553779] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.562864] Initialise system trusted keyrings
[ 0.567531] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.576853] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.583200] NFS: Registering the id_resolver key type
[ 0.588388] Key type id_resolver registered
[ 0.592660] Key type id_legacy registered
[ 0.596790] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.603640] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.611297] 9p: Installing v9fs 9p2000 file system support
[ 0.636239] Key type asymmetric registered
[ 0.640423] Asymmetric key parser 'x509' registered
[ 0.645446] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.653096] io scheduler mq-deadline registered
[ 0.657733] io scheduler kyber registered
[ 0.663461] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.669467] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.675260] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.681303] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.687234] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.693086] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.699124] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.708656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.718860] loop: module loaded
[ 0.722676] megasas: 07.719.03.00-rc1
[ 0.728247] tun: Universal TUN/TAP device driver, 1.6
[ 0.733720] thunder_xcv, ver 1.0
[ 0.737041] thunder_bgx, ver 1.0
[ 0.740348] nicpf, ver 1.0
[ 0.743285] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.750669] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.756120] hclge is initializing
[ 0.759513] e1000: Intel(R) PRO/1000 Network Driver
[ 0.764494] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.770378] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.775448] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.781509] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.787022] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.792723] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.799124] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.805225] sky2: driver version 1.30
[ 0.809295] VFIO - User Level meta-driver version: 0.3
[ 0.814919] usbcore: registered new interface driver usb-storage
[ 0.821431] i2c_dev: i2c /dev entries driver
[ 0.826617] sdhci: Secure Digital Host Controller Interface driver
[ 0.832941] sdhci: Copyright(c) Pierre Ossman
[ 0.837701] Synopsys Designware Multimedia Card Interface Driver
[ 0.844046] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.850222] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.856453] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.863164] usbcore: registered new interface driver usbhid
[ 0.868859] usbhid: USB HID core driver
[ 0.873440] 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.878012] optee: revision 4.0 (2a5b1d12)
[ 0.894441] optee: dynamic shared memory is enabled
[ 0.903820] optee: initialized driver
[ 0.908623] Initializing XFRM netlink socket
[ 0.913013] NET: Registered PF_PACKET protocol family
[ 0.918247] 9pnet: Installing 9P2000 support
[ 0.922639] Key type dns_resolver registered
[ 0.927197] registered taskstats version 1
[ 0.931399] Loading compiled-in X.509 certificates
[ 0.942818] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 0.965569] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.971922] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.978755] pca953x 1-0021: using no AI
[ 1.006880] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.013696] pca953x 1-0020: using no AI
[ 1.018238] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.025041] pca953x 1-0022: using AI
[ 1.029320] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.035456] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.042277] pca953x 2-0020: using no AI
[ 1.066783] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.072546] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.081082] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.090417] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.099006] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.108827] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.118722] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.125482] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.135243] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.145397] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.152155] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.159759] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.167414] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.177128] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.186621] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.195472] printk: console [ttyS2] enabled
[ 1.195472] printk: console [ttyS2] enabled
[ 1.203916] printk: bootconsole [ns16550a0] disabled
[ 1.203916] printk: bootconsole [ns16550a0] disabled
[ 1.214354] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.223524] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.266472] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.275042] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.283319] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.296168] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.303376] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.309567] pps pps0: new PPS source ptp0
[ 1.313724] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.324125] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.334033] mmc0: CQHCI version 5.10
[ 1.375028] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.469806] mmc0: Command Queue Engine enabled
[ 1.474257] mmc0: new HS400 MMC card at address 0001
[ 1.479649] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.486870] mmcblk0: p1
[ 1.489835] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.495682] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.501401] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.638513] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.644475] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
[ 1.681757] vdd_core_0v85: Bringing 800000uV into 850000-850000uV
[ 1.795712] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.802538] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.810261] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.820227] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.830253] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.874481] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.883141] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.891419] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.904321] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.911533] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.917863] pps pps0: new PPS source ptp1
[ 1.922008] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.932155] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.940400] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.940734] mmc1: CQHCI version 5.10
[ 1.992352] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.007756] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.017247] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.050263] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.057380] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.066205] mmcblk1: p1 p2 p3
[ 6.103479] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.134471] Sending DHCP requests ., OK
[ 6.154310] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.227
[ 6.162044] IP-Config: Complete:
[ 6.165263] device=eth0, hwaddr=34:08:e1:59:e3:d5, ipaddr=192.168.0.227, mask=255.255.255.0, gw=192.168.0.1
[ 6.175421] host=192.168.0.227, domain=ti.com, nis-domain=(none)
[ 6.181845] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.181848] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.197025] ALSA device list:
[ 6.199996] No soundcards found.
[ 6.230794] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.236924] devtmpfs: mounted
[ 6.241369] Freeing unused kernel memory: 2176K
[ 6.258537] Run /sbin/init as init process
[ 6.394414] systemd[1]: System time before build time, advancing clock.
[ 6.471107] NET: Registered PF_INET6 protocol family
[ 6.477066] Segment Routing with IPv6
[ 6.480746] In-situ OAM (IOAM) with IPv6
[ 6.505524] 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.537038] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.606482] random: crng init done
[ 6.611758] systemd[1]: Hostname set to <j7200-evm>.
[ 6.619956] systemd[1]: Initializing machine ID from random generator.
[ 6.717430] systemd[136]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.729352] systemd-sysv-generator[145]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.754076] 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.
[ 6.779470] systemd-sysv-generator[145]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.982524] 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.038717] 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.106219] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.148300] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.171933] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.195883] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.219591] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.242690] 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.266635] 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.290678] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.310539] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.330528] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.350535] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.401166] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.426617] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.452094] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.474719] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.499328] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.523197] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.546838] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.567322] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.592056] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.614764] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.635133] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.674795] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.701279] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.729209] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.746803] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.782808] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.806147] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.833170] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.853225] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.892104] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.935640] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.946922] fuse: init (API version 7.37)
[ 7.951683] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.980136] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.004096] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.031265] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 8.039414] cryptodev: loading out-of-tree module taints kernel.
mmand line[0m...
[ 8.051799] cryptodev: driver 1.12 loaded.
[ 8.065716] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.093704] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.118663] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.139735] 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...
[ 8.433601] systemd-journald[159]: Received client request to flush runtime journal.
Starting [0;1;39mCreate System Users[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 System Users[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[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.709087] audit: type=1334 audit(1651167747.312:2): prog-id=5 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events[ 8.718187] audit: type=1334 audit(1651167747.320:3): prog-id=6 op=LOAD
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] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.975708] ti-udma 285c0000.dma-controller: chan1: is running!
[ 10.084561] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.149387] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.222799] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.237709] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.244352] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.253271] remoteproc remoteproc0: 41000000.r5f is available
[ 10.259326] remoteproc remoteproc0: attaching to 41000000.r5f
[ 10.267965] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.278873] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.289535] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.300692] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.309714] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.318151] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.328631] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.335926] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 10.350054] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[ 10.351334] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.369498] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 10.378396] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.388480] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.398246] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.405108] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.414124] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.427049] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.433035] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.434514] Amd/Fujitsu Extended Query Table at 0x0040
[ 10.440677] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.453635] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.460845] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.471856] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 18/Oct/2022 SHA:71138eee
[ 10.487561] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.501984] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 18/Oct/2022 SHA:71138eee
[ 10.521655] Amd/Fujitsu Extended Query version 1.5.
[ 10.527730] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 10.540500] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.553173] number of CFI chips: 1
[ 10.558326] 5 fixed-partitions partitions found on MTD device 47034000.hyperbus
[ 10.579134] Creating 5 MTD partitions on "47034000.hyperbus":
[ 10.585619] 0x000000000000-0x000000100000 : "hbmc.tiboot3"
[ 10.598163] 0x000000100000-0x000000300000 : "hbmc.tispl"
[ 10.611302] 0x000000300000-0x000000700000 : "hbmc.u-boot"
[ 10.637442] 0x000000700000-0x000000740000 : "hbmc.env"
[ 10.642378] j721e-pcie-host 2910000.pcie: Link up
[ 10.687366] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 10.708858] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.743317] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[ 10.804272] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 10.820302] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[ 10.863180] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
Starting [0;1;39mRun pending postinsts[0m...[ 10.908856] pci 0000:00:00.0: supports D1
Starting [0;1;39mUpdate is Completed[0m...
[ 10.952365] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.[ 10.991695] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.236403] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 11.393137] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.404320] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 11.410811] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 11.418693] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 12.566613] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.574539] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.584194] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 12.591451] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18101fff 64bit]
[ 12.599209] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.605817] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[ 12.614164] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 12.624811] pcieport 0000:00:00.0: PME: Signaling with IRQ 689
[ 12.631699] pcieport 0000:00:00.0: AER: enabled with IRQ 689
[ 12.638116] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 12.707490] xhci_hcd 0000:01:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
[ 12.717537] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 12.723356] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 12.736912] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 12.748653] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 12.754331] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 12.763426] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 12.773916] hub 1-0:1.0: USB hub found
[ 12.778828] hub 1-0:1.0: 4 ports detected
[ 12.784997] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.796643] hub 2-0:1.0: USB hub found
[ 12.802521] hub 2-0:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[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.
[ 13.038536] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[[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...
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 [ 13.214213] usb-storage 1-4:1.0: USB Mass Storage device detected
API[0m.
[ 13.221012] scsi host0: usb-storage 1-4:1.0
[[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] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[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.
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...
[ 13.602310] audit: type=1334 audit(1651167752.204:4): prog-id=7 op=LOAD
[ 13.610952] audit: type=1334 audit(1651167752.212: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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] Started [0;1;39mLighttpd Daemon[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/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 13.928618] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038 (0x7fffffff)
[ 13.935950] 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/mmcblk1p3[0m.
[ 13.966925] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 14.077748] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.098749] 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.233373] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 14.242083] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 14.252523] sd 0:0:0:0: [sda] Write Protect is off
[ 14.258231] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 14.272070] sda: sda1
[ 14.274868] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 14.816070] audit: type=1334 audit(1651167753.420:6): prog-id=9 op=LOAD
[ 14.825565] audit: type=1334 audit(1651167753.428: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.328921] audit: type=1006 audit(1651167753.932:8): pid=712 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.344062] audit: type=1300 audit(1651167753.932:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffcd0bc7f8 a2=4 a3=ffffa364d020 items=0 ppid=1 pid=712 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.371119] audit: type=1327 audit(1651167753.932:8): proctitle="(systemd)"
[[0;32m OK [0m] Found device [0;1;39mDataTraveler_2.0 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[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.
Mounting [0;1;39m/run/media/sda1[0m...
[ 15.888037] audit: type=1006 audit(1651167754.492:9): pid=693 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.910222] audit: type=1300 audit(1651167754.492:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffcd0bc7f8 a2=4 a3=ffffa364d020 items=0 ppid=1 pid=693 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.938542] audit: type=1327 audit(1651167754.492:9): proctitle="(weston)"
[ 15.986704] 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;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] 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;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.04 j7200-evm -
j7200-evm login: root
[ 17.813527] audit: type=1006 audit(1651167756.416:10): pid=743 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.826548] audit: type=1300 audit(1651167756.416:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffcd0bc7f8 a2=1 a3=ffffa364d020 items=0 ppid=1 pid=743 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@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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/73bc8e71646c28e1cc799a21af4332b6,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "hbmc.tiboot3"
mtd1: 00200000 00040000 "hbmc.tispl"
mtd2: 00400000 00040000 "hbmc.u-boot"
mtd3: 00040000 00040000 "hbmc.env"
mtd4: 03800000 00040000 "hbmc.rootfs"
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 26324
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 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 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 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 161 0 9756 77 0 0 0 0 0 204 77 0 0 0 0 0 0
179 1 mmcblk0p1 108 0 8468 47 0 0 0 0 0 96 47 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 25 0 0 0 0 0 64 25 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 20 0 0 0 0 0 40 20 0 0 0 0 0 0
179 96 mmcblk1 863 38 57862 1763 2 0 16 7 0 968 1771 0 0 0 0 0 0
179 97 mmcblk1p1 302 4 18720 510 0 0 0 0 0 500 510 0 0 0 0 0 0
179 98 mmcblk1p2 269 34 19212 716 1 0 8 0 0 568 717 0 0 0 0 0 0
179 99 mmcblk1p3 254 0 18730 504 1 0 8 6 0 512 511 0 0 0 0 0 0
31 0 mtdblock0 39 0 312 14 0 0 0 0 0 32 14 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 30 0 0 0 0 0 52 30 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 31 0 0 0 0 0 60 31 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 10 0 0 0 0 0 28 10 0 0 0 0 0 0
31 4 mtdblock4 78 0 624 29 0 0 0 0 0 56 29 0 0 0 0 0 0
8 0 sda 298 0 15954 813 1 0 8 35 0 704 849 0 0 0 0 0 0
8 1 sda1 256 0 14754 737 1 0 8 35 0 628 772 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4237 4674 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1622 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6633 0 GICv3 928 Level 42120000.i2c
17: 51 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 66846 41 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 91492 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: 0 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 661 0 GICv3 224 Level 2800000.serial
254: 0 0 GICv3 890 Level 46000000.ethernet
255: 0 0 INTR 391 Level 310d0000.cpts
256: 515 0 GICv3 35 Level mmc0
347: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
422: 0 0 tps6594-0-0x48 0 Edge buck1_ov
423: 0 0 tps6594-0-0x48 1 Edge buck1_uv
424: 0 0 tps6594-0-0x48 2 Edge buck1_sc
425: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
426: 0 0 tps6594-0-0x48 4 Edge buck2_ov
427: 0 0 tps6594-0-0x48 5 Edge buck2_uv
428: 0 0 tps6594-0-0x48 6 Edge buck2_sc
429: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
430: 0 0 tps6594-0-0x48 8 Edge buck3_ov
431: 0 0 tps6594-0-0x48 9 Edge buck3_uv
432: 0 0 tps6594-0-0x48 10 Edge buck3_sc
433: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
434: 0 0 tps6594-0-0x48 12 Edge buck4_ov
435: 0 0 tps6594-0-0x48 13 Edge buck4_uv
436: 0 0 tps6594-0-0x48 14 Edge buck4_sc
437: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
438: 0 0 tps6594-0-0x48 16 Edge buck5_ov
439: 0 0 tps6594-0-0x48 17 Edge buck5_uv
440: 0 0 tps6594-0-0x48 18 Edge buck5_sc
441: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
442: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
443: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
444: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
445: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
446: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
447: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
448: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
449: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
450: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
451: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
452: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
453: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
454: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
455: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
456: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
457: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
458: 0 0 tps6594-0-0x48 36 Edge vcca_ov
459: 0 0 tps6594-0-0x48 37 Edge vcca_uv
477: 0 0 tps6594-0-0x48 55 Edge npwron_start
478: 0 0 tps6594-0-0x48 56 Edge enable
479: 0 0 tps6594-0-0x48 57 Edge fsd
480: 0 0 tps6594-0-0x48 58 Edge soft_reboot
481: 0 0 tps6594-0-0x48 59 Edge bist_pass
482: 0 0 tps6594-0-0x48 60 Edge ext_clk
483: 0 0 tps6594-0-0x48 61 Edge twarn
484: 0 0 tps6594-0-0x48 62 Edge tsd_ord
485: 0 0 tps6594-0-0x48 63 Edge bist_fail
486: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
487: 0 0 tps6594-0-0x48 65 Edge recov_cnt
488: 0 0 tps6594-0-0x48 66 Edge spmi_err
489: 0 0 tps6594-0-0x48 67 Edge npwron_long
490: 0 0 tps6594-0-0x48 68 Edge nint_readback
491: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
492: 0 0 tps6594-0-0x48 70 Edge tsd_imm
493: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
494: 0 0 tps6594-0-0x48 72 Edge pfsm_err
495: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
496: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
497: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
498: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
499: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
500: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
501: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
502: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
503: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
504: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
505: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
506: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
508: 0 0 tps6594-0-0x48 88 Edge alarm
510: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
511: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
512: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
513: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
514: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
515: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
516: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
517: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
518: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
519: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
520: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
521: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
522: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
523: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
524: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
525: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
546: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
547: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
548: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
549: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
550: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
551: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
552: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
553: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
565: 0 0 tps6594-2-0x4c 55 Edge npwron_start
566: 0 0 tps6594-2-0x4c 56 Edge enable
567: 0 0 tps6594-2-0x4c 57 Edge fsd
568: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
569: 0 0 tps6594-2-0x4c 59 Edge bist_pass
570: 0 0 tps6594-2-0x4c 60 Edge ext_clk
571: 0 0 tps6594-2-0x4c 61 Edge twarn
572: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
573: 0 0 tps6594-2-0x4c 63 Edge bist_fail
574: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
575: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
576: 0 0 tps6594-2-0x4c 66 Edge spmi_err
577: 0 0 tps6594-2-0x4c 67 Edge npwron_long
578: 0 0 tps6594-2-0x4c 68 Edge nint_readback
579: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
580: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
581: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
582: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
583: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
584: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
585: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
586: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
587: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
588: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
589: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
590: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
591: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
592: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
593: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
594: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
595: 3 0 INTR 436 Level mbox-mcu-r5fss0-core0
596: 5 0 INTR 432 Level mbox-main-r5fss0-core0
649: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
675: 1825 0 GICv3 36 Level mmc1
676: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
681: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
684: 0 0 GICv3 134 Level 6000000.usb
685: 0 0 GICv3 152 Level 6000000.usb
689: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
690: 0 1210 ITS-MSI 524288 Edge xhci_hcd
691: 0 0 ITS-MSI 524289 Edge xhci_hcd
692: 0 0 ITS-MSI 524290 Edge xhci_hcd
IPI0: 1875 11598 Rescheduling interrupts
IPI1: 4125 9467 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: 261 243 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 12 2
TIMER: 1318 1769
NET_TX: 26 4
NET_RX: 140058 89
BLOCK: 362 0
IRQ_POLL: 0 0
TASKLET: 2307 1225
SCHED: 2010 1898
HRTIMER: 2 1
RCU: 8181 10817
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
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:~# depmod -a
root@j7200-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
xhci_pci 20480 0
xhci_pci_renesas 16384 1 xhci_pci
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
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
sa2ul 36864 0
k3_j72xx_bandgap 16384 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
cdns3_ti 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
rti_wdt 16384 0
crct10dif_ce 16384 1
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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (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 1047119 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.0.6--v09.00.06 (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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (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
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
Loaded 1358751 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +0530)
SoC: J721E SR1.0 GP
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev E6
DRAM: 4 GiB
Core: 134 devices, 33 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +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=E6
board_serial=0054
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
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:90:c0
eth2addr=70:ff:76:1d:90:c1
eth3addr=70:ff:76:1d:90:c2
eth4addr=70:ff:76:1d:90:c3
eth5addr=70:ff:76:1d:93:ca
eth6addr=70:ff:76:1d:93:cb
eth7addr=70:ff:76:1d:93:cc
eth8addr=70:ff:76:1d:93:cd
eth9addr=70:ff:76:1d:93:ce
ethaddr=50:51:a9:fc:1d:6c
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde81c20
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000054
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: 7204/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.34 (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
88152 bytes read in 44 ms (1.9 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 44 ms (1.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 88152 bytes: Failed!
88152 bytes read in 45 ms (1.9 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 88152 bytes: Success!
88152 bytes read in 45 ms (1.9 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 88152 bytes: Failed!
145604 bytes read in 46 ms (3 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145604 bytes: Success!
145604 bytes read in 47 ms (3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145604 bytes: Success!
10489000 bytes read in 55 ms (181.9 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=E6
board_serial=0054
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
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:90:c0
eth2addr=70:ff:76:1d:90:c1
eth3addr=70:ff:76:1d:90:c2
eth4addr=70:ff:76:1d:90:c3
eth5addr=70:ff:76:1d:93:ca
eth6addr=70:ff:76:1d:93:cb
eth7addr=70:ff:76:1d:93:cc
eth8addr=70:ff:76:1d:93:cd
eth9addr=70:ff:76:1d:93:ce
ethact=ethernet@46000000port@1
ethaddr=50:51:a9:fc:1d:6c
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde81c20
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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-gw4
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.34
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_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#=0000000000000054
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: 7391/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw-pcie/df68e2792a1efccf8508fb7015d17166
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.34
Filename 'vatf_j721e-idk-gw-pcie/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
12.4 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721e-idk-gw-pcie/92af1277dccad41ec587890c3ca26489
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.34
Filename 'vatf_j721e-idk-gw-pcie/92af1277dccad41ec587890c3ca26489'.
Load address: 0x88000000
Loading: *################################################## 109.8 KiB
9.8 MiB/s
done
Bytes transferred = 112468 (1b754 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-gw4/autofs/1f8d76b580ac320b118dabdd17d3c033,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +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 = 0x00000000ffec2000
reloc off = 0x000000007f6c2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 50:51:a9:fc:1d:6c
IP addr = 192.168.0.34
fdt_blob = 0x00000000fde81c20
new_fdt = 0x00000000fde81c20
fdt_size = 0x0000000000020180
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] [0xfce72000-0xffffffff], 0x0318e000 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 = 0x00000000fffe0000
irq_sp = 0x00000000fde81c10
sp start = 0x00000000fde81c10
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 = 0x00000000ffec2000
reloc off = 0x000000007f6c2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 50:51:a9:fc:1d:6c
IP addr = 192.168.0.34
fdt_blob = 0x00000000fde81c20
new_fdt = 0x00000000fde81c20
fdt_size = 0x0000000000020180
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] [0xfce72000-0xffffffff], 0x0318e000 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 = 0x00000000fffe0000
irq_sp = 0x00000000fde81c10
sp start = 0x00000000fde81c10
Early malloc usage: 2fc8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
294385 tiboot3.bin
294385 tiboot3-j721e-gp-evm.bin
295160 tiboot3-j721e_sr1_1-hs-evm.bin
295160 tiboot3-j721e_sr2-hs-fs-evm.bin
1077291 tispl.bin
1319091 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 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
131072 rgx.fw.22.104.208.318
131072 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 16 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 000000008ffff753 ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 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 s38376 r8192 d31256 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-gw4/autofs/1f8d76b580ac320b118dabdd17d3c033,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: 3301112K/4194304K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 368904K 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.008422] Console: colour dummy device 80x25
[ 0.012985] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023656] pid_max: default: 32768 minimum: 301
[ 0.028393] LSM: Security Framework initializing
[ 0.033165] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040736] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049519] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056919] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063179] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070564] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076870] rcu: Hierarchical SRCU implementation.
[ 0.081767] rcu: Max phase no-delay instances is 1000.
[ 0.087275] Platform MSI: msi-controller@1820000 domain created
[ 0.093508] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103410] EFI services will not be available.
[ 0.108143] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.121367] Detected PIPT I-cache on CPU1
[ 0.121427] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121438] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121468] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121514] smp: Brought up 1 node, 2 CPUs
[ 0.150859] SMP: Total of 2 processors activated.
[ 0.155663] CPU features: detected: 32-bit EL0 Support
[ 0.160917] CPU features: detected: CRC32 instructions
[ 0.166197] CPU: All CPU(s) started at EL2
[ 0.170379] alternatives: applying system-wide alternatives
[ 0.176900] devtmpfs: initialized
[ 0.186620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196601] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.210205] pinctrl core: initialized pinctrl subsystem
[ 0.215863] DMI not present or invalid.
[ 0.220135] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.226757] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.234059] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.242055] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.250178] audit: initializing netlink subsys (disabled)
[ 0.255793] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.256009] thermal_sys: Registered thermal governor 'step_wise'
[ 0.263712] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.269919] cpuidle: using governor menu
[ 0.280670] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.287628] ASID allocator initialised with 65536 entries
[ 0.302546] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.313794] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.321663] KASLR disabled due to lack of seed
[ 0.329252] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.336194] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.342596] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.349530] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.355931] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.362865] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.369266] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.376199] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.383497] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.392702] iommu: Default domain type: Translated
[ 0.397688] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.404205] SCSI subsystem initialized
[ 0.408193] usbcore: registered new interface driver usbfs
[ 0.413812] usbcore: registered new interface driver hub
[ 0.419249] usbcore: registered new device driver usb
[ 0.424677] pps_core: LinuxPPS API ver. 1 registered
[ 0.429748] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.439086] PTP clock support registered
[ 0.443169] EDAC MC: Ver: 3.0.0
[ 0.446910] FPGA manager framework
[ 0.450416] Advanced Linux Sound Architecture Driver Initialized.
[ 0.457035] clocksource: Switched to clocksource arch_sys_counter
[ 0.463371] VFS: Disk quotas dquot_6.6.0
[ 0.467405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.477339] NET: Registered PF_INET protocol family
[ 0.482493] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.491511] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.500273] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.508194] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.516398] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.524924] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.531697] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.538608] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.546041] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.552115] RPC: Registered named UNIX socket transport module.
[ 0.558177] RPC: Registered udp transport module.
[ 0.562981] RPC: Registered tcp transport module.
[ 0.567783] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.574373] NET: Registered PF_XDP protocol family
[ 0.579274] PCI: CLS 0 bytes, default 64
[ 0.583640] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.592806] Initialise system trusted keyrings
[ 0.597457] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.606557] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.612828] NFS: Registering the id_resolver key type
[ 0.618013] Key type id_resolver registered
[ 0.622285] Key type id_legacy registered
[ 0.626409] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.633257] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.640901] 9p: Installing v9fs 9p2000 file system support
[ 0.666301] Key type asymmetric registered
[ 0.670484] Asymmetric key parser 'x509' registered
[ 0.675487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.683129] io scheduler mq-deadline registered
[ 0.687764] io scheduler kyber registered
[ 0.693884] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.700111] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.706447] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.716761] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.724408] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.732562] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.739661] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.747399] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.758272] loop: module loaded
[ 0.762186] megasas: 07.719.03.00-rc1
[ 0.768042] tun: Universal TUN/TAP device driver, 1.6
[ 0.773608] thunder_xcv, ver 1.0
[ 0.776914] thunder_bgx, ver 1.0
[ 0.780227] nicpf, ver 1.0
[ 0.783254] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.790635] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.796080] hclge is initializing
[ 0.799471] e1000: Intel(R) PRO/1000 Network Driver
[ 0.804451] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.810332] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.815401] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.821462] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.826976] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.832677] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.839082] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.845201] sky2: driver version 1.30
[ 0.849357] VFIO - User Level meta-driver version: 0.3
[ 0.855000] usbcore: registered new interface driver usb-storage
[ 0.861584] i2c_dev: i2c /dev entries driver
[ 0.866885] sdhci: Secure Digital Host Controller Interface driver
[ 0.873207] sdhci: Copyright(c) Pierre Ossman
[ 0.877934] Synopsys Designware Multimedia Card Interface Driver
[ 0.884343] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.890646] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.896886] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.903631] usbcore: registered new interface driver usbhid
[ 0.909325] usbhid: USB HID core driver
[ 0.913990] 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.918548] optee: revision 4.0 (2a5b1d12)
[ 0.934954] optee: dynamic shared memory is enabled
[ 0.944328] optee: initialized driver
[ 0.949316] Initializing XFRM netlink socket
[ 0.953697] NET: Registered PF_PACKET protocol family
[ 0.958923] 9pnet: Installing 9P2000 support
[ 0.963312] Key type dns_resolver registered
[ 0.967867] registered taskstats version 1
[ 0.972069] Loading compiled-in X.509 certificates
[ 0.982994] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.041068] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.047346] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.054165] pca953x 1-0020: using no AI
[ 1.081694] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.088506] pca953x 1-0022: using AI
[ 1.092774] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.099016] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.105497] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.111650] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.117736] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.124548] pca953x 3-0020: using no AI
[ 1.149484] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.155655] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.162477] pca953x 4-0020: using no AI
[ 1.189348] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.195161] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.203721] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.213072] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.221698] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.239099] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.248997] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.255759] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.264870] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.275023] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.281782] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.289776] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.299228] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.308076] printk: console [ttyS2] enabled
[ 1.308076] printk: console [ttyS2] enabled
[ 1.316520] printk: bootconsole [ns16550a0] disabled
[ 1.316520] printk: bootconsole [ns16550a0] disabled
[ 1.326949] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.335937] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.344846] omap8250 2840000.serial: unable to register 8250 port
[ 1.350931] omap8250 2840000.serial: PM domain pd:281 will not be powered off
[ 1.358064] omap8250: probe of 2840000.serial failed with error -28
[ 1.365455] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.409039] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.417470] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.425740] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.438542] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.445749] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.451961] pps pps0: new PPS source ptp0
[ 1.456093] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.466561] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.475664] mmc0: CQHCI version 5.10
[ 1.517586] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.609045] mmc0: Command Queue Engine enabled
[ 1.613487] mmc0: new HS200 MMC card at address 0001
[ 1.618784] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.624325] mmcblk0: p1 p2 p3
[ 1.627809] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.633473] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.639024] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.680146] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.693141] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.699792] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-04T10:08:46 UTC (1701684526)
[ 1.863380] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.876485] tps6594-rtc tps6594-rtc.9.auto: registered as rtc1
[ 1.882447] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.889105] pca953x 2-0020: using no AI
[ 1.913953] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.920780] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.927586] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.934391] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.941179] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.955069] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.965851] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.979878] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
[ 1.984985] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.992022] Creating 8 MTD partitions on "47050000.spi.0":
[ 1.997494] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.003548] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.009290] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.015110] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.020661] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.026826] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.032553] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.038399] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.045218] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.089046] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.097483] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.105754] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.118559] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.125766] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.131957] pps pps0: new PPS source ptp1
[ 2.136074] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.146507] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.155212] mmc1: CQHCI version 5.10
[ 2.158742] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.199734] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.214211] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.223688] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.272746] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.279679] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.288393] mmcblk1: p1 p2 p3
[ 6.317808] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.345038] Sending DHCP requests ., OK
[ 6.364871] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.34
[ 6.372516] IP-Config: Complete:
[ 6.375734] device=eth0, hwaddr=50:51:a9:fc:1d:6c, ipaddr=192.168.0.34, mask=255.255.255.0, gw=192.168.0.1
[ 6.385802] host=j721e-idk-gw4, domain=eptf.internal.ti.com, nis-domain=(none)
[ 6.393440] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.393443] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.420359] ALSA device list:
[ 6.423328] No soundcards found.
[ 6.463821] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.469904] devtmpfs: mounted
[ 6.473835] Freeing unused kernel memory: 2176K
[ 6.485109] Run /sbin/init as init process
[ 17.133067] random: crng init done
[ 17.181991] NET: Registered PF_INET6 protocol family
[ 17.188046] Segment Routing with IPv6
[ 17.191746] In-situ OAM (IOAM) with IPv6
[ 17.418065] 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)
[ 17.449530] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 17.559414] systemd[1]: Hostname set to <j721e-evm>.
[ 17.584988] systemd[1]: Initializing machine ID from random generator.
[ 18.743438] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 18.768624] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 18.779288] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 18.804412] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 20.091846] 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.
[ 20.325640] 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.
[ 20.558701] systemd[1]: Queued start job for default target Graphical Interface.
[ 20.603096] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 20.626427] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 20.650350] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 20.674092] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 20.697237] 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.
[ 20.721168] 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.
[ 20.745229] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 20.765096] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 20.785094] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 20.805097] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 20.851194] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 20.873207] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 20.896831] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 20.917279] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 20.941738] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 20.961640] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 20.985378] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 21.005773] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 21.030384] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 21.053321] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 21.073660] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 21.117321] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 21.139751] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 21.163772] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 21.185377] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 21.217356] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 21.240551] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 21.263698] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 21.283460] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 21.310472] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 21.345848] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 21.490477] fuse: init (API version 7.37)
[ 21.877579] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 21.901596] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 21.917633] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 22.101470] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 22.124152] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 22.173520] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 22.201611] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 22.221632] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 22.241897] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 22.265525] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 22.285317] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 22.305895] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 22.325841] cryptodev: loading out-of-tree module taints kernel.
[ 22.333065] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 22.344033] systemd[1]: Finished Load Kernel Module configfs.
[ 22.356221] cryptodev: driver 1.12 loaded.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 22.377944] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 22.385531] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 22.397590] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[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...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[ 23.463615] systemd-journald[163]: 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 System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[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...
[ 25.971421] audit: type=1334 audit(1701684550.768:2): prog-id=5 op=LOAD
[ 25.978314] audit: type=1334 audit(1701684550.776: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;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;39mLoad/Save Random Seed[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 Time Set[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0m[0;31m* [0m] (1 of 3) A start job is running for /dev/ttyS2 (10s / 1min 30s)
M
[K[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[K[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 33.013960] CAN device driver interface
[ 33.032395] mc: Linux media interface: v0.10
[ 33.787487] m_can_platform 40528000.can: m_can device registered (irq=809, version=32)
[ 33.796501] m_can_platform 40568000.can: m_can device registered (irq=810, version=32)
[ 33.806149] m_can_platform 2701000.can: m_can device registered (irq=811, version=32)
[ 33.815083] m_can_platform 2721000.can: m_can device registered (irq=812, version=32)
[ 33.900988] videodev: Linux video capture interface: v2.00
[ 33.936559] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 33.948627] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 33.951203] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[ 33.958311] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 33.963422] remoteproc remoteproc0: 4d80800000.dsp is available
[ 33.973024] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 33.978282] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 33.986696] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 33.992807] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[ 34.007782] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 34.017308] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 34.023077] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 34.029981] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 34.030707] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 34.038179] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 34.064629] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 34.076101] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 34.083020] remoteproc remoteproc1: 4d81800000.dsp is available
[ 34.089113] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 34.095360] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 34.104649] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 34.114220] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 34.118359] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 34.119775] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 34.131718] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 34.134759] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 34.169989] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 34.177957] PVR_K: 193: Device: 4e20000000.gpu
[ 34.182965] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 34.183438] PVR_K: 193: Read BVNC 22.104.208.318 from HW device registers
[ 34.189661] remoteproc remoteproc2: 64800000.dsp is available
[ 34.203076] remoteproc remoteproc2: attaching to 64800000.dsp
[ 34.209555] remoteproc remoteproc2: unsupported resource 65538
[ 34.214400] PVR_K: 193: RGX Device registered with BVNC 22.104.208.318
[ 34.215951] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 34.229181] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 34.230246] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 34.239938] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 34.247069] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 34.259681] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 34.262565] rproc-virtio rproc-virtio.12.auto: registered virtio2 (type 7)
[ 34.293739] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (13s / no limit)
[ 35.061344] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 35.068111] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 35.073599] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 35.083066] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 35.089956] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 35.095956] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 35.105666] pci 0000:00:00.0: supports D1
[ 35.109669] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 35.117436] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
ning for Rebuild amic Linker Cache (14s / no limit)
[ 35.129156] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 35.140414] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 35.145771] pcieport 0000:00:00.0: PME: Signaling with IRQ 817
[ 35.151778] pcieport 0000:00:00.0: AER: enabled with IRQ 817
[ 35.157913] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 35.165869] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 35.174399] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 35.182917] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (15s / no limit)
[ 36.193228] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 36.199932] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 36.205421] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 36.215071] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 36.221963] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 36.227965] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 36.237680] pci 0001:00:00.0: supports D1
[ 36.241687] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 36.249437] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 36.257563] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 36.264181] pci 0001:00:00.0: PCI bridge to [bus 01]
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 36.269671] pcieport 0001:00:00.0: PME: Signaling with IRQ 823
ning for Rebuild amic Linker Cache (15s / no limit)
[ 36.280864] pcieport 0001:00:00.0: AER: enabled with IRQ 823
[ 36.291523] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 36.299454] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 36.307981] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 36.316498] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (16s / no limit)
[ 37.190968] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[ 37.201443] Amd/Fujitsu Extended Query Table at 0x0040
[ 37.206613] Amd/Fujitsu Extended Query version 1.5.
[ 37.211658] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 37.220511] number of CFI chips: 1
[ 37.223935] 6 fixed-partitions partitions found on MTD device 47034000.hyperbus
[ 37.231244] Creating 6 MTD partitions on "47034000.hyperbus":
[ 37.236983] 0x000000000000-0x000000080000 : "hbmc.tiboot3"
[ 37.243243] 0x000000080000-0x000000280000 : "hbmc.tispl"
[ 37.249689] 0x000000280000-0x000000680000 : "hbmc.u-boot"
[ 37.255804] 0x000000680000-0x0000006c0000 : "hbmc.env"
[ 37.264616] 0x0000006c0000-0x0000007c0000 : "hbmc.sysfw"
[ 37.273834] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 37.279623] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 37.282965] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[ 37.301403] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 37.311138] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 37.322304] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 37.329764] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 37.330685] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 37.341321] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 37.352619] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 37.362306] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 37.364419] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 37.373405] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 37.386023] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 37.395783] pci 0002:00:00.0: supports D1
[ 37.399818] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 37.407913] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 37.416036] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 37.428844] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Re[ 37.437748] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 37.441260] img_dec 4300000.video-decoder: decoder registered as /dev/video0
build amic Linker Cache (16s / no limit)
[ 37.448287] pcieport 0002:00:00.0: PME: Signaling with IRQ 832
[ 37.465069] pcieport 0002:00:00.0: AER: enabled with IRQ 832
[ 37.545139] Console: switching to colour frame buffer device 240x67
[ 37.566238] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
M
[K[ [0;31m*[0m] A start job is running for Rebuild amic Linker Cache (17s / no limit)
[ 38.245311] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 38.257775] platform 41000000.r5f: configured R5F for IPC-only mode
[ 38.264256] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 38.275138] remoteproc remoteproc3: 41000000.r5f is available
[ 38.281751] remoteproc remoteproc3: attaching to 41000000.r5f
[ 38.288050] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 38.298997] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 38.309546] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 38.315197] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 38.322162] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 38.324821] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 38.339898] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 38.346280] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 38.355174] remoteproc remoteproc4: 5c00000.r5f is available
[ 38.360895] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 38.367320] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 38.373957] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 38.387486] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 38.393095] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 38.397008] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 38.400015] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 38.415429] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 38.422316] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 38.431167] remoteproc remoteproc5: 5e00000.r5f is available
[ 38.436895] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 38.442920] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 38.449554] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 38.459114] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 38.464656] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 38.471559] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[ 38.472921] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
[ 39.311386] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 39.413056] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 39.516466] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (19s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (19s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (20s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (20s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (21s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (21s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (22s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (22s / no limit)
[ 43.627811] remoteproc remoteproc6: b034000.pru is available
[ 43.636813] remoteproc remoteproc7: b004000.rtu is available
[ 43.662854] remoteproc remoteproc8: b00a000.txpru is available
[ 43.669830] remoteproc remoteproc9: b038000.pru is available
[ 43.678431] remoteproc remoteproc10: b006000.rtu is available
[ 43.684709] remoteproc remoteproc11: b00c000.txpru is available
[ 43.691812] remoteproc remoteproc12: b134000.pru is available
[ 43.698133] remoteproc remoteproc13: b104000.rtu is available
[ 43.704381] remoteproc remoteproc14: b10a000.txpru is available
[ 43.710815] remoteproc remoteproc15: b138000.pru is available
[ 43.717087] remoteproc remoteproc16: b106000.rtu is available
[ 43.723325] remoteproc remoteproc17: b10c000.txpru is available
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (23s / no limit)
[ 44.267691] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 44.288365] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 44.301656] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 44.312121] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 44.322392] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 44.334755] scsi host0: ufshcd
[ 44.374639] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 44.383781] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 44.393013] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (23s / no limit)
[ 44.710549] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 44.773065] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (24s / no limit)
[ 45.328895] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 45.336973] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 45.372114] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 45.386716] xhci-hcd xhci-hcd.18.auto: irq 858, io mem 0x06410000
[ 45.393939] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 45.399851] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 45.407619] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 45.416639] hub 1-0:1.0: USB hub found
[ 45.420443] hub 1-0:1.0: 1 port detected
[ 45.424588] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
M
[K[ [0;31m*[0m] A start job is running for Rebuild [ 45.441916] hub 2-0:1.0: USB hub found
amic Linker Cache (24s / no limit)
[ 45.454065] hub 2-0:1.0: 1 port detected
[ 45.681079] usb 1-1: new high-speed USB device number 2 using xhci-hcd
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (25s / no limit)
[ 45.842528] hub 1-1:1.0: USB hub found
[ 45.846346] hub 1-1:1.0: 4 ports detected
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (25s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild mic Linker Cache (79us / no limit)
M
[K Starting [0;1;39mStart psplash boot splash screen[0m...
[K[[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.
[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (2s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (2s / no limit)
M
[K[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[K[[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/mmcblk1p2[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.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[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...
[[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/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.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[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...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 53.425471] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 53.435466] 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/mmcblk0p2[0m.
[ 53.452134] FAT-fs (mmcblk0p3): 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.[ 53.469195] EXT4-fs (mmcblk1p3): recovery complete
[ 53.478242] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 53.478415] EXT4-fs (mmcblk1p2): recovery complete
[ 53.491771] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 53.496866] 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/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[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;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (10s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (10s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (11s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (11s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (12s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (12s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Rebuild amic Linker Cache (13s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (13s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (14s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (14s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (15s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (15s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (16s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (16s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (17s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (17s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (18s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (19s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (19s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Rebuild amic Linker Cache (20s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (20s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (21s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (21s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (22s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (22s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (23s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (23s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (24s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (24s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (25s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (25s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (26s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (26s / no limit)
M
[K[ [0;31m*[0m] A start job is running for Rebuild amic Linker Cache (27s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild amic Linker Cache (27s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild amic Linker Cache (28s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (28s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (29s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (29s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (30s / no limit)
M
[K[[0m[0;31m* [0m] A start job is running for Rebuild amic Linker Cache (30s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K 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.
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (33s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (33s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (34s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[K[[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...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for D-Bus Sym Message Bus (1min 3s / 2min 30s)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for D-Bus Sym Message Bus (1min 4s / 2min 30s)
M
[K[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[K[[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.
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.
[ 85.304858] audit: type=1334 audit(1701684610.100:4): prog-id=7 op=LOAD
[ 85.311693] audit: type=1334 audit(1701684610.108: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ [0;31m*[0;1;31m*[0m] (2 of 3) A start job is running forConfiguration (1min 7s / 2min 35s)
M
[K[ [0;31m*[0m] (2 of 3) A start job is running forConfiguration (1min 8s / 2min 35s)
M
[K[ [0;31m*[0;1;31m*[0m] (3 of 3) A start job is running forghttpd Daemon (1min 8s / 2min 34s)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] (3 of 3) A start job is running forghttpd Daemon (1min 9s / 2min 34s)
[ 89.688933] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 89.707924] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
M
[K[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[K[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network Configuration (1min 11s / 2min 35s)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network Configuration (1min 12s / 2min 35s)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Network Configuration (1min 12s / 2min 35s)
M
[K[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[K Starting [0;1;39mNetwork Name Resolution[0m...
[ 93.307645] audit: type=1334 audit(1701684618.104:6): prog-id=9 op=LOAD
[ 93.318030] audit: type=1334 audit(1701684618.112: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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 100.335260] audit: type=1334 audit(1701684625.132:8): prog-id=11 op=LOAD
[ 100.343012] audit: type=1334 audit(1701684625.140:9): prog-id=12 op=LOAD
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: root
[ 108.805922] audit: type=1006 audit(1701684633.604:10): pid=971 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 108.819116] audit: type=1300 audit(1701684633.604:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc471fdb8 a2=4 a3=ffffa634c020 items=0 ppid=1 pid=971 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)
[ 108.845872] audit: type=1327 audit(1701684633.604:10): proctitle="(systemd)"
[ 111.961627] audit: type=1006 audit(1701684636.760:11): pid=979 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 111.975918] audit: type=1300 audit(1701684636.760:11): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc471fdb8 a2=1 a3=ffffa634c020 items=0 ppid=1 pid=979 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 112.002681] audit: type=1327 audit(1701684636.760:11): proctitle="(systemd)"
[ 112.010835] audit: type=1334 audit(1701684636.792:12): prog-id=13 op=LOAD
[ 112.018965] audit: type=1300 audit(1701684636.792:12): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc3b2fed0 a2=78 a3=0 items=0 ppid=1 pid=979 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 112.044544] audit: type=1327 audit(1701684636.792:12): proctitle="(systemd)"
[ 112.051690] audit: type=1334 audit(1701684636.808:13): prog-id=13 op=UNLOAD
[ 117.983857] PVR_K: 958: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 118.036055] PVR_K: 958: Shader binary image 'rgx.sh.22.104.208.318' loaded
7[r[999;999H[6nroot@j721e-evm:~# [ 123.641197] kauditd_printk_skb: 7 callbacks suppressed
[ 123.641205] audit: type=1334 audit(1701684658.530:17): prog-id=10 op=UNLOAD
[ 123.653297] audit: type=1334 audit(1701684658.530:18): prog-id=9 op=UNLOAD
uname -a
Linux j721e-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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-gw4/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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 27228
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 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 122880 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 118784 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 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 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 882 1 57708 550 0 0 0 0 0 408 550 0 0 0 0 0 0
179 1 mmcblk0p1 274 0 18805 189 0 0 0 0 0 224 189 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 168 0 0 0 0 0 196 168 0 0 0 0 0 0
179 3 mmcblk0p3 279 1 18883 179 0 0 0 0 0 200 179 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 39 0 0 0 0 0 56 39 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 20 0 0 0 0 0 28 20 0 0 0 0 0 0
31 0 mtdblock0 33 0 264 16 0 0 0 0 0 28 16 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 38 0 0 0 0 0 60 38 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 48 0 0 0 0 0 72 48 0 0 0 0 0 0
31 3 mtdblock3 27 0 216 12 0 0 0 0 0 24 12 0 0 0 0 0 0
31 4 mtdblock4 27 0 216 14 0 0 0 0 0 32 14 0 0 0 0 0 0
31 5 mtdblock5 39 0 312 19 0 0 0 0 0 32 19 0 0 0 0 0 0
31 6 mtdblock6 105 0 2016 151 0 0 0 0 0 128 151 0 0 0 0 0 0
31 7 mtdblock7 27 0 216 14 0 0 0 0 0 28 14 0 0 0 0 0 0
179 96 mmcblk1 860 43 58081 2580 2 0 16 12 0 1148 2593 0 0 0 0 0 0
179 97 mmcblk1p1 295 0 18753 864 0 0 0 0 0 704 864 0 0 0 0 0 0
179 98 mmcblk1p2 264 38 19318 1002 1 0 8 10 0 780 1012 0 0 0 0 0 0
179 99 mmcblk1p3 263 5 18810 668 1 0 8 2 0 576 670 0 0 0 0 0 0
31 8 mtdblock8 33 0 264 16 0 0 0 0 0 40 16 0 0 0 0 0 0
31 9 mtdblock9 84 0 672 46 0 0 0 0 0 60 46 0 0 0 0 0 0
31 10 mtdblock10 87 0 696 52 0 0 0 0 0 72 52 0 0 0 0 0 0
31 11 mtdblock11 30 0 240 16 0 0 0 0 0 32 16 0 0 0 0 0 0
31 12 mtdblock12 26 0 208 13 0 0 0 0 0 24 13 0 0 0 0 0 0
31 13 mtdblock13 105 0 2016 157 0 0 0 0 0 140 157 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 13090 13027 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: 3247 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7182 0 GICv3 928 Level 42120000.i2c
19: 81 0 GICv3 232 Level 2000000.i2c
20: 20 0 GICv3 233 Level 2010000.i2c
21: 13 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 57177 24576 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 124287 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 4611 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: 992 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: 1325 0 GICv3 35 Level mmc0
215: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
217: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
300: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
442: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
467: 0 0 tps6594-0-0x48 0 Edge buck1_ov
468: 0 0 tps6594-0-0x48 1 Edge buck1_uv
469: 0 0 tps6594-0-0x48 2 Edge buck1_sc
470: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
471: 0 0 tps6594-0-0x48 4 Edge buck2_ov
472: 0 0 tps6594-0-0x48 5 Edge buck2_uv
473: 0 0 tps6594-0-0x48 6 Edge buck2_sc
474: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
475: 0 0 tps6594-0-0x48 8 Edge buck3_ov
476: 0 0 tps6594-0-0x48 9 Edge buck3_uv
477: 0 0 tps6594-0-0x48 10 Edge buck3_sc
478: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
479: 0 0 tps6594-0-0x48 12 Edge buck4_ov
480: 0 0 tps6594-0-0x48 13 Edge buck4_uv
481: 0 0 tps6594-0-0x48 14 Edge buck4_sc
482: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
483: 0 0 tps6594-0-0x48 16 Edge buck5_ov
484: 0 0 tps6594-0-0x48 17 Edge buck5_uv
485: 0 0 tps6594-0-0x48 18 Edge buck5_sc
486: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
487: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
488: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
489: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
490: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
491: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
492: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
493: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
494: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
495: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
496: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
497: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
498: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
499: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
500: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
501: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
502: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
503: 0 0 tps6594-0-0x48 36 Edge vcca_ov
504: 0 0 tps6594-0-0x48 37 Edge vcca_uv
522: 0 0 tps6594-0-0x48 55 Edge npwron_start
523: 0 0 tps6594-0-0x48 56 Edge enable
524: 0 0 tps6594-0-0x48 57 Edge fsd
525: 0 0 tps6594-0-0x48 58 Edge soft_reboot
526: 0 0 tps6594-0-0x48 59 Edge bist_pass
527: 0 0 tps6594-0-0x48 60 Edge ext_clk
528: 0 0 tps6594-0-0x48 61 Edge twarn
529: 0 0 tps6594-0-0x48 62 Edge tsd_ord
530: 0 0 tps6594-0-0x48 63 Edge bist_fail
531: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
532: 0 0 tps6594-0-0x48 65 Edge recov_cnt
533: 0 0 tps6594-0-0x48 66 Edge spmi_err
534: 0 0 tps6594-0-0x48 67 Edge npwron_long
535: 0 0 tps6594-0-0x48 68 Edge nint_readback
536: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
537: 0 0 tps6594-0-0x48 70 Edge tsd_imm
538: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
539: 0 0 tps6594-0-0x48 72 Edge pfsm_err
540: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
541: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
542: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
543: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
544: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
545: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
546: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
547: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
548: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
553: 0 0 tps6594-0-0x48 88 Edge alarm
555: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
556: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
557: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
558: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
559: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
560: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
561: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
562: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
563: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
564: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
565: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
566: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
567: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
568: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
569: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
570: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
571: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
572: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
573: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
574: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
575: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
576: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
577: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
578: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
579: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
580: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
581: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
582: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
583: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
584: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
585: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
586: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
587: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
588: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
589: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
590: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
591: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
592: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
610: 0 0 tps6594-0-0x4c 55 Edge npwron_start
611: 0 0 tps6594-0-0x4c 56 Edge enable
612: 0 0 tps6594-0-0x4c 57 Edge fsd
613: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
614: 0 0 tps6594-0-0x4c 59 Edge bist_pass
615: 0 0 tps6594-0-0x4c 60 Edge ext_clk
616: 0 0 tps6594-0-0x4c 61 Edge twarn
617: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
618: 0 0 tps6594-0-0x4c 63 Edge bist_fail
619: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
620: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
621: 0 0 tps6594-0-0x4c 66 Edge spmi_err
622: 0 0 tps6594-0-0x4c 67 Edge npwron_long
623: 0 0 tps6594-0-0x4c 68 Edge nint_readback
624: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
625: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
626: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
627: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
628: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
629: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
630: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
631: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
632: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
633: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
634: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
635: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
636: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
641: 0 0 tps6594-0-0x4c 88 Edge alarm
643: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
644: 4 0 INTR 432 Level mbox-main-r5fss0-core0
645: 4 0 INTR 428 Level mbox-main-r5fss1-core0
646: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1
647: 2 0 INTR 420 Level mbox-c71-0
681: 0 0 MSI-INTA 13893649 Edge 31150000.dma-controller chan4
743: 0 0 MSI-INTA 13894674 Edge 31150000.dma-controller chan5
744: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7
745: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan8
799: 1822 0 GICv3 36 Level mmc1
803: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
804: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
813: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
815: 184 0 GICv3 56 Level pvrsrvkm
817: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
818: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
820: 0 0 GICv3 892 Level TI-am335x-adc.13.auto
821: 0 0 GICv3 893 Level TI-am335x-adc.14.auto
823: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
824: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
827: 1 0 GICv3 646 Level mhdp8546
828: 1633 0 GICv3 634 Level tidss
829: 0 0 GICv3 213 Level vxe-enc
830: 0 0 GICv3 212 Level vxd-dec
832: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
849: 0 0 GICv3 43 Level 4e10000.rng
850: 62 0 GICv3 49 Level ufshcd
853: 0 0 GICv3 152 Level 6000000.usb
858: 35 0 GICv3 136 Level xhci-hcd:usb1
860: 0 0 GICv3 153 Level 6400000.usb
IPI0: 3652 9481 Rescheduling interrupts
IPI1: 12498 36675 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: 50 11 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 11 2
TIMER: 3885 4515
NET_TX: 83 16
NET_RX: 168203 24637
BLOCK: 1105 0
IRQ_POLL: 0 0
TASKLET: 7483 1175
SCHED: 10200 10626
HRTIMER: 0 0
RCU: 13806 14480
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# depmod -a
root@j721e-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
ti_am335x_adc 20480 0
cdns3 45056 0
rpmsg_ctrl 16384 0
pci_endpoint_test 20480 0
cdns_usb_common 20480 1 cdns3
cdns_pltfrm 16384 0
kfifo_buf 16384 1 ti_am335x_adc
rpmsg_char 16384 1 rpmsg_ctrl
omap_rng 16384 0
pru_rproc 24576 0
irq_pruss_intc 16384 0
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
ti_k3_r5_remoteproc 28672 0
vxd_dec 344064 0
vxe_enc 286720 0
tidss 61440 3
cdns_mhdp8546 40960 0
hbmc_am654 16384 0
drm_display_helper 151552 1 cdns_mhdp8546
j721e_csi2rx 24576 0
display_connector 16384 0
hyperbus_core 16384 1 hbmc_am654
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
drm_dma_helper 20480 1 tidss
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
videobuf2_dma_contig 20480 1 j721e_csi2rx
ti_am335x_tscadc 16384 1 ti_am335x_adc
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
k3_j72xx_bandgap 16384 0
pvrsrvkm 1228800 17
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
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
pruss 16384 0
cfbfillrect 16384 1 drm_kms_helper
pci_j721e_host 16384 0
ti_k3_dsp_remoteproc 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
syscopyarea 16384 1 drm_kms_helper
ti_j721e_ufs 16384 0
m_can_platform 16384 0
virtio_rpmsg_bus 20480 0
snd_soc_davinci_mcasp 32768 2
pci_j721e 16384 1 pci_j721e_host
cfbimgblt 16384 1 drm_kms_helper
m_can 24576 1 m_can_platform
sa2ul 36864 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
sysfillrect 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
pcie_cadence_host 16384 1 pci_j721e_host
sysimgblt 16384 1 drm_kms_helper
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
fb_sys_fops 16384 1 drm_kms_helper
can_dev 36864 1 m_can
cdns_dphy_rx 16384 0
cfbcopyarea 16384 1 drm_kms_helper
optee_rng 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
snd_soc_pcm3168a_i2c 16384 1
rng_core 20480 2 optee_rng,omap_rng
cdns3_ti 16384 0
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
rti_wdt 16384 0
phy_can_transceiver 16384 4
cryptodev 53248 0
fuse 131072 1
drm 561152 14 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:~#
U-Boot SPL 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
Cmage was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1047119 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.0.6--v09.00.06 (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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
Cmage was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1358751 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +0530)
SoC: J721E SR1.1 GP
Model: Texas Instruments J721E SK
Board: J721EX-EAIK rev E2
DRAM: 4 GiB
Core: 114 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '10.24.68.106'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde82c20
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
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_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6965/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '10.24.68.106'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 10.24.69.52 (1085 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
79356 bytes read in 38 ms (2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 39 ms (1.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 79356 bytes: Failed!
79356 bytes read in 38 ms (2 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 79356 bytes: Success!
79356 bytes read in 39 ms (1.9 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 79356 bytes: Failed!
145604 bytes read in 39 ms (3.6 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145604 bytes: Success!
145604 bytes read in 39 ms (3.6 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145604 bytes: Success!
10489000 bytes read in 47 ms (212.8 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721e-common-proc-board.dtb
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
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde82c20
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=10.24.68.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
hostname=dhcp-10-24-69-52
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=10.24.69.52
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_fit=fitImage
name_kern=Image
netmask=255.255.254.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7153/131067 bytes
=> tftp ${loadaddr} 10.24.68.106:vatf_j721e-sk-01/df68e2792a1efccf8508fb7015d17166
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.68.106; our IP address is 10.24.69.52
Filename 'vatf_j721e-sk-01/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
8.8 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 10.24.68.106:vatf_j721e-sk-01/59b11884d5f00e32747f0cffcffb16ff
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.68.106; our IP address is 10.24.69.52
Filename 'vatf_j721e-sk-01/59b11884d5f00e32747f0cffcffb16ff'.
Load address: 0x88000000
Loading: *################################################## 100.1 KiB
6.5 MiB/s
done
Bytes transferred = 102504 (19068 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:16 +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 = 0x00000000ffec2000
reloc off = 0x000000007f6c2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.52
fdt_blob = 0x00000000fde82c20
new_fdt = 0x00000000fde82c20
fdt_size = 0x000000000001f180
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] [0xfce73000-0xffffffff], 0x0318d000 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 = 0x00000000fffe0000
irq_sp = 0x00000000fde82c10
sp start = 0x00000000fde82c10
Early malloc usage: 2a88 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec2000
reloc off = 0x000000007f6c2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.52
fdt_blob = 0x00000000fde82c20
new_fdt = 0x00000000fde82c20
fdt_size = 0x000000000001f180
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] [0xfce73000-0xffffffff], 0x0318d000 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 = 0x00000000fffe0000
irq_sp = 0x00000000fde82c10
sp start = 0x00000000fde82c10
Early malloc usage: 2a88 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
21582336 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
294385 tiboot3.bin
294385 tiboot3-j721e-gp-evm.bin
295160 tiboot3-j721e_sr1_1-hs-evm.bin
295160 tiboot3-j721e_sr2-hs-fs-evm.bin
1077291 tispl.bin
1319011 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 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
131072 rgx.fw.22.104.208.318
131072 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 25 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe3000, end 000000008ffff067 ... OK
Working FDT set to 8ffe3000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721E SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,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: 3301168K/4194304K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 368848K 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.008380] Console: colour dummy device 80x25
[ 0.012944] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023615] pid_max: default: 32768 minimum: 301
[ 0.028352] LSM: Security Framework initializing
[ 0.033125] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040698] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049483] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056884] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063145] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070529] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076834] rcu: Hierarchical SRCU implementation.
[ 0.081730] rcu: Max phase no-delay instances is 1000.
[ 0.087226] Platform MSI: msi-controller@1820000 domain created
[ 0.093450] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103153] EFI services will not be available.
[ 0.107881] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.121113] Detected PIPT I-cache on CPU1
[ 0.121173] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121185] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121215] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121260] smp: Brought up 1 node, 2 CPUs
[ 0.150604] SMP: Total of 2 processors activated.
[ 0.155408] CPU features: detected: 32-bit EL0 Support
[ 0.160661] CPU features: detected: CRC32 instructions
[ 0.165944] CPU: All CPU(s) started at EL2
[ 0.170126] alternatives: applying system-wide alternatives
[ 0.176653] devtmpfs: initialized
[ 0.185839] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.195820] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.209511] pinctrl core: initialized pinctrl subsystem
[ 0.215150] DMI not present or invalid.
[ 0.219413] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.226054] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.233360] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.241360] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.249482] audit: initializing netlink subsys (disabled)
[ 0.255095] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.255314] thermal_sys: Registered thermal governor 'step_wise'
[ 0.263015] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.269219] cpuidle: using governor menu
[ 0.279969] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.286928] ASID allocator initialised with 65536 entries
[ 0.300094] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.310507] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.318411] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.325906] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.333342] KASLR disabled due to lack of seed
[ 0.340896] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.347837] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.354240] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.361174] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.367576] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.374509] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.380910] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.387844] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.395116] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.404178] iommu: Default domain type: Translated
[ 0.409163] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.415684] SCSI subsystem initialized
[ 0.419679] usbcore: registered new interface driver usbfs
[ 0.425298] usbcore: registered new interface driver hub
[ 0.430735] usbcore: registered new device driver usb
[ 0.436133] pps_core: LinuxPPS API ver. 1 registered
[ 0.441205] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.450544] PTP clock support registered
[ 0.454613] EDAC MC: Ver: 3.0.0
[ 0.458309] FPGA manager framework
[ 0.461819] Advanced Linux Sound Architecture Driver Initialized.
[ 0.468432] clocksource: Switched to clocksource arch_sys_counter
[ 0.474768] VFS: Disk quotas dquot_6.6.0
[ 0.478798] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.488767] NET: Registered PF_INET protocol family
[ 0.493920] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.502936] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.511698] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.519622] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.527827] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.536332] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.543106] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.550017] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.557451] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.563508] RPC: Registered named UNIX socket transport module.
[ 0.569569] RPC: Registered udp transport module.
[ 0.574372] RPC: Registered tcp transport module.
[ 0.579175] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.585765] NET: Registered PF_XDP protocol family
[ 0.590666] PCI: CLS 0 bytes, default 64
[ 0.595032] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.604109] Initialise system trusted keyrings
[ 0.608759] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.617870] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.624147] NFS: Registering the id_resolver key type
[ 0.629325] Key type id_resolver registered
[ 0.633597] Key type id_legacy registered
[ 0.637720] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.644569] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.652223] 9p: Installing v9fs 9p2000 file system support
[ 0.677564] Key type asymmetric registered
[ 0.681747] Asymmetric key parser 'x509' registered
[ 0.686754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.694404] io scheduler mq-deadline registered
[ 0.699038] io scheduler kyber registered
[ 0.705028] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.711250] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.721119] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.728673] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.736826] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.743918] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.751651] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.762513] loop: module loaded
[ 0.766366] megasas: 07.719.03.00-rc1
[ 0.772081] tun: Universal TUN/TAP device driver, 1.6
[ 0.777582] thunder_xcv, ver 1.0
[ 0.780897] thunder_bgx, ver 1.0
[ 0.784197] nicpf, ver 1.0
[ 0.787195] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.794577] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.800026] hclge is initializing
[ 0.803416] e1000: Intel(R) PRO/1000 Network Driver
[ 0.808397] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.814279] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.819349] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.825410] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.830923] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.836624] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.843027] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.849134] sky2: driver version 1.30
[ 0.853245] VFIO - User Level meta-driver version: 0.3
[ 0.858860] usbcore: registered new interface driver usb-storage
[ 0.865425] i2c_dev: i2c /dev entries driver
[ 0.870612] sdhci: Secure Digital Host Controller Interface driver
[ 0.876933] sdhci: Copyright(c) Pierre Ossman
[ 0.881629] Synopsys Designware Multimedia Card Interface Driver
[ 0.888009] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.894251] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.900484] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.907206] usbcore: registered new interface driver usbhid
[ 0.912900] usbhid: USB HID core driver
[ 0.917501] 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.922060] optee: revision 4.0 (2a5b1d12)
[ 0.938467] optee: dynamic shared memory is enabled
[ 0.947847] optee: initialized driver
[ 0.952789] Initializing XFRM netlink socket
[ 0.957172] NET: Registered PF_PACKET protocol family
[ 0.962397] 9pnet: Installing 9P2000 support
[ 0.966791] Key type dns_resolver registered
[ 0.971334] registered taskstats version 1
[ 0.975530] Loading compiled-in X.509 certificates
[ 0.986264] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.052595] i2c i2c-0: Added multiplexed i2c bus 1
[ 1.057585] i2c i2c-0: Added multiplexed i2c bus 2
[ 1.062484] pca954x 0-0071: registered 2 multiplexed busses for I2C switch pca9543
[ 1.070244] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.076269] omap_i2c 2010000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.104588] i2c i2c-4: Added multiplexed i2c bus 5
[ 1.109569] i2c i2c-4: Added multiplexed i2c bus 6
[ 1.114467] pca954x 4-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.122225] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.128214] omap_i2c 2050000.i2c: bus 7 rev0.12 at 400 kHz
[ 1.134028] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.142583] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.151935] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.160557] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.178053] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.187946] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.194708] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.203856] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.214014] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.220772] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.228726] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 192, base_baud = 6000000) is a 8250
[ 1.238206] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 193, base_baud = 3000000) is a 8250
[ 1.247057] printk: console [ttyS2] enabled
[ 1.247057] printk: console [ttyS2] enabled
[ 1.255501] printk: bootconsole [ns16550a0] disabled
[ 1.255501] printk: bootconsole [ns16550a0] disabled
[ 1.265941] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.276022] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.320436] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.328879] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.337149] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.349952] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.357160] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.363451] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.373827] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.388169] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.395010] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.401827] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.408636] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.415417] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.429136] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.439840] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.454373] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.459396] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.466433] Creating 8 MTD partitions on "47040000.spi.0":
[ 1.471911] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.477961] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.483687] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.489503] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.495075] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.500835] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
[ 1.507001] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.512833] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.523351] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.568440] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.576866] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.585135] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.597938] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.605146] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.611394] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.621899] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.630521] mmc1: CQHCI version 5.10
[ 1.675053] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.689369] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.698840] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.734803] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.741741] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.750438] mmcblk1: p1 p2 p3
[ 5.813207] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.840435] Sending DHCP requests ., OK
[ 5.900268] IP-Config: Got DHCP answer from 10.24.68.2, my address is 10.24.69.52
[ 5.907739] IP-Config: Complete:
[ 5.910956] device=eth0, hwaddr=24:76:25:96:41:a1, ipaddr=10.24.69.52, mask=255.255.254.0, gw=10.24.68.1
[ 5.920850] host=dhcp-10-24-69-52, domain=dhcp.ti.com, nis-domain=(none)
[ 5.927968] bootserver=0.0.0.0, rootserver=10.24.68.106, rootpath=
[ 5.927971] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.950616] ALSA device list:
[ 5.953582] No soundcards found.
[ 5.968512] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.974667] devtmpfs: mounted
[ 5.978566] Freeing unused kernel memory: 2176K
[ 5.996500] Run /sbin/init as init process
[ 6.141724] systemd[1]: System time before build time, advancing clock.
[ 6.219407] NET: Registered PF_INET6 protocol family
[ 6.225508] Segment Routing with IPv6
[ 6.229185] In-situ OAM (IOAM) with IPv6
[ 6.255962] 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.287502] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.358205] systemd[1]: Hostname set to <j721e-evm>.
[ 6.468589] systemd-sysv-generator[141]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.493284] systemd-sysv-generator[141]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.520048] systemd-sysv-generator[141]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 6.550506] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.754238] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.816264] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.889007] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.925434] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 6.949824] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 6.973766] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 6.997506] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.020634] 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.044571] 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.068644] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.084494] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.104488] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.120497] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.162514] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.184569] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.209053] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.232657] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.257418] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.281410] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.304777] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.321449] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.346714] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.368714] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.389212] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.432719] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.450965] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.492707] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.512735] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.529829] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.580854] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.606897] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.630947] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.651680] systemd[1]: Starting Load Kernel Module fuse...
[ 7.652518] random: crng init done
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.694055] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.721620] fuse: init (API version 7.37)
[ 7.722842] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.745037] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.761642] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.801026] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.819317] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 7.833353] cryptodev: loading out-of-tree module taints kernel.
mmand line[0m...
[ 7.842425] cryptodev: driver 1.12 loaded.
[ 7.869031] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.895721] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.916216] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.933067] 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.267231] systemd-journald[156]: Received client request to flush runtime journal.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 8.450867] audit: type=1334 audit(1651167747.308:2): prog-id=5 op=LOAD
[ 8.457736] audit: type=1334 audit(1651167747.316:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 8.970088] systemd-journald[156]: Oldest entry in /run/log/journal/3a3baf7c68144bbcbef14c655f9d88f8/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 8.997851] systemd-journald[156]: /run/log/journal/3a3baf7c68144bbcbef14c655f9d88f8/system.journal: Journal header limits reached or header out-of-date, rotating.
[[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.047407] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 9.057162] mc: Linux media interface: v0.10
[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 9.084209] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 9.092144] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[ 9.092212] remoteproc remoteproc0: 4d80800000.dsp is available
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 9.110224] remoteproc remoteproc0: attaching to 4d80800000.dsp
k Activation Socket[0m.
[ 9.121456] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 9.130832] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node c66-dma-memory@a7000000
us Socket[0m.
[ 9.147553] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.155054] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 9.162317] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.171016] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
Starting [0;1;39mDocker Socket for the API[0m...
[ 9.190651] videodev: Linux video capture interface: v2.00
[ 9.198106] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 9.208721] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 9.232041] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 9.250252] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
n Activation Socket[0m.
[ 9.266857] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 9.278274] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
Starting [0;1;39mWeston socket[0m...
[ 9.298634] PVR_K: 188: Device: 4e20000000.gpu
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.382942] remoteproc remoteproc1: 4d81800000.dsp is available
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 9.389121] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 9.402118] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 9.409815] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 9.425252] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 9.431603] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
[ 9.439270] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.440325] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 9.450250] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 9.457888] PVR_K: 188: Read BVNC 22.104.208.318 from HW device registers
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 9.477946] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 9.491172] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 9.500699] remoteproc remoteproc2: 64800000.dsp is available
[ 9.507608] remoteproc remoteproc2: attaching to 64800000.dsp
[ 9.534437] remoteproc remoteproc2: unsupported resource 65538
[ 9.545029] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 9.565288] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 9.577139] PVR_K: 188: RGX Device registered with BVNC 22.104.208.318
[ 9.592405] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 9.612415] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 9.616479] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.627169] virtio_rpmsg_bus virtio2: 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.
[ 9.677053] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 9.689048] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 9.699273] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 9.711908] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 9.755617] img_dec 4300000.video-decoder: decoder registered as /dev/video0
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 9.785646] img_enc 4200000.video-encoder: encoder registered as /dev/video1
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
[ 9.809658] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 9.916394] audit: type=1334 audit(1701684477.765:4): prog-id=7 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 9.928489] audit: type=1334 audit(1701684477.773:5): prog-id=8 op=LOAD
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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.
[ 10.214308] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.276685] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.312993] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.349248] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.356680] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 10.413148] remoteproc remoteproc3: 41000000.r5f is available
[ 10.421402] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 10.449124] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 10.475067] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 10.512481] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.524511] remoteproc remoteproc3: attaching to 41000000.r5f
[ 10.525621] pci 0000:00:00.0: supports D1
[ 10.574822] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.608114] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 10.616591] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.622329] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.629738] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.636221] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 10.650719] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.666864] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.676522] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.683199] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.688625] pcieport 0000:00:00.0: PME: Signaling with IRQ 629
[ 10.700104] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.707545] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.718192] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 10.730157] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
[ 10.737109] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.746831] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 10.758681] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 10.765583] pcieport 0000:00:00.0: AER: enabled with IRQ 629
[ 10.773724] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.781775] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.781802] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.781814] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.781824] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.823244] remoteproc remoteproc4: 5c00000.r5f is available
[ 10.829258] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 10.840135] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.847548] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.858593] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 10.865153] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
[ 10.872361] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 10.895620] platform 5e00000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 10.903866] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 10.939174] remoteproc remoteproc5: 5e00000.r5f is available
[ 10.945622] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 10.957258] platform 5e00000.r5f: R5F core initialized in IPC-only mode
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.997666] audit: type=1334 audit(1701684478.849:6): prog-id=9 op=LOAD
[ 11.000900] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.015593] audit: type=1334 audit(1701684478.865:7): prog-id=10 op=LOAD
[ 11.015839] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 11.028072] rproc-virtio rproc-virtio.5.auto: registered virtio5 (type 7)
[ 11.035022] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
[ 11.462980] remoteproc remoteproc6: b034000.pru is available
Starting [0;1;39mcontainerd container runtime[0m...
[ 11.488603] remoteproc remoteproc7: b004000.rtu is available
[[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;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
[ 11.619617] remoteproc remoteproc8: b00a000.txpru is available
[ 11.635220] remoteproc remoteproc9: b038000.pru is available
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m[ 11.645045] remoteproc remoteproc10: b006000.rtu is available
.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[ 11.682571] remoteproc remoteproc11: b00c000.txpru is available
[ 11.700022] remoteproc remoteproc12: b134000.pru is available
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[ 11.708854] remoteproc remoteproc13: b104000.rtu is available
[ 11.722163] remoteproc remoteproc14: b10a000.txpru is available
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 11.733898] remoteproc remoteproc15: b138000.pru is available
[ 11.741340] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 11.747426] remoteproc remoteproc16: b106000.rtu is available
Starting [0;1;39mSynchronize System and HW clocks[0m.[ 11.760657] remoteproc remoteproc17: b10c000.txpru is available
..
[ 11.812661] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
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.[ 11.842154] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 11.855146] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 11.869254] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 11.879905] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.889840] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.903830] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.916854] pci 0001:00:00.0: supports D1
[ 11.923175] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 11.958391] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.018792] audit: type=1334 audit(1701684479.869:8): prog-id=11 op=LOAD
[ 12.032500] audit: type=1334 audit(1701684479.877:9): prog-id=12 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 12.201359] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 12.290018] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.299459] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 12.308140] pcieport 0001:00:00.0: PME: Signaling with IRQ 687
[ 12.376246] pcieport 0001:00:00.0: AER: enabled with IRQ 687
[[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 /ru[ 12.698785] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
n/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 12.756410] audit: type=1006 audit(1701684480.605:10): pid=502 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.772205] audit: type=1300 audit(1701684480.605:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc9396268 a2=4 a3=0 items=0 ppid=1 pid=502 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.004641] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[ 13.011273] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
[ 13.021337] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 13.032303] xhci-hcd xhci-hcd.6.auto: irq 632, io mem 0x06010000
[ 13.040384] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[ 13.047126] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
[ 13.059578] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
[ 13.078290] hub 1-0:1.0: USB hub found
[ 13.082846] hub 1-0:1.0: 1 port detected
[ 13.091780] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.104189] hub 2-0:1.0: USB hub found
[ 13.108059] hub 2-0:1.0: 1 port detected
[ 13.119838] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[ 13.126387] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 3
[ 13.135899] xhci-hcd xhci-hcd.7.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 13.147519] xhci-hcd xhci-hcd.7.auto: irq 653, io mem 0x06410000
[ 13.155114] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[ 13.161980] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 4
[ 13.171959] xhci-hcd xhci-hcd.7.auto: Host supports USB 3.0 SuperSpeed
[ 13.181917] hub 3-0:1.0: USB hub found
[ 13.187093] hub 3-0:1.0: 1 port detected
[ 13.192880] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.202101] hub 4-0:1.0: USB hub found
[ 13.207026] hub 4-0:1.0: 1 port detected
[[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.
[ 13.344509] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 13.444468] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 13.499321] hub 1-1:1.0: USB hub found
[ 13.503388] hub 1-1:1.0: 4 ports detected
[ 13.602992] hub 3-1:1.0: USB hub found
[ 13.607471] hub 3-1:1.0: 4 ports detected
[ 13.642281] PVR_K: 467: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 13.657838] PVR_K: 467: Shader binary image 'rgx.sh.22.104.208.318' loaded
[ 13.665717] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 13.732651] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 13.757362] hub 4-1:1.0: USB hub found
[ 13.762333] hub 4-1:1.0: 4 ports detected
[ 13.783466] hub 2-1:1.0: USB hub found
[ 13.787390] hub 2-1:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
[ 13.872491] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
Starting [0;1;39mMatrix GUI[0m...
[ 13.900504] usb 3-1.2: new high-speed USB device number 3 using xhci-hcd
[[0;1;31mFAILED[0m] Failed to start [0;1;39mMatrix GUI[0m.
See 'systemctl status matrix-gui-2.0.service' for details.
[[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.
[ 14.096588] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.[ 14.122930] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[ 14.131454] scsi host0: usb-storage 4-1.1:1.0
[ 14.156831] usb 1-1.1: reset high-speed USB device number 3 using xhci-hcd
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 14.287012] usb 3-1.2: Found UVC 1.00 device <unnamed> (046d:0825)
[ 14.312539] r8152 1-1.1:1.0: skip request firmware
[ 14.334673] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 14.353258] r8152 1-1.1:1.0 eth1: v1.12.13
[ 14.357751] usbcore: registered new interface driver r8152
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.[ 14.363510] usb 2-1.2: new SuperSpeed USB device number 3 using xhci-hcd
[ 14.388355] usbcore: registered new interface driver cdc_ether
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 14.396097] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 14.412042] scsi host1: usb-storage 2-1.2:1.0
[ 14.432158] input: UVC Camera (046d:0825) as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.7.auto/usb3/3-1/3-1.2/3-1.2:1.0/input/input0
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[[ 14.450368] usbcore: registered new interface driver uvcvideo
0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[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.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 14.654791] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[[ 14.668944] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 15.156915] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 15.165514] sd 0:0:0:0: [sda] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 15.174240] sd 0:0:0:0: [sda] Write Protect is off
[ 15.179246] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 15.444908] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 15.453530] sd 1:0:0:0: [sdb] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 15.462257] sd 1:0:0:0: [sdb] Write Protect is off
[ 15.467254] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 15.510774] sdb: sdb1
[ 15.513351] sd 1:0:0:0: [sdb] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: [ 15.838057] usb 3-1.2: set resolution quirk: cval->res = 384
[ 15.844535] usbcore: registered new interface driver snd-usb-audio
root
[ 16.076116] kauditd_printk_skb: 4 callbacks suppressed
[ 16.076124] audit: type=1006 audit(1701684483.925:12): pid=720 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 16.093736] audit: type=1300 audit(1701684483.925:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc9396268 a2=1 a3=0 items=0 ppid=1 pid=720 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)
[ 16.119090] audit: type=1327 audit(1701684483.925:12): proctitle="(systemd)"
[ 16.141167] audit: type=1334 audit(1701684483.993:13): prog-id=13 op=LOAD
[ 16.147969] audit: type=1300 audit(1701684483.993:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe80b1900 a2=78 a3=0 items=0 ppid=1 pid=720 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)
[ 16.173342] audit: type=1327 audit(1701684483.993:13): proctitle="(systemd)"
[ 16.180475] audit: type=1334 audit(1701684483.993:14): prog-id=13 op=UNLOAD
[ 16.187485] audit: type=1334 audit(1701684483.993:15): prog-id=14 op=LOAD
[ 16.194346] audit: type=1300 audit(1701684483.993:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe80b19a0 a2=78 a3=0 items=0 ppid=1 pid=720 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)
[ 16.219806] audit: type=1327 audit(1701684483.993:15): proctitle="(systemd)"
[ 16.421852] sda: sda1
[ 16.424496] sd 0:0:0:0: [sda] Attached SCSI removable disk
7[r[999;999H[6n[ 16.875959] EXT2-fs (sdb1): warning: mounting unchecked fs, running e2fsck is recommended
[ 16.913188] ext2 filesystem being mounted at /run/media/sdb1 supports timestamps until 2038 (0x7fffffff)
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/1f8d76b580ac320b118dabdd17d3c033,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00100000 00040000 "ospi.sysfw"
mtd5: 00040000 00040000 "ospi.env.backup"
mtd6: 037c0000 00040000 "ospi.rootfs"
mtd7: 00040000 00040000 "ospi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27228
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105600 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 122880 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 118784 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 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105600 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 19 0 0 0 0 0 40 19 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 37 0 0 0 0 0 80 37 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 39 0 0 0 0 0 76 39 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 35 0 0 0 0 0 52 35 0 0 0 0 0 0
31 4 mtdblock4 65 0 520 52 0 0 0 0 0 104 52 0 0 0 0 0 0
31 5 mtdblock5 50 0 400 35 0 0 0 0 0 64 35 0 0 0 0 0 0
31 6 mtdblock6 175 0 3360 110 0 0 0 0 0 132 110 0 0 0 0 0 0
31 7 mtdblock7 50 0 400 58 0 0 0 0 0 96 58 0 0 0 0 0 0
179 0 mmcblk1 841 45 57940 2130 2 0 16 3 0 1540 2134 0 0 0 0 0 0
179 1 mmcblk1p1 300 6 18720 799 0 0 0 0 0 816 799 0 0 0 0 0 0
179 2 mmcblk1p2 250 39 19298 581 1 0 8 1 0 612 582 0 0 0 0 0 0
179 3 mmcblk1p3 254 0 18730 624 1 0 8 2 0 668 627 0 0 0 0 0 0
8 0 sda 246 6 15995 1418 1 0 1 28 0 1492 1446 0 0 0 0 0 0
8 1 sda1 208 6 14795 163 1 0 1 28 0 220 191 0 0 0 0 0 0
8 16 sdb 231 0 15954 220 1 0 8 28 0 304 249 0 0 0 0 0 0
8 17 sdb1 193 0 14754 169 1 0 8 28 0 244 198 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3830 3739 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: 2281 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 2 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 233 Level 2010000.i2c
20: 2 0 GICv3 235 Level 2030000.i2c
21: 0 0 GICv3 237 Level 2050000.i2c
22: 57046 384 MSI-INTA 15401056 Level 46000000.ethernet-tx0
24: 83891 0 MSI-INTA 15401058 Level 46000000.ethernet
42: 7698 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
43: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1
44: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2
45: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3
193: 697 0 GICv3 224 Level 2800000.serial
195: 2 0 GICv3 872 Level 47040000.spi
196: 0 0 GICv3 890 Level 46000000.ethernet
197: 0 0 INTR 391 Level 310d0000.cpts
427: 0 0 GPIO 0 Edge -davinci_gpio HPD
463: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
464: 2 0 INTR 432 Level mbox-main-r5fss0-core0
465: 2 0 INTR 428 Level mbox-main-r5fss1-core0
466: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1
467: 4 0 INTR 420 Level mbox-c71-0
619: 1778 0 GICv3 36 Level mmc1
623: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
625: 0 0 GICv3 56 Level pvrsrvkm
626: 0 0 GICv3 646 Level mhdp8546
627: 0 0 GICv3 634 Level tidss
629: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
630: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
632: 1182 0 GICv3 128 Level xhci-hcd:usb1
634: 0 0 GICv3 152 Level 6000000.usb
636: 0 0 GICv3 213 Level vxe-enc
652: 0 0 GICv3 43 Level 4e10000.rng
653: 1202 0 GICv3 136 Level xhci-hcd:usb3
655: 0 0 GICv3 212 Level vxd-dec
656: 0 0 GICv3 153 Level 6400000.usb
687: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
IPI0: 2989 17023 Rescheduling interrupts
IPI1: 4035 11145 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 10 4
TIMER: 1400 1522
NET_TX: 9 4
NET_RX: 124870 417
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 12546 91
SCHED: 2017 1905
HRTIMER: 0 0
RCU: 8931 11769
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# [ 41.492761] kauditd_printk_skb: 1 callbacks suppressed
[ 41.492769] audit: type=1334 audit(1701684509.345:17): prog-id=10 op=UNLOAD
[ 41.505006] audit: type=1334 audit(1701684509.345: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:~# depmod -a
root@j721e-evm:~# lsmod
Module Size Used by
cdc_ether 16384 0
usbnet 36864 1 cdc_ether
snd_usb_audio 303104 0
snd_hwdep 20480 1 snd_usb_audio
uvcvideo 110592 0
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
r8152 106496 0
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
omap_rng 16384 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
overlay 122880 0
irq_pruss_intc 16384 0
pru_rproc 24576 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_tfp410 16384 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
display_connector 16384 0
ti_k3_r5_remoteproc 28672 0
vxd_dec 344064 0
cdns_mhdp8546 40960 0
tidss 61440 1
vxe_enc 286720 0
drm_display_helper 151552 1 cdns_mhdp8546
drm_dma_helper 20480 1 tidss
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
j721e_csi2rx 24576 0
cfbfillrect 16384 1 drm_kms_helper
videobuf2_dma_contig 20480 1 j721e_csi2rx
syscopyarea 16384 1 drm_kms_helper
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
cfbimgblt 16384 1 drm_kms_helper
videobuf2_memops 16384 3 videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_dma_sg
videobuf2_v4l2 32768 5 j721e_csi2rx,vxe_enc,vxd_dec,uvcvideo,v4l2_mem2mem
videobuf2_common 57344 10 j721e_csi2rx,vxe_enc,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,uvcvideo,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
k3_j72xx_bandgap 16384 0
pruss 16384 0
videodev 245760 9 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
pvrsrvkm 1228800 8
cdns_dphy_rx 16384 0
pci_j721e_host 16384 0
fb_sys_fops 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
ti_k3_dsp_remoteproc 16384 0
pci_j721e 16384 1 pci_j721e_host
cfbcopyarea 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
sa2ul 36864 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 14 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:34 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
SPL initial stack usage: 13448 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 1031379 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.0.6--v09.00.06 (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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
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
Loaded 1326047 bytes
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +0530)
SoC: J721S2 SR1.0 GP
Model: Texas Instruments J721S2 EVM
Board: J721S2X-PM1-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 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +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=j721s2
board_rev=E1
board_serial=0042
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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
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=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde94e10
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
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_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#=0000000000000042
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: 10128/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.94 (1254 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
76376 bytes read in 33 ms (2.2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 76376 bytes: Failed!
76376 bytes read in 33 ms (2.2 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 76376 bytes: Failed!
76376 bytes read in 33 ms (2.2 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 76376 bytes: Failed!
76376 bytes read in 33 ms (2.2 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 76376 bytes: Failed!
10488888 bytes read in 43 ms (232.6 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 10488888 bytes: Failed!
10488888 bytes read in 43 ms (232.6 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=j721s2
board_rev=E1
board_serial=0042
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}; run main_cpsw0_qsgmii_phyinit; 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
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
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
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=f4:84:4c:fb:3a:7f
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde94e10
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00c38
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
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.94
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_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#=0000000000000042
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: 10292/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721s2-evm-ep/df68e2792a1efccf8508fb7015d17166
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.94
Filename 'vatf_j721s2-evm-ep/df68e2792a1efccf8508fb7015d17166'.
Load address: 0x82000000
Loading: *################################################## 20.6 MiB
11 MiB/s
done
Bytes transferred = 21582336 (1495200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm-ep/18a0cd20b52f225b7adbf515da178d45
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.94
Filename 'vatf_j721s2-evm-ep/18a0cd20b52f225b7adbf515da178d45'.
Load address: 0x88000000
Loading: *################################################## 92.8 KiB
7.5 MiB/s
done
Bytes transferred = 94993 (17311 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/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,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.01-rc3-00303-gccbd10690d (Dec 04 2023 - 15:27:46 +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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.94
fdt_blob = 0x00000000fde94e10
new_fdt = 0x00000000fde94e10
fdt_size = 0x0000000000019fa0
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 = 0x00000000fde94e00
sp start = 0x00000000fde94e00
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 = 0x00000000ffecf000
reloc off = 0x000000007f6cf000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.94
fdt_blob = 0x00000000fde94e10
new_fdt = 0x00000000fde94e10
fdt_size = 0x0000000000019fa0
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 = 0x00000000fde94e00
sp start = 0x00000000fde94e00
Early malloc usage: 2848 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20367872 Image
480317 tiboot3.bin
480317 tiboot3-j721s2-gp-evm.bin
482906 tiboot3-j721s2-hs-fs-evm.bin
1049179 tispl.bin
1329483 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
8 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
478552 bl32.bin
4295688 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
151552 rgx.fw.36.53.104.796
383136 rgx.sh.36.53.104.796
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 8 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 000000008ffe5000, end 000000008ffff310 ... OK
Working FDT set to 8ffe5000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721S2 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000bc7e00000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-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-0x00000000a9bfffff]
[ 0.000000] node 0: [mem 0x00000000a9c00000-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 s38376 r8192 d31256 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/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,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: 15267572K/16777208K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 592132K 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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010535] Console: colour dummy device 80x25
[ 0.016247] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029588] pid_max: default: 32768 minimum: 301
[ 0.035514] LSM: Security Framework initializing
[ 0.041517] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051240] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062581] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071844] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079677] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088911] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096805] rcu: Hierarchical SRCU implementation.
[ 0.102929] rcu: Max phase no-delay instances is 1000.
[ 0.109836] Platform MSI: msi-controller@1820000 domain created
[ 0.117622] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129949] EFI services will not be available.
[ 0.135885] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.152263] Detected PIPT I-cache on CPU1
[ 0.152345] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.152363] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.152408] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.152480] smp: Brought up 1 node, 2 CPUs
[ 0.189169] SMP: Total of 2 processors activated.
[ 0.195174] CPU features: detected: 32-bit EL0 Support
[ 0.201742] CPU features: detected: CRC32 instructions
[ 0.208346] CPU: All CPU(s) started at EL2
[ 0.213573] alternatives: applying system-wide alternatives
[ 0.221897] devtmpfs: initialized
[ 0.234943] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.247419] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.270753] pinctrl core: initialized pinctrl subsystem
[ 0.277863] DMI not present or invalid.
[ 0.283209] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.291853] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.301441] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.311864] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.322164] audit: initializing netlink subsys (disabled)
[ 0.329215] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.329495] thermal_sys: Registered thermal governor 'step_wise'
[ 0.339117] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.346817] cpuidle: using governor menu
[ 0.360257] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.368964] ASID allocator initialised with 65536 entries
[ 0.386982] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.398202] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.408553] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[ 0.423496] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
[ 0.433795] KASLR disabled due to lack of seed
[ 0.443388] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.452068] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.460073] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.468740] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.476742] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.485409] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.493413] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.502080] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.511434] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.523401] iommu: Default domain type: Translated
[ 0.529629] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.537813] SCSI subsystem initialized
[ 0.542840] usbcore: registered new interface driver usbfs
[ 0.549871] usbcore: registered new interface driver hub
[ 0.556671] usbcore: registered new device driver usb
[ 0.563525] pps_core: LinuxPPS API ver. 1 registered
[ 0.569871] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.581546] PTP clock support registered
[ 0.586653] EDAC MC: Ver: 3.0.0
[ 0.591499] FPGA manager framework
[ 0.595908] Advanced Linux Sound Architecture Driver Initialized.
[ 0.604251] clocksource: Switched to clocksource arch_sys_counter
[ 0.612208] VFS: Disk quotas dquot_6.6.0
[ 0.617249] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.629869] NET: Registered PF_INET protocol family
[ 0.636610] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.652773] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.663923] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.673850] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.684705] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.695433] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.704055] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.712954] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.722533] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.730200] RPC: Registered named UNIX socket transport module.
[ 0.737788] RPC: Registered udp transport module.
[ 0.743794] RPC: Registered tcp transport module.
[ 0.749797] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.758025] NET: Registered PF_XDP protocol family
[ 0.764151] PCI: CLS 0 bytes, default 64
[ 0.769653] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.781235] Initialise system trusted keyrings
[ 0.787114] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.798539] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.806463] NFS: Registering the id_resolver key type
[ 0.812946] Key type id_resolver registered
[ 0.818285] Key type id_legacy registered
[ 0.823442] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.832004] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.841594] 9p: Installing v9fs 9p2000 file system support
[ 0.872533] Key type asymmetric registered
[ 0.877765] Asymmetric key parser 'x509' registered
[ 0.884034] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.893598] io scheduler mq-deadline registered
[ 0.899389] io scheduler kyber registered
[ 0.907124] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.914772] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.922296] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.929854] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.937176] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.944975] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.958349] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.971438] loop: module loaded
[ 0.976507] megasas: 07.719.03.00-rc1
[ 0.984102] tun: Universal TUN/TAP device driver, 1.6
[ 0.991096] thunder_xcv, ver 1.0
[ 0.995246] thunder_bgx, ver 1.0
[ 0.999391] nicpf, ver 1.0
[ 1.003189] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.012422] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.019241] hclge is initializing
[ 1.023481] e1000: Intel(R) PRO/1000 Network Driver
[ 1.029706] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.037060] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.043397] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.050971] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.057864] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.065014] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.073025] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.080714] sky2: driver version 1.30
[ 1.085976] VFIO - User Level meta-driver version: 0.3
[ 1.093127] usbcore: registered new interface driver usb-storage
[ 1.101436] i2c_dev: i2c /dev entries driver
[ 1.108141] sdhci: Secure Digital Host Controller Interface driver
[ 1.116047] sdhci: Copyright(c) Pierre Ossman
[ 1.122122] Synopsys Designware Multimedia Card Interface Driver
[ 1.130155] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.138071] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.145892] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.154361] usbcore: registered new interface driver usbhid
[ 1.161482] usbhid: USB HID core driver
[ 1.167397] 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.173106] optee: revision 4.0 (2a5b1d12)
[ 1.193657] optee: dynamic shared memory is enabled
[ 1.205402] optee: initialized driver
[ 1.211725] Initializing XFRM netlink socket
[ 1.217222] NET: Registered PF_PACKET protocol family
[ 1.223766] 9pnet: Installing 9P2000 support
[ 1.229266] Key type dns_resolver registered
[ 1.235009] registered taskstats version 1
[ 1.240269] Loading compiled-in X.509 certificates
[ 1.254395] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.298802] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.306994] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.315557] pca953x 1-0021: using no AI
[ 1.344791] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.353299] pca953x 1-0020: using no AI
[ 1.359029] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.367557] pca953x 1-0022: using AI
[ 1.372954] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.381032] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.389592] pca953x 2-0020: using no AI
[ 1.416672] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.424633] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.433191] pca953x 3-0020: using no AI
[ 1.460644] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.467908] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.478592] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.490268] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.501102] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.514271] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.522760] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.534361] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.546721] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.555171] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.566306] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.579011] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.587467] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.597510] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
[ 1.609486] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
[ 1.620555] printk: console [ttyS2] enabled
[ 1.620555] printk: console [ttyS2] enabled
[ 1.631111] printk: bootconsole [ns16550a0] disabled
[ 1.631111] printk: bootconsole [ns16550a0] disabled
[ 1.646101] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.692264] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.703010] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.713354] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.729437] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.738448] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.746229] pps pps0: new PPS source ptp0
[ 1.751439] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.764652] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.775861] mmc0: CQHCI version 5.10
[ 1.780509] gpio-mux mux-controller0: 2-way mux-controller registered
[ 1.789129] gpio-mux mux-controller1: 2-way mux-controller registered
[ 1.816824] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.920153] mmc0: Command Queue Engine enabled
[ 1.925720] mmc0: new HS400 MMC card at address 0001
[ 1.932408] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.939346] mmcblk0: p1 p2 p3
[ 1.943663] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.950698] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.957627] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 2.037109] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 2.045482] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-12-04T10:07:08 UTC (1701684428)
[ 2.537869] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 2.546380] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 2.554876] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 2.563366] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 2.573380] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.585990] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.601577] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.607855] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.616661] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.623501] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.631164] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.638395] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.645723] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.652733] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 2.660471] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.667788] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.682749] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.689123] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.697919] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.704759] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.712333] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.719529] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.726840] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 2.733814] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 2.741563] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.748885] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.757484] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.804276] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.815049] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.825401] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.841501] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.850512] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.858233] pps pps0: new PPS source ptp1
[ 2.863437] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.875854] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.885920] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.895073] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.895221] mmc1: CQHCI version 5.10
[ 2.905472] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.949695] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.970015] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.981883] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 3.037068] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.045909] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 3.056707] mmcblk1: p1 p2 p3
[ 7.077420] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.108262] Sending DHCP requests ., OK
[ 7.129061] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.94
[ 7.138616] IP-Config: Complete:
[ 7.142640] device=eth0, hwaddr=f4:84:4c:fb:3a:7f, ipaddr=192.168.0.94, mask=255.255.255.0, gw=192.168.0.1
[ 7.155227] host=192.168.0.94, domain=ti.com, nis-domain=(none)
[ 7.163148] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.163152] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.185746] ALSA device list:
[ 7.189456] No soundcards found.
[ 7.245053] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.252777] devtmpfs: mounted
[ 7.257497] Freeing unused kernel memory: 2176K
[ 7.276341] Run /sbin/init as init process
[ 7.432364] random: crng init done
[ 7.538667] NET: Registered PF_INET6 protocol family
[ 7.546118] Segment Routing with IPv6
[ 7.550723] In-situ OAM (IOAM) with IPv6
[ 7.584770] 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.624150] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.697601] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.707725] systemd[1]: Initializing machine ID from random generator.
[ 7.833591] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.846924] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.880472] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.910769] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.161660] 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.230007] 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.314391] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.362712] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.390281] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.418134] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.445709] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.468563] 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.496503] 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.524547] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.548351] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.572333] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.596344] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.653284] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.680477] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.712095] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.736614] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.761374] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.785196] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.808743] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.833374] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.862240] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.884649] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.909209] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.952707] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.980199] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.007964] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.032725] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.054152] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.081520] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.132936] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.160011] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.211700] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.266768] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.284087] fuse: init (API version 7.37)
[ 9.314434] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.332847] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.381102] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.413480] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.450695] cryptodev: loading out-of-tree module taints kernel.
[ 9.459198] systemd[1]: Starting Generate network units from Kernel command line...
[ 9.459526] cryptodev: driver 1.12 loaded.
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.496845] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.528854] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.559419] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.583379] 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...
[ 9.977313] systemd-journald[163]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[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 System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[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.307807] audit: type=1334 audit(1701684436.756:2): prog-id=5 op=LOAD
[ 10.316653] audit: type=1334 audit(1701684436.768: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;39mRebuild Dynamic Linker Cache[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;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] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 11.862693] CAN device driver interface
[ 11.918900] mc: Linux media interface: v0.10
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 11.974420] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 12.175857] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 12.202481] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 12.218096] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.278754] videodev: Linux video capture interface: v2.00
[ 12.289033] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
[ 12.354940] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
[ 12.364201] remoteproc remoteproc0: 64800000.dsp is available
[ 12.390585] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
[ 12.512553] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
[ 12.572670] remoteproc remoteproc1: 65800000.dsp is available
[ 12.623029] remoteproc remoteproc0: powering up 64800000.dsp
[ 12.645971] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 10488888
[ 12.675442] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 12.710938] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 12.794980] remoteproc remoteproc0: unsupported resource 65538
[ 12.805293] PVR_K: 203: Device: 4e20000000.gpu
[ 12.810528] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa6e00000
[ 12.828181] PVR_K: 203: Read BVNC 36.53.104.796 from HW device registers
[ 12.895252] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node c71-dma-memory@a6000000
[ 12.920412] remoteproc remoteproc1: powering up 65800000.dsp
[ 12.920746] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.932319] remoteproc remoteproc1: Booting fw image j721s2-c71_1-fw, size 10488888
[ 12.935241] rproc-virtio rproc-virtio.16.auto: registered virtio0 (type 7)
[ 12.952572] PVR_K: 203: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 12.953494] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 12.963145] remoteproc remoteproc0: remote processor 64800000.dsp is now up
[ 12.973197] remoteproc remoteproc1: unsupported resource 65538
[ 12.987641] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.989679] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xa7e00000
[ 13.008032] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 13.022433] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node c71-dma-memory@a7000000
[ 13.049616] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 13.058872] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
[ 13.060599] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.067535] remoteproc remoteproc1: remote processor 65800000.dsp is now up
[ 13.095408] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 13.274154] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 13.290374] platform 41000000.r5f: configured R5F for IPC-only mode
[ 13.336755] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 13.343590] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.378640] remoteproc remoteproc2: 41000000.r5f is available
[ 13.386887] remoteproc remoteproc2: attaching to 41000000.r5f
[ 13.393281] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.417249] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 13.499210] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 13.510300] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.513455] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.530846] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 13.542659] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.549498] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
[ 13.564725] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 13.579256] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.621663] pci 0000:00:00.0: supports D1
[ 13.626725] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.634759] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.651445] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.708508] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[ 13.751113] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.765574] platform 5c00000.r5f: configured R5F for remoteproc mode
Starting [0;1;39mRun pending postinsts[0m...[ 13.779888] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.798713] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.808584] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 13.971919] remoteproc remoteproc3: 5c00000.r5f is available
[ 13.996780] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 14.060335] platform 5d00000.r5f: configured R5F for remoteproc mode
[ 14.068492] remoteproc remoteproc3: powering up 5c00000.r5f
[ 14.075920] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 67324
[ 14.090395] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 14.105772] pcieport 0000:00:00.0: PME: Signaling with IRQ 757
[ 14.105923] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 14.121953] rproc-virtio rproc-virtio.19.auto: registered virtio3 (type 7)
[ 14.125949] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.131958] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[ 14.317563] pcieport 0000:00:00.0: AER: enabled with IRQ 757
[ 14.529806] remoteproc remoteproc4: 5d00000.r5f is available
[ 14.565971] remoteproc remoteproc4: powering up 5d00000.r5f
[ 14.573009] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 67324
[ 14.599400] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.618727] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 14.629088] rproc-virtio rproc-virtio.20.auto: registered virtio4 (type 7)
[ 14.643233] remoteproc remoteproc4: remote processor 5d00000.r5f is now up
[ 14.708102] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 14.801225] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 15.014732] remoteproc remoteproc5: 5e00000.r5f is available
[ 15.213735] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 15.234641] remoteproc remoteproc5: powering up 5e00000.r5f
[ 15.241664] remoteproc remoteproc5: Booting fw image j721s2-main-r5f1_0-fw, size 67324
[ 15.260056] rproc-virtio rproc-virtio.21.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 15.281018] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 15.292375] rproc-virtio rproc-virtio.21.auto: registered virtio5 (type 7)
[ 15.309395] remoteproc remoteproc5: remote processor 5e00000.r5f is now up
[ 15.324641] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 15.351709] remoteproc remoteproc6: 5f00000.r5f is available
[ 15.397810] remoteproc remoteproc6: powering up 5f00000.r5f
[ 15.406455] remoteproc remoteproc6: Booting fw image j721s2-main-r5f1_1-fw, size 67324
[ 15.427123] rproc-virtio rproc-virtio.22.auto: assigned reserved memory node r5f-dma-memory@a5000000
[ 15.443706] virtio_rpmsg_bus virtio6: rpmsg host is online
[ 15.455276] rproc-virtio rproc-virtio.22.auto: registered virtio6 (type 7)
[ 15.465942] remoteproc remoteproc6: remote processor 5f00000.r5f is now up
[ 15.606133] m_can_platform 26a1000.can: m_can device registered (irq=758, version=32)
[ 15.623820] m_can_platform 40528000.can: m_can device registered (irq=759, version=32)
[ 15.639697] m_can_platform 40568000.can: m_can device registered (irq=760, version=32)
[ 15.655067] m_can_platform 2731000.can: m_can device registered (irq=761, version=32)
[ 15.670671] m_can_platform 2751000.can: m_can device registered (irq=762, version=32)
[[0m[0;31m* [0m] A start job is running for Run pending postinsts (7s / no limit)
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (8s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (8s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[K[[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...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] 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.
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...
[ 17.787698] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[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.
[ 17.898747] audit: type=1334 audit(1701684444.348:4): prog-id=7 op=LOAD
[ 17.918693] audit: type=1334 audit(1701684444.368: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;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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.
[ 18.187220] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 18.239374] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 18.296616] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 19.131107] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.191470] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 19.419826] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[ 19.485818] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 1
[ 19.683348] xhci-hcd xhci-hcd.23.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 19.773604] xhci-hcd xhci-hcd.23.auto: irq 763, io mem 0x06010000
[ 19.889797] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 19.982685] Console: switching to colour frame buffer device 240x67
[ 19.983427] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 2
[ 19.983452] xhci-hcd xhci-hcd.23.auto: Host supports USB 3.0 SuperSpeed
[ 19.984008] hub 1-0:1.0: USB hub found
[ 19.984031] hub 1-0:1.0: 1 port detected
[ 19.984390] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 19.984769] hub 2-0:1.0: USB hub found
[ 19.984797] hub 2-0:1.0: 1 port detected
[ 20.078314] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[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.
[ 20.308438] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 20.541615] hub 1-1:1.0: USB hub found
[ 20.546841] hub 1-1:1.0: 4 ports detected
[ 20.559972] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 20.634196] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[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...
[ 20.948301] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[ 20.961988] audit: type=1334 audit(1701684447.412:6): prog-id=9 op=LOAD
[ 20.973511] audit: type=1334 audit(1701684447.420:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 21.011750] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.055531] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.162410] input: Dell Dell USB Keyboard as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2003.0001/input/input0
[ 21.186665] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.272876] hid-generic 0003:413C:2003.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-xhci-hcd.23.auto-1.1/input0
[ 21.294984] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.336811] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.388495] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[ 21.410819] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 21.596340] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 21.640317] usb 1-1.3: new high-speed USB device number 5 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 21.773500] hub 1-1.3:1.0: USB hub found
[ 21.780704] hub 1-1.3:1.0: 4 ports detected
[ 21.840677] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[ 21.909294] usb 1-1.4: new high-speed USB device number 6 using xhci-hcd
[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[ 22.037320] audit: type=1006 audit(1701684448.488:8): pid=875 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[[ 22.057874] hub 1-1.4:1.0: USB hub found
0m...
[ 22.059330] audit: type=1300 audit(1701684448.488:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd2593b8 a2=4 a3=ffffbda6c020 items=0 ppid=1 pid=875 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)
[ 22.101538] hub 1-1.4:1.0: 4 ports detected
[ 22.135684] audit: type=1327 audit(1701684448.488:8): proctitle="(systemd)"
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[ 22.156325] usb 1-1.3.1: new full-speed USB device number 7 using xhci-hcd
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 22.265080] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 22.404323] usb 1-1.3.2: new high-speed USB device number 8 using xhci-hcd
[ 22.632312] usb 1-1.4.2: new high-speed USB device number 9 using xhci-hcd
[ 22.726911] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.766132] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 22.792456] scsi host0: usb-storage 1-1.4.2:1.0
[ 22.833483] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.904301] usb 1-1.3.3: new low-speed USB device number 10 using xhci-hcd
[ 22.913339] asix 1-1.2:1.0 (unnamed net_device) (uninitialized): PHY [usb-001:004:10] driver [Asix Electronics AX88772A] (irq=POLL)
[ 22.985449] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[ 22.986625] Asix Electronics AX88772A usb-001:004:10: attached PHY driver (mii_bus:phy_addr=usb-001:004:10, irq=POLL)
[ 23.025464] asix 1-1.2:1.0 eth1: register 'asix' at usb-xhci-hcd.23.auto-1.2, ASIX AX88772 USB 2.0 Ethernet, 8c:ae:4c:db:c5:85
[ 23.057707] systemd-journald[163]: Time jumped backwards, rotating.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[ 23.116368] input: Logitech USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/0003:046D:C077.0002/input/input1
[ 23.124977] usbcore: registered new interface driver asix
[ 23.152455] hid-generic 0003:046D:C077.0002: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.23.auto-1.3.3/input0
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 23.199619] audit: type=1006 audit(1701684443.392:9): pid=841 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.216492] usb 1-1.4.3: new full-speed USB device number 11 using xhci-hcd
[ 23.224352] audit: type=1300 audit(1701684443.392:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd2593b8 a2=4 a3=ffffbda6c020 items=0 ppid=1 pid=841 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)
[ 23.286253] audit: type=1327 audit(1701684443.392:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
[ 23.448331] input: Logitech Logitech USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.3/0003:046D:0A44.0003/input/input2
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...[ 23.536522] hid-generic 0003:046D:0A44.0003: input: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-xhci-hcd.23.auto-1.4.3/input3
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 23.659774] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 23.715560] PVR_K: 841: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.[ 23.740509] usb 1-1.3.2: Found UVC 1.00 device <unnamed> (046d:080f)
[ 23.758310] PVR_K: 841: Shader binary image 'rgx.sh.36.53.104.796' loaded
[[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.
[ 23.815213] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[ 23.827463] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 23.862721] sd 0:0:0:0: [sda] Write Protect is off
[ 23.871072] sd 0:0:0:0: [sda] No Caching mode page found
[ 23.879782] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 23.885341] input: UVC Camera (046d:080f) as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.23.auto/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/input/input3
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 23.914827] sda: sda1
[ 23.919191] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 23.942891] usbcore: registered new interface driver uvcvideo
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 24.002534] tps6594 0-0048: Error IRQ trap reach ilim, overcurrent for BUCK2
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 24.026842] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 24.068845] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[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/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 24.242084] usbcore: registered new interface driver snd-usb-audio
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 24.325938] 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.
[ 24.358933] EXT4-fs (mmcblk1p2): recovery complete
[ 24.365298] 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.
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.
[[0;32m OK [0m] Found device [0;1;39mPatriot_Memory 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[ 25.730977] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
[ 27.053043] audit: type=1006 audit(1701684447.248:10): pid=1068 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 27.068644] audit: type=1300 audit(1701684447.248:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffd2593b8 a2=1 a3=ffffbda6c020 items=0 ppid=1 pid=1068 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 27.101711] audit: type=1327 audit(1701684447.248:10): proctitle="(systemd)"
[ 27.114218] audit: type=1334 audit(1701684447.308:11): prog-id=11 op=LOAD
[ 27.123361] audit: type=1300 audit(1701684447.308:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee6df820 a2=78 a3=0 items=0 ppid=1 pid=1068 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 27.155786] audit: type=1327 audit(1701684447.308:11): proctitle="(systemd)"
[ 27.165207] audit: type=1334 audit(1701684447.308:12): prog-id=11 op=UNLOAD
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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/j721s2-evm2/autofs/9f4ea228818d776413fb59498a628176,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-g37f154cc9c #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023 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"
mtd7: 00080000 00001000 "qspi.tiboot3"
mtd8: 00200000 00001000 "qspi.tispl"
mtd9: 00400000 00001000 "qspi.u-boot"
mtd10: 00040000 00001000 "qspi.env"
mtd11: 00040000 00001000 "qspi.env.backup"
mtd12: 037c0000 00001000 "qspi.rootfs"
mtd13: 00040000 00001000 "qspi.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 26884
-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 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105416 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 151552 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 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105416 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
179 0 mmcblk0 1067 4 70228 616 0 0 0 0 0 1284 616 0 0 0 0 0 0
179 1 mmcblk0p1 304 0 20894 166 0 0 0 0 0 408 166 0 0 0 0 0 0
179 2 mmcblk0p2 352 0 22990 187 0 0 0 0 0 336 187 0 0 0 0 0 0
179 3 mmcblk0p3 374 4 25152 214 0 0 0 0 0 532 214 0 0 0 0 0 0
179 32 mmcblk0boot0 170 0 3360 75 0 0 0 0 0 156 75 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 37 0 0 0 0 0 108 37 0 0 0 0 0 0
31 0 mtdblock0 66 0 528 29 0 0 0 0 0 92 29 0 0 0 0 0 0
31 1 mtdblock1 140 0 1120 64 0 0 0 0 0 168 64 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 72 0 0 0 0 0 168 72 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 14 0 0 0 0 0 56 14 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 22 0 0 0 0 0 72 22 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 39 0 0 0 0 0 76 39 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 21 0 0 0 0 0 68 21 0 0 0 0 0 0
31 7 mtdblock7 55 0 440 35 0 0 0 0 0 76 35 0 0 0 0 0 0
31 8 mtdblock8 168 0 1344 117 0 0 0 0 0 204 117 0 0 0 0 0 0
31 9 mtdblock9 145 0 1160 112 0 0 0 0 0 192 112 0 0 0 0 0 0
31 10 mtdblock10 60 0 480 57 0 0 0 0 0 104 57 0 0 0 0 0 0
31 11 mtdblock11 50 0 400 39 0 0 0 0 0 84 39 0 0 0 0 0 0
31 12 mtdblock12 210 1 4032 456 0 0 0 0 0 448 456 0 0 0 0 0 0
31 13 mtdblock13 50 0 400 42 0 0 0 0 0 76 42 0 0 0 0 0 0
179 96 mmcblk1 864 38 58110 1365 1 0 8 2 0 1596 1368 0 0 0 0 0 0
179 97 mmcblk1p1 294 0 18753 442 0 0 0 0 0 544 442 0 0 0 0 0 0
179 98 mmcblk1p2 225 33 17258 325 1 0 8 2 0 452 327 0 0 0 0 0 0
179 99 mmcblk1p3 306 5 20891 526 0 0 0 0 0 696 526 0 0 0 0 0 0
8 0 sda 320 6 15939 1141 0 0 0 0 0 820 1141 0 0 0 0 0 0
8 1 sda1 278 6 14739 1049 0 0 0 0 0 708 1049 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 6987 6890 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 2213 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 12523 0 GICv3 928 Level 42120000.i2c
17: 115 0 GICv3 232 Level 2000000.i2c
18: 183725 0 GICv3 236 Level 2040000.i2c
19: 6 0 GICv3 237 Level 2050000.i2c
68: 74892 326 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 98964 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 5099 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 8259 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
92: 0 0 MSI-INTA 16974706 Level 31150000.dma-controller chan4
93: 0 0 MSI-INTA 16974707 Level 31150000.dma-controller chan5
94: 0 0 MSI-INTA 16974708 Level 31150000.dma-controller chan6
217: 739 0 GICv3 280 Level 2880000.serial
218: 2 0 GICv3 872 Level 47040000.spi
219: 0 0 GICv3 873 Level 47050000.spi
220: 0 0 GICv3 890 Level 46000000.ethernet
221: 0 0 INTR 391 Level 310d0000.cpts
222: 1793 0 GICv3 35 Level mmc0
268: 14 0 GPIO 39 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c, tps6594-2-0x58
389: 0 0 tps6594-0-0x48 0 Edge buck1_ov
390: 0 0 tps6594-0-0x48 1 Edge buck1_uv
391: 0 0 tps6594-0-0x48 2 Edge buck1_sc
392: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
393: 0 0 tps6594-0-0x48 4 Edge buck2_ov
394: 0 0 tps6594-0-0x48 5 Edge buck2_uv
395: 0 0 tps6594-0-0x48 6 Edge buck2_sc
396: 0 14 tps6594-0-0x48 7 Edge buck2_ilim
397: 0 0 tps6594-0-0x48 8 Edge buck3_ov
398: 0 0 tps6594-0-0x48 9 Edge buck3_uv
399: 0 0 tps6594-0-0x48 10 Edge buck3_sc
400: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
401: 0 0 tps6594-0-0x48 12 Edge buck4_ov
402: 0 0 tps6594-0-0x48 13 Edge buck4_uv
403: 0 0 tps6594-0-0x48 14 Edge buck4_sc
404: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
405: 0 0 tps6594-0-0x48 16 Edge buck5_ov
406: 0 0 tps6594-0-0x48 17 Edge buck5_uv
407: 0 0 tps6594-0-0x48 18 Edge buck5_sc
408: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
409: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
410: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
411: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
412: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
413: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
414: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
415: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
416: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
417: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
418: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
419: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
420: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
421: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
422: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
423: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
424: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
425: 0 0 tps6594-0-0x48 36 Edge vcca_ov
426: 0 0 tps6594-0-0x48 37 Edge vcca_uv
444: 0 0 tps6594-0-0x48 55 Edge npwron_start
445: 0 0 tps6594-0-0x48 56 Edge enable
446: 0 0 tps6594-0-0x48 57 Edge fsd
447: 0 0 tps6594-0-0x48 58 Edge soft_reboot
448: 0 0 tps6594-0-0x48 59 Edge bist_pass
449: 0 0 tps6594-0-0x48 60 Edge ext_clk
450: 0 0 tps6594-0-0x48 61 Edge twarn
451: 0 0 tps6594-0-0x48 62 Edge tsd_ord
452: 0 0 tps6594-0-0x48 63 Edge bist_fail
453: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
454: 0 0 tps6594-0-0x48 65 Edge recov_cnt
455: 0 0 tps6594-0-0x48 66 Edge spmi_err
456: 0 0 tps6594-0-0x48 67 Edge npwron_long
457: 0 0 tps6594-0-0x48 68 Edge nint_readback
458: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
459: 0 0 tps6594-0-0x48 70 Edge tsd_imm
460: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
461: 0 0 tps6594-0-0x48 72 Edge pfsm_err
462: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
463: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
464: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
465: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
466: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
467: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
468: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
469: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
470: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
471: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
472: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
473: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
475: 0 0 tps6594-0-0x48 88 Edge alarm
477: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
478: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
479: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
480: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
481: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
482: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
483: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
484: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
485: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
486: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
487: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
488: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
489: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
490: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
491: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
492: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
493: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
494: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
495: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
496: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
497: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
498: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
499: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
500: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
501: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
502: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
503: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
504: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
505: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
506: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
507: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
508: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
509: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
510: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
511: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
512: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
513: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
514: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
532: 0 0 tps6594-0-0x4c 55 Edge npwron_start
533: 0 0 tps6594-0-0x4c 56 Edge enable
534: 0 0 tps6594-0-0x4c 57 Edge fsd
535: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
536: 0 0 tps6594-0-0x4c 59 Edge bist_pass
537: 0 0 tps6594-0-0x4c 60 Edge ext_clk
538: 0 0 tps6594-0-0x4c 61 Edge twarn
539: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
540: 0 0 tps6594-0-0x4c 63 Edge bist_fail
541: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
542: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
543: 0 0 tps6594-0-0x4c 66 Edge spmi_err
544: 0 0 tps6594-0-0x4c 67 Edge npwron_long
545: 0 0 tps6594-0-0x4c 68 Edge nint_readback
546: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
547: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
548: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
549: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
550: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
551: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
552: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
553: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
554: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
555: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
556: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
557: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
558: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
559: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
560: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
561: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
565: 0 0 tps6594-2-0x58 0 Edge buck1_ov
566: 0 0 tps6594-2-0x58 1 Edge buck1_uv
567: 0 0 tps6594-2-0x58 2 Edge buck1_sc
568: 0 0 tps6594-2-0x58 3 Edge buck1_ilim
569: 0 0 tps6594-2-0x58 4 Edge buck2_ov
570: 0 0 tps6594-2-0x58 5 Edge buck2_uv
571: 0 0 tps6594-2-0x58 6 Edge buck2_sc
572: 0 0 tps6594-2-0x58 7 Edge buck2_ilim
573: 0 0 tps6594-2-0x58 8 Edge buck3_ov
574: 0 0 tps6594-2-0x58 9 Edge buck3_uv
575: 0 0 tps6594-2-0x58 10 Edge buck3_sc
576: 0 0 tps6594-2-0x58 11 Edge buck3_ilim
577: 0 0 tps6594-2-0x58 12 Edge buck4_ov
578: 0 0 tps6594-2-0x58 13 Edge buck4_uv
579: 0 0 tps6594-2-0x58 14 Edge buck4_sc
580: 0 0 tps6594-2-0x58 15 Edge buck4_ilim
601: 0 0 tps6594-2-0x58 36 Edge vcca_ov
602: 0 0 tps6594-2-0x58 37 Edge vcca_uv
603: 0 0 tps6594-2-0x58 38 Edge vmon1_ov
604: 0 0 tps6594-2-0x58 39 Edge vmon1_uv
605: 0 0 tps6594-2-0x58 40 Edge vmon1_rv
606: 0 0 tps6594-2-0x58 41 Edge vmon2_ov
607: 0 0 tps6594-2-0x58 42 Edge vmon2_uv
608: 0 0 tps6594-2-0x58 43 Edge vmon2_rv
620: 0 0 tps6594-2-0x58 55 Edge npwron_start
621: 0 0 tps6594-2-0x58 56 Edge enable
622: 0 0 tps6594-2-0x58 57 Edge fsd
623: 0 0 tps6594-2-0x58 58 Edge soft_reboot
624: 0 0 tps6594-2-0x58 59 Edge bist_pass
625: 0 0 tps6594-2-0x58 60 Edge ext_clk
626: 0 0 tps6594-2-0x58 61 Edge twarn
627: 0 0 tps6594-2-0x58 62 Edge tsd_ord
628: 0 0 tps6594-2-0x58 63 Edge bist_fail
629: 0 0 tps6594-2-0x58 64 Edge reg_crc_err
630: 0 0 tps6594-2-0x58 65 Edge recov_cnt
631: 0 0 tps6594-2-0x58 66 Edge spmi_err
632: 0 0 tps6594-2-0x58 67 Edge npwron_long
633: 0 0 tps6594-2-0x58 68 Edge nint_readback
634: 0 0 tps6594-2-0x58 69 Edge nrstout_readback
635: 0 0 tps6594-2-0x58 70 Edge tsd_imm
636: 0 0 tps6594-2-0x58 71 Edge vcca_ovp
637: 0 0 tps6594-2-0x58 72 Edge pfsm_err
638: 0 0 tps6594-2-0x58 73 Edge imm_shutdown
639: 0 0 tps6594-2-0x58 74 Edge ord_shutdown
640: 0 0 tps6594-2-0x58 75 Edge mcu_pwr_err
641: 0 0 tps6594-2-0x58 76 Edge soc_pwr_err
642: 0 0 tps6594-2-0x58 77 Edge comm_frm_err
643: 0 0 tps6594-2-0x58 78 Edge comm_crc_err
644: 0 0 tps6594-2-0x58 79 Edge comm_adr_err
645: 0 0 tps6594-2-0x58 82 Edge en_drv_readback
646: 0 0 tps6594-2-0x58 83 Edge nrstout_soc_readback
647: 0 0 tps6594-2-0x58 84 Edge esm_soc_pin
648: 0 0 tps6594-2-0x58 85 Edge esm_soc_fail
649: 0 0 tps6594-2-0x58 86 Edge esm_soc_rst
650: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
651: 4 0 INTR 432 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
652: 4 0 INTR 428 Level mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
653: 7 0 INTR 420 Level mbox-c71-0, mbox-c71-1
714: 0 0 MSI-INTA 17236998 Edge 31150000.dma-controller chan5
715: 0 0 MSI-INTA 17236999 Edge 31150000.dma-controller chan6
744: 1819 0 GICv3 36 Level mmc1
748: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
750: 0 0 GICv3 892 Level TI-am335x-adc.14.auto
751: 0 0 GICv3 893 Level TI-am335x-adc.15.auto
752: 0 0 GICv3 632 Level 4800000.dsi
753: 0 0 GICv3 646 Level mhdp8546
754: 96 0 GICv3 56 Level pvrsrvkm
755: 0 0 GICv3 214 Level vpu_irq
757: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
763: 2065 0 GICv3 128 Level xhci-hcd:usb1
765: 1 0 GICv3 152 Level 6000000.usb
766: 0 0 GICv3 43 Level 4e10000.rng
773: 599 0 GICv3 634 Level tidss
IPI0: 4210 33150 Rescheduling interrupts
IPI1: 4153 20103 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: 133 20 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 17 0
TIMER: 1726 3175
NET_TX: 32 3
NET_RX: 149836 397
BLOCK: 1370 0
IRQ_POLL: 0 0
TASKLET: 20646 6
SCHED: 2697 2679
HRTIMER: 0 0
RCU: 12892 15921
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# [ 55.103926] systemd-journald[163]: Time jumped backwards, rotating.
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
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
ax88796b 16384 1
asix 40960 0
usbnet 36864 1 asix
overlay 122880 0
xhci_plat_hcd 16384 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
panel_edp 36864 0
cdns_csi2rx 20480 0
rpmsg_ctrl 16384 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_char 16384 1 rpmsg_ctrl
omap_rng 16384 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
display_connector 16384 0
phy_can_transceiver 16384 5
ti_k3_r5_remoteproc 28672 0
j721e_csi2rx 24576 0
wave5 94208 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
k3_j72xx_bandgap 16384 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
cdns_mhdp8546 40960 0
v4l2_mem2mem 36864 1 wave5
tidss 61440 3
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
ti_sn65dsi86 24576 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
ti_am335x_tscadc 16384 1 ti_am335x_adc
drm_display_helper 151552 3 panel_edp,cdns_mhdp8546,ti_sn65dsi86
cdns_dsi 20480 0
drm_dma_helper 20480 1 tidss
pvrsrvkm 1228800 17
ti_k3_dsp_remoteproc 16384 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
cfbfillrect 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
cfbimgblt 16384 1 drm_kms_helper
m_can_platform 16384 0
pci_j721e_host 16384 0
sa2ul 36864 0
m_can 24576 1 m_can_platform
sysfillrect 16384 1 drm_kms_helper
pci_j721e 16384 1 pci_j721e_host
cdns_dphy_rx 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
sysimgblt 16384 1 drm_kms_helper
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
fb_sys_fops 16384 1 drm_kms_helper
cdns3_ti 16384 0
cdns_dphy 16384 0
cfbcopyarea 16384 1 drm_kms_helper
can_dev 36864 1 m_can
pwm_tiehrpwm 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment