Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created November 15, 2023 10:04
Show Gist options
  • Save nehamalcom/9abe7955ebb4a251923e76412834c886 to your computer and use it in GitHub Desktop.
Save nehamalcom/9abe7955ebb4a251923e76412834c886 to your computer and use it in GitHub Desktop.
Cleanup K3 binman FIT images logs: j721e, j7200, j721s2, am68, am64x, am62x
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:54:45 +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
CWarning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 768563 bytes
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:54:56 +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
CWarning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 727307 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:54:56 +0530)
SoC: AM62X SR1.0 GP
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 56 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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:54:56 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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=ffb12f40
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.170 (1064 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx-sk/cc1a237c3626d8b62c13733e4153fcad
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.170
Filename 'vatf_am62xx-sk/cc1a237c3626d8b62c13733e4153fcad'.
Load address: 0x82000000
Loading: *T T ################################################## 20 MiB
1.7 MiB/s
done
Bytes transferred = 20920832 (13f3a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx-sk/233025579a763d31d91f1faeaa698efe
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.170
Filename 'vatf_am62xx-sk/233025579a763d31d91f1faeaa698efe'.
Load address: 0x88000000
Loading: *################################################## 56.2 KiB
6.9 MiB/s
done
Bytes transferred = 57528 (e0b8 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/4c2c4c204b1bf783d2675c59667fb957,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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:54:56 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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.170
fdt_blob = 0x00000000ffb12f40
new_fdt = 0x00000000ffb12f40
fdt_size = 0x000000000000fe60
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 = 0x00000000ffb12f30
sp start = 0x00000000ffb12f30
Early malloc usage: 2570 / 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.170
fdt_blob = 0x00000000ffb12f40
new_fdt = 0x00000000ffb12f40
fdt_size = 0x000000000000fe60
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 = 0x00000000ffb12f30
sp start = 0x00000000ffb12f30
Early malloc usage: 2570 / 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 7 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 000000008ffff0b7 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45: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.2
[ 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/4c2c4c204b1bf783d2675c59667fb957,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: 1837772K/2097152K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 128308K 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.008553] Console: colour dummy device 80x25
[ 0.013147] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023830] pid_max: default: 32768 minimum: 301
[ 0.028604] LSM: Security Framework initializing
[ 0.033457] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041041] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050849] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058303] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064606] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072000] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078389] rcu: Hierarchical SRCU implementation.
[ 0.083295] rcu: Max phase no-delay instances is 1000.
[ 0.088905] Platform MSI: msi-controller@1820000 domain created
[ 0.095238] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.105119] EFI services will not be available.
[ 0.110049] smp: Bringing up secondary CPUs ...
[ 0.115369] Detected VIPT I-cache on CPU1
[ 0.115484] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115502] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.115561] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.116276] Detected VIPT I-cache on CPU2
[ 0.116360] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.116374] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.116408] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.117047] Detected VIPT I-cache on CPU3
[ 0.117133] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.117146] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.117176] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.117243] smp: Brought up 1 node, 4 CPUs
[ 0.196975] SMP: Total of 4 processors activated.
[ 0.201787] CPU features: detected: 32-bit EL0 Support
[ 0.207059] CPU features: detected: CRC32 instructions
[ 0.212381] CPU: All CPU(s) started at EL2
[ 0.216579] alternatives: applying system-wide alternatives
[ 0.224163] devtmpfs: initialized
[ 0.235827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245830] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257402] pinctrl core: initialized pinctrl subsystem
[ 0.263393] DMI not present or invalid.
[ 0.267967] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275239] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.282789] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.290906] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.299092] audit: initializing netlink subsys (disabled)
[ 0.304791] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305280] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312723] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.318910] cpuidle: using governor menu
[ 0.329788] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.336817] ASID allocator initialised with 65536 entries
[ 0.353029] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.364252] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.375204] KASLR disabled due to lack of seed
[ 0.386817] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.393796] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.400206] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.407146] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.413553] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.420492] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.426900] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.433838] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.442025] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.452119] iommu: Default domain type: Translated
[ 0.457192] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.463888] SCSI subsystem initialized
[ 0.468106] usbcore: registered new interface driver usbfs
[ 0.473757] usbcore: registered new interface driver hub
[ 0.479227] usbcore: registered new device driver usb
[ 0.484955] pps_core: LinuxPPS API ver. 1 registered
[ 0.490035] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.499387] PTP clock support registered
[ 0.503519] EDAC MC: Ver: 3.0.0
[ 0.507674] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.514799] FPGA manager framework
[ 0.518389] Advanced Linux Sound Architecture Driver Initialized.
[ 0.525641] clocksource: Switched to clocksource arch_sys_counter
[ 0.532155] VFS: Disk quotas dquot_6.6.0
[ 0.536212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.549193] NET: Registered PF_INET protocol family
[ 0.554493] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.563754] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.572564] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.580503] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.588707] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.596696] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.603612] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.610538] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.618090] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.624367] RPC: Registered named UNIX socket transport module.
[ 0.630447] RPC: Registered udp transport module.
[ 0.635257] RPC: Registered tcp transport module.
[ 0.640065] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.646656] NET: Registered PF_XDP protocol family
[ 0.651569] PCI: CLS 0 bytes, default 64
[ 0.656419] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.666520] Initialise system trusted keyrings
[ 0.671337] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.683543] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.690240] NFS: Registering the id_resolver key type
[ 0.695466] Key type id_resolver registered
[ 0.699744] Key type id_legacy registered
[ 0.703908] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.710763] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.718537] 9p: Installing v9fs 9p2000 file system support
[ 0.757790] Key type asymmetric registered
[ 0.761982] Asymmetric key parser 'x509' registered
[ 0.767021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.774757] io scheduler mq-deadline registered
[ 0.779397] io scheduler kyber registered
[ 0.786652] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.793205] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.800013] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.813698] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.828563] loop: module loaded
[ 0.833113] megasas: 07.719.03.00-rc1
[ 0.840980] tun: Universal TUN/TAP device driver, 1.6
[ 0.846929] thunder_xcv, ver 1.0
[ 0.850278] thunder_bgx, ver 1.0
[ 0.853605] nicpf, ver 1.0
[ 0.856785] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.864174] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.869668] hclge is initializing
[ 0.873071] e1000: Intel(R) PRO/1000 Network Driver
[ 0.878063] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.883969] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.889043] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.895124] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.900643] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.906369] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.912777] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.918957] sky2: driver version 1.30
[ 0.923426] VFIO - User Level meta-driver version: 0.3
[ 0.929527] usbcore: registered new interface driver usb-storage
[ 0.936451] i2c_dev: i2c /dev entries driver
[ 0.943036] sdhci: Secure Digital Host Controller Interface driver
[ 0.949403] sdhci: Copyright(c) Pierre Ossman
[ 0.954365] Synopsys Designware Multimedia Card Interface Driver
[ 0.960991] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.967860] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.974228] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.981182] usbcore: registered new interface driver usbhid
[ 0.986894] usbhid: USB HID core driver
[ 0.992137] optee: probing for conduit method.
[ 0.996739] optee: revision 3.20 (8e74d476)
[ 0.997060] optee: dynamic shared memory is enabled
[ 1.006595] optee: initialized driver
[ 1.012184] Initializing XFRM netlink socket
[ 1.016617] NET: Registered PF_PACKET protocol family
[ 1.022010] 9pnet: Installing 9P2000 support
[ 1.026461] Key type dns_resolver registered
[ 1.031297] registered taskstats version 1
[ 1.035528] Loading compiled-in X.509 certificates
[ 1.049278] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.112677] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.120202] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.127271] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.133258] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.141608] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.150844] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.163034] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.171219] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.182334] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.192336] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.202579] printk: console [ttyS2] disabled
[ 1.207040] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.215942] printk: console [ttyS2] enabled
[ 1.215942] printk: console [ttyS2] enabled
[ 1.224399] printk: bootconsole [ns16550a0] disabled
[ 1.224399] printk: bootconsole [ns16550a0] disabled
[ 1.236030] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.281662] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.291491] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.299603] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.307727] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.320676] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.326951] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.334078] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.340544] pps pps0: new PPS source ptp0
[ 1.344893] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.355436] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.366802] mmc0: CQHCI version 5.10
[ 1.373167] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.379969] pca953x 1-0022: using AI
[ 1.409728] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.411846] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.422293] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.429254] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.434648] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.441380] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.447736] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.454174] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.460306] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.467042] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.473546] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.490944] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.498723] mmc1: CQHCI version 5.10
[ 1.498875] mmc2: CQHCI version 5.10
[ 1.506134] mmc0: Command Queue Engine enabled
[ 1.510630] mmc0: new HS200 MMC card at address 0001
[ 1.516253] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.522747] mmcblk0: p1 p2
[ 1.526283] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.532536] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.538456] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.543766] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.547263] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.569396] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.578727] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.606336] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.613892] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.620532] mmcblk1: p1 p2 p3
[ 5.663051] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.689691] Sending DHCP requests ., OK
[ 5.709921] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.170
[ 5.717876] IP-Config: Complete:
[ 5.721150] device=eth0, hwaddr=f4:84:4c:fc:92:ae, ipaddr=192.168.0.170, mask=255.255.255.0, gw=192.168.0.1
[ 5.731404] host=192.168.0.170, domain=ti.com, nis-domain=(none)
[ 5.737908] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.737927] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.767302] ALSA device list:
[ 5.770374] No soundcards found.
[ 5.806806] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.813097] devtmpfs: mounted
[ 5.817913] Freeing unused kernel memory: 2176K
[ 5.829726] Run /sbin/init as init process
[ 6.353931] systemd[1]: System time before build time, advancing clock.
[ 6.538311] NET: Registered PF_INET6 protocol family
[ 6.549402] Segment Routing with IPv6
[ 6.553128] In-situ OAM (IOAM) with IPv6
[ 6.673809] 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.708232] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.794158] systemd[1]: Hostname set to <am62xx-evm>.
[ 6.808091] systemd[1]: Initializing machine ID from random generator.
[ 7.031520] systemd-sysv-generator[155]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.060441] systemd-sysv-generator[155]: SysV service '/etc/init.d/telnetd' 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.085405] systemd-sysv-generator[155]: 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.110143] systemd-sysv-generator[155]: 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.142957] systemd[146]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.880480] 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.040140] 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.237800] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.345082] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.366115] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.393571] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.416708] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.438341] 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.462298] 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.486471] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.506060] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.525901] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.546071] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.628023] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.650121] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.689852] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.714811] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.740644] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.765978] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.791476] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.810849] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.840040] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.864154] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.889455] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.950388] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.974474] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.005982] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.022744] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.078535] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.108972] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.140956] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.166596] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.188945] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.219437] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.270030] fuse: init (API version 7.37)
[ 9.291455] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.306463] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.358765] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.390513] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.414607] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.445802] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.458901] cryptodev: loading out-of-tree module taints kernel.
[ 9.467241] cryptodev: driver 1.12 loaded.
[ 9.494959] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.520607] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.534728] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[ 9.962181] systemd-journald[170]: 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...
[ 10.312218] audit: type=1334 audit(1651167748.956:2): prog-id=5 op=LOAD
[ 10.318994] audit: type=1334 audit(1651167748.964: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.
[ 10.773724] 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.
[ 11.356205] mc: Linux media interface: v0.10
[ 11.478106] videodev: Linux video capture interface: v2.00
[ 11.553743] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
[ 11.571624] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 11.583322] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:36 UTC (216)
[ 11.595969] systemd-journald[170]: Time jumped backwards, rotating.
[ 11.630259] systemd-journald[170]: Oldest entry in /run/log/journal/8d783646ab9640d4833080028a3114d1/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.650259] systemd-journald[170]: /run/log/journal/8d783646ab9640d4833080028a3114d1/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 11.665224] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.673810] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 11.673903] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 11.674201] remoteproc remoteproc0: 5000000.m4fss is available
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 11.745929] remoteproc remoteproc0: powering up 5000000.m4fss
[ 11.751772] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860
[ 11.763055] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.772456] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 11.779358] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 11.855116] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.870761] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 11.885834] i2c i2c-1: Added multiplexed i2c bus 3
[ 11.903951] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.904627] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.918132] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.943048] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 11.944857] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.974827] platform 78000000.r5f: configured R5F for IPC-only mode
[ 11.981961] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.990334] PVR_K: 208: Device: fd00000.gpu
[ 11.990591] PVR_K: 208: Read BVNC 33.15.11.3 from HW device registers
[ 11.992203] PVR_K: 208: RGX Device registered with BVNC 33.15.11.3
[ 12.002832] remoteproc remoteproc1: 78000000.r5f is available
[ 12.010831] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 1
[ 12.014976] remoteproc remoteproc1: attaching to 78000000.r5f
[ 12.031516] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 12.039194] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 12.051080] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.051137] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 12.051146] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 12.051758] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.051957] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 12.085822] Console: switching to colour frame buffer device 256x72
[ 12.163224] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 13.516388] remoteproc remoteproc2: 30074000.pru is available
[ 13.524255] remoteproc remoteproc3: 30078000.pru is available
[ 13.656549] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[ 13.784461] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
[ 13.840585] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
M
[K[[0;32m OK [0m] Reached target [0;1;39mHardware activ[ 13.847402] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
ated USB gadget[0m.
[K[ 13.871925] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 13.880685] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 13.890467] xhci-hcd xhci-hcd.4.auto: irq 459, io mem 0x31100000
[ 13.892252] hub 1-0:1.0: USB hub found
[ 13.892374] hub 1-0:1.0: 1 port detected
[ 14.166040] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 14.336930] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 14.347955] scsi host0: usb-storage 1-1:1.0
Starting [0;1;39mStart psplash boot splash screen[0m...
[[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.
[ 15.361128] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 15.372328] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 15.382895] sd 0:0:0:0: [sda] Write Protect is off
[ 15.391879] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 15.522033] sda: sda1
[ 15.526478] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[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/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;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...
[ 16.516129] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 16.557177] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 16.557181] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 16.585824] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[[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.
[ 16.649776] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 16.650140] EXT4-fs (mmcblk1p3): 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.
[[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...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[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...
[ 17.806482] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[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.
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.
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.
[ 20.160478] audit: type=1334 audit(1651167753.552:4): prog-id=7 op=LOAD
[ 20.167265] audit: type=1334 audit(1651167753.560:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[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] 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.
[ 20.835149] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 20.870932] 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...
[ 22.204959] audit: type=1334 audit(1651167755.596:6): prog-id=9 op=LOAD
[ 22.211857] audit: type=1334 audit(1651167755.604: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] Finished [0;1;39mSynchronize System and HW clocks[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...
[ 22.997250] audit: type=1006 audit(1651167756.388:8): pid=880 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 23.010183] audit: type=1300 audit(1651167756.388:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe339f9a8 a2=4 a3=ffff9f3cc020 items=0 ppid=1 pid=880 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)
[ 23.037520] audit: type=1327 audit(1651167756.388:8): proctitle="(systemd)"
[[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.
[ 23.861624] audit: type=1006 audit(1651167757.252:9): pid=866 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.874171] audit: type=1300 audit(1651167757.252:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe339f9a8 a2=4 a3=ffff9f3cc020 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)
[ 23.900464] audit: type=1327 audit(1651167757.252:9): proctitle="(weston)"
[ 24.289791] PVR_K: 866: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 24.313871] PVR_K: 866: 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
[ 26.534269] audit: type=1006 audit(1651167759.928:10): pid=902 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 26.546835] audit: type=1300 audit(1651167759.928:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe339f9a8 a2=1 a3=ffff9f3cc020 items=0 ppid=1 pid=902 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)
[ 26.573613] audit: type=1327 audit(1651167759.928:10): proctitle="(systemd)"
[ 26.611806] audit: type=1334 audit(1651167760.004:11): prog-id=11 op=LOAD
[ 26.618776] audit: type=1300 audit(1651167760.004:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffdcb7a50 a2=78 a3=0 items=0 ppid=1 pid=902 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)
[ 26.644350] audit: type=1327 audit(1651167760.004:11): proctitle="(systemd)"
[ 26.651644] audit: type=1334 audit(1651167760.004:12): prog-id=11 op=UNLOAD
[ 26.659054] audit: type=1334 audit(1651167760.004:13): prog-id=12 op=LOAD
[ 26.666277] audit: type=1300 audit(1651167760.004:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffdcb7af0 a2=78 a3=0 items=0 ppid=1 pid=902 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)
[ 26.692032] audit: type=1327 audit(1651167760.004:13): proctitle="(systemd)"
7[r[999;999H[6nroot@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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/4c2c4c204b1bf783d2675c59667fb957,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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 17620
-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
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
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 27 0 0 0 0 0 56 27 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 42 0 0 0 0 0 68 42 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 39 0 0 0 0 0 64 39 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 16 0 0 0 0 0 36 16 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 20 0 0 0 0 0 44 20 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 42 0 0 0 0 0 68 42 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 22 0 0 0 0 0 56 22 0 0 0 0 0 0
179 0 mmcblk0 569 2 25400 353 0 0 0 0 0 524 353 0 0 0 0 0 0
179 1 mmcblk0p1 239 1 5328 133 0 0 0 0 0 232 133 0 0 0 0 0 0
179 2 mmcblk0p2 291 1 18864 181 0 0 0 0 0 296 181 0 0 0 0 0 0
179 32 mmcblk0boot0 102 3 2016 43 0 0 0 0 0 72 43 0 0 0 0 0 0
179 64 mmcblk0boot1 103 1 2016 28 0 0 0 0 0 44 28 0 0 0 0 0 0
179 96 mmcblk1 1058 74 59986 2346 4 0 16 12 0 1192 2363 0 0 0 0 4 4
179 97 mmcblk1p1 300 6 18720 409 0 0 0 0 0 488 409 0 0 0 0 0 0
179 98 mmcblk1p2 252 36 19376 330 2 0 8 2 0 500 333 0 0 0 0 0 0
179 99 mmcblk1p3 467 32 20682 1578 2 0 8 9 0 588 1588 0 0 0 0 0 0
8 0 sda 306 14 16059 960 0 0 0 0 0 848 960 0 0 0 0 0 0
8 1 sda1 264 14 14859 746 0 0 0 0 0 624 746 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5678 5861 5597 5529 GICv3 30 Level arch_timer
14: 9 0 0 0 GICv3 108 Level mbox-m4-0, mbox-r5-0
15: 0 0 0 0 GICv3 23 Level arm-pmu
16: 0 0 0 0 GICv3 130 Level pinctrl
17: 3485 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 703 0 0 0 GICv3 193 Level 20000000.i2c
27: 404 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: 3231 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
79: 0 0 0 0 MSI-INTA 1715719 Edge 485c0100.dma-controller chan3
80: 0 0 0 0 MSI-INTA 1715720 Edge 485c0100.dma-controller chan4
81: 0 0 0 0 MSI-INTA 1715721 Edge 485c0100.dma-controller chan5
82: 0 0 0 0 MSI-INTA 1715722 Edge 485c0100.dma-controller chan6
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
97: 0 0 0 0 MSI-INTA 1716231 Level 485c0100.dma-controller chan3
98: 0 0 0 0 MSI-INTA 1716232 Level 485c0100.dma-controller chan4
99: 0 0 0 0 MSI-INTA 1716233 Level 485c0100.dma-controller chan5
100: 0 0 0 0 MSI-INTA 1716234 Level 485c0100.dma-controller chan6
118: 35368 0 280 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 30377 237 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: 691 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: 984 0 0 0 GICv3 165 Level mmc0
397: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
427: 2243 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
432: 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
444: 1019 0 0 0 GICv3 116 Level tidss
449: 63 0 0 0 GICv3 118 Level pvrsrvkm
459: 1240 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 2226 4340 5707 4266 Rescheduling interrupts
IPI1: 8540 17511 16975 16092 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: 253 214 167 198 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am62xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 0 2 0
TIMER: 1397 1458 1586 1241
NET_TX: 307 18 24 19
NET_RX: 58218 293 294 13
BLOCK: 747 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 7556 16 15 0
SCHED: 3240 3000 3095 2637
HRTIMER: 1 0 0 0
RCU: 5505 7720 6782 6788
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.161
ti-test-extras - 1.0-r0.161
0
root@am62xx-evm:~# depmod -a
root@am62xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 380928 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
rpmsg_ctrl 16384 0
v4l2_fwnode 20480 1 cdns_csi2rx
snd_soc_hdmi_codec 20480 0
rpmsg_char 16384 1 rpmsg_ctrl
dwc3 98304 1
irq_pruss_intc 16384 0
pru_rproc 24576 0
snd_soc_simple_card 20480 0
crct10dif_ce 16384 1
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
pvrsrvkm 1216512 16
ti_k3_r5_remoteproc 28672 0
j721e_csi2rx 24576 0
virtio_rpmsg_bus 20480 0
display_connector 16384 0
tidss 53248 3
rpmsg_ns 16384 1 virtio_rpmsg_bus
videobuf2_dma_contig 20480 1 j721e_csi2rx
dwc3_am62 16384 0
k3_j72xx_bandgap 16384 0
videobuf2_memops 16384 1 videobuf2_dma_contig
sii902x 20480 0
drm_dma_helper 20480 1 tidss
rti_wdt 16384 0
videobuf2_v4l2 32768 1 j721e_csi2rx
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
ti_k3_m4_remoteproc 16384 0
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
ti_k3_common 16384 1 ti_k3_m4_remoteproc
rtc_ti_k3 16384 1
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
cfbfillrect 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
snd_soc_tlv320aic3x_i2c 16384 1
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
cfbimgblt 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_davinci_mcasp 32768 2
tps6598x 20480 0
cfbcopyarea 16384 1 drm_kms_helper
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
sa2ul 36864 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
typec 73728 1 tps6598x
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
mcrc 16384 0
cdns_dphy_rx 16384 0
pruss 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
cryptodev 53248 0
drm 557056 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 42
root@am62xx-evm:~# echo 'hello world'
hello world
root@am62xx-evm:~#
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:55:14 +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
CLoaded 822523 bytes
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:55:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
Trying to boot from UART
CLoaded 1013263 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:55:26 +0530)
SoC: AM64X SR2.0 HS-FS
Model: Texas Instruments AM642 EVM
Board: AM64-GPEVM rev C
DRAM: 2 GiB
Core: 61 devices, 29 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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:55:26 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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_usb=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am64x
board_name=am64x_gpevm
board_rev=C
board_serial=0022
board_software_revision=01
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
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
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:9c:3f
eth2addr=70:ff:76:1e:9c:40
eth3addr=70:ff:76:1e:9c:41
ethaddr=34:08:e1:80:a7:b4
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdedd3a0
fdtoverlay_addr_r=0x89000000
findfdt=if test $board_name = am64x_gpevm; then setenv name_fdt ti/k3-am642-evm.dtb; fi; if test $board_name = am64x_skevm; then setenv name_fdt ti/k3-am642-sk.dtb; fi; if test $name_fdt = undefined; then echo WARNING: Could not determine device tree to use; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_usb=load usb ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_fit_usb=load usb ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_usb=load usb ${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_usb=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load usb ${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_usb=run args_all args_usb
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
serial#=0000000000000022
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}
usbboot=setenv boot usb; setenv bootpart 0:2; usb start; run findfdt; run init_usb; run get_kern_usb; run get_fdt_usb; run run_kern;
vendor=ti
Environment size: 5358/131068 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.108 (1098 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/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_am64xx-hsevm/0c862f690ed76b628caed1e51fdd74b8
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.108
Filename 'vatf_am64xx-hsevm/0c862f690ed76b628caed1e51fdd74b8'.
Load address: 0x90000000
Loading: *T ####T ############################################## 8.4 MiB
768.6 KiB/s
done
Bytes transferred = 8826030 (86acae hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:55:26 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff10000
reloc off = 0x000000007f710000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 34:08:e1:80:a7:b4
IP addr = 192.168.0.108
fdt_blob = 0x00000000fdedd3a0
new_fdt = 0x00000000fdedd3a0
fdt_size = 0x0000000000012a00
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa3ffffff], 0x05800000 bytes flags: 4
reserved[1] [0xa5000000-0xa57fffff], 0x00800000 bytes flags: 4
reserved[2] [0xfced6000-0xffffffff], 0x0312a000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdedd390
sp start = 0x00000000fdedd390
Early malloc usage: 2b08 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff10000
reloc off = 0x000000007f710000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 34:08:e1:80:a7:b4
IP addr = 192.168.0.108
fdt_blob = 0x00000000fdedd3a0
new_fdt = 0x00000000fdedd3a0
fdt_size = 0x0000000000012a00
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa3ffffff], 0x05800000 bytes flags: 4
reserved[1] [0xa5000000-0xa57fffff], 0x00800000 bytes flags: 4
reserved[2] [0xfced6000-0xffffffff], 0x0312a000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fdedd390
sp start = 0x00000000fdedd390
Early malloc usage: 2b08 / 8000
=> ls mmc 0:1
** No partition table - mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
21242368 Image
523881 tiboot3-am64x-gp-evm.bin
526470 tiboot3-am64x_sr2-hs-evm.bin
526470 tiboot3-am64x_sr2-hs-fs-evm.bin
526470 tiboot3.bin
899527 tispl.bin
1028963 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
10 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** No partition table - 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> 68 am64-main-r5f0_0-fw
<SYM> 75 am64-main-r5f0_0-fw-sec
<SYM> 68 am64-main-r5f0_1-fw
<SYM> 75 am64-main-r5f0_1-fw-sec
<SYM> 68 am64-main-r5f1_0-fw
<SYM> 75 am64-main-r5f1_0-fw-sec
<SYM> 68 am64-main-r5f1_1-fw
<SYM> 75 am64-main-r5f1_1-fw-sec
<SYM> 68 am64-mcu-m4f0_0-fw
<SYM> 75 am64-mcu-m4f0_0-fw-sec
<SYM> 49 am64x-pru0_0-fw
<SYM> 49 am64x-pru0_1-fw
<SYM> 49 am64x-pru1_0-fw
<SYM> 49 am64x-pru1_1-fw
<SYM> 49 am64x-rtu0_0-fw
<SYM> 49 am64x-rtu0_1-fw
<SYM> 49 am64x-rtu1_0-fw
<SYM> 49 am64x-rtu1_1-fw
<SYM> 35 am64x-txpru0_0-fw
<SYM> 35 am64x-txpru0_1-fw
<SYM> 35 am64x-txpru1_0-fw
<SYM> 35 am64x-txpru1_1-fw
478552 bl32.bin
4295840 bl32.elf
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295840 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<DIR> 4096 ti-pruss
=> boot
## Error: "get_overlaystring" not defined
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_usb=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am64x
board_name=am64x_gpevm
board_rev=C
board_serial=0022
board_software_revision=01
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/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,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
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
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:9c:3f
eth2addr=70:ff:76:1e:9c:40
eth3addr=70:ff:76:1e:9c:41
ethact=ethernet@8000000port@1
ethaddr=34:08:e1:80:a7:b4
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdedd3a0
fdtfile=ti/k3-am642-evm.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=86acae
findfdt=if test $board_name = am64x_gpevm; then setenv name_fdt ti/k3-am642-evm.dtb; fi; if test $board_name = am64x_skevm; then setenv name_fdt ti/k3-am642-sk.dtb; fi; if test $name_fdt = undefined; then echo WARNING: Could not determine device tree to use; 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_usb=load usb ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_fit_usb=load usb ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_usb=load usb ${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_usb=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load usb ${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_usb=run args_all args_usb
ipaddr=192.168.0.108
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-am642-evm.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
serial#=0000000000000022
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}
usbboot=setenv boot usb; setenv bootpart 0:2; usb start; run findfdt; run init_usb; run get_kern_usb; run get_fdt_usb; run run_kern;
vendor=ti
Environment size: 5808/131068 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+f8110d9ce8/am64xx-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: fd460b409b846f542958298cc11089aeaf1df542a1cf615e24d1dff5dbcbbbee36490690d408ad84f58baa4b73ec41ce9067278c9c0c4451b62ed3460b6db3cf
Image 1 (fdt-ti_k3-am642-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adac
Data Size: 55585 Bytes = 54.3 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 1f431d613e3afdc030a2f367c357b10d6c98bde589c448b402b999100536b063c42fa21a54242fa1175f2409ba61d25df72e31199a1d441532551e4afbb9bbad
Image 2 (fdt-ti_k3-am642-evm.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908587e0
Data Size: 58210 Bytes = 56.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 8a875873a231c7101a02b374fdadccd297b94da6a2e0bd78a5015563a1349cc40c679cc606215460579b32cb0a04eff5cd7f941b561738c27f45be8c76bca1d5
Image 3 (fdt-ti_k3-am642-evm-nand.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90866c5c
Data Size: 3102 Bytes = 3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: ec35d00766780748e02fd373d03925d2a6d613b880dfb4bc4e46231494901eadcadc4f9f12cad6d299b61f03ab06e51acff9bc330c8fa47868e3dc398209e994
Image 4 (fdt-ti_k3-am642-evm-icssg1-dualemac.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908679a0
Data Size: 2225 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3461edf747c9065e98182808117cf6ea31b8039ad2003fd045346f0f8a834a10f96ad4ec4d69ae0525a65ade2b976d705b207fdf3b52e49699df69f8836ede0e
Image 5 (fdt-ti_k3-am642-evm-icssg1-dualemac-mii.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9086837c
Data Size: 2609 Bytes = 2.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 651312898effd6e8ba22ea1d51598db130a5e943a7f960118bbd102d7f359aa777a92519783393c7c0a50211ac6bdaed3a90963cbe53469513a4c52a673f4085
Default Configuration: 'conf-ti_k3-am642-sk.dtb'
Configuration 0 (conf-ti_k3-am642-sk.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-am642-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a9dd2faeaa81aca13bf17721d79592c430263ea9bd193da759742af2fb78016d0faf58eb021507b20eb9cc5cda09a84332baf1dcb4d9be46fad1b6b3d68da532f53194eafc39aef3f7ec5d84ce81b019d2ec3f5ee75dd5b3987acf63af09f8a04f322b312778f83365fb782155a30500e8c8dcdc37663b2876fe3836a3eb88aaf216226568182ac92e4b7f8df59e2ae7863607749667f7c17a04f0e7e1d966666928aa366acc06384410970a746d9a1f0a4b9e69bdd5bf49b9f5853a233b925727cec7ea492543fc6ee608ea78bd20c45dc86dfde3b0a007e90cb1a7fc1473a15821c53adb519b24af986204374cd12c98500ba7e5ba73feb33678add6d96082b2ecd7b84ce60c70ff8232382f225cdb3581d9f664819a983759aaca2be9e0fad93fb5f3b10ef479959ced4494de9b4433a8b4a2d48e2f6bee4dedb4b2b43e9ed67ec750345e8ff0804f07b7d62862580527127a31906e21a969002491d28d8049b30592e0e51dccc3fe53b45594329f474da4e2d43bd3eb07b6e32651ac01cef0be1f1e69de04f93cc6dafb6116c029b096ffabbfcdabfcfc61cef2f2fd11f2d1570bb0ddc064147fccdef0d002af75085b081631c70a1565245246c3903489ef6f099457306184404341c7e25c47a62ef8ecac9fe029cb4753a8c5235e23de893698948fbef4b761e3d6c3f3fefed00acbf8269e0c67bb33247979e4c08f54
Configuration 1 (conf-ti_k3-am642-evm.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-am642-evm.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 32935fd62232a0fe4925041240a82c41e73402906ad57dbf4fc670b76e687b1ca5e4889d207cd9d60072423338721c56a74626fded68332db7d6c36f9e030f5a99d52b020b9be3ff65c675502dec92d0c4305790b7c9c90da5e429c700ba2a1038927732bb71eed8c49f04aef24689c13cf57efe3a61e2e26a34ff2f7c154f6c5452224c155892e3718e7cad019275c2ae0140a7d37eebd291f0c7484483bb793674ed990cf517b07e73a4cfc65cbbfdbd7637652b5353b200e0a6c4e729574355b2a42cac30b496350159058486084947146ece4f238ea037dfefcbd1fd249f607b860af9681524ad6827b319f83bb2be2bda968a715002958ae98c2fff12d75b2afe9f7574c960e56f32c4c1f4a98e5f749291bf4746d0717985d6b1ce5036773dce8473d6606f1339019d258609558f93e967982f317e124fde1fb9cd462fb1bb961acf8931c2515e33c70105be21ae15f0d533b599f76f812d5a97c72994a9484fe1f7aca1ebca142b6410d9e6c979478c1faa3dc2ac9fcc17be1102e837fed52ce35977b5c4ca70ee39f620fd4ae2a0e5aed129e8d29f38c6eb164894a757ac277a37a725bf4ff4e0382681177018dcf6710aaaa6c0c4eedae6693eb563baf26d417b0c9511d02941105662c72c51d66b40aa0d46561ef7a1f3e4dff826988f03280b4ea128f18130e0b7b1498ae10a6f1b4e8497b4470d9ba67af8080b
Configuration 2 (conf-ti_k3-am642-evm-nand.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am642-evm-nand.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 60ccc1aed263b67bcf432b3913d3995643ed18c8975233c0b3c08012498206bc7a7e8115add3c896a8825df7885beed82c59e9ecfb9649d196676bb72f408c7d17d17465fcc32072127afb365a57385b77d1b087318cd3ac1c4f4a5b138ec404411d0a2c3f640b552ad3fd66165c89ba29c90e3f6c69775809ba0039031b5b6a67952d4e46158f978aea01f1e13fd7b8e897ecfc4e1fc57d9e1287f0053076b2f7d229e54a773b30f65881bcc24a4273c400920aecd0deb9067018abb9ee35512ae5ebb6ad774b8b696c9750c56e4c45743ebc26ad4f4407bab0c52e3a57dad234dde46daedf72cb7199c7776f18d85f543a95941f97ac2ff663536e1a9558e6cf3c8d64df6fe9ee73e88b57a3a170991416b335a5c22ddca23d66b94ab502a876be253f15425a0fd50239ad09f2acd7e2340d36db98d457fb90f03cbb56e18a06f5dfc0219a972488c55ab31dbd5b2c4a7341e158f39066867e1c42707eb5f8c06b2d66d5520a9c5b127415133f242aa973804a4545beb21314bf722b1430036bd39951b061354b0064b375a6c60dfc07cba118087721bb4c436de90fdeb5ff8a23179a57169971a08613ff570a72c5a810b452216e719e4e7cce234f623b83f8df965cf571903bb1610bc30e48b08638c624a414a3e7c5a94011b56e526cfe5b679c75612831faef7c32a7177046d0f37115f0ed5a4d7adf06e7c8d9ca24bb
Configuration 3 (conf-ti_k3-am642-evm-icssg1-dualemac.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am642-evm-icssg1-dualemac.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b3aa8bbf0809c2b9bd1b717cf7b811fa8b3e3e5064add16fe10dba86c0af324a15691237cc24e035250ad52b1668c51c16beafb1651e70af2d43f3b447729adf5ddcd45f2be9f01f07b455827b8b8240be56c96e5555c0675b94d8dcec0ccaf3a0236f7f230e951ed01e3ffe7be644a4c7ea8df7c4584bcc1070a5f8110fa0343d9e2311e00dd30052eefb36a432b6f9c9f1f1e90295c2498403c5ff3c517db89c33936e058cfb5e2e35c0c9e0a76dc99311cea15b2bae96031ab1a271edb2e579e250041bfd571c7d3006e07015092c5a41700fe9e27e8d41dc6edd987a4d01b3aea5e8fd24d1db4053d63ce6a2b1f48577117533348facfe28c30822cb0ec2d348677254361716ca8fac8d2c68b724d0cdf538ba9ba938af0a83c3131a4929fc468e1150f7c4687863a520624ec0bb266ae557c34464da819dbf75ee8b75d0783b6ff9e1dd1f46c651bc4d6027311a14d31a66705ab832d52ce4df55d419bbd5e6972050edbf2302ce5caa5c1ecc4c31877363405b4a8e05ffcca818263eb1b784899461f960579f88c282cefcfd8f88286bdecfbaf52f465fcb30eb51bbaf52a834ddf29c97193dda94cac4ac7085d5afe5966399e77e6a659d04b9acc6e960ec5e8d1d0f51464848b97e189d8de9c1841f3230ac1495b3d7323aef65eb30597682ebb11b5bb100fde0c5153e8696740476ce3b7d12af5b71cf42de682949
Configuration 4 (conf-ti_k3-am642-evm-icssg1-dualemac-mii.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-am642-evm-icssg1-dualemac-mii.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 564b3fce9d8788dc8d6b9c79d14506e1783c2f2e6f267f98ce7aaf0bad875865349f92100967c2b023ef448e9280231a278ea2ed9567427700415d7380d50f3970fe4cb7b6d891f194e302c57887c8e3b53c6d125b0079a87781e13f4da1c8b9961af3c07839b4c4677b97b8c34de83b1b1b5820e6de385fb8a102823e94d8bf0795d1bc71b1295db18846f1237ce08ecfe7018c9376a87fee24917d6af3055c563f2b3b847be7cc0b409dc1861c9ed75a137201e14ff95ce6c8b69c969ccc8f923b7ebe7474e35bca5d107cfd4a37e576c456f6c7bacc891680fb68ae39d3f33b63986fe39577f9946c95bdf8ca569ce939da72fce5ba0acfde4588df7ea0802c63e0b54099e2cf95845622ccb372dd341111b0c1fcadf9c7e9214aebba7c26c88d74a6b421291a3792974d62b87faae6a7bf50ac5834d08b737d91065b3750f916e20f8e0aaf9c2127c9b50825de318f1e35b3464a8cea75b192894f717806038c8a38c9695d372d87752103cb32978ca2aa3375993cc13fec9464583c63db573684d44e26c2e0d8916098a9ba887817b8ab98367de0809095193238db6a77a754c807b0ef826b226baacb8d333b7251f609fe3bbe0998e5b06e6d9b1bde7833ff6e0e5ad60b88d0f6f1fc1ee1e95aeb8c8e43b833793c9037409300f1a2e58506630c0f1795b1d1eebb03b47aa77a4d64dd16039da89213ab81cf14e341e4
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-am642-sk.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-am642-evm.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-am642-evm-nand.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-am642-evm-icssg1-dualemac.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-am642-evm-icssg1-dualemac-mii.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-am642-evm.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: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: fd460b409b846f542958298cc11089aeaf1df542a1cf615e24d1dff5dbcbbbee36490690d408ad84f58baa4b73ec41ce9067278c9c0c4451b62ed3460b6db3cf
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-am642-evm.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-am642-evm.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908587e0
Data Size: 58210 Bytes = 56.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 8a875873a231c7101a02b374fdadccd297b94da6a2e0bd78a5015563a1349cc40c679cc606215460579b32cb0a04eff5cd7f941b561738c27f45be8c76bca1d5
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x908587e0 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
Loading Device Tree to 000000008ffee000, end 000000008ffff361 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments AM642 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] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-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 m4f-memory@a4100000, 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-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu 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/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,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: 1888504K/2097152K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 175880K 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: 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:0x0000000001840000
[ 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 @0x0000000080030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
[ 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.008604] Console: colour dummy device 80x25
[ 0.013205] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023886] pid_max: default: 32768 minimum: 301
[ 0.028667] LSM: Security Framework initializing
[ 0.033542] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041125] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.051088] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058558] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.064864] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072259] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.078675] rcu: Hierarchical SRCU implementation.
[ 0.083584] rcu: Max phase no-delay instances is 1000.
[ 0.089256] Platform MSI: msi-controller@1820000 domain created
[ 0.095666] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.105715] EFI services will not be available.
[ 0.110690] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.124360] Detected VIPT I-cache on CPU1
[ 0.124510] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[ 0.124530] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
[ 0.124592] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.124724] smp: Brought up 1 node, 2 CPUs
[ 0.154108] SMP: Total of 2 processors activated.
[ 0.158921] CPU features: detected: 32-bit EL0 Support
[ 0.164193] CPU features: detected: CRC32 instructions
[ 0.169520] CPU: All CPU(s) started at EL2
[ 0.173705] alternatives: applying system-wide alternatives
[ 0.181466] devtmpfs: initialized
[ 0.194476] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.204493] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.212854] pinctrl core: initialized pinctrl subsystem
[ 0.218907] DMI not present or invalid.
[ 0.223636] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.231068] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.238528] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.246644] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.254849] audit: initializing netlink subsys (disabled)
[ 0.260766] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.261389] thermal_sys: Registered thermal governor 'step_wise'
[ 0.268706] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.275124] cpuidle: using governor menu
[ 0.286084] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.293097] ASID allocator initialised with 65536 entries
[ 0.313316] KASLR disabled due to lack of seed
[ 0.326527] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.333501] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.339911] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.346846] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.353251] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.360186] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.366591] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.373526] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.382228] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
[ 0.392729] iommu: Default domain type: Translated
[ 0.397746] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.404511] SCSI subsystem initialized
[ 0.408884] usbcore: registered new interface driver usbfs
[ 0.414548] usbcore: registered new interface driver hub
[ 0.420013] usbcore: registered new device driver usb
[ 0.425800] pps_core: LinuxPPS API ver. 1 registered
[ 0.430886] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.440239] PTP clock support registered
[ 0.444383] EDAC MC: Ver: 3.0.0
[ 0.448871] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
[ 0.455844] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
[ 0.462698] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
[ 0.470151] FPGA manager framework
[ 0.473773] Advanced Linux Sound Architecture Driver Initialized.
[ 0.481253] clocksource: Switched to clocksource arch_sys_counter
[ 0.487840] VFS: Disk quotas dquot_6.6.0
[ 0.491914] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.506099] NET: Registered PF_INET protocol family
[ 0.511427] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.521118] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.529982] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.537928] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.546153] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.554182] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.561141] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.568084] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.575664] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.582076] RPC: Registered named UNIX socket transport module.
[ 0.588188] RPC: Registered udp transport module.
[ 0.592997] RPC: Registered tcp transport module.
[ 0.597816] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.604409] NET: Registered PF_XDP protocol family
[ 0.609324] PCI: CLS 0 bytes, default 64
[ 0.614083] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.624224] Initialise system trusted keyrings
[ 0.629136] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.642680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.649608] NFS: Registering the id_resolver key type
[ 0.654848] Key type id_resolver registered
[ 0.659126] Key type id_legacy registered
[ 0.663303] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.670160] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.677983] 9p: Installing v9fs 9p2000 file system support
[ 0.727712] Key type asymmetric registered
[ 0.731921] Asymmetric key parser 'x509' registered
[ 0.736988] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.744799] io scheduler mq-deadline registered
[ 0.749458] io scheduler kyber registered
[ 0.756905] pinctrl-single 4084000.pinctrl: 33 pins, size 132
[ 0.763759] pinctrl-single f4000.pinctrl: 180 pins, size 720
[ 0.770828] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.785770] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.801849] loop: module loaded
[ 0.806549] megasas: 07.719.03.00-rc1
[ 0.815212] tun: Universal TUN/TAP device driver, 1.6
[ 0.821358] thunder_xcv, ver 1.0
[ 0.824709] thunder_bgx, ver 1.0
[ 0.828044] nicpf, ver 1.0
[ 0.831284] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.838675] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.844196] hclge is initializing
[ 0.847610] e1000: Intel(R) PRO/1000 Network Driver
[ 0.852596] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.858515] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.863589] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.869684] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.875218] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.880952] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.887357] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.893611] sky2: driver version 1.30
[ 0.898284] VFIO - User Level meta-driver version: 0.3
[ 0.904625] usbcore: registered new interface driver usb-storage
[ 0.911804] i2c_dev: i2c /dev entries driver
[ 0.918035] sdhci: Secure Digital Host Controller Interface driver
[ 0.924415] sdhci: Copyright(c) Pierre Ossman
[ 0.929395] Synopsys Designware Multimedia Card Interface Driver
[ 0.935988] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.942806] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.949216] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.956217] usbcore: registered new interface driver usbhid
[ 0.961951] usbhid: USB HID core driver
[ 0.967429] 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.972051] optee: revision 3.20 (8e74d476)
[ 0.988793] optee: dynamic shared memory is enabled
[ 0.998546] optee: initialized driver
[ 1.004769] Initializing XFRM netlink socket
[ 1.009272] NET: Registered PF_PACKET protocol family
[ 1.014620] 9pnet: Installing 9P2000 support
[ 1.019099] Key type dns_resolver registered
[ 1.024047] registered taskstats version 1
[ 1.028290] Loading compiled-in X.509 certificates
[ 1.045024] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.091634] pca953x 0-0022: supply vcc not found, using dummy regulator
[ 1.098650] pca953x 0-0022: using AI
[ 1.126598] omap_i2c 20010000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.132842] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.141278] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.150652] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.162791] ti-udma 485c0100.dma-controller: Number of rings: 68
[ 1.170357] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
[ 1.180568] ti-udma 485c0000.dma-controller: Number of rings: 288
[ 1.195724] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
[ 1.206854] printk: console [ttyS2] disabled
[ 1.211330] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 304, base_baud = 3000000) is a 8250
[ 1.220228] printk: console [ttyS2] enabled
[ 1.220228] printk: console [ttyS2] enabled
[ 1.228688] printk: bootconsole [ns16550a0] disabled
[ 1.228688] printk: bootconsole [ns16550a0] disabled
[ 1.243486] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.248640] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.255611] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.261009] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.267909] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.274591] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.281447] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.287933] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.295076] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.301991] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.318424] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.365296] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.374343] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.382519] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
[ 1.395431] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
[ 1.402565] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.409323] pps pps0: new PPS source ptp0
[ 1.413786] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.424724] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
[ 1.435631] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
[ 1.448000] gpio-mux mux-controller: 2-way mux-controller registered
[ 1.448021] mmc0: CQHCI version 5.10
[ 1.475128] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
[ 1.482881] mmc1: CQHCI version 5.10
[ 1.489580] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.523895] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.541723] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.551088] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.583675] mmc0: Command Queue Engine enabled
[ 1.588202] mmc0: new HS200 MMC card at address 0001
[ 1.594121] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.600818] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.603051] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.607240] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.613360] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.618637] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.627391] mmcblk1: p1 p2 p3
[ 5.642115] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.673256] Sending DHCP requests ., OK
[ 5.693123] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.108
[ 5.700882] IP-Config: Complete:
[ 5.704108] device=eth0, hwaddr=34:08:e1:80:a7:b4, ipaddr=192.168.0.108, mask=255.255.255.0, gw=192.168.0.1
[ 5.714274] host=192.168.0.108, domain=ti.com, nis-domain=(none)
[ 5.720705] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.720713] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.741871] ALSA device list:
[ 5.744848] No soundcards found.
[ 5.880676] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.887364] devtmpfs: mounted
[ 5.891834] Freeing unused kernel memory: 2176K
[ 5.909331] Run /sbin/init as init process
[ 6.471624] systemd[1]: System time before build time, advancing clock.
[ 6.696615] NET: Registered PF_INET6 protocol family
[ 6.708451] Segment Routing with IPv6
[ 6.712266] In-situ OAM (IOAM) with IPv6
[ 6.816422] 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.848513] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.939650] systemd[1]: Hostname set to <am64xx-evm>.
[ 6.950804] systemd[1]: Initializing machine ID from random generator.
[ 7.212938] systemd-sysv-generator[133]: 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.213650] systemd[124]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.241592] systemd-sysv-generator[133]: 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.273567] systemd-sysv-generator[133]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.299927] systemd-sysv-generator[133]: SysV service '/etc/init.d/telnetd' 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.954434] 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.130179] 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.314197] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.385704] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.413211] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.437431] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.464479] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.485984] 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.509941] 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.533937] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.549600] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.569551] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.585582] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.643901] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.665644] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.696481] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.718120] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.743696] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.767351] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.790504] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.807607] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.838402] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.862256] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.887193] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.937997] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.961195] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.992489] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.010210] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.062104] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.086623] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.130454] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.160596] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.184619] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.256227] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.284567] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.336824] fuse: init (API version 7.37)
[ 9.345941] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.410682] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.458954] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.510678] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.544148] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.562675] cryptodev: loading out-of-tree module taints kernel.
[ 9.584441] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.595978] cryptodev: driver 1.12 loaded.
[ 9.602953] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.627383] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 9.654832] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 9.681498] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 9.715792] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 9.747562] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 9.763609] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 9.786416] 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 drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate 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.
[ 10.130792] systemd-journald[147]: Received client request to flush runtime journal.
[[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.584604] audit: type=1334 audit(1651167749.112:2): prog-id=5 op=LOAD
[ 10.597193] audit: type=1334 audit(1651167749.124:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[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...
[ 10.993305] random: crng init done
[[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.
[ 12.948331] CAN device driver interface
[ 13.167646] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
[ 13.217393] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
[ 13.299448] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
[ 13.357829] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
[ 13.443693] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 13.517426] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 13.550483] remoteproc remoteproc0: 5000000.m4fss is available
[ 13.626919] remoteproc remoteproc0: powering up 5000000.m4fss
[ 13.632780] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 86084
[ 13.650955] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@a4000000
[ 13.661837] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 13.668837] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 13.748149] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 13.749126] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.768402] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 13.874849] platform 78000000.r5f: configured R5F for remoteproc mode
[ 13.916347] j721e-pcie-host f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
[ 13.930305] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.930661] j721e-pcie-host f102000.pcie: IO 0x0068001000..0x0068010fff -> 0x0068001000
[ 13.947646] j721e-pcie-host f102000.pcie: MEM 0x0068011000..0x006fffffff -> 0x0068011000
[ 13.962753] j721e-pcie-host f102000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
[ 13.974015] remoteproc remoteproc1: 78000000.r5f is available
[ 13.981205] platform 78200000.r5f: configured R5F for remoteproc mode
[ 13.993412] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 14.004842] remoteproc remoteproc2: 78200000.r5f is available
[ 14.029678] remoteproc remoteproc1: powering up 78000000.r5f
[ 14.035442] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 92288
[ 14.046102] platform 78400000.r5f: configured R5F for remoteproc mode
[ 14.056380] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 14.066454] remoteproc remoteproc2: powering up 78200000.r5f
[ 14.072267] remoteproc remoteproc2: Booting fw image am64-main-r5f0_1-fw, size 92416
[ 14.082129] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 14.088189] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
[ 14.095969] j721e-pcie-host f102000.pcie: Link up
[ 14.101081] remoteproc remoteproc1: remote processor 78000000.r5f is now up
[ 14.111439] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.121206] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a1000000
[ 14.126802] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 14.131496] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 14.147437] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 14.153641] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 14.162040] remoteproc remoteproc2: remote processor 78200000.r5f is now up
[ 14.169511] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.180279] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 14.184794] j721e-pcie-host f102000.pcie: PCI host bridge to bus 0000:00
[ 14.333450] remoteproc remoteproc3: 78400000.r5f is available
[ 14.342662] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 14.402086] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x68001000-0x68010fff])
[ 14.436446] platform 78600000.r5f: configured R5F for remoteproc mode
[ 14.445357] remoteproc remoteproc3: powering up 78400000.r5f
[ 14.451115] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 92416
[ 14.469593] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 14.486168] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 14.487180] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.496978] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
[ 14.505058] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 14.511683] remoteproc remoteproc3: remote processor 78400000.r5f is now up
[ 14.528028] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
[ 14.535390] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.575536] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
[ 14.584226] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xfffffffff 64bit pref]
[ 14.605902] pci 0000:00:00.0: supports D1
[ 14.610674] remoteproc remoteproc4: 78600000.r5f is available
[ 14.610772] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 14.687337] remoteproc remoteproc4: powering up 78600000.r5f
[ 14.695877] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 92416
[ 14.708956] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.726878] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 14.732736] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
[ 14.739094] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.744950] remoteproc remoteproc4: remote processor 78600000.r5f is now up
[ 14.755376] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.767142] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 14.847624] m_can_platform 20701000.can: m_can device registered (irq=508, version=32)
[ 14.855490] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
[ 14.868953] m_can_platform 20711000.can: m_can device registered (irq=509, version=32)
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (6s / no limit)
[ 14.939009] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 15.007796] pci 0000:01:00.0: reg 0x14: [mem 0x00000000-0x0007ffff]
[ 15.072411] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
[ 15.098264] pci 0000:01:00.0: reg 0x18: [io size 0x0020]
[ 15.111549] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x00003fff]
[ 15.120465] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 15.131377] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 15.164219] j721e-pcie-host f102000.pcie: LINK DOWN!
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
[ 15.395059] remoteproc remoteproc5: 3000a000.txpru is available
[ 15.469475] remoteproc remoteproc6: 3000c000.txpru is available
[ 15.484802] remoteproc remoteproc7: 3008a000.txpru is available
[ 15.569013] remoteproc remoteproc8: 3008c000.txpru is available
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (7s / no limit)
[ 16.299095] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 16.325967] pci 0000:00:00.0: BAR 0: no space for [mem size 0x1000000000 64bit pref]
[ 16.365064] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x1000000000 64bit pref]
[ 16.373393] pci 0000:00:00.0: BAR 14: assigned [mem 0x68100000-0x681fffff]
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 16.418857] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
ning for Rebuild namic Linker Cache (8s / no limit)
[ 16.426148] pci 0000:01:00.0: BAR 1: assigned [mem 0x68100000-0x6817ffff]
[ 16.484757] pci 0000:01:00.0: BAR 6: assigned [mem 0x68180000-0x681bffff pref]
[ 16.577126] pci 0000:01:00.0: BAR 0: assigned [mem 0x681c0000-0x681dffff]
[ 16.586786] pci 0000:01:00.0: BAR 3: assigned [mem 0x681e0000-0x681e3fff]
[ 16.688974] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x101f]
[ 16.726836] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 16.749660] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 16.792047] pci 0000:00:00.0: bridge window [mem 0x68100000-0x681fffff]
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 16.844447] pcieport 0000:00:00.0: enabling device (0000 -> 0003)
ning for Rebuild namic Linker Cache (8s / no limit)
[ 16.968981] pcieport 0000:00:00.0: PME: Signaling with IRQ 511
[ 17.028249] pcieport 0000:00:00.0: AER: enabled with IRQ 511
[ 17.123759] e1000e 0000:01:00.0: enabling device (0000 -> 0002)
[ 17.142127] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Rebuild namic Linker Cache (8s / no limit)
[ 17.203336] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[ 17.300432] e1000e 0000:01:00.0 eth2: (PCI Express:2.5GT/s:Width x1) 68:05:ca:36:2b:25
[ 17.321595] e1000e 0000:01:00.0 eth2: Intel(R) PRO/1000 Network Connection
[ 17.347351] e1000e 0000:01:00.0 eth2: MAC: 3, PHY: 8, PBA No: E46981-008
M
[K[ [0;31m*[0;1;31m*[0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
[ 17.779737] remoteproc remoteproc9: 30038000.pru is available
[ 17.790948] remoteproc remoteproc10: 30006000.rtu is available
[ 17.813400] remoteproc remoteproc11: 30034000.pru is available
[ 17.831621] remoteproc remoteproc12: 30004000.rtu is available
[ 17.852524] remoteproc remoteproc13: 300b8000.pru is available
[ 17.872267] remoteproc remoteproc14: 30086000.rtu is available
[ 17.888016] remoteproc remoteproc15: 300b4000.pru is available
[ 17.904416] remoteproc remoteproc16: 30084000.rtu is available
M
[K[ [0;31m*[0m] A start job is running for Rebuild namic Linker Cache (9s / no limit)
M
[K[ [0;31m*[0;1;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;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...
[ 19.199059] e1000e 0000:01:00.0 enp1s0: renamed from eth2
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 19.365793] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 19.411423] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
[ 19.437443] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 19.514735] xhci-hcd xhci-hcd.5.auto: irq 531, io mem 0x0f410000
[ 19.521507] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 19.527508] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
[ 19.535633] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[ 19.565353] hub 1-0:1.0: USB hub found
[ 19.586356] hub 1-0:1.0: 1 port detected
[ 19.606256] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 19.634059] hub 2-0:1.0: USB hub found
[ 19.638030] hub 2-0:1.0: 1 port detected
[ 19.861406] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 20.024938] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 20.049406] scsi host0: usb-storage 1-1:1.0
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 21.088809] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[[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] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[ 21.526199] 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] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 21.658207] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 21.714957] 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.
[ 22.238075] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
[ 22.246005] sd 0:0:0:0: [sda] Write Protect is off
[ 22.254716] sd 0:0:0:0: [sda] No Caching mode page found
[ 22.263446] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 22.297112] sda: sda1 sda2 sda3
[ 22.304772] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 22.859362] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 22.869073] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 22.878338] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 22.885386] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 03 08 00 00 f0 00
[ 22.893201] critical medium error, dev sda, sector 776 op 0x0:(READ) flags 0x84700 phys_seg 29 prio class 2
[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (15s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (15s / 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.
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...
[[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.
[ 25.235303] audit: type=1334 audit(1651167763.764:4): prog-id=7 op=LOAD
[ 25.246302] audit: type=1334 audit(1651167763.772:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[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] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 26.199449] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 26.294078] 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] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 28.364003] audit: type=1334 audit(1651167766.892:6): prog-id=9 op=LOAD
[ 28.373768] audit: type=1334 audit(1651167766.900: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...
[ 29.475892] audit: type=1006 audit(1651167768.004:8): pid=684 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 29.489877] audit: type=1300 audit(1651167768.004:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdef3eca8 a2=4 a3=ffffaf326020 items=0 ppid=1 pid=684 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)
[ 29.518603] audit: type=1327 audit(1651167768.004:8): proctitle="(systemd)"
[ 29.821748] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
[ 29.845378] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[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.
[ 30.782669] audit: type=1006 audit(1651167769.312:9): pid=674 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 30.795307] audit: type=1300 audit(1651167769.312:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdef3eca8 a2=4 a3=ffffaf326020 items=0 ppid=1 pid=674 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)
[ 30.821873] audit: type=1327 audit(1651167769.312:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[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 am64xx-evm -
Arago 2023.04 am64xx-evm -
am64xx-evm login: root
[ 32.917137] audit: type=1006 audit(1651167771.444:10): pid=706 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 32.929942] audit: type=1300 audit(1651167771.444:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdef3eca8 a2=1 a3=ffffaf326020 items=0 ppid=1 pid=706 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)
[ 32.956556] audit: type=1327 audit(1651167771.444:10): proctitle="(systemd)"
[ 33.030957] audit: type=1334 audit(1651167771.560:11): prog-id=11 op=LOAD
[ 33.038441] audit: type=1300 audit(1651167771.560:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd90be710 a2=78 a3=0 items=0 ppid=1 pid=706 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)
[ 33.065082] audit: type=1327 audit(1651167771.560:11): proctitle="(systemd)"
[ 33.073573] audit: type=1334 audit(1651167771.560:12): prog-id=11 op=UNLOAD
7[r[999;999H[6nroot@am64xx-evm:~# [ 42.878116] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 42.887732] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 42.893579] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 42.898760] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 08 00 00 00 08 00
[ 42.906346] critical medium error, dev sda, sector 2048 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 42.928470] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 42.938072] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 42.943911] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 42.949109] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 08 00 00 00 08 00
[ 42.956691] critical medium error, dev sda, sector 2048 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 42.966100] Buffer I/O error on dev sda1, logical block 0, async page read
[ 42.983468] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 42.993149] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 42.999103] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 43.004556] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 3b 78 00 00 00 08 00
[ 43.012278] critical medium error, dev sda, sector 3897344 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 43.034748] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 43.044475] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 43.050476] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 43.055814] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 3b 78 00 00 00 08 00
[ 43.063756] critical medium error, dev sda, sector 3897344 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 43.073609] Buffer I/O error on dev sda3, logical block 0, async page read
[ 44.315695] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 44.325312] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 44.331166] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 44.336374] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 3b 78 00 00 00 08 00
[ 44.343960] critical medium error, dev sda, sector 3897344 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 44.364529] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 44.374129] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 44.379966] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 44.385157] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 3b 78 00 00 00 08 00
[ 44.392741] critical medium error, dev sda, sector 3897344 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 44.402447] Buffer I/O error on dev sda3, logical block 0, async page read
[ 44.424491] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 44.434089] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 44.439928] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 44.445117] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 08 00 00 00 08 00
[ 44.452756] critical medium error, dev sda, sector 2048 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 44.483950] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 44.493567] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 44.499414] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 44.504621] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 08 08 00 00 08 00
[ 44.512210] critical medium error, dev sda, sector 2056 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 44.829388] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[ 44.839021] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 44.844873] sd 0:0:0:0: [sda] tag#0 ASC=0x11 ASCQ=0x0
[ 44.850056] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 09 b0 00 00 50 00
[ 44.857641] critical medium error, dev sda, sector 2480 op 0x0:(READ) flags 0x80700 phys_seg 7 prio class 2
[ 48.151583] EXT4-fs (sda2): warning: mounting fs with errors, running e2fsck is recommended
[ 48.168622] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
uname -a
Linux am64xx-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-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/am64xx-hsevm/autofs/e086b8623e7abe4fcbd234eeda53b025,nolock,v3,tcp,rsize=4096,wsize=4096
root@am64xx-evm:~# uname -a
Linux am64xx-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am64xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am64xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17044
-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 am64-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f0_1-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f1_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f1_1-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
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
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-pruss
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am64xx-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 39 0 312 16 0 0 0 0 0 68 16 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 40 0 0 0 0 0 96 40 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 42 0 0 0 0 0 112 42 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 16 0 0 0 0 0 36 16 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 18 0 0 0 0 0 64 18 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 42 0 0 0 0 0 80 42 0 0 0 0 0 0
31 6 mtdblock6 40 0 320 22 0 0 0 0 0 92 22 0 0 0 0 0 0
179 0 mmcblk0 193 0 8360 224 0 0 0 0 0 312 224 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 40 0 0 0 0 0 120 40 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 31 0 0 0 0 0 124 31 0 0 0 0 0 0
179 96 mmcblk1 1320 42 61838 1309 2 0 16 4 0 1560 1313 0 0 0 0 0 0
179 97 mmcblk1p1 300 6 18720 366 0 0 0 0 0 460 366 0 0 0 0 0 0
179 98 mmcblk1p2 250 32 19332 354 1 0 8 1 0 540 356 0 0 0 0 0 0
179 99 mmcblk1p3 733 4 22594 538 1 0 8 2 0 756 541 0 0 0 0 0 0
8 0 sda 402 44 18782 3807 1 0 8 8 0 2472 3815 0 0 0 0 0 0
8 1 sda1 55 0 2224 1196 0 0 0 0 0 856 1196 0 0 0 0 0 0
8 2 sda2 266 44 15046 1116 1 0 8 8 0 824 1124 0 0 0 0 0 0
8 3 sda3 8 0 64 270 0 0 0 0 0 292 270 0 0 0 0 0 0
root@am64xx-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 8412 8299 GICv3 30 Level arch_timer
14: 8 0 GICv3 112 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
15: 8 0 GICv3 116 Level mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
16: 4 0 GICv3 108 Level mbox-m4-0
17: 0 0 GICv3 23 Level arm-pmu
18: 725 0 GICv3 66 Level 4d000000.mailbox thr_012
19: 634 0 GICv3 194 Level 20010000.i2c
20: 3621 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
56: 0 0 MSI-INTA 1970688 Level 485c0000.dma-controller chan1
60: 44619 775 MSI-INTA 1970704 Level 8000000.ethernet-tx0
124: 0 0 MSI-INTA 1970776 Level 485c0000.dma-controller chan4
148: 0 0 MSI-INTA 1971712 Level 485c0000.dma-controller chan0
152: 33131 0 MSI-INTA 1971728 Level 8000000.ethernet
168: 0 0 MSI-INTA 1971752 Level 485c0000.dma-controller chan2
169: 0 0 MSI-INTA 1971753 Level 485c0000.dma-controller chan3
304: 707 0 GICv3 210 Level 2800000.serial
305: 2 0 GICv3 171 Level fc40000.spi
307: 0 0 GICv3 134 Level 8000000.ethernet
310: 0 0 GICv3 129 Level 39000000.cpts
311: 527 0 GICv3 165 Level mmc0
499: 2741 0 GICv3 166 Level mmc1
502: 0 0 GICv3 204 Level 20100000.spi
506: 1 0 GICv3 235 Edge j721e-pcie-link-down-irq
511: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
531: 1436 0 GICv3 220 Level xhci-hcd:usb1
533: 1 0 GICv3 228 Level f400000.usb
IPI0: 2796 8515 Rescheduling interrupts
IPI1: 4086 8303 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@am64xx-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 2 10
TIMER: 2561 3427
NET_TX: 282 51
NET_RX: 71163 868
BLOCK: 379 0
IRQ_POLL: 0 0
TASKLET: 7300 35
SCHED: 3992 3923
HRTIMER: 0 0
RCU: 10940 12563
root@am64xx-evm:~# [ 55.520500] EXT4-fs error (device sda2): ext4_validate_block_bitmap:437: comm ext4lazyinit: bg 14: block 3264: padding at end of block bitmap is not set
ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@am64xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am64xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.155
ti-test-extras - 1.0-r0.155
0
root@am64xx-evm:~# depmod -a
root@am64xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 380928 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
cdns3 45056 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_usb_common 20480 1 cdns3
irq_pruss_intc 16384 0
icssg_prueth 77824 0
crct10dif_ce 16384 1
pru_rproc 24576 4 icssg_prueth
icss_iep 24576 1 icssg_prueth
hsr 40960 1 icssg_prueth
phy_can_transceiver 16384 2
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
pcie_cadence_host 16384 1 pci_j721e_host
ti_k3_r5_remoteproc 28672 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns3_ti 16384 0
virtio_rpmsg_bus 20480 0
rti_wdt 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_m4_remoteproc 16384 0
ti_k3_common 16384 1 ti_k3_m4_remoteproc
k3_j72xx_bandgap 16384 0
sa2ul 36864 0
m_can_platform 16384 0
m_can 24576 1 m_can_platform
spi_omap2_mcspi 24576 0
can_dev 36864 1 m_can
pruss 16384 1 icssg_prueth
pwm_tiecap 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
drm 557056 0
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
root@am64xx-evm:~# echo 'hello world'
hello world
root@am64xx-evm:~#
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:35 +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 979875 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-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 1294015 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 80 devices, 27 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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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=0033
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:a2:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9a700
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#=0000000000000033
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 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.172 (1268 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=0033
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:a2:92
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9a700
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.172
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#=0000000000000033
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-03/cc1a237c3626d8b62c13733e4153fcad
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.172
Filename 'vatf_am68_sk-fs-03/cc1a237c3626d8b62c13733e4153fcad'.
Load address: 0x82000000
Loading: *################################################## 20 MiB
2.3 MiB/s
done
Bytes transferred = 20920832 (13f3a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am68_sk-fs-03/cc83f051e37105fdee877833eb0d2f90
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 100, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.172
Filename 'vatf_am68_sk-fs-03/cc83f051e37105fdee877833eb0d2f90'.
Load address: 0x88000000
Loading: *################################################## 74.4 KiB
2 MiB/s
done
Bytes transferred = 76203 (129ab 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-03/autofs/98b1b2cdbf5e0e58c3cadcc69ee61783,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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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 = 0x00000000ffed1000
reloc off = 0x000000007f6d1000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:a2:92
IP addr = 192.168.0.172
fdt_blob = 0x00000000fde9a700
new_fdt = 0x00000000fde9a700
fdt_size = 0x00000000000166a0
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-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce93000-0xfffffffe], 0x0316cfff 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 = 0x00000000fde9a6f0
sp start = 0x00000000fde9a6f0
Early malloc usage: 2448 / 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 = 0x00000000ffed1000
reloc off = 0x000000007f6d1000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:a2:92
IP addr = 192.168.0.172
fdt_blob = 0x00000000fde9a700
new_fdt = 0x00000000fde9a700
fdt_size = 0x00000000000166a0
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-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce93000-0xfffffffe], 0x0316cfff 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 = 0x00000000fde9a6f0
sp start = 0x00000000fde9a6f0
Early malloc usage: 2448 / 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 000000008ffea000, end 000000008ffff9aa ... OK
Working FDT set to 8ffea000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45: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.2
[ 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-03/autofs/98b1b2cdbf5e0e58c3cadcc69ee61783,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: 15427748K/16777208K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 431956K 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.010468] Console: colour dummy device 80x25
[ 0.016178] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029519] pid_max: default: 32768 minimum: 301
[ 0.035443] LSM: Security Framework initializing
[ 0.041444] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051166] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062462] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071723] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079554] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088786] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096670] rcu: Hierarchical SRCU implementation.
[ 0.102793] rcu: Max phase no-delay instances is 1000.
[ 0.109671] Platform MSI: msi-controller@1820000 domain created
[ 0.117396] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129382] EFI services will not be available.
[ 0.135299] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151665] Detected PIPT I-cache on CPU1
[ 0.151745] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151762] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151802] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151867] smp: Brought up 1 node, 2 CPUs
[ 0.188553] SMP: Total of 2 processors activated.
[ 0.194558] CPU features: detected: 32-bit EL0 Support
[ 0.201125] CPU features: detected: CRC32 instructions
[ 0.207731] CPU: All CPU(s) started at EL2
[ 0.212958] alternatives: applying system-wide alternatives
[ 0.221222] devtmpfs: initialized
[ 0.233049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245529] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.268146] pinctrl core: initialized pinctrl subsystem
[ 0.275233] DMI not present or invalid.
[ 0.280554] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.289157] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.298743] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.309162] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.319459] audit: initializing netlink subsys (disabled)
[ 0.326508] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[ 0.326789] thermal_sys: Registered thermal governor 'step_wise'
[ 0.336413] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.344113] cpuidle: using governor menu
[ 0.357556] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.366266] ASID allocator initialised with 65536 entries
[ 0.385594] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.394984] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.404243] KASLR disabled due to lack of seed
[ 0.413746] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.422425] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.430428] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.439095] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.447096] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.455763] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.463763] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.472432] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.481727] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.493538] iommu: Default domain type: Translated
[ 0.499770] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.507942] SCSI subsystem initialized
[ 0.512964] usbcore: registered new interface driver usbfs
[ 0.519998] usbcore: registered new interface driver hub
[ 0.526795] usbcore: registered new device driver usb
[ 0.533624] pps_core: LinuxPPS API ver. 1 registered
[ 0.539969] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.551643] PTP clock support registered
[ 0.556745] EDAC MC: Ver: 3.0.0
[ 0.561592] FPGA manager framework
[ 0.565991] Advanced Linux Sound Architecture Driver Initialized.
[ 0.574319] clocksource: Switched to clocksource arch_sys_counter
[ 0.582277] VFS: Disk quotas dquot_6.6.0
[ 0.587318] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.599847] NET: Registered PF_INET protocol family
[ 0.606572] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.622633] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.633768] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.643695] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.654556] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.665271] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.673890] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.682793] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.692375] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.700032] RPC: Registered named UNIX socket transport module.
[ 0.707611] RPC: Registered udp transport module.
[ 0.713617] RPC: Registered tcp transport module.
[ 0.719619] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.727850] NET: Registered PF_XDP protocol family
[ 0.733977] PCI: CLS 0 bytes, default 64
[ 0.739430] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.751034] Initialise system trusted keyrings
[ 0.756877] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.768327] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.776238] NFS: Registering the id_resolver key type
[ 0.782727] Key type id_resolver registered
[ 0.788068] Key type id_legacy registered
[ 0.793222] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.801784] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.811373] 9p: Installing v9fs 9p2000 file system support
[ 0.842217] Key type asymmetric registered
[ 0.847449] Asymmetric key parser 'x509' registered
[ 0.853713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.863275] io scheduler mq-deadline registered
[ 0.869067] io scheduler kyber registered
[ 0.876792] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.884437] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.891931] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.899478] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.906786] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.919745] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.932619] loop: module loaded
[ 0.937669] megasas: 07.719.03.00-rc1
[ 0.945199] tun: Universal TUN/TAP device driver, 1.6
[ 0.952247] thunder_xcv, ver 1.0
[ 0.956398] thunder_bgx, ver 1.0
[ 0.960534] nicpf, ver 1.0
[ 0.964334] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.973561] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.980375] hclge is initializing
[ 0.984616] e1000: Intel(R) PRO/1000 Network Driver
[ 0.990841] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.998197] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.004535] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.012110] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.019006] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.026135] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.034138] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.041840] sky2: driver version 1.30
[ 1.047114] VFIO - User Level meta-driver version: 0.3
[ 1.054214] usbcore: registered new interface driver usb-storage
[ 1.062519] i2c_dev: i2c /dev entries driver
[ 1.069221] sdhci: Secure Digital Host Controller Interface driver
[ 1.077125] sdhci: Copyright(c) Pierre Ossman
[ 1.083042] Synopsys Designware Multimedia Card Interface Driver
[ 1.091055] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.098943] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.106753] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.115200] usbcore: registered new interface driver usbhid
[ 1.122321] usbhid: USB HID core driver
[ 1.128234] 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.133938] optee: revision 3.20 (8e74d476)
[ 1.154509] optee: dynamic shared memory is enabled
[ 1.166374] optee: initialized driver
[ 1.172512] Initializing XFRM netlink socket
[ 1.178004] NET: Registered PF_PACKET protocol family
[ 1.184553] 9pnet: Installing 9P2000 support
[ 1.190043] Key type dns_resolver registered
[ 1.195761] registered taskstats version 1
[ 1.201014] Loading compiled-in X.509 certificates
[ 1.213386] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.249352] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.257238] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.265799] pca953x 1-0020: using no AI
[ 1.295583] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.303570] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.312111] pca953x 2-0021: using no AI
[ 1.339020] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.346612] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.354144] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.364823] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.376500] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.387262] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.400318] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.408742] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.420285] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.432647] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.441097] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.452150] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.464857] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.473306] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.483273] printk: console [ttyS2] disabled
[ 1.488788] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.499861] printk: console [ttyS2] enabled
[ 1.499861] printk: console [ttyS2] enabled
[ 1.510419] printk: bootconsole [ns16550a0] disabled
[ 1.510419] printk: bootconsole [ns16550a0] disabled
[ 1.524790] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.570330] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.581068] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.591414] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.607489] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.616502] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.624369] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.637439] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.654396] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.663256] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.671986] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.680691] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.689387] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.698079] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.706769] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.715461] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.724150] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.732838] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.741523] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.750209] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.758899] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.767600] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.776299] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.784989] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.793675] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.802368] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.811055] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.819747] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.828436] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.837127] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.845816] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.854509] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.864942] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.877420] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.892820] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.899099] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.907912] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.914751] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.922422] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.929662] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.936989] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.943996] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.951790] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.959119] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.971838] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.018326] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.029029] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.039399] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.055491] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.064506] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.072327] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.084883] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.094706] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.095308] mmc1: CQHCI version 5.10
[ 2.103848] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.118611] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.149333] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.169359] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.181203] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 6.287500] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 6.318320] Sending DHCP requests ., OK
[ 6.339121] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.172
[ 6.348783] IP-Config: Complete:
[ 6.352805] device=eth0, hwaddr=34:08:e1:84:a2:92, ipaddr=192.168.0.172, mask=255.255.255.0, gw=192.168.0.1
[ 6.365497] host=192.168.0.172, domain=ti.com, nis-domain=(none)
[ 6.373527] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.373530] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.394345] ALSA device list:
[ 6.398045] No soundcards found.
[ 6.418382] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.426183] devtmpfs: mounted
[ 6.430934] Freeing unused kernel memory: 2176K
[ 6.442407] Run /sbin/init as init process
[ 7.254295] systemd[1]: System time before build time, advancing clock.
[ 7.850765] NET: Registered PF_INET6 protocol family
[ 7.858795] Segment Routing with IPv6
[ 7.863387] In-situ OAM (IOAM) with IPv6
[ 7.951085] 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.990478] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 8.076739] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.190352] random: crng init done
[ 8.285428] systemd-sysv-generator[133]: 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.317427] systemd-sysv-generator[133]: 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.348412] systemd-sysv-generator[133]: 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.380450] systemd-sysv-generator[133]: SysV service '/etc/init.d/telnetd' 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.422133] systemd[124]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.755279] 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.849161] 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.962934] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.011314] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.036232] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.064103] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.091731] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.114638] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 9.142516] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 9.170575] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.194407] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.218386] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.242393] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.299096] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.330503] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.360801] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.386670] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.411643] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.435499] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.458791] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.483837] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.513577] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.538710] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.563409] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.606717] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.634244] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.666086] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.682770] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.726869] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.751591] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.782005] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.826973] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.846869] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.967660] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 10.111271] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.151298] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.187310] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.379198] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.398969] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 10.447064] fuse: init (API version 7.37)
[ 10.451824] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.484941] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 10.510308] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 10.535072] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 10.559097] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 10.583123] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 10.608092] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Devi[ 10.625802] cryptodev: loading out-of-tree module taints kernel.
ce Nodes[0m.
[ 10.634828] cryptodev: driver 1.12 loaded.
[ 10.643754] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 10.653938] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 10.679934] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 10.700472] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 10.715564] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 10.743465] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 10.755508] systemd[1]: Finished Load Kernel Module fuse.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[ 10.783152] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[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...
[ 11.053397] systemd-journald[148]: 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...
[ 11.270044] audit: type=1334 audit(1651167749.020:2): prog-id=5 op=LOAD
[ 11.280650] audit: type=1334 audit(1651167749.032:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 11.980869] CAN device driver interface
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 12.097850] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 12.111789] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 12.158091] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 12.178068] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.227685] mc: Linux media interface: v0.10
[ 12.294821] systemd-journald[148]: Oldest entry in /run/log/journal/eb8326eba560424684f82b9facf3f060/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 12.330400] systemd-journald[148]: /run/log/journal/eb8326eba560424684f82b9facf3f060/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 12.499230] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 12.509853] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[ 12.521694] remoteproc remoteproc0: releasing 64800000.dsp
[ 12.528950] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 12.538502] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 12.548796] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 12.560496] at24 0-0051: supply vcc not found, using dummy regulator
[ 12.563313] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 12.592665] remoteproc remoteproc0: releasing 65800000.dsp
n[0m.
[ 12.593859] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.604798] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 12.626263] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 12.634375] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
n[0m.
[ 12.652830] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 12.669362] remoteproc remoteproc1: releasing 41000000.r5f
Directories[0m.
[ 12.680892] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 12.694553] PVR_K: 187: Device: 4e20000000.gpu
[ 12.703205] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
[ 12.708840] PVR_K: 187: Read BVNC 36.53.104.796 from HW device registers
[ 12.726279] PVR_K: 187: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 12.742497] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 12.746181] videodev: Linux video capture interface: v2.00
[ 12.752346] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 12.770987] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[0m.
[ 12.785339] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 12.799642] remoteproc remoteproc0: releasing 5c00000.r5f
[ 12.810359] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.821034] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 12.840577] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 12.853945] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.864602] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 12.874795] remoteproc remoteproc0: releasing 5e00000.r5f
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 12.884254] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
k Activation Socket[0m.
[ 12.900966] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[[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.
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...
[ 13.242853] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 13.261384] pci_bus 0000:00: root bus resource [bus 00-ff]
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[ 13.278081] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 13.323199] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 13.333135] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.351002] pci 0000:00:00.0: supports D1
[ 13.360751] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.372824] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.384633] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.408424] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.427714] m_can_platform 40528000.can: m_can device registered (irq=507, version=32)
[ 13.442964] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.461726] m_can_platform 40568000.can: m_can device registered (irq=510, version=32)
[ 13.479360] m_can_platform 2761000.can: m_can device registered (irq=517, version=32)
[ 13.500738] m_can_platform 2771000.can: m_can device registered (irq=518, version=32)
[ 13.515080] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.530293] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 13.553257] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 13.567495] pcieport 0000:00:00.0: PME: Signaling with IRQ 520
[ 13.578508] pcieport 0000:00:00.0: AER: enabled with IRQ 520
[ 13.608400] Console: switching to colour frame buffer device 240x67
[ 13.641870] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 14.136510] audit: type=1334 audit(1700040920.855:4): prog-id=7 op=LOAD
[ 14.147643] audit: type=1334 audit(1700040920.867: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;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] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 14.898924] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 15.159954] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 15.187870] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 15.454562] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 15.461533] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 15.471383] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 15.485527] xhci-hcd xhci-hcd.0.auto: irq 523, io mem 0x06010000
[ 15.494183] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 15.503464] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 15.514007] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 15.522862] hub 1-0:1.0: USB hub found
[ 15.527682] hub 1-0:1.0: 1 port detected
[ 15.532985] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.543649] hub 2-0:1.0: USB hub found
[ 15.548417] hub 2-0:1.0: 1 port detected
[ 15.581477] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.588091] [drm:ti_sn_bridge_probe [ti_sn65dsi86]] *ERROR* remote dsi host node not found
[ 15.686666] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 15.854387] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 16.079741] hub 1-1:1.0: USB hub found
[ 16.084923] hub 1-1:1.0: 4 ports detected
[ 16.206408] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 16.235570] hub 2-1:1.0: USB hub found
[ 16.242373] hub 2-1:1.0: 4 ports detected
[ 16.382355] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[ 16.513224] hub 1-1.4:1.0: USB hub found
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.[ 16.523250] hub 1-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[ 16.582408] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
[ 16.618596] usb-storage 2-1.3:1.0: USB Mass Storage device detected
Starting [0;1;39mcontainerd container runtime[0m...
[ 16.635609] scsi host0: usb-storage 2-1.3:1.0
[[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.
[ 16.727322] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
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.[ 16.779679] hub 2-1.4:1.0: USB hub found
[ 16.787829] hub 2-1.4:1.0: 4 ports detected
[ 16.846379] usb 1-1.4.2: new high-speed USB device number 4 using xhci-hcd
[[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...
[ 17.100969] usb 2-1.4.1: new SuperSpeed USB device number 5 using xhci-hcd
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 17.343169] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
[ 17.496527] hub 1-1.4.4:1.0: USB hub found
[ 17.504662] hub 1-1.4.4:1.0: 4 ports detected
[ 17.599254] usb 2-1.4.4: new SuperSpeed USB device number 6 using xhci-hcd
[ 17.648462] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 17.653314] hub 2-1.4.4:1.0: USB hub found
[ 17.666602] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 17.668590] hub 2-1.4.4:1.0: 4 ports detected
[ 17.683122] sd 0:0:0:0: [sda] Write Protect is off
[ 17.690466] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.826353] usb 1-1.4.4.1: new low-speed USB device number 6 using xhci-hcd
[ 17.943840] sda: sda1
[ 17.947373] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 17.985074] input: Primax HP Wired Desktop 320K Keyboard as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4.1/1-1.4.4.1:1.0/0003:0461:3F41.0001/input/input0
[ 18.042448] usb 2-1.4.4.2: new SuperSpeed USB device number 7 using xhci-hcd
[ 18.067189] hid-generic 0003:0461:3F41.0001: input: USB HID v1.11 Keyboard [Primax HP Wired Desktop 320K Keyboard] on usb-xhci-hcd.0.auto-1.4.4.1/input0
[ 18.096154] usb-storage 2-1.4.4.2:1.0: USB Mass Storage device detected
[ 18.105819] input: Primax HP Wired Desktop 320K Keyboard Consumer Control as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4.1/1-1.4.4.1:1.1/0003:0461:3F41.0002/input/input1
[ 18.139152] usbcore: registered new interface driver cdc_ether
[ 18.148464] scsi host1: usb-storage 2-1.4.4.2:1.0
[ 18.198669] input: Primax HP Wired Desktop 320K Keyboard System Control as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4.1/1-1.4.4.1:1.1/0003:0461:3F41.0002/input/input2
[ 18.227380] hid-generic 0003:0461:3F41.0002: input: USB HID v1.11 Device [Primax HP Wired Desktop 320K Keyboard] on usb-xhci-hcd.0.auto-1.4.4.1/input1
[ 18.598384] cdc_ncm 2-1.4.1:2.0: MAC-Address: a0:ce:c8:5a:a4:48
[ 18.606392] cdc_ncm 2-1.4.1:2.0: setting rx_max = 16384
[ 18.624407] usb 1-1.4.2: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 18.633601] cdc_ncm 2-1.4.1:2.0: setting tx_max = 16384
[ 18.655655] usb 1-1.4.2: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
[ 18.672097] cdc_ncm 2-1.4.1:2.0 eth1: register 'cdc_ncm' at usb-xhci-hcd.0.auto-1.4.1, CDC NCM (NO ZLP), a0:ce:c8:5a:a4:48
[ 18.686698] usbcore: registered new interface driver cdc_ncm
[ 18.695121] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/input/input3
[ 18.718136] usbcore: registered new interface driver uvcvideo
[ 19.184770] scsi 1:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 19.198918] sd 1:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 19.212716] sd 1:0:0:0: [sdb] Write Protect is off
[ 19.219543] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 19.291810] usb 1-1.4.2: set resolution quirk: cval->res = 384
[ 19.299671] usbcore: registered new interface driver snd-usb-audio
[ 19.591085] sdb: sdb1
[ 19.594531] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 19.964632] audit: type=1334 audit(1700040926.683:6): prog-id=9 op=LOAD
[ 19.979643] audit: type=1334 audit(1700040926.691:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[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.928317] audit: type=1006 audit(1700040928.647:8): pid=502 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 21.947427] audit: type=1300 audit(1700040928.647:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0c530a8 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)
[ 21.980062] audit: type=1327 audit(1700040928.647:8): proctitle="(systemd)"
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
[ 23.503349] audit: type=1006 audit(1700040930.219:9): pid=433 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.520647] audit: type=1300 audit(1700040930.219:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0c530a8 a2=4 a3=0 items=0 ppid=1 pid=433 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.554088] audit: type=1327 audit(1700040930.219:9): proctitle="(weston)"
[ 23.627629] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
[ 23.856658] audit: type=1006 audit(1700040930.575:10): pid=591 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 23.872358] audit: type=1300 audit(1700040930.575:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc0c530a8 a2=1 a3=0 items=0 ppid=1 pid=591 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.049102] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Quota mode: none.
[ 24.797719] PVR_K: 433: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 24.852203] PVR_K: 433: Shader binary image 'rgx.sh.36.53.104.796' loaded
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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-03/autofs/98b1b2cdbf5e0e58c3cadcc69ee61783,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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 17584
-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
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
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 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 1 mtdblock1 28 0 224 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 11 0 0 0 0 0 16 11 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 5 mtdblock5 35 0 672 35 0 0 0 0 0 32 35 0 0 0 0 0 0
31 6 mtdblock6 20 0 160 6 0 0 0 0 0 16 6 0 0 0 0 0 0
8 0 sda 250 6 16146 577 1 0 8 71 0 708 648 0 0 0 0 0 0
8 1 sda1 212 6 14946 299 1 0 8 71 0 420 370 0 0 0 0 0 0
8 16 sdb 249 2 16114 745 1 0 8 340 0 1148 1085 0 0 0 0 0 0
8 17 sdb1 211 2 14914 351 1 0 8 340 0 732 692 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 6679 7079 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1280 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 140 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
36: 0 0 MSI-INTA 14749184 Edge 311a0000.dma-controller chan0
37: 0 0 MSI-INTA 14749185 Edge 311a0000.dma-controller chan1
38: 0 0 MSI-INTA 14749186 Edge 311a0000.dma-controller chan2
39: 0 0 MSI-INTA 14749187 Edge 311a0000.dma-controller chan3
40: 0 0 MSI-INTA 14749188 Edge 311a0000.dma-controller chan4
41: 0 0 MSI-INTA 14749189 Edge 311a0000.dma-controller chan5
42: 0 0 MSI-INTA 14749190 Edge 311a0000.dma-controller chan6
43: 0 0 MSI-INTA 14749191 Edge 311a0000.dma-controller chan7
44: 0 0 MSI-INTA 14749192 Edge 311a0000.dma-controller chan8
45: 0 0 MSI-INTA 14749193 Edge 311a0000.dma-controller chan9
46: 0 0 MSI-INTA 14749194 Edge 311a0000.dma-controller chan10
47: 0 0 MSI-INTA 14749195 Edge 311a0000.dma-controller chan11
48: 0 0 MSI-INTA 14749196 Edge 311a0000.dma-controller chan12
49: 0 0 MSI-INTA 14749197 Edge 311a0000.dma-controller chan13
50: 0 0 MSI-INTA 14749198 Edge 311a0000.dma-controller chan14
51: 0 0 MSI-INTA 14749199 Edge 311a0000.dma-controller chan15
52: 0 0 MSI-INTA 14749696 Level 311a0000.dma-controller chan0
53: 0 0 MSI-INTA 14749697 Level 311a0000.dma-controller chan1
54: 0 0 MSI-INTA 14749698 Level 311a0000.dma-controller chan2
55: 0 0 MSI-INTA 14749699 Level 311a0000.dma-controller chan3
56: 0 0 MSI-INTA 14749700 Level 311a0000.dma-controller chan4
57: 0 0 MSI-INTA 14749701 Level 311a0000.dma-controller chan5
58: 0 0 MSI-INTA 14749702 Level 311a0000.dma-controller chan6
59: 0 0 MSI-INTA 14749703 Level 311a0000.dma-controller chan7
60: 0 0 MSI-INTA 14749704 Level 311a0000.dma-controller chan8
61: 0 0 MSI-INTA 14749705 Level 311a0000.dma-controller chan9
62: 0 0 MSI-INTA 14749706 Level 311a0000.dma-controller chan10
63: 0 0 MSI-INTA 14749707 Level 311a0000.dma-controller chan11
64: 0 0 MSI-INTA 14749708 Level 311a0000.dma-controller chan12
65: 0 0 MSI-INTA 14749709 Level 311a0000.dma-controller chan13
66: 0 0 MSI-INTA 14749710 Level 311a0000.dma-controller chan14
67: 0 0 MSI-INTA 14749711 Level 311a0000.dma-controller chan15
68: 71556 5847 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 103012 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 1683 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: 584 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
481: 100 0 GICv3 56 Level pvrsrvkm
492: 0 0 GICv3 214 Level vpu_irq
520: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
521: 789 0 GICv3 634 Level tidss
522: 0 0 GICv3 43 Level 4e10000.rng
523: 2558 0 GICv3 128 Level xhci-hcd:usb1
525: 0 0 GICv3 152 Level 6000000.usb
IPI0: 5282 13490 Rescheduling interrupts
IPI1: 21983 41065 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: 34 13 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 11 4
TIMER: 2030 2772
NET_TX: 9 1
NET_RX: 173388 5894
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 6240 267
SCHED: 4669 4494
HRTIMER: 0 0
RCU: 10362 10558
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# [ 54.226324] usb 1-1.4.4.3: new full-speed USB device number 7 using xhci-hcd
[ 54.718382] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4.3/1-1.4.4.3:1.3/0003:17EF:60F4.0003/input/input4
[ 54.802794] hid-generic 0003:17EF:60F4.0003: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.4.4.3/input3
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.118
ti-test-extras - 1.0-r0.118
0
root@j721s2-evm:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
cdc_ncm 28672 0
snd_usbmidi_lib 32768 1 snd_usb_audio
cdc_ether 16384 1 cdc_ncm
usbnet 36864 2 cdc_ncm,cdc_ether
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
overlay 122880 0
cfg80211 380928 0
panel_edp 36864 0
xhci_plat_hcd 16384 0
rfkill 24576 2 cfg80211
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
cdns3 45056 0
omap_rng 16384 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_sn65dsi86 24576 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
display_connector 16384 0
ti_tfp410 16384 0
tidss 53248 3
phy_can_transceiver 16384 4
drm_display_helper 151552 2 panel_edp,ti_sn65dsi86
drm_dma_helper 20480 1 tidss
wave5 94208 0
j721e_csi2rx 24576 0
drm_kms_helper 184320 8 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,tidss,ti_tfp410
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
v4l2_mem2mem 36864 1 wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
cfbfillrect 16384 1 drm_kms_helper
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
syscopyarea 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
cfbimgblt 16384 1 drm_kms_helper
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
at24 20480 0
ti_k3_r5_remoteproc 28672 0
pvrsrvkm 1224704 17
ti_k3_dsp_remoteproc 16384 0
cfbcopyarea 16384 1 drm_kms_helper
virtio_rpmsg_bus 20480 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
k3_j72xx_bandgap 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
pci_j721e_host 16384 0
sa2ul 36864 0
m_can_platform 16384 0
cdns_dphy 16384 0
cdns_dphy_rx 16384 0
pci_j721e 16384 1 pci_j721e_host
m_can 24576 1 m_can_platform
pcie_cadence_host 16384 1 pci_j721e_host
cdns3_ti 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
optee_rng 16384 0
can_dev 36864 1 m_can
rng_core 20480 2 optee_rng,omap_rng
pwm_tiehrpwm 16384 0
cryptodev 53248 0
fuse 131072 1
drm 557056 16 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,drm_display_helper,ti_sn65dsi86,tidss,ti_tfp410
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:03 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 954635 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-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:15 +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
CLoaded 1187451 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:15 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 91 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:15 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
board_software_revision=01
boot=mmc
boot_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=1
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,0x02800000 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-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
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9ee40
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
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}
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;
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),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}
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#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 10470/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.173 (1006 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
675124 bytes read in 25 ms (25.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 675124 bytes: Success!
76648 bytes read in 18 ms (4.1 MiB/s)
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 76648 bytes: Failed!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
board_software_revision=01
boot=mmc
boot_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=1
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,0x02800000 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-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
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
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;
eth1addr=70:ff:76:1e:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9ee40
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=12b68
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.173
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}
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;
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),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}
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#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 10634/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/7c99c0099c1473605eced230914e31e3,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j7200-hsevm/0e5d1d88d3a39a75d3770764a225182a
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.173
Filename 'vatf_j7200-hsevm/0e5d1d88d3a39a75d3770764a225182a'.
Load address: 0x90000000
Loading: *################################################## 8.4 MiB
13.9 MiB/s
done
Bytes transferred = 8770286 (85d2ee hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:15 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.173
fdt_blob = 0x00000000fde9ee40
new_fdt = 0x00000000fde9ee40
fdt_size = 0x0000000000013f60
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] [0xfce8f000-0xffffffff], 0x03171000 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 = 0x00000000fde9ee30
sp start = 0x00000000fde9ee30
Early malloc usage: 3088 / 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 = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.173
fdt_blob = 0x00000000fde9ee40
new_fdt = 0x00000000fde9ee40
fdt_size = 0x0000000000013f60
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] [0xfce8f000-0xffffffff], 0x03171000 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 = 0x00000000fde9ee30
sp start = 0x00000000fde9ee30
Early malloc usage: 3088 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
531113 tiboot3.bin
976003 tispl.bin
1180291 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
6 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 65 j7200-main-r5f0_0-fw
<SYM> 72 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
4676 regulatory.db
1182 regulatory.db.p7s
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
board_software_revision=01
boot=mmc
boot_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=1
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/7c99c0099c1473605eced230914e31e3,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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-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
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
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;
eth1addr=70:ff:76:1e:49:e4
eth2addr=70:ff:76:1e:49:e5
eth3addr=70:ff:76:1e:49:e6
eth4addr=70:ff:76:1e:49:e7
ethact=ethernet@46000000port@1
ethaddr=f4:84:4c:fc:6f:b2
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9ee40
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=85d2ee
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.173
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}
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;
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),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j7200-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 10948/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+f8110d9ce8/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 02a2420251d18ed1c00b883ff468f332325ccd9c725b9ce5c0b67ffbd878357c9a822cb67e4eb367a78e8d2622c88e2c55a81b082c305da7ed81457cca0bf299
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adbc
Data Size: 59013 Bytes = 57.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 0ceddb0f3a9d85b7e8a12936357830ffa8ed16105618d54a5f49991fc28e3d5284f30f5cb2ba766007cd534f88dbfca742121265d5b1aa5882dcef155b7e28b8
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90859568
Data Size: 3410 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 58aa8cc5d055557561992145da9a676be44e39ea33666634d62f5dbe95cbc79fca5e96ff1c572515a7939a32b7ae04cd069a3d25cc3c6c5469bc2442c3fa485a
Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9085a3dc
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9085a814
Data Size: 3263 Bytes = 3.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: d792ed315653083673fd305f0c04c09e3fba91d95fd812527a77f92d9a58e7af7b8c6bf50d4d18234507097a4eff768808ce43e317d06891866d66ec1241bd40
Default Configuration: 'conf-ti_k3-j7200-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j7200-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j7200-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 3dfa2616f1f8eb472fdf29d8cd24113cf7571f74cbb53683115a74a867670807a346c51e98d183c4ae94457f6322b8ee66d60cbd88a12381692dee9fb8d30e36bfa0643aa4c52926dcc17d93d2d5309c6ad6888d16f4476ae74cd4845a7221f0ac7c72498a3997b4b8b7f3fcd6584b5cf9a88024cedeeb48a64196f82b85369b22546b6b7a755195bd445ac158cfae4f316dafffbe256c191bbd7212042469c91dfbc66949e85ed68c91ff0ec4514a56a40f88c531064586d3801aa045b132876106956a060b4fadaadd94c270695b02668c89504f870af0af37bab7f06049ac5ea6ce7db93b09d6f770113d7f71eea5cf1c16188a31190841988ffc2642a22c0c292ad508bfc6c76fd677513e3417c353cd46b1e346ff76b0b61ad02e83cc21d9b15466cad357f7706a5701fbbb34973e69a33db13225810171819aa6cfc376b38d10ea52491e77d3adffdd96f736af9108d085528b183025dec9513dbabaf3c1a8781bba5c27d96217a95352945d716a27df5377a4cf757e91e54808217568c44fd179e7dc24d37673d8ffa9f32490990be64d21ba946177114d0f07f76a030aa887943696315ba610d5abe8b2dbbd5322d91ff3b3cc9c8263fa6ca8f4747262a78a5f669a9a5d3c88e31bef09ae3c5718fae6acd2146258c39ac439649ea49033d08aeb36558789cee21c0e64f65d72ee56b750e2fa3a5eb027672cf81ca4
Configuration 1 (conf-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4089ee76c38c23da8c5ee889d5719dcde92f91b54f070a4e51515a8e399d829d4b5bbd25098774299445aac311f988190ffbaa4f1659d06dc039617ce4a559902d7c451b998102dd82b624bf91cb7c4725666abf0430dfa71122e45860b38525549b698e1af63f99a7886928a67bb09b477555fdfa14acb363d7e4275211735b41e77dad6be07ba46632ff702381b6fbc84bb0ea59eb5d84f2c133fa05c3b7cc75cbed89ad730723287b3dc01fca995fb36cd7dd8b84210b8e80e92e2336310067e3b4ead5759c49add59ca625f144d000d90a70c4f0775a411f2a434469697d89efa21019637b6ee58c2ec6a17076bb1e51689843d534e68267b119ef06069edc82d5b4f063c1ac4088fdde1db658b44dafe796ab8736a5c838989808ae197d447e1a78727d18834d7dbf014e5b83e21073ea83edf60d9fe3e019cf30dbbfebddf6b00e708a776acf724bacfac7c2f1c3c5c99c2a3a905bc0f08d45d0267a2bc350ecca4de5beeedc2cd4243beec736bbf13814929356304ffa9fa3161c90dd343eeeac816e1b4eb218a93338ce887797139e5661a3e3b61ee91aef87d6026d9f2acf7dd7e8779ca41e43eb9df57bf81f24f974820b3a8b23abca0fdc4ce66dfa2fa4657f79c0c98e6adb9ca86e107be43ab3979516f63482c20f00c673556e59e5304496ff5c0771de5efd1657a566a5b5a563942e23f019eff2b71d6a5f66
Configuration 2 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 355eadf37511ee9b78a0bfb11b8c7c4da90a4fbc53ddc4d059cead006b0bd8db7db0b850d27a38ec6d437f4601864bba0d3cd0023af84e75e4ac3f7c814e318da61d972af49e3d5822a3fceb05809e91da975bfe597bf7baecfcbf9fb354edde4a26fc4c3a6c12832a191a5bb281a7580d295f1ae492683756c0eeee52652a08f1dd49fb26dc0afa1f64d14377627fba0c020d56206e86c0b4c49f1a7639c4ea44c72018056d386223c97c97985873797789204649e50f4b893d4eba8adc584a031b006bd8dfa4cf2308c3cfdf40bd1f5deb07137c6052eeeb92c17a0c54ff89f3721a426a5ba87d7240369d4e4608ce29132c26df1256d23f68500fd43df196c35b0834914b9c38f56fff36368d35264514b88ca40ad5a068c125623c3c0d33e7f3ff82f586112e23943bdfec04d595028474c190a46f7a296c8d09a65ea2e1dc2ef860dda9df853b04f148123f007ddf96af4d84bdfef8c800df62c8ecee1261b2ce402b625ac05d1756b005a4f8585611b11ad1035fac86a7ec0604fd3cc45b4698dde9f612c2daebe232005da6e7442dd3262178209075ca158e98c230cea544eff4093f376f3a352074059f56158f42e9f7f219c16b8cce277a8d6c1398b9660f18a5781baf8731b55694181229383eead63db162e52975cdfb8e859dfef1131077ced8feb0a7dc1b2ba9c90355b958b27c6a0082ec34c0a2bf0c813a50
Configuration 3 (conf-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 61d8f9c8ad03539b4676ae2a43b6abe66bc6c7cbee18015ac567913d8b01dac639b2ec21ed53044d5f756da1f92f8454b3ae29a753833882716afbee4c6138459fd777672f91066d1e27d545213d6700db94b611b792657a853b6fed6a82605db0a80f5b5c930c005c32ebb6a6589f55301f352dfe374db655ce39fc61d72ddcbf6ce57f8b9a35cb9e14cbf536f2391a288230c6742aa12315677b88f22189c37c0f5d9dc92ea21ea306f4bfeb24e6ffff85e5b42a80f936e766658b8ca92b2f4e05fea0186d405272311763cb9b678ee76eabb3f612e8914163059418df0e3340ce990a46c6d2da01c98c43934063614b9754513f5f50217af4d597af50ddb988833c340aceeed9d7aa613e156a9f78d4ffba3567e6323d1fe3abf8188c5d1ec98d669807f1c513b0a21e5478b9f45151c5505091f24a8170f770b63f1f39c0adb94a952001eb0f925c1e4ce86662e8be743612a651c589baf3d6265eb21f680ae32657727f046d96ac07772e1a3a616316faf12bec791b96ca83ce2cb92d18ac6bfaf69cdf2ee5f2d6fe73f9ebb65dba6a029bc55df43fc40021a983e68c5caada225873f7537c9ded187dd1c853d55db2b919ed47119d5d465b56c1381271d462df1ac77deea213b27f71e9808a8dc89339b8aec27c7cc8f6126c2e6d378418ceaa571de6d48f99c84b3ca0b8dd09939df8d6573f8e3329c1aa06202fa2d0
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 02a2420251d18ed1c00b883ff468f332325ccd9c725b9ce5c0b67ffbd878357c9a822cb67e4eb367a78e8d2622c88e2c55a81b082c305da7ed81457cca0bf299
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j7200-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adbc
Data Size: 59013 Bytes = 57.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 0ceddb0f3a9d85b7e8a12936357830ffa8ed16105618d54a5f49991fc28e3d5284f30f5cb2ba766007cd534f88dbfca742121265d5b1aa5882dcef155b7e28b8
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9084adbc to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
Loading Device Tree to 000000008ffee000, end 000000008ffff684 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45: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.2
[ 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-hsevm/autofs/7c99c0099c1473605eced230914e31e3,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: 3895748K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 265788K 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.008344] Console: colour dummy device 80x25
[ 0.012909] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023582] pid_max: default: 32768 minimum: 301
[ 0.028319] LSM: Security Framework initializing
[ 0.033094] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040673] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049500] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056906] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063172] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070557] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076875] rcu: Hierarchical SRCU implementation.
[ 0.081773] rcu: Max phase no-delay instances is 1000.
[ 0.087280] Platform MSI: msi-controller@1820000 domain created
[ 0.093431] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103006] EFI services will not be available.
[ 0.107745] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120929] Detected PIPT I-cache on CPU1
[ 0.120995] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121010] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121042] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121093] smp: Brought up 1 node, 2 CPUs
[ 0.150441] SMP: Total of 2 processors activated.
[ 0.155246] CPU features: detected: 32-bit EL0 Support
[ 0.160500] CPU features: detected: CRC32 instructions
[ 0.165787] CPU: All CPU(s) started at EL2
[ 0.169969] alternatives: applying system-wide alternatives
[ 0.176539] devtmpfs: initialized
[ 0.184095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.194071] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201654] pinctrl core: initialized pinctrl subsystem
[ 0.207334] DMI not present or invalid.
[ 0.211590] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218187] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225501] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233540] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241666] audit: initializing netlink subsys (disabled)
[ 0.247263] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247466] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255187] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.261342] cpuidle: using governor menu
[ 0.272093] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.279057] ASID allocator initialised with 65536 entries
[ 0.291073] KASLR disabled due to lack of seed
[ 0.298687] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.305648] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.312055] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.319001] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.325428] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.332363] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.338765] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.345699] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.352991] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.362141] iommu: Default domain type: Translated
[ 0.367136] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.373673] SCSI subsystem initialized
[ 0.377680] usbcore: registered new interface driver usbfs
[ 0.383303] usbcore: registered new interface driver hub
[ 0.388740] usbcore: registered new device driver usb
[ 0.394122] pps_core: LinuxPPS API ver. 1 registered
[ 0.399194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.408535] PTP clock support registered
[ 0.412601] EDAC MC: Ver: 3.0.0
[ 0.416285] FPGA manager framework
[ 0.419802] Advanced Linux Sound Architecture Driver Initialized.
[ 0.426457] clocksource: Switched to clocksource arch_sys_counter
[ 0.432813] VFS: Disk quotas dquot_6.6.0
[ 0.436845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.446875] NET: Registered PF_INET protocol family
[ 0.452224] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.461281] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.470056] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.477986] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.486214] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.494976] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.501820] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.508745] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.516187] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.522270] RPC: Registered named UNIX socket transport module.
[ 0.528335] RPC: Registered udp transport module.
[ 0.533139] RPC: Registered tcp transport module.
[ 0.537941] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.544523] NET: Registered PF_XDP protocol family
[ 0.549423] PCI: CLS 0 bytes, default 64
[ 0.553775] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.562842] Initialise system trusted keyrings
[ 0.567504] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.576842] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.583187] NFS: Registering the id_resolver key type
[ 0.588373] Key type id_resolver registered
[ 0.592646] Key type id_legacy registered
[ 0.596772] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.603623] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.611276] 9p: Installing v9fs 9p2000 file system support
[ 0.636128] Key type asymmetric registered
[ 0.640313] Asymmetric key parser 'x509' registered
[ 0.645324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.652976] io scheduler mq-deadline registered
[ 0.657613] io scheduler kyber registered
[ 0.663333] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.669297] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.675091] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.681124] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.687044] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.692896] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.698933] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.708514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.718746] loop: module loaded
[ 0.722558] megasas: 07.719.03.00-rc1
[ 0.728102] tun: Universal TUN/TAP device driver, 1.6
[ 0.733583] thunder_xcv, ver 1.0
[ 0.736902] thunder_bgx, ver 1.0
[ 0.740210] nicpf, ver 1.0
[ 0.743157] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.750540] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.755989] hclge is initializing
[ 0.759380] e1000: Intel(R) PRO/1000 Network Driver
[ 0.764361] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.770242] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.775311] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.781376] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.786890] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.792592] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.798995] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.805094] sky2: driver version 1.30
[ 0.809153] VFIO - User Level meta-driver version: 0.3
[ 0.814786] usbcore: registered new interface driver usb-storage
[ 0.821297] i2c_dev: i2c /dev entries driver
[ 0.826468] sdhci: Secure Digital Host Controller Interface driver
[ 0.832793] sdhci: Copyright(c) Pierre Ossman
[ 0.837534] Synopsys Designware Multimedia Card Interface Driver
[ 0.843874] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.850038] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.856268] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.862980] usbcore: registered new interface driver usbhid
[ 0.868675] usbhid: USB HID core driver
[ 0.873266] 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.877827] optee: revision 3.20 (8e74d476)
[ 0.894258] optee: dynamic shared memory is enabled
[ 0.903730] optee: initialized driver
[ 0.908524] Initializing XFRM netlink socket
[ 0.912915] NET: Registered PF_PACKET protocol family
[ 0.918147] 9pnet: Installing 9P2000 support
[ 0.922543] Key type dns_resolver registered
[ 0.927110] registered taskstats version 1
[ 0.931314] Loading compiled-in X.509 certificates
[ 0.941083] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 0.964074] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.970438] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.977265] pca953x 1-0021: using no AI
[ 1.002875] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.009685] pca953x 1-0020: using no AI
[ 1.014218] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.021030] pca953x 1-0022: using AI
[ 1.025315] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.031440] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.038269] pca953x 2-0020: using no AI
[ 1.062773] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.068545] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.077084] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.086416] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.095004] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.104813] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.114709] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.121469] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.131148] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.141300] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.148059] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.155661] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.163316] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.173029] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.182535] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.191384] printk: console [ttyS2] enabled
[ 1.191384] printk: console [ttyS2] enabled
[ 1.199828] printk: bootconsole [ns16550a0] disabled
[ 1.199828] printk: bootconsole [ns16550a0] disabled
[ 1.210294] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.220235] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.266460] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.275044] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.283323] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.296164] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.303373] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.309568] pps pps0: new PPS source ptp0
[ 1.313736] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.324102] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.334078] mmc0: CQHCI version 5.10
[ 1.374464] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.469287] mmc0: Command Queue Engine enabled
[ 1.473738] mmc0: new HS400 MMC card at address 0001
[ 1.479041] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.484883] mmcblk0: p1 p2 p3
[ 1.488375] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.494092] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.499680] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.531875] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.538571] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-11-15T09:33:11 UTC (1700040791)
[ 1.683955] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.690771] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.698489] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.708401] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.720853] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.725876] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.732915] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.738420] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.744534] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.750396] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.756272] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.761957] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.768180] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.774042] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.784310] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.830464] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.839135] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.847412] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.860262] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.867470] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.873726] pps pps0: new PPS source ptp1
[ 1.877884] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.888022] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.896138] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.896440] mmc1: CQHCI version 5.10
[ 1.945071] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.960830] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.970327] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.020798] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.027925] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.037772] mmcblk1: p1 p2 p3
[ 6.071433] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.102459] Sending DHCP requests ., OK
[ 6.122293] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.173
[ 6.130027] IP-Config: Complete:
[ 6.133247] device=eth0, hwaddr=f4:84:4c:fc:6f:b2, ipaddr=192.168.0.173, mask=255.255.255.0, gw=192.168.0.1
[ 6.143402] host=192.168.0.173, domain=ti.com, nis-domain=(none)
[ 6.149825] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.149828] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.165028] ALSA device list:
[ 6.167996] No soundcards found.
[ 6.198228] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.204369] devtmpfs: mounted
[ 6.208816] Freeing unused kernel memory: 2176K
[ 6.218527] Run /sbin/init as init process
[ 6.425831] NET: Registered PF_INET6 protocol family
[ 6.432425] Segment Routing with IPv6
[ 6.436103] In-situ OAM (IOAM) with IPv6
[ 6.450477] random: crng init done
[ 6.466041] 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.497559] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.567463] systemd[1]: Hostname set to <j7200-evm>.
[ 6.663939] systemd-sysv-generator[141]: SysV service '/etc/init.d/telnetd' 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.673694] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.698255] 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.722850] 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.748209] 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.949657] 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.006244] 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.068510] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.113005] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.135956] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.159857] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.183604] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.206784] 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.230629] 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.254644] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.270524] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.290509] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.306518] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.353047] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.378601] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.402695] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.422722] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.447311] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.471239] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.494821] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.515323] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.540367] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.562767] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.583161] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.626759] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.649399] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.673315] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.694860] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.726815] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.750286] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.790947] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.809155] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.829711] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.884046] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.899600] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.912174] fuse: init (API version 7.37)
[ 7.939166] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.975076] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.994142] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.014878] cryptodev: loading out-of-tree module taints kernel.
[ 8.021913] cryptodev: driver 1.12 loaded.
[ 8.039098] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.065595] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.088153] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.103236] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0[ 8.405275] systemd-journald[155]: Received client request to flush runtime journal.
m.
[[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.573082] audit: type=1334 audit(1700040798.528:2): prog-id=5 op=LOAD
[ 8.580006] audit: type=1334 audit(1700040798.536: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.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 9.083086] systemd-journald[155]: Time jumped backwards, rotating.
n[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.126018] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 9.148806] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.158342] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 9.166949] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[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.
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.
[[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...
[ 9.503387] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[ 9.549427] platform 41000000.r5f: configured R5F for IPC-only mode
[[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.619889] audit: type=1334 audit(1700040799.129:4): prog-id=7 op=LOAD
[ 9.627212] audit: type=1334 audit(1700040799.137:5): prog-id=8 op=LOAD
[ 9.633617] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
Starting [0;1;39mUser Login Management[0m...
[ 9.665662] remoteproc remoteproc0: 41000000.r5f is available
[ 9.672936] remoteproc remoteproc0: attaching to 41000000.r5f
[ 9.683830] platform 41000000.r5f: R5F core initialized in IPC-only mode
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[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] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 9.908827] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 9.920366] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.926549] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 9.933590] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.941374] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 9.949342] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 9.966891] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 9.975431] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 9.984950] remoteproc remoteproc1: 5c00000.r5f is available
[ 9.992809] remoteproc remoteproc1: attaching to 5c00000.r5f
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.070266] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 10.117403] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.129680] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.135235] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.142713] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.150251] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.161314] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.177282] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.185786] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.196853] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 10.238305] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.275174] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 10.284786] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.302279] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.305682] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 10.357709] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.406855] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 10.415565] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 10.426337] pci 0000:00:00.0: supports D1
[ 10.431008] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.437954] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.[ 10.445393] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 10.464243] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.473057] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.481137] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 10.488694] pci 0000:00:00.0: PCI bridge to [bus 01]
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.507281] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 10.588316] pcieport 0000:00:00.0: AER: enabled with IRQ 685
[[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;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 11.493711] audit: type=1334 audit(1700040801.001:6): prog-id=9 op=LOAD
[ 11.502514] audit: type=1334 audit(1700040801.009:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 12.169872] audit: type=1006 audit(1700040801.677:8): pid=524 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.187368] audit: type=1300 audit(1700040801.677:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe7e40948 a2=4 a3=0 items=0 ppid=1 pid=524 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 12.226178] audit: type=1327 audit(1700040801.677:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 12.794177] audit: type=1006 audit(1700040802.301:9): pid=461 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] 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.
[ 13.769913] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.784913] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.854889] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.871109] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.889787] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.919316] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.04 j7200-evm -
j7200-evm login: root
[ 14.527718] kauditd_printk_skb: 2 callbacks suppressed
[ 14.527725] audit: type=1006 audit(1700040804.037:10): pid=858 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 14.545360] audit: type=1300 audit(1700040804.037:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe7e40948 a2=1 a3=0 items=0 ppid=1 pid=858 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)
[ 14.570747] audit: type=1327 audit(1700040804.037:10): proctitle="(systemd)"
[ 14.577839] audit: type=1334 audit(1700040804.057:11): prog-id=11 op=LOAD
[ 14.584686] audit: type=1300 audit(1700040804.057:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcf6a9d10 a2=78 a3=0 items=0 ppid=1 pid=858 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)
[ 14.610384] audit: type=1327 audit(1700040804.057:11): proctitle="(systemd)"
[ 14.617498] audit: type=1334 audit(1700040804.081:12): prog-id=11 op=UNLOAD
[ 14.624585] audit: type=1334 audit(1700040804.081:13): prog-id=12 op=LOAD
[ 14.631410] audit: type=1300 audit(1700040804.081:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcf6a9db0 a2=78 a3=0 items=0 ppid=1 pid=858 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)
[ 14.656772] audit: type=1327 audit(1700040804.081:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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-hsevm/autofs/7c99c0099c1473605eced230914e31e3,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17024
-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
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 65 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-eth/j7200/app_remoteswitchcfg_server_strip.xer5f
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-eth/j7200/app_remoteswitchcfg_server_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
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 792 0 51426 374 0 0 0 0 0 576 374 0 0 0 0 0 0
179 1 mmcblk0p1 244 0 16716 105 0 0 0 0 0 272 105 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 150 0 0 0 0 0 272 150 0 0 0 0 0 0
179 3 mmcblk0p3 251 0 16787 109 0 0 0 0 0 220 109 0 0 0 0 0 0
179 32 mmcblk0boot0 68 0 1344 15 0 0 0 0 0 60 15 0 0 0 0 0 0
179 64 mmcblk0boot1 69 0 1344 12 0 0 0 0 0 40 12 0 0 0 0 0 0
31 0 mtdblock0 39 0 312 10 0 0 0 0 0 32 10 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 20 0 0 0 0 0 48 20 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 27 0 0 0 0 0 60 27 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 5 0 0 0 0 0 20 5 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 12 0 0 0 0 0 48 12 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 22 0 0 0 0 0 56 22 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 12 0 0 0 0 0 48 12 0 0 0 0 0 0
179 96 mmcblk1 762 118 52509 990 2 0 16 5 0 848 996 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 342 0 0 0 0 0 392 342 0 0 0 0 0 0
179 98 mmcblk1p2 225 31 17226 247 1 0 8 4 0 332 252 0 0 0 0 0 0
179 99 mmcblk1p3 234 87 17410 371 1 0 8 0 0 400 371 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3748 3154 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1415 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6665 0 GICv3 928 Level 42120000.i2c
17: 51 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 43050 352 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 59893 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: 3201 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 570 0 GICv3 224 Level 2800000.serial
254: 2 0 GICv3 872 Level 47040000.spi
255: 0 0 GICv3 890 Level 46000000.ethernet
256: 0 0 INTR 391 Level 310d0000.cpts
257: 1063 0 GICv3 35 Level mmc0
348: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
423: 0 0 tps6594-0-0x48 0 Edge buck1_ov
424: 0 0 tps6594-0-0x48 1 Edge buck1_uv
425: 0 0 tps6594-0-0x48 2 Edge buck1_sc
426: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
427: 0 0 tps6594-0-0x48 4 Edge buck2_ov
428: 0 0 tps6594-0-0x48 5 Edge buck2_uv
429: 0 0 tps6594-0-0x48 6 Edge buck2_sc
430: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
431: 0 0 tps6594-0-0x48 8 Edge buck3_ov
432: 0 0 tps6594-0-0x48 9 Edge buck3_uv
433: 0 0 tps6594-0-0x48 10 Edge buck3_sc
434: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
435: 0 0 tps6594-0-0x48 12 Edge buck4_ov
436: 0 0 tps6594-0-0x48 13 Edge buck4_uv
437: 0 0 tps6594-0-0x48 14 Edge buck4_sc
438: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
439: 0 0 tps6594-0-0x48 16 Edge buck5_ov
440: 0 0 tps6594-0-0x48 17 Edge buck5_uv
441: 0 0 tps6594-0-0x48 18 Edge buck5_sc
442: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
443: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
444: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
445: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
446: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
447: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
448: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
449: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
450: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
451: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
452: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
453: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
454: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
455: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
456: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
457: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
458: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
459: 0 0 tps6594-0-0x48 36 Edge vcca_ov
460: 0 0 tps6594-0-0x48 37 Edge vcca_uv
478: 0 0 tps6594-0-0x48 55 Edge npwron_start
479: 0 0 tps6594-0-0x48 56 Edge enable
480: 0 0 tps6594-0-0x48 57 Edge fsd
481: 0 0 tps6594-0-0x48 58 Edge soft_reboot
482: 0 0 tps6594-0-0x48 59 Edge bist_pass
483: 0 0 tps6594-0-0x48 60 Edge ext_clk
484: 0 0 tps6594-0-0x48 61 Edge twarn
485: 0 0 tps6594-0-0x48 62 Edge tsd_ord
486: 0 0 tps6594-0-0x48 63 Edge bist_fail
487: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
488: 0 0 tps6594-0-0x48 65 Edge recov_cnt
489: 0 0 tps6594-0-0x48 66 Edge spmi_err
490: 0 0 tps6594-0-0x48 67 Edge npwron_long
491: 0 0 tps6594-0-0x48 68 Edge nint_readback
492: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
493: 0 0 tps6594-0-0x48 70 Edge tsd_imm
494: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
495: 0 0 tps6594-0-0x48 72 Edge pfsm_err
496: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
497: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
498: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
499: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
500: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
501: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
502: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
503: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
504: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
505: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
506: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
507: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
509: 0 0 tps6594-0-0x48 88 Edge alarm
511: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
512: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
513: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
514: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
515: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
516: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
517: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
518: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
519: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
520: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
521: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
522: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
523: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
524: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
525: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
526: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
547: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
548: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
549: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
550: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
551: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
552: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
553: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
554: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
566: 0 0 tps6594-2-0x4c 55 Edge npwron_start
567: 0 0 tps6594-2-0x4c 56 Edge enable
568: 0 0 tps6594-2-0x4c 57 Edge fsd
569: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
570: 0 0 tps6594-2-0x4c 59 Edge bist_pass
571: 0 0 tps6594-2-0x4c 60 Edge ext_clk
572: 0 0 tps6594-2-0x4c 61 Edge twarn
573: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
574: 0 0 tps6594-2-0x4c 63 Edge bist_fail
575: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
576: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
577: 0 0 tps6594-2-0x4c 66 Edge spmi_err
578: 0 0 tps6594-2-0x4c 67 Edge npwron_long
579: 0 0 tps6594-2-0x4c 68 Edge nint_readback
580: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
581: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
582: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
583: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
584: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
585: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
586: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
587: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
588: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
589: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
590: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
591: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
592: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
593: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
594: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
595: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
596: 3 0 INTR 436 Level mbox-mcu-r5fss0-core0
597: 5 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1626 0 GICv3 36 Level mmc1
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
679: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
685: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
689: 0 0 GICv3 152 Level 6000000.usb
IPI0: 2037 11444 Rescheduling interrupts
IPI1: 3258 8521 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: 203 177 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1092 1372
NET_TX: 9 2
NET_RX: 90037 388
BLOCK: 922 0
IRQ_POLL: 0 0
TASKLET: 5555 11
SCHED: 1652 1444
HRTIMER: 0 0
RCU: 8379 9215
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.117
ti-test-extras - 1.0-r0.117
0
root@j7200-evm:~# depmod -a
root@j7200-evm:~# lsmod
Module Size Used by
pci_endpoint_test 20480 0
cdns3 45056 0
ti_am335x_adc 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_usb_common 20480 1 cdns3
kfifo_buf 16384 1 ti_am335x_adc
overlay 122880 0
crct10dif_ce 16384 1
cfg80211 380928 0
rfkill 24576 2 cfg80211
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
sa2ul 36864 0
k3_j72xx_bandgap 16384 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
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
cdns3_ti 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 557056 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:51:42 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 999935 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-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:51:55 +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
CLoaded 1337327 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:51:55 +0530)
SoC: J721E SR1.1 HS-SE
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev A
DRAM: 4 GiB
Core: 134 devices, 35 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:51:55 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0044
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=1
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,0x02800000 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-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
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;
eth1addr=70:ff:76:1e:42:94
eth2addr=70:ff:76:1e:42:95
eth3addr=70:ff:76:1e:42:96
eth4addr=70:ff:76:1e:42:97
ethaddr=24:76:25:a4:59:6b
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde86a20
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
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}
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;
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),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}
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#=0000000000000044
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 10792/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.0.114 (1006 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
691508 bytes read in 54 ms (12.2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 691508 bytes: Success!
91496 bytes read in 41 ms (2.1 MiB/s)
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 91496 bytes: Failed!
91496 bytes read in 41 ms (2.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success!
91496 bytes read in 41 ms (2.1 MiB/s)
k3_r5f_rproc r5f@5f00000: Invalid op: Trying to start secondary core 9 in lockstep mode
Load Remote Processor 5 with data@addr=0x82000000 91496 bytes: Failed!
144948 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success!
144948 bytes read in 42 ms (3.3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 144948 bytes: Success!
10489000 bytes read in 49 ms (204.1 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0044
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=1
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,0x02800000 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-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
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;
eth1addr=70:ff:76:1e:42:94
eth2addr=70:ff:76:1e:42:95
eth3addr=70:ff:76:1e:42:96
eth4addr=70:ff:76:1e:42:97
ethact=ethernet@46000000port@1
ethaddr=24:76:25:a4:59:6b
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde86a20
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;
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.114
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}
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;
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),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}
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#=0000000000000044
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 10957/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/35ae0f491ed043cf093d6f994893a727,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j721e-hsevm/ba37b96a247b0e105f4b226ee4c323a6
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.114
Filename 'vatf_j721e-hsevm/ba37b96a247b0e105f4b226ee4c323a6'.
Load address: 0x90000000
Loading: *################################################## 8.7 MiB
12.7 MiB/s
done
Bytes transferred = 9104858 (8aedda hex)
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:51:55 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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 = 0x00000000ffec7000
reloc off = 0x000000007f6c7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:59:6b
IP addr = 192.168.0.114
fdt_blob = 0x00000000fde86a20
new_fdt = 0x00000000fde86a20
fdt_size = 0x0000000000020380
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] [0xfce77000-0xffffffff], 0x03189000 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 = 0x00000000fde86a10
sp start = 0x00000000fde86a10
Early malloc usage: 31c8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffec7000
reloc off = 0x000000007f6c7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:59:6b
IP addr = 192.168.0.114
fdt_blob = 0x00000000fde86a20
new_fdt = 0x00000000fde86a20
fdt_size = 0x0000000000020380
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] [0xfce77000-0xffffffff], 0x03189000 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 = 0x00000000fde86a10
sp start = 0x00000000fde86a10
Early malloc usage: 31c8 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
20591104 Image
278174 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278174 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
291408 tiboot3.bin
290633 tiboot3-j721e-gp-evm.bin
291408 tiboot3-j721e_sr1_1-hs-evm.bin
291408 tiboot3-j721e_sr2-hs-fs-evm.bin
1024723 tispl.bin
1300183 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 65 j7-main-r5f0_0-fw
<SYM> 72 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4676 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.22.104.208.318
118784 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> boot
## Error: "get_overlaystring" not defined
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0044
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=1
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,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/35ae0f491ed043cf093d6f994893a727,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
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-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
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;
eth1addr=70:ff:76:1e:42:94
eth2addr=70:ff:76:1e:42:95
eth3addr=70:ff:76:1e:42:96
eth4addr=70:ff:76:1e:42:97
ethact=ethernet@46000000port@1
ethaddr=24:76:25:a4:59:6b
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde86a20
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=8aedda
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.114
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}
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;
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),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721e-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
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#=0000000000000044
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
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: 11270/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+f8110d9ce8/j721e-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 232259fafd0fc2d2614f3e065946fad626712a35c0ad23b47e11b998d820bf3a7675afae594799c1be18f64ef065c3705af54ea706a30b9014ebbe87cbf9e95f
Image 1 (fdt-ti_k3-j721e-beagleboneai64.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adb8
Data Size: 101695 Bytes = 99.3 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 73da73a26a6e7be8040437948e6244c65709d50479b34ca60f32869e0e49d11e942b12c7857609dcf925edeeaedf41ed7f5d1452ab5823d49b19d74f7f7a9eaf
Image 2 (fdt-ti_k3-j721e-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90863c08
Data Size: 102504 Bytes = 100.1 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 371f8bdf97f264f8bb93b1a5ecef17e666394783b2045902cd41f6fb124a66047b79c837a95606795cb6afb2bfd8aa12f1502d2fd076f571a2b61176ded02145
Image 3 (fdt-ti_k3-j721e-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087cd90
Data Size: 112468 Bytes = 109.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 9c89bcd6aa8240e03cc11259f89b9f1de9d149edb5e1221711d585835df3dc7200f9acff225325093036d9c5dfb5f121c8c551f0fb63d8a07db3c71a02aaad5b
Image 4 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90898604
Data Size: 4216 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d
Image 5 (fdt-ti_k3-j721e-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90899794
Data Size: 3389 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089a5ec
Data Size: 2988 Bytes = 2.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a
Image 7 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089b2bc
Data Size: 3589 Bytes = 3.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70
Image 8 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089c1e4
Data Size: 1623 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8
Image 9 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089c95c
Data Size: 1626 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089d0dc
Data Size: 4285 Bytes = 4.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089e2b8
Data Size: 2324 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d
Image 12 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089ecec
Data Size: 4536 Bytes = 4.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513
Image 13 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089ffc4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 14 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a0a38
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a1408
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a1e80
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a28f8
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 18 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a336c
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a3d3c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a47b0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a517c
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a5b4c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a65c4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a703c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 25 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a7ab4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Default Configuration: 'conf-ti_k3-j721e-beagleboneai64.dtb'
Configuration 0 (conf-ti_k3-j721e-beagleboneai64.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 1d7aa60ed7bef818c6cdc28cae3d94261588f2245f343dd5e8827f5c85ef63e7f5da0cf8924026f260433688f0d5f94e8da1cba8a6d08989bc75ef88608902ab879e974c62fb7f2ccace82f74b8d7f0e99f9b801f5a7a33627424659889508be5607f0872cef3bdb6b0aed446f1f97d18d23ad5b4332c7e310424801d0a7c11be30b71975d638b5b69f7558a46f4ee4e93203ac48b3292efb2f26221e4ecc3c80d7c01b1f490f36ff291ffe9cdfff01495903af99239a7e7ff39d8726d624135c5969d6f372da748d17515bb374e158836b4c8613cc31d65440e8a42302e780cbaeeb6aa798b21c558c0b082645d81714ff93359cad2542c4187cbc2248abeab68510200dc8d8d1b67474dad8e4b22a38b6427c403cd6998baa0f475a0252716727640071506815e57ccfd248c50bcd7d890d25e68d7836b185e1cc25d8c347386ebd7d29bf96c393f29629f44db4322af5da9c42e3bcb97ee6c71a934938d0f9b60bafbbcb98275c90a1c7fba38575c6dac1d38779aa2e7a75be5359f4a765a9b5fb01f9eb6e17e5a80d8a6bd0c51369bd4f7bf38ff51a7d0b11a4a19ab107fcf6d173c4b2c47ccaf925005da2431ffce1595c6419e9b6026ee2761fc1cb2f13cdb041807d6de98f26dc6359b4a42b78448666f674fb85cf0a7540eb91829506e58a5840321d31448e460d29c922a786bf7a600bff25df672dd3d02cd42424a
Configuration 1 (conf-ti_k3-j721e-sk.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4516b733a84b7e8c686c68042082dd0855b8b3b226641183c8fdc583bf9c1ee2b3965af61860525e7e68781884af75351ecd2e19dac11553bf15fff5c34938b964315a4ab0d80030c95ec71473032841950aa6509830ce8e712f952e19ee7e73b8adc2bb5d8184d45b30095a6aabcb7361f660a479fd3544a1c345d9dfbc7f1ed69a12757a8c7929cf0097d9f680c56a317359553ec42d798bc4a3f1503b17443560454b5e00825a54794b5e719a68cd03546308d59d2a6cb77d0955acfbbb83f34bc7056e3407cddb6a6d7ee79dab7700957178c50a53ceac69abf3a1189310d312293511e29e65a79823333ff35787700f41b8d7915e8f20980b639bdbef4a69c1c0faf85f8ff06cfe33e7bc87366baaac8e213d7b6c6f1c6ea8feca8bed9b734dc30736c98297f68b6e5499db9445dab6dc05d81c5b3feae132487609cee0f99bdf7578e54e03ed291c307d84d717d702a502519dae29e80af8246586d279667ea8ca589d38623b6a67829dca2fa3d018966f1d572cabefdbf90041c93efb657b2e99c229204fe848af3baa7cfacd95354af541bca4b1a0428c80d56816271c43dac2fe008a83a1b6d0740361875cb4224c158374a7719e1084d2552857d1abed3553012e55bd650bc1bbce31af2145526605426c90e6b498fbdbd4913a2c80c3f1e4e4223d01b7c8ed48ca833d33e80c2601a6bd19e5ecc5e4cbf2b18559
Configuration 2 (conf-ti_k3-j721e-common-proc-board.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a8dafa4c269be844b92f2d4e839e46a7b5be0352ed906eb9421a34c8bd6a7d9a21f464c964b12369db73e969379d1c6047ae1f4d9b8139a2b73f5e4aab1beda545627cdd90e18fcf403f5ec6868d5ed2e8646bbcc4ab70bb7afaddc454fc612b20281ab312612a2bc29ae020efeb74c8152f069e56b2e3325dac59ed23596771e94136b42f0ca3d6a7f6a7af19dfa244cd920171c77dc6b7f1a3f6a4878652955a1dbca839f52f4dbe2731dbcdbc18dc1086e0d5f563c412f4ad9f70a9aed3ea6893987bfbe6856b2ff77f2cfcfa58cf7cbbf3c499e7177bc48c7d98f8148dbb7eb179bdb81adb73be04f24cd155670354e8f1574f60881c186f0a2d2e89fa27df14e5ccc79fde4ada145857c6711806bc44e505e301d8231743a343ed76800aae7cac9735a6983b8fdc69e4ca44d8f196c10483a8c1f6c437d4c117e62e84ed27a828c39ae7220b8c742754b62a9a8ba08f0ad33a7b5904ffc4921f26f1e6cad86c2ef47179900dd8c69a7e013ed3070ddaf54ebb0b80642f05864d3bbb5c6ec11a9091eaeb3ea07f4962163118f326a6997e427a46ce339bd5e741f4cd9a6c016fdf148ef713e655426e467e57a8cbf3fae7f6535a05859d8dd3b5110d697ccdee65ef9d3a9c3f8b404e8d1cfb6bee396549b3dec45cafbc7022ce05d546649cd76f3212f8b14653f1b974f8ddf898c590b14fc46294daab762c47a106219b
Configuration 3 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: ae335e0092056ff32bd87b64a75b0fe79a45b6b5dcb52fd9638ff19865cd1e5772f7ef90fc9ed998a791ee1f4d0255bc5ef2d901039f04342325a983547a352c046d61ddaea5004234db6650053c46782e7d864f0b37f6472c08fa761600fc1acfc52d4bc0bf60d0079b6e9576a0bcbeaea97e04f48221b77f4541ee01fc6f52cfef50cb47c26cec6b6a2e8f8d51ca85b3027a8b2937dcdf323d78dca17468dd02d435bd63fb06b0db1b19a9bb5e07883ee90024e0d79d8f70af507514a575a60a5c3865e1ebaf34d93fd5ebaa4f34fb5899fc216661db9d51bb07d44697d7304ef560eaeef566769c686451ed51f8547b2793a53d70a66f6c8012a93545b9b8b53749cb903a21a764fa3691183723b57fb080aed39dfeb5f8aefe67e6c327a1c19b211c5c69b548f6690fb578aa00f908c407075e7f4597cc9eff92beeb68619283c979168907fbb1b4f629dad0d6dc43c14331e48f22bbff7cc22ec5bfdf6b55813b11eaf4db4a6508379a091b9c088ce14b80bfe10a0fe3e4694947323ca48310377a1a564cdae765bd837381b9dffc8cc3a6e7eb8a109fce807ea6c10f09cdb80d0dabbe5fb7326c47bb69db80ea5ee093fc10b4eb66a53bf0d213a2c337c222740bcb9000fa7ab5e873add52929b6d7e67f7f0e41920d30fcad2b8139035b115f28285204d913b1a3080d9572b4e4d707567b0a1975d38902a1c5747a16
Configuration 4 (conf-ti_k3-j721e-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2e25ce01329e4a6908639d1263f4426836a58fc0ddde0e6eade5234ef80538235be488e264d6f37ba08ac575104c55547b7d667c006438a2de77f9d2672ef16c826463088b9d6ae5d2c549d98bc632554fdf57bed2366c8dc4115e46325b00694bdaadf7b08a85728110ade987f917c8a47d5cd90f3511113101efeec5ce4d6106feb38b6f02bf304c0dac6af6ec17f8f4fefc0ae7f2ff81d633918f4c777d5f404d798424b10e9a7f647ec80abb8ebc6d5734eaadd9311484a24dec35e8760efc7caa2b6ee91122c4599d26a20c4afbe538a86702f8357a7479ece6b0878f02ea9faaad2db065dae562c264150e85ccc00183425790700aa467357885bbb3ff9b8f0ef43e13de2e03685162de5b9861044dd27a567ac3085095cd212980936a36b593b99eccd767e0982dce02a56eee4c1fe7a619d0e9173c91aac819a14019e18f59791a8e07c5208084763859b06d14389304376e728705671ed2bbf3de99255918ee60d2a5c49660487942da7a4ad66af4f59accc879ed4fa8208c3877b08f2dd654ccdab0c29623c75a2f8db2f6c7a121a7d20988daa78bcefaa85be856ad09dd9e2de04dd6d4dcf1002fce71acb5d15a196a2f8338bf4ed923e6166f5bae36cf7a865516da7c960c5c645d1d36592b6d6b4a7aec6023799ab52ddaeda004918fdf28142f05b355bb62192b84a817423fe5821c16094fe8b8851c0c9a3f
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b2f9747b7b71b34e743499ec1f782ac551c13982672acf24790ad0b6c1589f160b0d6c72b7f3460ba618f222efc95efbf04cd77e848f0cab8bac3cf6eb47a58c37d496ca3104460255f4ec8bf301e2586de096e41ab5c724bb37f3cf619ffeaabccf16c6908c2d45c44669d82769e67b965cb18a3fc20053ed12bc7bc4f621b414a8f9119e1aabc7913f63c98369d76adc1e1790aa1c224ab6211902c42d9e0371fa82d18b5a48a241ee70e3ab54b11ccb6c643b3f1f78825ab42dd66b5d757e47fd1c3c76119f2b0c188dc7957aa8fa55e5df37218872d73369dd6e469ab9b5063de0eaa7540bbd954c812d3b578b122871dc38f7aaf9990b36dec2adc3db0fea5b2c667f1d7d0adc9e3ef526ff56f7f893f7169d7fc29833cbec9988ea26244b81f402be12979e58158ddfd44fe73ff973b1c693c27760428a331ea441579ce1a4ac391a85da5b158d611f162a937739f0eacbd92de676ef8f2fc37b738c58b253f1fb04bbea8a232e3ad81d8a43243a3faa67c08f931535fd6d6f96700892b833f06d5d0ceb23efc3efd1fc3fae6432d771e3bfd89be479db7adb42dde3225ad974552777aaed30982f6da03544edae719538d469deee88cae31bd4646cbcd11d2d872cdd56c454f40a697ff96d74a6b695f2d6bc99afb0848f55cb50b3ba78ab5397a5fafe224760b8a7cfe8eae078588cf06021d4a5b9b55ee3444532b3
Configuration 6 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: ae4e314b9574a0b5d66b33e1dac57ecbe0fec87ca1e9240f195d8b190ebb91dd8e5307c68bd98cd692bb9d0a29678016894cb5df2cc693e48d37f6d81815b49470696b841ffb65730a74e367da66edce3d4eaaf31bd669a198caeae6aaee5a7eef5341e70a6450b08d7448a3bed66d65701811084c0744b109a45207dfab6fd2b757f6453e7aac6259975c7df658186c5692343e5794de7e8d04b399aaaec260566eea8c0dce8093aed404fee15fc809b10c7f067e616cd820b2a1e2b7eb258920695df50ab5dc50536122682354a68134dbb9cef6f9d736e44f7e4a3ea8a07948694acf1763c17182fa624d8817c76e64bc4c55917c4759f81ef42f1dc4a32e3d5465909a476fd428d9787b22ebd618b7baa85eb0cfdad6d4eff97313a77fddddcbcad80af17482eacf5c6a3dd841beb7bc1f8f1d50776c56a9a29e4b596603c72f05f753af6f978d214783b6c7582ba7d82c1354406a66d28bd9d63f0cc2d336dcccd76588c69c88f74914570b665619cf0fcc15e7a6a9953cd417d97c9136e7c6f1ced305906917262f28885efdf77aa139bc59cce94d2c9c6ca207d4a0f99e79efbdbf4a005838d167db7b658b3e04c661ac858bc78e1ae2fbd47427547870a2e1e56705b4279c7bef5a270cc05ea54b05755dced7fae2e86b6a089ce9b9b451dc04a155ab09780647b4492d097591ff1979444b3752fcd188f79174cebb
Configuration 7 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 98ff6ab32073a36bd9a1b3261f16ef293e3e945966a36f7de35ea3ce61fe67809d71809c9f39daf7df900a02aeac74ae7e8afdf7299dc3004ceb95f70a7c429fff755651a3b95acad27354dc8d2f64b5c9bb06ba27327b8ac732533920300d68d1c0a85b2456a13b58e07676b11dae93a6507cce83f8b3fd80e12f1a767a41b418decd846e631195a366fb99d57a1cbbe9c8b009510d9e0789e61ed16911b91c5025e58eed8ce74ba815e9bd7fd1dcef7395e3a329b23f3a16569fa03396aba177a12451a7e304266e6c34c719034bfcf4b043c57e1dfa012ebee442fc2badecc63354dda6d884134d9d9e7a0996cc6acf1d03b52eaf1f65b6387cfe7ed91f317b5d91370f38d9f2342468cb09f749359dee0ca6616d1f908fed40d372fa7810e3a9587f236d20a92133184a3c54772a18023dfdc6a7f0d95d6daa282d9ae3872b441f712c067bf0e80ed9310875421fbcf845fe29bedb904aee2417c1b66c604a0114c53789e3936bcd0d67b2235ed4627013a2b00f9c16f89bc9575b227abfd91b2d46347699868235d45bf7194533901e18d07524efd84abe21c641f51c8dceb781398b7b9a8ec39178224fa10acea2b51e4f4dc80c5bcd29470da237f4f6da0b66526b15dbcd40ca90252ce78e04a662719ff95c7d3f2e14c0f3fb3ffd17d93cdc92e7d654fe45316ae979fd49d158e96bee9eeca39e37eedf0b95507406
Configuration 8 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 0273d6f97a531f24b40d14bd6084735cccb744ef3c6014a9a68b3570f207958c4bbd16b3404ac2cf870ab2305cfe0e9c6d6da986061bfbfa61e0246027da39ec33486087401b2a01a37bf9fcfb6e1cc5d1734513e5ec50d9250f648503b807dca6444b5f5c42925a06d75d1a1e7316253e374899ff3f5ce80e02bd8cc1e69c766507587aa04c5021bc1e65ad8fb269847cc9e82159615625a43c90c18086c1df219c14d60e6d7717a52a298c7f13d0a88e8110e4c291831b1ed4cd693e2691805db79606aca2afc873c1c6fc10bce53b4a55727a96c18adac4608ff11d17ba0d84bb12f2b901706a385206c30f6793cccdb3a2472f1ad08e37b9248ce6240a4ffb968ba8f64fd2d4ca9900693f61c529aeafa4991540928789f216e3d621d433f242b2a1c151acbf313240ec3f9448336c97bef87b8bdb8b610291e30c3e59c4f523aca33a02db22ee505f5c43952be53175f931ad20080f9d3db25065383340e85b9dec0d62b9ce2a651bd32c1d84a1d04320435f2388d1a026ac82333f8861e1a996c9c89f571f00413323cdd2dbdcc5a288e2a56ca3bd7b46141f16610adb33db1b19d2b7b10913001751e628cd1029c0400e5f09849dd8b96611e1232edc1954ea51a445c4f9d0c1a15e39bec11c8481d5474e9d26522030c0fec34c11927b3cc4d206b9c48f6774270dd56a050280f61249725bf334ec4fc1965bcc107b
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 841d7504af52880251da88d5d134df8362a487f046318947ca0137923e92e1fe491431f7f55db8d88c334d83c722ef09f996975022e22e04ac7cfe645a33152291f308b659ae05ca7c118fe3996ccbeb21417d23114bdd3fc7f1559fce27416bb4f4b9a9ea77e8d072f89ff6fe249c1fe3163067025909f51fd78d7c774bf74eabfb47db1d5e55d40dc5918be2019cd2c25aa86160c3720e0809cb396815b346583ac620263fbf104ae73cad2a2c96f7ad567c82047dd5c7f8dc7b46327f28d9f9b08fc6ff8ae99bc4d2f49522b8f39512135cf222dca4ce9dfe56d08d30f6a2fc040f4526433c081ad4d327c0f39367fd3aaf9743c86b30b7b60b2ccb929c51bb3f501fe95d71b77ea0f86a7731eaab1dbc699a05df3d834b1a12dbd20a3df40bc207afded6d004c02d6e855a2c2bfe590e172c04d7706f13f3c2a18d14e79a1fd5e63318d164e8ecffdb9ea6c824638bb87db8a86ae0c97265bac43d3093fb54426b6fd1c9c70158ce34728144555840ed305aa30eeb45f84a01eec84caf4af251dd4fb04414d1654d94ac270436b3ae3b6547420a43d5baa54c29b2c5c1d9cebbe05d223ee651f60d912c504f7aa5b6c9372f991aa7f15fcc77d68a35d8e831ea3205fdcd2adc7188f4a93b4acee4e9e8f165ae71c031725932c07ceafd5c3aece5e7600d8f7cc1bfc0f3c3ec1ba3a2e2b000fa2bfcbcba99241945cc91dc
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 901c5ac797d386d254b0a4d35bf213e9469344a8af22c7964c916a6da4421264ff6c9379bd88c94c297a8f5f8e70983f0a9a4bc7162a10ba9fe0eaa0e0a4b1e2b72d5915da21d0e4312769a6e5870342c5c2f3ced22bc9fc8be815e33b29d3320fa3feb1a2089843c7b43d30687bdc09d2839be5bb517bc1cfa70a51de89f270df6a26a50a17946d2674d18fa1a6e1dc4b69214b9f6ca34031c14b9112d724648cde041f8b095be6891a92525928499f8daf60bc87581007f84c128301913f06712e391601f468ef9fa006afbe7d071503981a0462fd2d5b77d9fd25e37ee1665c4b52d5a407a0151097da3a4d022eb141e6f9b2c7e373939aefe432d3066886c748566ef881fa0bf753b919f3b181746d9e05e46398ccfdc2c4a9b6dc90e9d715156821d89c3ee5a40f03d7b0017b13acaab1882e3d15300bcc7f980af8ed50cf2aea13e8f63ba6c8e49a5f3ba9555cbd18b07a07bd5d6664607bd0355ac34bd25339eb1ce9ccfa3dad5246e44a34ea4ec32b24699d020d05d20d8132d8639716d41004aaa18bb11025d4d6a0f6ba6ffd03225643d911a582930075f971ef26c4bec6373df31dd05e461344528be38f455939b1fe09ca8fe30a7ce921da8ace5222e7bc5062d3e40ee30711fd716598f15b0eca0a2b3b5db210022a54d20056514a0d455b06fa8e75f0745a8e3f37e6a8298adf5550639e96adabc8f93ff339
Configuration 11 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 6dac5acdae52fca449ca76e9379c960a315b74583441d64f09c2337201cde4fadcb6dd5dc443b84d6119bb18bfcf273d22b41df12897330b6ca35e8549e4dafdc5a15d34f1ac2f0e6c59c07109c48ce10378cc74361c509781113acea8ae71f242e34ddc1f706838510b596a959d99d11f687692f1c9ab8cc223a5904d561ab362f7e4dc485a0207e54714d000821d87ba282e5683f0fa5531ce18a4ca202d5e958955b59ade8fab53d3dc37f4d3093cf18763817c1cbbb41da46e1d65e5b7226328c0555a931553efc97d6ed88afee8b623a502408f8649972f0f707f58633c994fa2e745e81dce753970953c0241b9c65a3ab467720a39e87884c587a5a57f5bd60d407c1df86b637be8a7e15a1917f189bee08fc32e03eeb1e4d82a495ba066cfdaaf1d52020b27d2f1528589910f8791aa619f48bb3d974726095803e2505843232759a8f3b6c29ae964bde933b66eff5db738e31158dfedfbc290e5d8a0ef73ddde7ae450c79ad0cee906297d703e08b72cf07a148c6f55534e547045783024ae2ee14f074c5e3919fd703ffcf98a73f17918de31f94974308df877852c91ba8559694a9973e7b2027c912d3c829e6dfa69bba5c5a30dd4d55c75455860d087d3d4f20f1dc75befe5a20d857ee9f99e33f3d94d84413f367165c2646e12957e2389518b27b8c8ba6be656c83e073bcaface271b46b4cffb1e51b4fd8078
Configuration 12 (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: 272509fa25ff500840e801b6b28527913013a214f13f386d0a5ede89f27053b7eb2c5be089129150665e3d656f3d974c551cbcb47ae0c211dea08d0dd55bf48769c9620735310bd5e3fba72193d82c1862bddd7395e6acbf4a79d67df97224261f37cd60b59007896793e543731277b16318a64fe47ea19a5d89df03f1e68ada4272c09a367a125cb08a526b1f9f120a8853067c4b874cabdb27941af6ad0a87c1983ce2c8340b1cd1b6b9f317b465cea75d61af44feb07a593effb1b6fbf0f293ff6488efd3504a28a5b7a376d287ea37c28f046854d55ae9d225ee0d463e0521bf2b94618df558c9714ba03b364bac2acf29714d035abbdfb1b013a838faad51fa945010e67f441fc0ee0cac4d1f67bf7a17b0efa5e4b9f2e32924d389cf916bd8576246c06140d2ee7d4f7c3d3b14314d36aa4afd10ddfc6d497b8163306ba7583b603836d761332a62b587a619c975c5654cd8b6c9b875b973d1a209224d73d1d9b6e313b23b520095aed0a01f390d6c986bb3c51a13e26ae7bde3394ba15ada5062ae1daa7ad72175f6af1a1966216de06f04ed4d32fe3cf717546ebcac2fb58497b759a366989d38158b94b18667e5c798a098379eec1feee6595c139da55350e9d75a95cef108f902ade6c2e2aa185c8165e82a634828ffacab34068634dc2d642ff6053fba5f766c125aff7c34cfab8914ad18fc29be0c4557ce224a
Configuration 13 (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: b9cb3737cb6c8f7c28f2cd726d6be03aabb3b83d75f3ed36b3f49c900901ddfa63044d4392fc60d35e7ae6b74bb7d6ef24d31bc9998c7a3911edb974a18eea6e4614832d95d8d6cc424c91d01791c42430982413dc87ddb68ad0262502773fbe8625f2b45239a9418c4bc780c760fe67c36bdc28db404f6015fb0fddf73eba7554b831907bb25bb9a8a67ee63f2c55440761fed6b97364cf5a02ad0840e7b76d00f3165b1c71a04cd66c8df62bd2f6f687d76969aad78a59127e39ffe42bac34b66cf7c929d7147b81d0f5ae82ad3eefc9f94c52e716723807d165b21edefb9d2fb8bbb0512216499f682a4df49ea45b81c38d261e4c110d3412797303dd76d61a362e0d8eb2ea6c40c9e3e9dde99ae597868f694693d32cce739a13d2abc4b2e4b8c113f422010602a9699aad4b1e7794d3ace224573f1038dbaa492f5143f2398566972e9185fcaea81d9f023e53c95e284137142db53d755b68c85fd2943fe40154edb7ab633a5d8539f7cb15f70974c9e4b79e3b228ac7506875c6a8383218079624cd2bc99af3a613b37ccaa31e07f404fc53a7ebb9bc294fe00560b82dc5bacdfa078e980b9d5f34c524e916dcd6adfedea9955124e3dc4c0d6e5a6d012411fe4186d8e09e001fd43dadfe5bc7b7461a7e28ec6815cfd5f6b1d9b8c1d304d140f86285e38c69c161cdb40bfac64d005687703bc55e447a65beea5ddb9a
Configuration 14 (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: 67140201814d373d0de86a70919fdb7dea44c2c3790b2339ff3ac35dc70d18afdbca39504da9540b7243be0519c0d5c3d4b132d0b3be8a386dfe022ad4b9146a1c1efd2614641ac4db7dc4e1a883831364d4742e841a04d94594818fc4f005fdad290dbeed7f3971459160b95f16596c8ed17c6722063836bf610034cb6808c2ed9838633dd6705c9e529b8f0535e82773043ed937c045abe58e27bbf8095f691790a1a8a717c143c0f73187b0515cecc061be862d7fa2a07c58c812af2bbe990af91407b9d041ec6b19ca0939169e32999fe4cf87af930c4a216918869c957c4ec2cff0453935e261d13fb9c1317187a266f4e2e47b5bb83ed8b4b276543f2eedfd6ee5b374cbaba8eb8a1e53038215ba08232405c4589f1e458dd2dfd145e5cbaf17a2d1ae66daef2b228cddffd6c3ed6fd6527258eb34a25c782aa187e1f27873d8d17c5e122a4bba44a3234eb73b4f191031ee237e256c7066971b8c037ec7b0d3dc891b9c76db922c22267fc3708ee360281c470f8ed02b40d0ff99b2f78c467789d9f33274c73b4dc62757e97770cb5f738744547c327f46df59524d1f1cad13fb4cb8d0b2dab23725b285c8322d21155d797fd9f591a536c948ece20c200dbb14a658545212d6514c4e093de0c80d9c34bac2240474d01b1edfb150185ef1a06d2a9176296eeab1fa6eeb386e818c56551f4bee10d2811dcd4456f1e2
Configuration 15 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5685d66d69e6b271c8d1995916dc046e4fff1c7bc6bbc94109ff84d116f53d00891865742cfc2b3f96767c86f67e06e3006683b9ddc83dade318457f201b40236e56ba1a36651f0d799509a2a425edf480fb7c0a2e62617a60df3ad83929cecaa61f5b267e2c37daeb65dfdd30777a90a6d29d5a765fc3acddaa0cf0c6baa4d7aa19b496e79b4d293db6894439c697008f011ab957645ac7619b578dabbbf94ba0568a1485efc1f506cbb08cb33c449ea7bdcf60048930a3cb7b8221e2941cb97a0ce32744eb44d6feeb10e869b3cc7fb7cfeb3f5973d61cb09e99d9879b2e4665afd0fdae5caf1c490acb52643392ad7327b05a6ef56071dd2eeeea964fdec62c1a54eb5a0bc1b68ce08d42857aef1f7c98ef08902b7a8e8c372245edd5d3ec89f2609ab599d701ba158cadd8aee0aec33ae03d591eb24e749b5cb7743651e45df6bd274dd9b967afbce33138469b45f660cf8ae83317a435422cde5ff782550e7f9eefb4178549b59d31400d11db0b1abecbf8108a901bbb1f600a48da7da3a583d16c1beede793d9e750824771a8f05cfeddf0e34906825014c148b7c79a66c67e0d02d1149cb61f1486d364f2afd1cce23f265cecada043f23d23b1989bceb8c48c66ee8065b1a16f74fc322a7c0ba70d7f80511d2eaccc2d121d87c4907d6903a4d5d02fdd340145e2f7aafe9110616f7aea8a5892eb61629042772a90f
Configuration 16 (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: 73c38738164d94d5d88572bb56c8bd32e24b0ed6e8999c1b3b3357d39e712ea49f871116f642316ee315183a86e0044a33b2d03399d31357535e5abe6419ee789725d401c0f8a2f9ac69cd4931d931343a7230c27873c70ab403d56a3b6ba29233e9ac182c6670c5d80c51edd060754591228ffb59f2293d92635d3a80b9aea08439ec82765b85b2938d99b2f7b9315be8b851d1cff900b2f0023fea08cbad370ee1297f07fc6cd3c4332d0b2748e623b7c5e42549293df8123ebb72742979e7aa7045eaf1db45d5110b943cad0d4c3c17e949bcb7d68a78984ca05c6bd7cd18ac36f843ae5e173d8d5749deaf47da4c4eb331b39132abe825f4e512750f3cb8759034ff8b3aa64e479c0e7750f271c9cd881dff68410a7a812f94632aaf18d9fbd549c862c8fdeeff27ffdf348e3060bc7719868c8bd410a73932b63df9a5e192b28968ac627bd728385d0535b6f7b146b496447ff9b01fec5169fbe2e6e965c64987660f2d4a9c8f455102d0ca336a72e9253eb5555dc46bfac7a017161155321fb4c02cf3295cf79fb2a89ccc6d83775ead4b44d4c41e095860747ae5ee46842fbeabc28ea31f4436f6c537b6c0da86a8e6f83747eed4a89f257e805d9c795495b8632425d6f8cb6448d11307d17ecdd10e04e0b71911b4e6bb4ccd2e9148a5056cc9100ae2ab477867aa3b3cea6d496111f1748ead1e8293d164f27d9926
Configuration 17 (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: 8d26f07f2650980d812a4930a204b6bb2bf6a63bf53e56dcc8617646c8f6cdbb7105abfc4359ab2b7947f5785ae24581b303002630302963eb41e6825291e7fb3720a1de492b31d0caa1268b4bbf18199fd11e6afeb8f81c26b6bf7b74d69bdd58f9b5be2030cb33cae718c4937640cecd77906a4502daa5c8e69a453a34a3b32a429b2858c3c862e4f3966be7d63d41ed720846825d44c3df418642c0e817272aa58cd8d3ff1e3c5494e0822c45d1d0ed32206be390d74780386ec5038412687614da06f536e50d4bd647ce599bb64ecdf4fe5ecb7c94a983aeb3fda2bf56425433d28b875cdfd80b0db627af890124807ffa0e1a0f59067946a8ae9c3be6c353ba415799873cbcc37823daabfc279ba487501f5ea7df3f4f4b2896a91bf1bde63fc84b30a853c9712eb5458430e141c2264c6723dab6dd2d345f107cb0f8efa65f0e3ea62de253e87caf2817654d639c9201b4c99792be3ee1d2a83945ab333e75cc16cf6c18fccaeeca2ff60e1478f7ac700b8c8d8357cb7b23db6fe0260690529d6c0e3f2eccda970199640437203e59b9c365793144e5fd66d4523420bdb88bf3e6f165e848a38a5184629506bca8f65f76fcad6b51c010df46c999df6e85b9e7b4770557bd0e3ac9881440e179f85205c14e75b382c39fb667ff58ece3f7f410f3316a364a9edca95d7d1ce50e7f2d387754fcfb7f74293448c78aaad8
Configuration 18 (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: 72a03ddbf985a4974b420402a59b066354aee9afbf163db7daf14b3f298a212203e9be4e96e955f6464bfd7ba8accde0a04f82e9a1a1b4b4bed0bfb0b84c1623a5b9272e2c2c1e8c60afc26cde4782256432b1be0cbde1b16312be6471eac4c4c984b593e9f58d35b12582dc6c66e16c5a502d9f88fb7e6a2d39d68da37b870c8bf667f5ef26885ef669e6e5060775aa71b7e81153730e8a6f0782aed2e16b9f3f3050d7642db31f91ac8492278b9d06f08c6b1c0d802f26ef76d5b7fb266e8ba13dca91e82bac893fe02f970de5da4d46145e1c93557632f0bcbe4b40aa488aac477b9e75550262e73b664ff0942470b600693eaeed40c75c78fe700487ef9a2836370cb0ca75a2fdaa5280911b18ae3fc0fd85d1387dcd96c4798e31a8941b4e1aed48d327f8bc0186ec21e8cb62f639636898b971f541a0b4ad43483823500d58e4919c1541e4320fb464ce4a80b7e631228c5269123d699fc1fbfd7c6f0db9e7744d5e1e034ff9d90dc979826d91462fce03da1534189cc2487725790f6f94a33f636bb05e73dcd1b0401ddae9d0c7af3f330357aaae1aa02c23bf2ea45a8bd93df87942631600439080d939c69138322f1ae5df9d3fba61445bb9b3211ef22bb8a277f481cb45564bb917b146575c502697df6ae6f565f2b4c817a97b4ff8e48724f575f10489b3002b3a1414499963fe9255f48b8632a0030669a9be75
Configuration 19 (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: 1c978ef2d94d3e4bfba01072888eefc01ca3ad000d4eb0538f9b3739d80e5015ec6341f2d536f33a8d45adef144ce3443f203b9eeb3c2cbfbe1d7c559e2b5c8e5d8b51045afa794ee7794231ce6bc23cb18cd1ccd63ff6e11da00895a1190db08d37f983a94da953f8a7e33bbebb50d556ba7d7d3782fd25b5910a654c155b1be826c8d5517610fe32a613ba63a741d86207b5130ee17afc7c2213c704b89cfbefc163937815f0512f9b465690f199fcb7078ff2889bea5f4504508a531490c3e10e6b907181570c4e08a686434b5099b6fbb4a848aa635190ff10809d0f33348b2161da8c729eea901f0f0ca0223c5c28401a74596f93d64297e2b421968b8f1ba438ebaa0e16a3c96b75aafd1e3a494ee9d351205c586adc0c496e0f23a36cac24816176edc374e894704ac225c0625817f8cdc3a24daa032a8afdb90e0dfdc4a8f2c06b4acd67a97897caa67fe21792aed533c52badcbda2c722cdf4cc81d98ccdb9d73e36c1044d47f74cf2926dfec6c8082758d2bbd5e75668a6d0363a2d153181970e6d723f4e7227c9267417e1bd34363ae286c2de4c7d2d36b7bed351df4735965702cca8476f4d7acf5fa40053aa4fbfcd863c3135d3d5f7e2ed1a716322bdd0744465c4ee0c2681af4965001181d6b8524095c9dbf0efb551d47fd10de1d26013647c60b2b1e41cb9ecf06d7388bcbf26203a5f76fecd17ed7fe28
Configuration 20 (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: 2ba6a22eb7522005c9ad2c703b1dbcdcc5e54fb0ed4b15b0aec80687ffd787c0715a9a6ff56c8b76b1de75c8e2591e8de89fae104c3553d41ea21a2b438840440e47dca67b0fa0424f76ecf8dfc3fd924187187b41fb6258ca27d8d3165574354a58cb2ec482345815d51c3dda238d1202f271e219cc60574f43f956d623c8dadefba182edce62c4b93be97f3ab9a530f2058ab86ab84c5831a08eaf55bfb8f4c201599003416aea97f5ae2035e4fa3bb32d6346f90f915b28212743f00a12b1820cdae1ecf069e989b293f2f699267cb9c273ecbba4b817422cf0208369da29d3020af65e4f5aa457519d2c37a7410e21e87f588454aba83e8f857f7eccedced169890a6b84a8d25a87c8cfb5ed494828c2f4775474ce633b67e64b28f47ca09a9f83b5c08f56d47bae9739708d02fae1ce0ccefc8abfda2f1abcd1851bfdb74ab5539b191d7f0ff91ee6049583c3069580599f026fd8f5ff4892eb5f451abb93a69cf7cdc0ca4206ad6411f350d26bf982d63d4e29f29a0808284beb7411b45cacd9629a6e522ea1b215e3800ff8d2d22847847005ee52d5039aaed267be53673e4f17f83d02aec49eca1479adb9e8a9b7f7f920ce79200ac0447df4647db94fcabd1e3a247789ff1f1483a452f1756fdf1c1e4f8704ebde6dc2548993a32ac64c7f50fb8077f09247618023291413743076262a900cf42e538f9b34a026b0
Configuration 21 (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: 8da6442a9f3da972ef30a16a1ec3e508eed2598941924169f600725f6b7a26cf68490ed6f2bd217936bbee9cf7eaca31625201a9d536d818256ea51c2548ac6945b9eb600f1286f260e1225486f5fbe06b20b1a232b7c186d041710084cdf6b3363f03f236a1c6bc1c998eb06d39f078b018de0575196893a61e147d57a279cda6001e5e3e2127ea347befbc6a1bcf69496ac6b6300e69d04b7908c6d484bd9c410091ea2204c84b6bbbd4422dc1901a90d6141c4e059be4d9c175ee63d750da5fa3cfc49e94c1fa054024dd147762b6dfd09970834cd81c2983aad3cdb2669553fa9b08693922a7306a65c434db4ce5f14cc389c4bb92f2b1ec8ce74d961f39da821c1b4d87e4381f2099ccc5a918271ef1f2abb353859d5105d3698cf33db68660d52756d3b8893cb0ff2fece9873d5e05813af15dfd6c44bb211b390f5f4357d42724dbe5cf9e4b026c9836108b0863a4c780b10c4a23d19e24b2b51e4bbdadfba156e54d1733949d64ef8d95112d7bcb842daea0f9943cac961f4a78e106d1a80b6dcdc090a6ebd99772d12d61cbb95ef0f55145241e99fb2228a1d5d3d1fd22528e0f50b3d516e4c1c5f5b85fda01d26f31dc62d08121156d0b541eb70e0dcf26a4b0a3f664187364e7ba9398f8e776faaa9216c4c6aa234b4b42688994c485db9fdcafe185b6f4a7cee0fcc5f79904bfb82dbdd58fda44a213e199bb5f
Configuration 22 (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: 7465479e5277b9ffc98605fa4f1c5c478486a8f8e3437315fae8bb407a7c7763d36336cb6775976b5ea48a5c31524cc59423f3a89183d47da1356fa0b1422e4f79177bb8dc51ce94384073f5f8728e8c7c22d5c8e8667083495adc9d11f9c31a243855823e7f13d9234e952e4d8cb6094a8aef35fff534c8122cf2890459937a0619f74ec900a61fb8bc1d5544fe07e82ba5ed2633339b9791bfb1c3006a82ad5a597d4e0c843e9123757053e4cc4ea58f6a6ff15edeb31def20266bbd9c2f41d6f61a67d9052655d6e948f16697e96623a1bbf3ded89e72c09dc5ef199a8be91be9ff28d6b9328331e53167353af1fcdedca4912cea0c2365b77c22847ef8355dbdcec16313565141d17373e8d32ab8e49a9dd73a6c8d06789d0a3835c5e721d7c8a1c76b64002b5555432efc15c1434f1d66540b6f7de0e2a47b47e3ca37358e9d47312d9817a3b28237291f8a04b2a3b4d072571b782adc07fc174951b3fac76e147edc28bb984821d8c54e8d0eff77c1eb6571862a28644f2032a30fbb071aa539eeb143c2b24470877bda14ab6c539ad4eb23ecccaf9995d761f0efdefbdcb7dd7f63b9136c0568122f15add92003c450a7473c70054ff303022dc42e188098ab3b63d3ede62425450c409870b915b35769eb77726d78fd76c6c164040abfe07a124c2b21f4d241d8f2e0b9d353c3ffe19444f3c1155923b327aaae5bd8
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 08773585cf5fd656aa5b22ef25f4f806dbe2b043db304f68b6500b34ccffedf94acecfae60bed6d8f6d40caadacbbf55409ad957891d270935aff4c2eca3c1f77e7e59746459974da2eb351b736c4e61ce2e3ba54c4af95f2824b71f6cac5da3df9b52131e31cd2f006ec62137adb45a070bb9f51193828db80aa52804880b77dc16d3c396a8ff57e60d6f4c659f443fe337dcc6c10a4a886b5253a70c9580ebc7b66257afb51a10c852bf1180cfc52174da290fcc863874966aa73c71b1c92e10b09a439aba6721653aa9f0be972e2feda983214f8a9f929bd31518bd5c6d88acd149aee6af5193e22937b53b08dfc18bd0468133d7e503dd3cda0f7186bc78a78fbf50ca62306798872135daf679487a47e0eba9864281352f52eea4b102f6708d6d2261c743e25409188016ba040892aeede7e8b10c675f8bc5fd488d809c51563e14eed8ddd1b3093c66d2504cff4e303a6654c8c79c29c831e0bd167bc2a9fe304730a3ab01784b6fef34e650581df1f845b080786cae8d75718915a35db9d4022da8984d80abdc4dc60a7d0fe55178411289d8658d08dcb90c959b4609d7fb222d5ce68da2c97dfda9fb0f08271193d70a7983e4232b7ec7216a8495fb99fe192fab93022a7c70c2c4bed55bc6df8674bfbd0557c507de1420ced8eea89d733a6d67dd81234da15b31ded9155e463307975aa9f953aac51720eb3275f7
Configuration 24 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 91ed072e3c4e5a1f2d18e1203e95b68bacc67304a411e433c06c82ace550df1286e9557b32841f3f1daea59ff31403c4478896101ea877ac2a8d6a75494f030629a7f0517471993066ea9b9e8ffd33d90ddb866c22e06e3441847cc4f7ce9aae810d5a8d62157dc43d8889479b56212591e2998d906b0991175b476f631c8fac660ababef85ba47bd35e52818166c8ce29ae1cdad70c595b5442d70df5115aeb1c3cac78701f842cc6ab88d2462214c371c5cfd58d606b5856531ad95a9dde637e6837823999941e7b0e0e61a4dc7e6e03a0ba3c8ce5cad7271c4c696836c252567b767a657e7c1c13049823db841716db96020ef0b66df4a75c40cb7d778febe3b6486892f4e908acf341c45193b9df933b4c01dc8d0e4c6e766d5303c6406e55f946efd593947fb02db358236ddcb2df45babc7d7a330d9d7572d791d18cd3e9d6cf57970e56e07bd0582d334cddf9d9eb7cabad50f700e039a6fe919c0fcc1dc0216a05f6ab73c73c354e59d8ebbf7073272f54d7929578c7b5e0202c1f3e3006c7367ad94e27ec0ad476b371f8ef262fed379e2888eb7333ccba219d7400c720e64f61adf277c2456a39464603bf3c08f4052f8a293727a76417df1ff8cebb2d4dc61c23d1f8c1ba58cfb1c28cc27e037b39915b3882f8404b80573bd6018e63ee7a601c0639c8083a2b2d9cf66484ab304c28d2d47d34c7395de3fce13e
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j721e-sk.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 232259fafd0fc2d2614f3e065946fad626712a35c0ad23b47e11b998d820bf3a7675afae594799c1be18f64ef065c3705af54ea706a30b9014ebbe87cbf9e95f
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087cd90
Data Size: 112468 Bytes = 109.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 9c89bcd6aa8240e03cc11259f89b9f1de9d149edb5e1221711d585835df3dc7200f9acff225325093036d9c5dfb5f121c8c551f0fb63d8a07db3c71a02aaad5b
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9087cd90 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
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-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45: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.2
[ 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-hsevm/autofs/35ae0f491ed043cf093d6f994893a727,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: 3301752K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 368264K 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.008395] Console: colour dummy device 80x25
[ 0.012960] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023630] pid_max: default: 32768 minimum: 301
[ 0.028366] LSM: Security Framework initializing
[ 0.033138] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040710] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049477] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056878] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063139] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070525] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076828] rcu: Hierarchical SRCU implementation.
[ 0.081725] rcu: Max phase no-delay instances is 1000.
[ 0.087232] Platform MSI: msi-controller@1820000 domain created
[ 0.093467] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103220] EFI services will not be available.
[ 0.107950] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.121170] Detected PIPT I-cache on CPU1
[ 0.121231] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121243] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121273] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121317] smp: Brought up 1 node, 2 CPUs
[ 0.150664] SMP: Total of 2 processors activated.
[ 0.155468] CPU features: detected: 32-bit EL0 Support
[ 0.160722] CPU features: detected: CRC32 instructions
[ 0.166005] CPU: All CPU(s) started at EL2
[ 0.170186] alternatives: applying system-wide alternatives
[ 0.176695] devtmpfs: initialized
[ 0.186753] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196736] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.210262] pinctrl core: initialized pinctrl subsystem
[ 0.215935] DMI not present or invalid.
[ 0.220184] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.226815] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.234119] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.242118] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.250238] audit: initializing netlink subsys (disabled)
[ 0.255851] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.256069] thermal_sys: Registered thermal governor 'step_wise'
[ 0.263769] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.269978] cpuidle: using governor menu
[ 0.280730] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.287690] ASID allocator initialised with 65536 entries
[ 0.302382] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.313611] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.321484] KASLR disabled due to lack of seed
[ 0.328994] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.335936] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.342338] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.349272] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.355673] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.362606] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.369007] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.375940] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.383228] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.392418] iommu: Default domain type: Translated
[ 0.397404] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.403920] SCSI subsystem initialized
[ 0.407914] usbcore: registered new interface driver usbfs
[ 0.413533] usbcore: registered new interface driver hub
[ 0.418968] usbcore: registered new device driver usb
[ 0.424403] pps_core: LinuxPPS API ver. 1 registered
[ 0.429475] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.438813] PTP clock support registered
[ 0.442889] EDAC MC: Ver: 3.0.0
[ 0.446632] FPGA manager framework
[ 0.450142] Advanced Linux Sound Architecture Driver Initialized.
[ 0.456757] clocksource: Switched to clocksource arch_sys_counter
[ 0.463089] VFS: Disk quotas dquot_6.6.0
[ 0.467122] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.477026] NET: Registered PF_INET protocol family
[ 0.482176] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.491152] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.499917] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.507838] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.516042] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.524566] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.531342] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.538256] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.545689] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.551758] RPC: Registered named UNIX socket transport module.
[ 0.557818] RPC: Registered udp transport module.
[ 0.562622] RPC: Registered tcp transport module.
[ 0.567424] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.574014] NET: Registered PF_XDP protocol family
[ 0.578916] PCI: CLS 0 bytes, default 64
[ 0.583288] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.592392] Initialise system trusted keyrings
[ 0.597038] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.606122] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.612391] NFS: Registering the id_resolver key type
[ 0.617571] Key type id_resolver registered
[ 0.621843] Key type id_legacy registered
[ 0.625964] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.632813] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.640455] 9p: Installing v9fs 9p2000 file system support
[ 0.665155] Key type asymmetric registered
[ 0.669339] Asymmetric key parser 'x509' registered
[ 0.674345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.681990] io scheduler mq-deadline registered
[ 0.686624] io scheduler kyber registered
[ 0.692686] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.698924] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.705259] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.715513] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.723122] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.731276] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.738356] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.746092] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.756954] loop: module loaded
[ 0.760861] megasas: 07.719.03.00-rc1
[ 0.766691] tun: Universal TUN/TAP device driver, 1.6
[ 0.772228] thunder_xcv, ver 1.0
[ 0.775541] thunder_bgx, ver 1.0
[ 0.778849] nicpf, ver 1.0
[ 0.781860] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.789240] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.794690] hclge is initializing
[ 0.798080] e1000: Intel(R) PRO/1000 Network Driver
[ 0.803060] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.808941] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.814010] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.820068] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.825582] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.831283] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.837688] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.843804] sky2: driver version 1.30
[ 0.847957] VFIO - User Level meta-driver version: 0.3
[ 0.853615] usbcore: registered new interface driver usb-storage
[ 0.860206] i2c_dev: i2c /dev entries driver
[ 0.865502] sdhci: Secure Digital Host Controller Interface driver
[ 0.871822] sdhci: Copyright(c) Pierre Ossman
[ 0.876540] Synopsys Designware Multimedia Card Interface Driver
[ 0.882945] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.889235] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.895471] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.902204] usbcore: registered new interface driver usbhid
[ 0.907897] usbhid: USB HID core driver
[ 0.912577] 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.917143] optee: revision 3.20 (8e74d476)
[ 0.933550] optee: dynamic shared memory is enabled
[ 0.943013] optee: initialized driver
[ 0.947990] Initializing XFRM netlink socket
[ 0.952377] NET: Registered PF_PACKET protocol family
[ 0.957601] 9pnet: Installing 9P2000 support
[ 0.961990] Key type dns_resolver registered
[ 0.966532] registered taskstats version 1
[ 0.970732] Loading compiled-in X.509 certificates
[ 0.980510] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.038855] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.045160] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.051992] pca953x 1-0020: using no AI
[ 1.077411] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.084225] pca953x 1-0022: using AI
[ 1.088488] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.094730] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.101218] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.107372] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.113459] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.120271] pca953x 3-0020: using no AI
[ 1.145205] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.151367] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.158184] pca953x 4-0020: using no AI
[ 1.185080] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.190895] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.199457] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.208805] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.217425] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.234784] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.244675] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.251437] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.260478] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.270635] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.277394] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.285379] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.294829] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.303675] printk: console [ttyS2] enabled
[ 1.303675] printk: console [ttyS2] enabled
[ 1.312119] printk: bootconsole [ns16550a0] disabled
[ 1.312119] printk: bootconsole [ns16550a0] disabled
[ 1.322551] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.331541] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.340435] omap8250 2840000.serial: unable to register 8250 port
[ 1.346520] omap8250 2840000.serial: PM domain pd:281 will not be powered off
[ 1.353651] omap8250: probe of 2840000.serial failed with error -28
[ 1.361795] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.404760] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.413189] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.421460] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.434265] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.441471] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.447688] pps pps0: new PPS source ptp0
[ 1.451809] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.462297] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.471400] mmc0: CQHCI version 5.10
[ 1.512771] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.604323] mmc0: Command Queue Engine enabled
[ 1.608781] mmc0: new HS200 MMC card at address 0001
[ 1.614151] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.619771] mmcblk0: p1 p2 p3
[ 1.623282] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.629013] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.634606] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.708970] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.715673] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-11-15T09:33:42 UTC (1700040822)
[ 1.988677] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.995355] pca953x 2-0020: using no AI
[ 2.021678] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 2.028523] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 2.035324] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 2.042130] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 2.048915] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 2.062781] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.073424] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.087476] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.092771] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.099807] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.105279] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.111344] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.117108] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.122942] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.128499] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.134673] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.140402] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.146239] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.155550] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.160642] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.167678] Creating 8 MTD partitions on "47050000.spi.0":
[ 2.173151] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.179139] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.184873] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.190684] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.196237] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.202408] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.208173] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.213993] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.220814] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.264768] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.273215] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.281489] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.294302] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.301511] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.307703] pps pps0: new PPS source ptp1
[ 2.311817] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.322238] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.331002] mmc1: CQHCI version 5.10
[ 2.337187] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.375355] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.389599] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.399070] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.431976] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.438906] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.447623] mmcblk1: p1 p2 p3
[ 6.509572] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.540762] Sending DHCP requests ., OK
[ 6.560592] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.114
[ 6.568323] IP-Config: Complete:
[ 6.571540] device=eth0, hwaddr=24:76:25:a4:59:6b, ipaddr=192.168.0.114, mask=255.255.255.0, gw=192.168.0.1
[ 6.581694] host=192.168.0.114, domain=ti.com, nis-domain=(none)
[ 6.588118] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.588121] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.615211] ALSA device list:
[ 6.618176] No soundcards found.
[ 6.641364] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.647437] devtmpfs: mounted
[ 6.651340] Freeing unused kernel memory: 2176K
[ 6.668822] Run /sbin/init as init process
[ 7.252790] random: crng init done
[ 7.294641] NET: Registered PF_INET6 protocol family
[ 7.300698] Segment Routing with IPv6
[ 7.304394] In-situ OAM (IOAM) with IPv6
[ 7.365367] 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.396778] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.489861] systemd[1]: Hostname set to <j721e-evm>.
[ 7.647900] systemd[134]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.659386] systemd-sysv-generator[143]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.684421] systemd-sysv-generator[143]: SysV service '/etc/init.d/telnetd' 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.708628] systemd-sysv-generator[143]: 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.733129] systemd-sysv-generator[143]: 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.028638] 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.120394] 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.214676] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.255398] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.278148] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.302088] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.325827] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.348976] 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.372897] 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.396937] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.412819] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.432809] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.448822] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.502890] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.524903] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.548683] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.569006] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.593490] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.613379] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.637113] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.653478] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.677929] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.701043] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.721382] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.765038] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.783332] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.825030] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.845018] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.861309] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.884030] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.907098] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.949168] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.968193] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.013405] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.030024] fuse: init (API version 7.37)
[ 9.041333] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.061955] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.089560] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.109826] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.127546] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.160016] cryptodev: loading out-of-tree module taints kernel.
[ 9.170202] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 9.177896] cryptodev: driver 1.12 loaded.
[0m...
[ 9.199579] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.221703] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.237976] 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.595271] systemd-journald[158]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.823145] audit: type=1334 audit(1700040830.604:2): prog-id=5 op=LOAD
[ 9.830012] audit: type=1334 audit(1700040830.612:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 10.333371] systemd-journald[158]: Time jumped backwards, rotating.
Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 10.453446] CAN device driver interface
[ 10.469656] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.487823] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
Starting [0;1;39mDocker Socket for the API[0m...[ 10.500929] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 10.520122] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.542598] mc: Linux media interface: v0.10
[[0;32m OK [0m] Listening on [0;1;39mdropbear.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...
[ 10.629740] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 10.656521] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 10.736635] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 10.775275] remoteproc remoteproc0: 4d80800000.dsp is available
[ 10.781541] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 10.817262] PVR_K: 190: Device: 4e20000000.gpu
[ 10.826165] PVR_K: 190: Read BVNC 22.104.208.318 from HW device registers
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 10.895380] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
m.
[ 10.910607] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 10.928518] PVR_K: 190: RGX Device registered with BVNC 22.104.208.318
[ 10.942575] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.954555] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.967906] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.973405] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 10.983500] rproc-virtio rproc-virtio.12.auto: registered virtio0 (type 7)
[ 10.983507] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 10.983929] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.011829] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 11.062006] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 11.063724] cdns-mhdp8546 a000000.dp-bridge: invalid resource
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
[ 11.112355] img_enc 4200000.video-encoder: encoder registered as /dev/video0
[ 11.112432] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.128028] img_dec 4300000.video-decoder: decoder registered as /dev/video1
[ 11.137029] 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.
[ 11.206814] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 11.217082] audit: type=1334 audit(1700040830.928:4): prog-id=7 op=LOAD
[ 11.227014] audit: type=1334 audit(1700040830.936:5): prog-id=8 op=LOAD
[ 11.231959] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 11.237439] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.242429] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000
Starting [0;1;39mUser Login Management[0m...
[ 11.271779] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 11.274272] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.281840] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.298328] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.301686] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7)
[ 11.306204] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.316723] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 11.332090] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
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] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 11.475593] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 11.496289] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.508211] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 11.516106] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.525441] remoteproc remoteproc3: 64800000.dsp is available
[ 11.535786] remoteproc remoteproc2: 41000000.r5f is available
[ 11.541846] remoteproc remoteproc3: attaching to 64800000.dsp
[ 11.547862] remoteproc remoteproc2: attaching to 41000000.r5f
[ 11.554550] remoteproc remoteproc3: unsupported resource 65538
[ 11.560617] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 11.567287] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 11.577581] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.583182] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.590886] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 11.591404] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 11.599711] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 11.628898] rproc-virtio rproc-virtio.15.auto: registered virtio2 (type 7)
[ 11.653324] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.659772] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 11.672090] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.684382] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.688457] remoteproc remoteproc3: remote processor 64800000.dsp is now attached
[ 11.690984] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.710653] pci 0000:00:00.0: supports D1
[ 11.718362] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.728949] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.746176] virtio_rpmsg_bus virtio3: rpmsg host is online
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.755756] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.780022] rproc-virtio rproc-virtio.14.auto: registered virtio3 (type 7)
[ 11.787042] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.816580] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 11.822110] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.852632] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.857604] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.888223] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.890612] remoteproc remoteproc4: 5c00000.r5f is available
[ 11.893727] pcieport 0000:00:00.0: PME: Signaling with IRQ 885
[ 11.911475] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 11.917460] pcieport 0000:00:00.0: AER: enabled with IRQ 885
[ 11.944404] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 11.982932] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.999012] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 12.015381] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.015794] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.025416] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 12.036678] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 12.083493] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 12.093892] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.094547] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 12.110372] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.153655] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 12.169091] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.181731] remoteproc remoteproc5: 5e00000.r5f is available
[ 12.187807] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 12.196111] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 12.203144] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.216582] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 12.223420] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 12.225884] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.230732] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 12.283613] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
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.
[ 12.742260] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[[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.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 13.168913] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 13.208199] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 13.241252] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 13.260610] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.276428] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.297513] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 13.311425] pci 0001:00:00.0: supports D1
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW [ 13.320295] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
clocks[0m.
[ 13.329453] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.351398] m_can_platform 40528000.can: m_can device registered (irq=888, version=32)
[ 13.355784] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.364713] m_can_platform 40568000.can: m_can device registered (irq=889, version=32)
[ 13.368601] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.384416] m_can_platform 2701000.can: m_can device registered (irq=890, version=32)
[ 13.389645] pcieport 0001:00:00.0: PME: Signaling with IRQ 892
[ 13.400093] pcieport 0001:00:00.0: AER: enabled with IRQ 892
[ 13.408510] m_can_platform 2721000.can: m_can device registered (irq=893, version=32)
[ 13.427272] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.437677] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 13.453626] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.462648] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.659871] audit: type=1334 audit(1700040833.368:6): prog-id=9 op=LOAD
[ 13.667625] audit: type=1334 audit(1700040833.368: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...
[ 14.321919] audit: type=1006 audit(1700040834.032:8): pid=642 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 14.342471] audit: type=1300 audit(1700040834.032:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef3d4e78 a2=4 a3=0 items=0 ppid=1 pid=642 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)
[ 14.384391] audit: type=1327 audit(1700040834.032:8): proctitle="(systemd)"
[ 14.616832] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.623579] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.630387] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 14.640013] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.652123] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.658447] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 14.668886] pci 0002:00:00.0: supports D1
[ 14.672925] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.723674] remoteproc remoteproc6: b034000.pru is available
[ 14.749299] remoteproc remoteproc7: b004000.rtu is available
[ 14.749302] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 14.749310] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 14.755783] remoteproc remoteproc8: b00a000.txpru is available
[ 14.782158] remoteproc remoteproc9: b038000.pru is available
[ 14.788556] remoteproc remoteproc10: b006000.rtu is available
[ 14.795352] remoteproc remoteproc11: b00c000.txpru is available
[ 14.805363] remoteproc remoteproc12: b134000.pru is available
[ 14.814712] remoteproc remoteproc13: b104000.rtu is available
[ 14.830394] remoteproc remoteproc14: b10a000.txpru is available
[ 14.840031] remoteproc remoteproc15: b138000.pru is available
[ 14.847162] remoteproc remoteproc16: b106000.rtu is available
[ 14.855476] remoteproc remoteproc17: b10c000.txpru is available
[ 14.886519] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.895466] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.904110] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.912978] pcieport 0002:00:00.0: PME: Signaling with IRQ 917
[ 14.919860] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 14.936046] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 14.942488] pcieport 0002:00:00.0: AER: enabled with IRQ 917
[ 15.110605] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.167747] scsi host0: ufshcd
[ 15.210747] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 15.252367] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.269674] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 15.318328] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.335037] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[[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] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 15.541764] audit: type=1006 audit(1700040835.248:9): pid=495 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.563511] audit: type=1300 audit(1700040835.248:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef3d4e78 a2=4 a3=0 items=0 ppid=1 pid=495 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 15.611075] audit: type=1327 audit(1700040835.248:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 15.897588] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 15.937039] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 15.945101] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 15.955175] xhci-hcd xhci-hcd.18.auto: irq 923, io mem 0x06410000
[ 15.961624] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 15.969039] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 15.976943] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 15.984115] hub 1-0:1.0: USB hub found
[ 15.988021] hub 1-0:1.0: 1 port detected
[ 15.992323] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.000922] hub 2-0:1.0: USB hub found
[ 16.004820] hub 2-0:1.0: 1 port detected
[ 16.244819] usb 1-1: new high-speed USB device number 2 using xhci-hcd
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[ 16.401687] hub 1-1:1.0: USB hub found
[ 16.405931] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 16.676860] PVR_K: 495: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 16.711714] PVR_K: 495: Shader binary image 'rgx.sh.22.104.208.318' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;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] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/data-mmcblk1p3[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[[ 17.389241] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
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;39mRecord Runlevel Change in UTMP[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/data-mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/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...
[ 17.643464] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[ 17.674007] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.690349] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 17.711886] 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/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.[ 17.759239] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: root
[ 19.195702] audit: type=1006 audit(1700040838.904:10): pid=1003 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.208231] audit: type=1300 audit(1700040838.904:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffef3d4e78 a2=1 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 19.233695] audit: type=1327 audit(1700040838.904:10): proctitle="(systemd)"
[ 19.249442] audit: type=1334 audit(1700040838.960:11): prog-id=11 op=LOAD
[ 19.256273] audit: type=1300 audit(1700040838.960:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcf79f790 a2=78 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 19.281716] audit: type=1327 audit(1700040838.960:11): proctitle="(systemd)"
[ 19.288802] audit: type=1334 audit(1700040838.960:12): prog-id=11 op=UNLOAD
7[r[999;999H[6nroot@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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-hsevm/autofs/35ae0f491ed043cf093d6f994893a727,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "ospi.tiboot3"
mtd1: 00200000 00001000 "ospi.tispl"
mtd2: 00400000 00001000 "ospi.u-boot"
mtd3: 00020000 00001000 "ospi.env"
mtd4: 00020000 00001000 "ospi.env.backup"
mtd5: 00100000 00001000 "ospi.sysfw"
mtd6: 037c0000 00001000 "ospi.rootfs"
mtd7: 00020000 00001000 "ospi.phypattern"
mtd8: 00080000 00001000 "qspi.tiboot3"
mtd9: 00200000 00001000 "qspi.tispl"
mtd10: 00400000 00001000 "qspi.u-boot"
mtd11: 00020000 00001000 "qspi.env"
mtd12: 00020000 00001000 "qspi.env.backup"
mtd13: 00100000 00001000 "qspi.sysfw"
mtd14: 037c0000 00001000 "qspi.rootfs"
mtd15: 00020000 00001000 "qspi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 17928
-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
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 65 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-eth/j721e/app_remoteswitchcfg_server_strip.xer5f
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-eth/j721e/app_remoteswitchcfg_server_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
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 915 0 59790 705 0 0 0 0 0 852 705 0 0 0 0 0 0
179 1 mmcblk0p1 304 0 20894 214 0 0 0 0 0 432 214 0 0 0 0 0 0
179 2 mmcblk0p2 321 0 20901 266 0 0 0 0 0 440 266 0 0 0 0 0 0
179 3 mmcblk0p3 251 0 16787 205 0 0 0 0 0 300 205 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 59 0 0 0 0 0 160 59 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 25 0 0 0 0 0 64 25 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 21 0 0 0 0 0 76 21 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 38 0 0 0 0 0 108 38 0 0 0 0 0 0
31 2 mtdblock2 87 0 696 58 0 0 0 0 0 104 58 0 0 0 0 0 0
31 3 mtdblock3 45 0 360 15 0 0 0 0 0 44 15 0 0 0 0 0 0
31 4 mtdblock4 45 0 360 16 0 0 0 0 0 56 16 0 0 0 0 0 0
31 5 mtdblock5 65 0 520 25 0 0 0 0 0 68 25 0 0 0 0 0 0
31 6 mtdblock6 140 0 2688 221 0 0 0 0 0 192 221 0 0 0 0 0 0
31 7 mtdblock7 45 0 360 16 0 0 0 0 0 48 16 0 0 0 0 0 0
31 8 mtdblock8 33 0 264 21 0 0 0 0 0 36 21 0 0 0 0 0 0
31 9 mtdblock9 112 0 896 133 0 0 0 0 0 212 133 0 0 0 0 0 0
31 10 mtdblock10 116 0 928 146 0 0 0 0 0 220 146 0 0 0 0 0 0
31 11 mtdblock11 36 0 288 21 0 0 0 0 0 64 21 0 0 0 0 0 0
31 12 mtdblock12 36 0 288 16 0 0 0 0 0 44 16 0 0 0 0 0 0
31 13 mtdblock13 65 0 520 49 0 0 0 0 0 100 49 0 0 0 0 0 0
31 14 mtdblock14 78 0 624 56 0 0 0 0 0 76 56 0 0 0 0 0 0
31 15 mtdblock15 45 0 360 41 0 0 0 0 0 72 41 0 0 0 0 0 0
179 96 mmcblk1 847 118 58827 1773 2 0 16 2 0 1388 1775 0 0 0 0 0 0
179 97 mmcblk1p1 294 0 18753 496 0 0 0 0 0 524 496 0 0 0 0 0 0
179 98 mmcblk1p2 252 32 19384 546 1 0 8 0 0 668 547 0 0 0 0 0 0
179 99 mmcblk1p3 262 86 19482 680 1 0 8 2 0 620 682 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4397 5151 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: 2032 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7225 0 GICv3 928 Level 42120000.i2c
19: 81 0 GICv3 232 Level 2000000.i2c
20: 19 0 GICv3 233 Level 2010000.i2c
21: 13 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 54671 381 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 79720 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 6324 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 4171 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
52: 0 0 MSI-INTA 13828545 Level 31150000.dma-controller chan9
53: 0 0 MSI-INTA 13828546 Level 31150000.dma-controller chan10
54: 0 0 MSI-INTA 13828547 Level 31150000.dma-controller chan11
55: 0 0 MSI-INTA 13828548 Level 31150000.dma-controller chan12
56: 0 0 MSI-INTA 13828549 Level 31150000.dma-controller chan13
57: 0 0 MSI-INTA 13828550 Level 31150000.dma-controller chan14
58: 0 0 MSI-INTA 13828551 Level 31150000.dma-controller chan15
59: 0 0 MSI-INTA 13828552 Level 31150000.dma-controller chan16
60: 0 0 MSI-INTA 13828553 Level 31150000.dma-controller chan17
61: 0 0 MSI-INTA 13828554 Level 31150000.dma-controller chan18
62: 0 0 MSI-INTA 13828555 Level 31150000.dma-controller chan19
63: 0 0 MSI-INTA 13828556 Level 31150000.dma-controller chan20
64: 0 0 MSI-INTA 13828557 Level 31150000.dma-controller chan21
65: 0 0 MSI-INTA 13828558 Level 31150000.dma-controller chan22
66: 0 0 MSI-INTA 13828559 Level 31150000.dma-controller chan23
67: 0 0 MSI-INTA 13828560 Level 31150000.dma-controller chan24
68: 0 0 MSI-INTA 13828561 Level 31150000.dma-controller chan25
69: 0 0 MSI-INTA 13828562 Level 31150000.dma-controller chan26
70: 0 0 MSI-INTA 13828563 Level 31150000.dma-controller chan27
71: 0 0 MSI-INTA 13828564 Level 31150000.dma-controller chan28
72: 0 0 MSI-INTA 13828565 Level 31150000.dma-controller chan29
73: 0 0 MSI-INTA 13828566 Level 31150000.dma-controller chan30
74: 0 0 MSI-INTA 13828567 Level 31150000.dma-controller chan31
75: 0 0 MSI-INTA 13828568 Level 31150000.dma-controller chan32
76: 0 0 MSI-INTA 13828569 Level 31150000.dma-controller chan33
77: 0 0 MSI-INTA 13828570 Level 31150000.dma-controller chan34
78: 0 0 MSI-INTA 13828571 Level 31150000.dma-controller chan35
79: 0 0 MSI-INTA 13828572 Level 31150000.dma-controller chan36
80: 0 0 MSI-INTA 13828573 Level 31150000.dma-controller chan37
81: 0 0 MSI-INTA 13828574 Level 31150000.dma-controller chan38
82: 0 0 MSI-INTA 13828575 Level 31150000.dma-controller chan39
83: 0 0 MSI-INTA 13828576 Level 31150000.dma-controller chan40
194: 734 0 GICv3 224 Level 2800000.serial
198: 2 0 GICv3 872 Level 47040000.spi
199: 0 0 GICv3 873 Level 47050000.spi
200: 0 0 GICv3 890 Level 46000000.ethernet
201: 0 0 INTR 391 Level 310d0000.cpts
202: 1463 0 GICv3 35 Level mmc0
216: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
218: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
301: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
443: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
468: 0 0 tps6594-0-0x48 0 Edge buck1_ov
469: 0 0 tps6594-0-0x48 1 Edge buck1_uv
470: 0 0 tps6594-0-0x48 2 Edge buck1_sc
471: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
472: 0 0 tps6594-0-0x48 4 Edge buck2_ov
473: 0 0 tps6594-0-0x48 5 Edge buck2_uv
474: 0 0 tps6594-0-0x48 6 Edge buck2_sc
475: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
476: 0 0 tps6594-0-0x48 8 Edge buck3_ov
477: 0 0 tps6594-0-0x48 9 Edge buck3_uv
478: 0 0 tps6594-0-0x48 10 Edge buck3_sc
479: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
480: 0 0 tps6594-0-0x48 12 Edge buck4_ov
481: 0 0 tps6594-0-0x48 13 Edge buck4_uv
482: 0 0 tps6594-0-0x48 14 Edge buck4_sc
483: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
484: 0 0 tps6594-0-0x48 16 Edge buck5_ov
485: 0 0 tps6594-0-0x48 17 Edge buck5_uv
486: 0 0 tps6594-0-0x48 18 Edge buck5_sc
487: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
488: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
489: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
490: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
491: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
492: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
493: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
494: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
495: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
496: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
497: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
498: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
499: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
500: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
501: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
502: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
503: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
504: 0 0 tps6594-0-0x48 36 Edge vcca_ov
505: 0 0 tps6594-0-0x48 37 Edge vcca_uv
523: 0 0 tps6594-0-0x48 55 Edge npwron_start
524: 0 0 tps6594-0-0x48 56 Edge enable
525: 0 0 tps6594-0-0x48 57 Edge fsd
526: 0 0 tps6594-0-0x48 58 Edge soft_reboot
527: 0 0 tps6594-0-0x48 59 Edge bist_pass
528: 0 0 tps6594-0-0x48 60 Edge ext_clk
529: 0 0 tps6594-0-0x48 61 Edge twarn
530: 0 0 tps6594-0-0x48 62 Edge tsd_ord
531: 0 0 tps6594-0-0x48 63 Edge bist_fail
532: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
533: 0 0 tps6594-0-0x48 65 Edge recov_cnt
534: 0 0 tps6594-0-0x48 66 Edge spmi_err
535: 0 0 tps6594-0-0x48 67 Edge npwron_long
536: 0 0 tps6594-0-0x48 68 Edge nint_readback
537: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
538: 0 0 tps6594-0-0x48 70 Edge tsd_imm
539: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
540: 0 0 tps6594-0-0x48 72 Edge pfsm_err
541: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
542: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
543: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
544: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
545: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
546: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
547: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
548: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
549: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
550: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
551: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
552: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
554: 0 0 tps6594-0-0x48 88 Edge alarm
556: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
557: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
558: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
559: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
560: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
561: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
562: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
563: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
564: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
565: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
566: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
567: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
568: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
569: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
570: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
571: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
572: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
573: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
574: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
575: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
576: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
577: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
578: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
579: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
580: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
581: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
582: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
583: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
584: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
585: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
586: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
587: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
588: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
589: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
590: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
591: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
592: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
593: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
611: 0 0 tps6594-0-0x4c 55 Edge npwron_start
612: 0 0 tps6594-0-0x4c 56 Edge enable
613: 0 0 tps6594-0-0x4c 57 Edge fsd
614: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
615: 0 0 tps6594-0-0x4c 59 Edge bist_pass
616: 0 0 tps6594-0-0x4c 60 Edge ext_clk
617: 0 0 tps6594-0-0x4c 61 Edge twarn
618: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
619: 0 0 tps6594-0-0x4c 63 Edge bist_fail
620: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
621: 0 0 tps6594-0-0x4c 65 Edge recov_cnt
622: 0 0 tps6594-0-0x4c 66 Edge spmi_err
623: 0 0 tps6594-0-0x4c 67 Edge npwron_long
624: 0 0 tps6594-0-0x4c 68 Edge nint_readback
625: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
626: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
627: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
628: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
629: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
630: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
631: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
632: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
633: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
634: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
635: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
636: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
637: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
638: 0 0 tps6594-0-0x4c 84 Edge esm_soc_pin
639: 0 0 tps6594-0-0x4c 85 Edge esm_soc_fail
640: 0 0 tps6594-0-0x4c 86 Edge esm_soc_rst
644: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
645: 2 0 INTR 432 Level mbox-main-r5fss0-core0
646: 4 0 INTR 428 Level mbox-main-r5fss1-core0
647: 8 0 INTR 424 Level mbox-c66-0, mbox-c66-1
648: 3 0 INTR 420 Level mbox-c71-0
681: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan2
742: 0 0 MSI-INTA 13894672 Edge 31150000.dma-controller chan3
745: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7
746: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan8
747: 0 0 MSI-INTA 13894677 Edge 31150000.dma-controller chan9
748: 0 0 MSI-INTA 13894678 Edge 31150000.dma-controller chan10
749: 0 0 MSI-INTA 13894679 Edge 31150000.dma-controller chan11
750: 0 0 MSI-INTA 13894705 Edge 31150000.dma-controller chan12
751: 0 0 MSI-INTA 13894706 Edge 31150000.dma-controller chan13
752: 0 0 MSI-INTA 13894707 Edge 31150000.dma-controller chan14
753: 0 0 MSI-INTA 13894708 Edge 31150000.dma-controller chan15
754: 0 0 MSI-INTA 13894709 Edge 31150000.dma-controller chan16
755: 0 0 MSI-INTA 13894710 Edge 31150000.dma-controller chan17
756: 0 0 MSI-INTA 13894711 Edge 31150000.dma-controller chan18
757: 0 0 MSI-INTA 13894712 Edge 31150000.dma-controller chan19
758: 0 0 MSI-INTA 13894713 Edge 31150000.dma-controller chan20
759: 0 0 MSI-INTA 13894714 Edge 31150000.dma-controller chan21
760: 0 0 MSI-INTA 13894715 Edge 31150000.dma-controller chan22
761: 0 0 MSI-INTA 13894716 Edge 31150000.dma-controller chan23
762: 0 0 MSI-INTA 13894717 Edge 31150000.dma-controller chan24
763: 0 0 MSI-INTA 13894718 Edge 31150000.dma-controller chan25
764: 0 0 MSI-INTA 13894719 Edge 31150000.dma-controller chan26
765: 0 0 MSI-INTA 13894720 Edge 31150000.dma-controller chan27
766: 0 0 MSI-INTA 13894721 Edge 31150000.dma-controller chan28
767: 0 0 MSI-INTA 13894722 Edge 31150000.dma-controller chan29
768: 0 0 MSI-INTA 13894723 Edge 31150000.dma-controller chan30
769: 0 0 MSI-INTA 13894724 Edge 31150000.dma-controller chan31
770: 0 0 MSI-INTA 13894725 Edge 31150000.dma-controller chan32
771: 0 0 MSI-INTA 13894726 Edge 31150000.dma-controller chan33
772: 0 0 MSI-INTA 13894727 Edge 31150000.dma-controller chan34
773: 0 0 MSI-INTA 13894728 Edge 31150000.dma-controller chan35
774: 0 0 MSI-INTA 13894729 Edge 31150000.dma-controller chan36
775: 0 0 MSI-INTA 13894730 Edge 31150000.dma-controller chan37
776: 0 0 MSI-INTA 13894731 Edge 31150000.dma-controller chan38
777: 0 0 MSI-INTA 13894732 Edge 31150000.dma-controller chan39
778: 0 0 MSI-INTA 13894733 Edge 31150000.dma-controller chan40
801: 1794 0 GICv3 36 Level mmc1
802: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
803: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
808: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
812: 0 0 GICv3 892 Level TI-am335x-adc.10.auto
814: 0 0 GICv3 893 Level TI-am335x-adc.11.auto
815: 0 0 GICv3 56 Level pvrsrvkm
817: 0 0 GICv3 212 Level vxd-dec
819: 0 0 GICv3 213 Level vxe-enc
833: 0 0 GICv3 646 Level mhdp8546
842: 0 0 GICv3 634 Level tidss
885: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
886: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
892: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
894: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
898: 0 0 GICv3 152 Level 6000000.usb
899: 61 0 GICv3 49 Level ufshcd
917: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
918: 0 0 GICv3 43 Level 4e10000.rng
923: 35 0 GICv3 136 Level xhci-hcd:usb1
925: 0 0 GICv3 153 Level 6400000.usb
IPI0: 2741 16092 Rescheduling interrupts
IPI1: 3515 10686 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: 14 0
TIMER: 1403 2409
NET_TX: 7 5
NET_RX: 120486 410
BLOCK: 1191 0
IRQ_POLL: 0 0
TASKLET: 13057 42
SCHED: 2073 2792
HRTIMER: 0 0
RCU: 10483 12142
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.118
ti-test-extras - 1.0-r0.118
0
root@j721e-evm:~# depmod -a
root@j721e-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_ctrl 16384 0
omap_rng 16384 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
rpmsg_char 16384 1 rpmsg_ctrl
irq_pruss_intc 16384 0
pru_rproc 24576 0
cdns_pltfrm 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 4
overlay 122880 0
cfg80211 380928 0
rfkill 24576 2 cfg80211
ti_k3_r5_remoteproc 28672 0
cdns_mhdp8546 40960 0
vxe_enc 286720 0
vxd_dec 344064 0
k3_j72xx_bandgap 16384 0
j721e_csi2rx 24576 0
tidss 53248 1
videobuf2_dma_contig 20480 1 j721e_csi2rx
drm_dma_helper 20480 1 tidss
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
drm_display_helper 151552 1 cdns_mhdp8546
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
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
drm_kms_helper 184320 6 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
pvrsrvkm 1224704 8
ti_am335x_tscadc 16384 1 ti_am335x_adc
cfbfillrect 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
cfbimgblt 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
pruss 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
ti_j721e_ufs 16384 0
ti_k3_dsp_remoteproc 16384 0
fb_sys_fops 16384 1 drm_kms_helper
sa2ul 36864 0
virtio_rpmsg_bus 20480 0
snd_soc_pcm3168a_i2c 16384 1
cfbcopyarea 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
cdns_dphy_rx 16384 0
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
m_can_platform 16384 0
optee_rng 16384 0
m_can 24576 1 m_can_platform
rng_core 20480 2 optee_rng,omap_rng
pci_j721e_host 16384 0
can_dev 36864 1 m_can
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
cdns3_ti 16384 0
snd_soc_davinci_mcasp 32768 2
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 557056 13 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:35 +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
CWarning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 979875 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-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
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 1294015 bytes
U-Boot 2024.01-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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=fde99700
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.80 (1279 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
67324 bytes read in 10 ms (6.4 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 67324 bytes: Failed!
67324 bytes read in 10 ms (6.4 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 67324 bytes: Failed!
67324 bytes read in 9 ms (7.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 67324 bytes: Failed!
67324 bytes read in 10 ms (6.4 MiB/s)
Load Remote Processor 5 with data@addr=0x82000000 67324 bytes: Failed!
10488888 bytes read in 20 ms (500.1 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 10488888 bytes: Failed!
10488888 bytes read in 20 ms (500.1 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=fde99700
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.80
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/cc1a237c3626d8b62c13733e4153fcad
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.80
Filename 'vatf_j721s2-evm-ep/cc1a237c3626d8b62c13733e4153fcad'.
Load address: 0x82000000
Loading: *################################################## 20 MiB
11.1 MiB/s
done
Bytes transferred = 20920832 (13f3a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721s2-evm-ep/8c7032a0b89c6e00074f48da3266e41b
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.80
Filename 'vatf_j721s2-evm-ep/8c7032a0b89c6e00074f48da3266e41b'.
Load address: 0x88000000
Loading: *################################################## 89.1 KiB
6.2 MiB/s
done
Bytes transferred = 91222 (16456 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/98b1b2cdbf5e0e58c3cadcc69ee61783,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-rc2-00072-g4b8be27bec (Nov 15 2023 - 14:53:47 +0530)
aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621
GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621
=> 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 = 0x00000000ffed1000
reloc off = 0x000000007f6d1000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.80
fdt_blob = 0x00000000fde99700
new_fdt = 0x00000000fde99700
fdt_size = 0x00000000000176a0
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-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce8a000-0xfffffffe], 0x03175fff 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 = 0x00000000fde996f0
sp start = 0x00000000fde996f0
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 = 0x00000000ffed1000
reloc off = 0x000000007f6d1000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fb:3a:7f
IP addr = 192.168.0.80
fdt_blob = 0x00000000fde99700
new_fdt = 0x00000000fde99700
fdt_size = 0x00000000000176a0
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-0x9fffffff], 0x01800000 bytes flags: 4
reserved[1] [0xfce8a000-0xfffffffe], 0x03175fff 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 = 0x00000000fde996f0
sp start = 0x00000000fde996f0
Early malloc usage: 2848 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
21584384 Image
480317 tiboot3.bin
480317 tiboot3-j721s2-gp-evm.bin
482906 tiboot3-j721s2-hs-fs-evm.bin
1078475 tispl.bin
1329403 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 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 000000008ffe6000, end 000000008ffff455 ... OK
Working FDT set to 8ffe6000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45: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.2
[ 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/98b1b2cdbf5e0e58c3cadcc69ee61783,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: 15268228K/16777208K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 591476K 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.010513] Console: colour dummy device 80x25
[ 0.016227] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029566] pid_max: default: 32768 minimum: 301
[ 0.035491] LSM: Security Framework initializing
[ 0.041501] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051226] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062551] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071814] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079643] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088874] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096759] rcu: Hierarchical SRCU implementation.
[ 0.102881] rcu: Max phase no-delay instances is 1000.
[ 0.109787] Platform MSI: msi-controller@1820000 domain created
[ 0.117562] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129725] EFI services will not be available.
[ 0.135659] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.152013] Detected PIPT I-cache on CPU1
[ 0.152099] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.152117] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.152159] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.152228] smp: Brought up 1 node, 2 CPUs
[ 0.188913] SMP: Total of 2 processors activated.
[ 0.194920] CPU features: detected: 32-bit EL0 Support
[ 0.201487] CPU features: detected: CRC32 instructions
[ 0.208091] CPU: All CPU(s) started at EL2
[ 0.213319] alternatives: applying system-wide alternatives
[ 0.221582] devtmpfs: initialized
[ 0.234423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.246902] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.269958] pinctrl core: initialized pinctrl subsystem
[ 0.277052] DMI not present or invalid.
[ 0.282384] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.291009] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.300602] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.311031] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.321328] audit: initializing netlink subsys (disabled)
[ 0.328376] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.328664] thermal_sys: Registered thermal governor 'step_wise'
[ 0.338284] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.345984] cpuidle: using governor menu
[ 0.359430] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.368138] ASID allocator initialised with 65536 entries
[ 0.386056] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.399500] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
[ 0.409788] KASLR disabled due to lack of seed
[ 0.419305] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.427983] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.435986] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.444652] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.452654] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.461321] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.469322] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.477992] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.487314] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.499270] iommu: Default domain type: Translated
[ 0.505502] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.513674] SCSI subsystem initialized
[ 0.518689] usbcore: registered new interface driver usbfs
[ 0.525720] usbcore: registered new interface driver hub
[ 0.532521] usbcore: registered new device driver usb
[ 0.539371] pps_core: LinuxPPS API ver. 1 registered
[ 0.545716] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.557391] PTP clock support registered
[ 0.562493] EDAC MC: Ver: 3.0.0
[ 0.567282] FPGA manager framework
[ 0.571682] Advanced Linux Sound Architecture Driver Initialized.
[ 0.580024] clocksource: Switched to clocksource arch_sys_counter
[ 0.587983] VFS: Disk quotas dquot_6.6.0
[ 0.593023] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.605553] NET: Registered PF_INET protocol family
[ 0.612292] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.628362] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.639507] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.649432] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.660289] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.671008] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.679634] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.688535] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.698121] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.705750] RPC: Registered named UNIX socket transport module.
[ 0.713335] RPC: Registered udp transport module.
[ 0.719340] RPC: Registered tcp transport module.
[ 0.725343] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.733570] NET: Registered PF_XDP protocol family
[ 0.739697] PCI: CLS 0 bytes, default 64
[ 0.745165] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.756777] Initialise system trusted keyrings
[ 0.762629] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.774021] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.781936] NFS: Registering the id_resolver key type
[ 0.788423] Key type id_resolver registered
[ 0.793763] Key type id_legacy registered
[ 0.798923] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.807484] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.817075] 9p: Installing v9fs 9p2000 file system support
[ 0.848586] Key type asymmetric registered
[ 0.853818] Asymmetric key parser 'x509' registered
[ 0.860083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.869649] io scheduler mq-deadline registered
[ 0.875439] io scheduler kyber registered
[ 0.883118] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.890747] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.898290] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.905851] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.913179] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.920987] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.934277] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.947273] loop: module loaded
[ 0.952336] megasas: 07.719.03.00-rc1
[ 0.959875] tun: Universal TUN/TAP device driver, 1.6
[ 0.966891] thunder_xcv, ver 1.0
[ 0.971050] thunder_bgx, ver 1.0
[ 0.975190] nicpf, ver 1.0
[ 0.978972] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.988205] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.995023] hclge is initializing
[ 0.999265] e1000: Intel(R) PRO/1000 Network Driver
[ 1.005491] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.012846] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.019183] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.026757] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.033650] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.040777] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.048800] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.056479] sky2: driver version 1.30
[ 1.061727] VFIO - User Level meta-driver version: 0.3
[ 1.068846] usbcore: registered new interface driver usb-storage
[ 1.077149] i2c_dev: i2c /dev entries driver
[ 1.083823] sdhci: Secure Digital Host Controller Interface driver
[ 1.091729] sdhci: Copyright(c) Pierre Ossman
[ 1.097804] Synopsys Designware Multimedia Card Interface Driver
[ 1.105838] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.113730] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.121559] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.130016] usbcore: registered new interface driver usbhid
[ 1.137135] usbhid: USB HID core driver
[ 1.143060] 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.148769] optee: revision 3.20 (8e74d476)
[ 1.169317] optee: dynamic shared memory is enabled
[ 1.181167] optee: initialized driver
[ 1.187403] Initializing XFRM netlink socket
[ 1.192896] NET: Registered PF_PACKET protocol family
[ 1.199440] 9pnet: Installing 9P2000 support
[ 1.204933] Key type dns_resolver registered
[ 1.210665] registered taskstats version 1
[ 1.215914] Loading compiled-in X.509 certificates
[ 1.228654] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.270282] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.278403] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.286959] pca953x 1-0021: using no AI
[ 1.312552] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.321064] pca953x 1-0020: using no AI
[ 1.326784] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.335306] pca953x 1-0022: using AI
[ 1.340695] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.348679] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.357214] pca953x 2-0020: using no AI
[ 1.384435] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.392311] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.400836] pca953x 3-0020: using no AI
[ 1.428423] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.435685] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.446363] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.458037] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.468877] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.482046] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.490493] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.502057] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.514423] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.522872] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.533949] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.546659] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.555114] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.565158] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
[ 1.577116] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
[ 1.588182] printk: console [ttyS2] enabled
[ 1.588182] printk: console [ttyS2] enabled
[ 1.598741] printk: bootconsole [ns16550a0] disabled
[ 1.598741] printk: bootconsole [ns16550a0] disabled
[ 1.613730] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.660037] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.670796] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.681144] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.697225] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.706237] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.714020] pps pps0: new PPS source ptp0
[ 1.719221] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.732323] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.743511] mmc0: CQHCI version 5.10
[ 1.748203] gpio-mux mux-controller0: 2-way mux-controller registered
[ 1.756798] gpio-mux mux-controller1: 2-way mux-controller registered
[ 1.790642] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.893963] mmc0: Command Queue Engine enabled
[ 1.899530] mmc0: new HS400 MMC card at address 0001
[ 1.906237] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.913174] mmcblk0: p1 p2 p3
[ 1.917479] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.924547] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.931461] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 2.003132] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 2.011520] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-11-15T09:34:29 UTC (1700040869)
[ 2.503293] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 2.511804] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 2.520325] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 2.528811] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 2.538825] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.551362] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 2.566912] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.573185] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.581983] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.588824] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.596479] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.603696] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.611010] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 2.618000] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 2.625749] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.633045] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.647976] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.654354] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.663151] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.669990] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.677512] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.684727] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.692035] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 2.699003] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 2.706731] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.714035] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.722647] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.768039] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.778792] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.789138] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.805247] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.814259] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.821983] pps pps0: new PPS source ptp1
[ 2.827185] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.839590] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.849432] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.850090] mmc1: CQHCI version 5.10
[ 2.858574] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.873281] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.904000] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.924129] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.935992] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.970346] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.979170] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.990051] mmcblk1: p1 p2 p3
[ 7.029196] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.060031] Sending DHCP requests ., OK
[ 7.080831] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.80
[ 7.090385] IP-Config: Complete:
[ 7.094406] device=eth0, hwaddr=f4:84:4c:fb:3a:7f, ipaddr=192.168.0.80, mask=255.255.255.0, gw=192.168.0.1
[ 7.106989] host=192.168.0.80, domain=ti.com, nis-domain=(none)
[ 7.114912] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.114916] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.136723] ALSA device list:
[ 7.140434] No soundcards found.
[ 7.192085] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.199772] devtmpfs: mounted
[ 7.204549] Freeing unused kernel memory: 2176K
[ 7.216115] Run /sbin/init as init process
[ 7.372076] random: crng init done
[ 7.479054] NET: Registered PF_INET6 protocol family
[ 7.486692] Segment Routing with IPv6
[ 7.491296] In-situ OAM (IOAM) with IPv6
[ 7.525637] 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.565096] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.633661] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.644228] systemd[1]: Initializing machine ID from random generator.
[ 7.769921] systemd-sysv-generator[141]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.801677] systemd-sysv-generator[141]: SysV service '/etc/init.d/telnetd' 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.832370] 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.
[ 7.862689] 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.
[ 7.900070] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.137486] 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.208943] 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.293661] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.338566] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.366070] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.393874] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.421510] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.444330] 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.472254] 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.500295] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.524109] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.548100] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.572113] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.628913] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.660229] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.691585] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.716407] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.741181] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.765054] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.788499] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.813222] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.842174] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.864410] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.888971] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.932460] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.960068] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.987809] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.012514] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.033964] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.061162] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.091791] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.111778] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.132333] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.161692] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.225421] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.237340] fuse: init (API version 7.37)
[ 9.245109] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.266834] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.291638] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.316350] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.348354] cryptodev: loading out-of-tree module taints kernel.
[ 9.357074] cryptodev: driver 1.12 loaded.
[ 9.368808] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.424851] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.450473] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.468684] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...[ 9.924480] systemd-journald[156]: 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] Finished [0;1;39mColdplug All udev Devices[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.271486] audit: type=1334 audit(1700040877.756:2): prog-id=5 op=LOAD
[ 10.280438] audit: type=1334 audit(1700040877.768:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] 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.618482] CAN device driver interface
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 11.720247] mc: Linux media interface: v0.10
[ 11.856906] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.915261] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.930586] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 12.018006] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.086673] videodev: Linux video capture interface: v2.00
[ 12.148797] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
[ 12.165863] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
[ 12.175963] remoteproc remoteproc0: 64800000.dsp is available
[ 12.289940] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
[ 12.291705] PVR_K: 199: Device: 4e20000000.gpu
[ 12.375833] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
[ 12.401720] PVR_K: 199: Read BVNC 36.53.104.796 from HW device registers
[ 12.422657] remoteproc remoteproc0: powering up 64800000.dsp
[ 12.429829] PVR_K: 199: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 12.443278] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 10488888
[ 12.447978] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 12.457643] remoteproc remoteproc0: unsupported resource 65538
[ 12.471273] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa6e00000
[ 12.481484] remoteproc remoteproc1: 65800000.dsp is available
[ 12.489590] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node c71-dma-memory@a6000000
[ 12.501787] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.508972] rproc-virtio rproc-virtio.16.auto: registered virtio0 (type 7)
[ 12.518913] remoteproc remoteproc0: remote processor 64800000.dsp is now up
[ 12.529576] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.540596] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 12.703133] remoteproc remoteproc1: powering up 65800000.dsp
[ 12.712075] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 12.719376] remoteproc remoteproc1: Booting fw image j721s2-c71_1-fw, size 10488888
[ 12.732589] remoteproc remoteproc1: unsupported resource 65538
[ 12.744777] k3-dsp-rproc 65800000.dsp: booting DSP core using boot addr = 0xa7e00000
[ 12.759485] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 12.771272] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node c71-dma-memory@a7000000
[ 12.785462] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.792722] rproc-virtio rproc-virtio.17.auto: registered virtio1 (type 7)
[ 12.796968] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.803338] remoteproc remoteproc1: remote processor 65800000.dsp is now up
[ 12.828652] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 13.040335] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 13.061450] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 13.088053] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.097981] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 13.144586] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 13.158568] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 13.175911] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 13.253042] platform 41000000.r5f: configured R5F for IPC-only mode
[ 13.334409] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.355307] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.382118] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.397309] pci 0000:00:00.0: supports D1
[ 13.405317] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.416316] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.426182] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.440146] remoteproc remoteproc2: 41000000.r5f is available
[ 13.448340] remoteproc remoteproc2: attaching to 41000000.r5f
[ 13.461156] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 13.471909] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 13.498304] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 13.509770] rproc-virtio rproc-virtio.18.auto: registered virtio2 (type 7)
[ 13.514384] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.519674] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[ 13.535611] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 13.553740] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.569660] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 13.586102] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.587811] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 13.596271] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 13.654056] pci 0000:00:00.0: PCI bridge to [bus 01]
[[0m[0;31m* [0m] A start job is running for Rebuild na[ 13.720100] pcieport 0000:00:00.0: PME: Signaling with IRQ 789
mic Linker Cache (5s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Link[ 13.744806] remoteproc remoteproc3: 5c00000.r5f is available
er Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[ 13.833174] platform 5d00000.r5f: configured R5F for remoteproc mode
[ 13.841361] remoteproc remoteproc3: powering up 5c00000.r5f
[ 13.848388] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 79464
[ 13.860128] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 13.862637] pcieport 0000:00:00.0: AER: enabled with IRQ 789
[ 13.874970] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.885683] rproc-virtio rproc-virtio.19.auto: registered virtio3 (type 7)
[ 13.894750] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 13.944405] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.114648] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.132720] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 14.177011] remoteproc remoteproc4: 5d00000.r5f is available
[ 14.365751] remoteproc remoteproc4: powering up 5d00000.r5f
[ 14.376091] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 79464
[ 14.395690] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 14.411845] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 14.424207] rproc-virtio rproc-virtio.20.auto: registered virtio4 (type 7)
[ 14.443316] remoteproc remoteproc4: remote processor 5d00000.r5f is now up
[ 14.454350] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 14.533847] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 14.659861] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 14.672268] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 14.826511] remoteproc remoteproc5: 5e00000.r5f is available
[ 15.027669] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 15.046981] remoteproc remoteproc5: powering up 5e00000.r5f
[ 15.056179] remoteproc remoteproc5: Booting fw image j721s2-main-r5f1_0-fw, size 79464
[ 15.075402] rproc-virtio rproc-virtio.21.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 15.093285] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 15.104159] rproc-virtio rproc-virtio.21.auto: registered virtio5 (type 7)
[ 15.116253] remoteproc remoteproc5: remote processor 5e00000.r5f is now up
[ 15.129439] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 15.284070] remoteproc remoteproc6: 5f00000.r5f is available
[ 15.345998] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 15.358192] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 15.399722] m_can_platform 26a1000.can: m_can device registered (irq=790, version=32)
[ 15.433986] m_can_platform 40528000.can: m_can device registered (irq=791, version=32)
[ 15.459767] remoteproc remoteproc6: powering up 5f00000.r5f
[ 15.466974] remoteproc remoteproc6: Booting fw image j721s2-main-r5f1_1-fw, size 79464
[ 15.487250] rproc-virtio rproc-virtio.22.auto: assigned reserved memory node r5f-dma-memory@a5000000
[ 15.505777] virtio_rpmsg_bus virtio6: rpmsg host is online
[ 15.516175] rproc-virtio rproc-virtio.22.auto: registered virtio6 (type 7)
[ 15.528193] remoteproc remoteproc6: remote processor 5f00000.r5f is now up
[ 15.545889] m_can_platform 40568000.can: m_can device registered (irq=792, version=32)
[ 15.574764] m_can_platform 2731000.can: m_can device registered (irq=793, version=32)
[ 15.594092] m_can_platform 2751000.can: m_can device registered (irq=794, version=32)
[ 15.764201] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
[ 15.775641] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (7s / 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;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.
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.
[ 17.476913] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 17.700937] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 17.825585] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
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.115154] audit: type=1334 audit(1700040885.600:4): prog-id=7 op=LOAD
[ 18.134045] audit: type=1334 audit(1700040885.612:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[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.[ 18.261069] [drm:ti_sn_bridge_probe [ti_sn65dsi86]] *ERROR* remote dsi host node not found
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 18.601993] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[ 18.664412] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 1
[ 18.674889] xhci-hcd xhci-hcd.23.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 18.809035] xhci-hcd xhci-hcd.23.auto: irq 795, io mem 0x06010000
[ 18.818065] xhci-hcd xhci-hcd.23.auto: xHCI Host Controller
[ 18.825832] xhci-hcd xhci-hcd.23.auto: new USB bus registered, assigned bus number 2
[ 18.838459] xhci-hcd xhci-hcd.23.auto: Host supports USB 3.0 SuperSpeed
[ 18.852650] hub 1-0:1.0: USB hub found
[ 18.884554] hub 1-0:1.0: 1 port detected
[ 18.941712] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 18.955075] hub 2-0:1.0: USB hub found
[ 18.955741] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 19.129910] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.185160] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 19.196177] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 19.423476] hub 1-1:1.0: USB hub found
[ 19.429328] hub 1-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;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.
[ 19.800106] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
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...
[ 19.997838] 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
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[ 20.076835] 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
[[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] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 20.200113] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[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;39mFile System Check on /dev/mmcblk0p1[0m...
[ 20.448068] usb 1-1.3: new high-speed USB device number 5 using xhci-hcd
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 20.580567] hub 1-1.3:1.0: USB hub found
[ 20.585933] hub 1-1.3:1.0: 4 ports detected
[ 20.620611] audit: type=1334 audit(1700040888.108:6): prog-id=9 op=LOAD
[ 20.643481] audit: type=1334 audit(1700040888.116:7): prog-id=10 op=LOAD
[ 20.716144] usb 1-1.4: new high-speed USB device number 6 using xhci-hcd
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[ 20.849347] hub 1-1.4:1.0: USB hub found
[ 20.855069] hub 1-1.4:1.0: 4 ports detected
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 20.940107] usb 1-1.3.1: new full-speed USB device number 7 using xhci-hcd
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 21.065774] 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.
[ 21.180067] usb 1-1.4.2: new high-speed USB device number 8 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 21.317604] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 21.336445] scsi host0: usb-storage 1-1.4.2:1.0
[ 21.408082] usb 1-1.3.2: new high-speed USB device number 9 using xhci-hcd
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 21.640128] usb 1-1.4.3: new full-speed USB device number 10 using xhci-hcd
[ 21.675180] audit: type=1006 audit(1700040889.160:8): pid=905 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 21.692473] audit: type=1300 audit(1700040889.160:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffcc602738 a2=4 a3=ffffb9eae020 items=0 ppid=1 pid=905 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.727219] audit: type=1327 audit(1700040889.160:8): proctitle="(systemd)"
[ 21.808648] 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.0002/input/input1
[ 21.892460] hid-generic 0003:046D:0A44.0002: input: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-xhci-hcd.23.auto-1.4.3/input3
[ 21.932081] usb 1-1.3.3: new low-speed USB device number 11 using xhci-hcd
[ 22.101520] asix 1-1.2:1.0 (unnamed net_device) (uninitialized): PHY [usb-001:004:10] driver [Asix Electronics AX88772A] (irq=POLL)
[ 22.131586] 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.0003/input/input2
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[ 22.176309] hid-generic 0003:046D:C077.0003: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.23.auto-1.3.3/input0
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 22.359020] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[ 22.383225] Asix Electronics AX88772A usb-001:004:10: attached PHY driver (mii_bus:phy_addr=usb-001:004:10, irq=POLL)
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 22.422529] 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
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 22.450129] usbcore: registered new interface driver asix
[ 22.459679] systemd-journald[156]: Time jumped backwards, rotating.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[[ 22.557810] 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.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[ 22.623274] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[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/mmcblk0p3[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 22.744438] usbcore: registered new interface driver snd-usb-audio
Mounting [0;1;39m/run/media/mmcblk0p3[0m...
[ 22.796422] audit: type=1006 audit(1700040879.666:9): pid=857 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 22.812091] audit: type=1300 audit(1700040879.666:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffcc602738 a2=4 a3=ffffb9eae020 items=0 ppid=1 pid=857 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.845968] audit: type=1327 audit(1700040879.666:9): proctitle="(weston)"
[ 22.857574] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[ 23.059000] PVR_K: 857: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
[ 23.075635] PVR_K: 857: Shader binary image 'rgx.sh.36.53.104.796' loaded
[[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.[ 23.400897] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
[ 23.413752] sd 0:0:0:0: [sda] Write Protect is off
[ 23.422430] sd 0:0:0:0: [sda] No Caching mode page found
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0[ 23.431853] sd 0:0:0:0: [sda] Assuming drive cache: write through
m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[ 23.457522] sda: sda1
[0m.
[ 23.472453] sd 0:0:0:0: [sda] Attached SCSI removable disk
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[ 23.546798] usb 1-1.3.2: Found UVC 1.00 device <unnamed> (046d:080f)
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 23.631033] 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
[ 23.661441] usbcore: registered new interface driver uvcvideo
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
[ 25.088812] audit: type=1006 audit(1700040881.958:10): pid=1047 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 25.104841] audit: type=1300 audit(1700040881.958:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffcc602738 a2=1 a3=ffffb9eae020 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 25.139209] audit: type=1327 audit(1700040881.958:10): proctitle="(systemd)"
[ 25.168752] audit: type=1334 audit(1700040882.038:11): prog-id=11 op=LOAD
[ 25.177295] audit: type=1300 audit(1700040882.038:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd297a850 a2=78 a3=0 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 25.209193] audit: type=1327 audit(1700040882.038:11): proctitle="(systemd)"
[ 25.218187] audit: type=1334 audit(1700040882.038:12): prog-id=11 op=UNLOAD
[ 25.226958] audit: type=1334 audit(1700040882.038:13): prog-id=12 op=LOAD
[ 25.235485] audit: type=1300 audit(1700040882.038:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd297a8f0 a2=78 a3=0 items=0 ppid=1 pid=1047 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 25.267302] audit: type=1327 audit(1700040882.038:13): proctitle="(systemd)"
[ 25.337000] ext2 filesystem being mounted at /run/media/sda1 supports timestamps until 2038 (0x7fffffff)
7[r[999;999H[6nroot@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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/98b1b2cdbf5e0e58c3cadcc69ee61783,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.46-gf8110d9ce8 #1 SMP PREEMPT Mon Sep 4 04:45: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 17584
-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
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
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 1009 1 65942 537 3 0 10 1 0 1164 538 0 0 0 0 0 0
179 1 mmcblk0p1 321 0 20890 173 1 0 1 0 0 404 173 0 0 0 0 0 0
179 2 mmcblk0p2 332 0 20890 157 1 0 1 0 0 408 157 0 0 0 0 0 0
179 3 mmcblk0p3 319 1 22970 189 1 0 8 0 0 452 190 0 0 0 0 0 0
179 32 mmcblk0boot0 170 0 3360 46 0 0 0 0 0 112 46 0 0 0 0 0 0
179 64 mmcblk0boot1 170 0 3360 43 0 0 0 0 0 140 43 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 21 0 0 0 0 0 60 21 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 50 0 0 0 0 0 92 50 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 67 0 0 0 0 0 128 67 0 0 0 0 0 0
31 3 mtdblock3 50 0 400 18 0 0 0 0 0 44 18 0 0 0 0 0 0
31 4 mtdblock4 70 0 560 25 0 0 0 0 0 72 25 0 0 0 0 0 0
31 5 mtdblock5 130 0 1040 44 0 0 0 0 0 80 44 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 25 0 0 0 0 0 68 25 0 0 0 0 0 0
31 7 mtdblock7 55 0 440 43 0 0 0 0 0 96 43 0 0 0 0 0 0
31 8 mtdblock8 168 0 1344 124 0 0 0 0 0 260 124 0 0 0 0 0 0
31 9 mtdblock9 145 0 1160 112 0 0 0 0 0 200 112 0 0 0 0 0 0
31 10 mtdblock10 60 0 480 50 0 0 0 0 0 140 50 0 0 0 0 0 0
31 11 mtdblock11 50 0 400 36 0 0 0 0 0 80 36 0 0 0 0 0 0
31 12 mtdblock12 210 0 4032 453 0 0 0 0 0 404 453 0 0 0 0 0 0
31 13 mtdblock13 50 0 400 43 0 0 0 0 0 88 43 0 0 0 0 0 0
179 96 mmcblk1 926 43 64256 1544 2 0 16 6 0 1488 1550 0 0 0 0 0 0
179 97 mmcblk1p1 329 6 20800 504 0 0 0 0 0 552 504 0 0 0 0 0 0
179 98 mmcblk1p2 278 37 21454 501 1 0 8 5 0 596 506 0 0 0 0 0 0
179 99 mmcblk1p3 282 0 20810 492 1 0 8 1 0 548 493 0 0 0 0 0 0
8 0 sda 305 0 15898 1140 1 0 8 2 0 800 1143 0 0 0 0 0 0
8 1 sda1 263 0 14698 1049 1 0 8 2 0 716 1052 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 6694 6016 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1606 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 10156 0 GICv3 928 Level 42120000.i2c
17: 107 0 GICv3 232 Level 2000000.i2c
18: 91 0 GICv3 236 Level 2040000.i2c
19: 6 0 GICv3 237 Level 2050000.i2c
36: 0 0 MSI-INTA 14749184 Edge 311a0000.dma-controller chan0
37: 0 0 MSI-INTA 14749185 Edge 311a0000.dma-controller chan1
38: 0 0 MSI-INTA 14749186 Edge 311a0000.dma-controller chan2
39: 0 0 MSI-INTA 14749187 Edge 311a0000.dma-controller chan3
40: 0 0 MSI-INTA 14749188 Edge 311a0000.dma-controller chan4
41: 0 0 MSI-INTA 14749189 Edge 311a0000.dma-controller chan5
42: 0 0 MSI-INTA 14749190 Edge 311a0000.dma-controller chan6
43: 0 0 MSI-INTA 14749191 Edge 311a0000.dma-controller chan7
44: 0 0 MSI-INTA 14749192 Edge 311a0000.dma-controller chan8
45: 0 0 MSI-INTA 14749193 Edge 311a0000.dma-controller chan9
46: 0 0 MSI-INTA 14749194 Edge 311a0000.dma-controller chan10
47: 0 0 MSI-INTA 14749195 Edge 311a0000.dma-controller chan11
48: 0 0 MSI-INTA 14749196 Edge 311a0000.dma-controller chan12
49: 0 0 MSI-INTA 14749197 Edge 311a0000.dma-controller chan13
50: 0 0 MSI-INTA 14749198 Edge 311a0000.dma-controller chan14
51: 0 0 MSI-INTA 14749199 Edge 311a0000.dma-controller chan15
52: 0 0 MSI-INTA 14749696 Level 311a0000.dma-controller chan0
53: 0 0 MSI-INTA 14749697 Level 311a0000.dma-controller chan1
54: 0 0 MSI-INTA 14749698 Level 311a0000.dma-controller chan2
55: 0 0 MSI-INTA 14749699 Level 311a0000.dma-controller chan3
56: 0 0 MSI-INTA 14749700 Level 311a0000.dma-controller chan4
57: 0 0 MSI-INTA 14749701 Level 311a0000.dma-controller chan5
58: 0 0 MSI-INTA 14749702 Level 311a0000.dma-controller chan6
59: 0 0 MSI-INTA 14749703 Level 311a0000.dma-controller chan7
60: 0 0 MSI-INTA 14749704 Level 311a0000.dma-controller chan8
61: 0 0 MSI-INTA 14749705 Level 311a0000.dma-controller chan9
62: 0 0 MSI-INTA 14749706 Level 311a0000.dma-controller chan10
63: 0 0 MSI-INTA 14749707 Level 311a0000.dma-controller chan11
64: 0 0 MSI-INTA 14749708 Level 311a0000.dma-controller chan12
65: 0 0 MSI-INTA 14749709 Level 311a0000.dma-controller chan13
66: 0 0 MSI-INTA 14749710 Level 311a0000.dma-controller chan14
67: 0 0 MSI-INTA 14749711 Level 311a0000.dma-controller chan15
68: 81291 13 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 108683 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 5131 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: 758 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: 1556 0 GICv3 35 Level mmc0
268: 0 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 0 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: 8 0 INTR 432 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
652: 8 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: 1951 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 56 Level pvrsrvkm
785: 0 0 GICv3 214 Level vpu_irq
786: 0 0 GICv3 646 Level mhdp8546
787: 0 0 GICv3 634 Level tidss
789: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
795: 2004 0 GICv3 128 Level xhci-hcd:usb1
797: 1 0 GICv3 152 Level 6000000.usb
798: 0 0 GICv3 43 Level 4e10000.rng
IPI0: 3593 23373 Rescheduling interrupts
IPI1: 4017 10095 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@j721s2-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 4 8
TIMER: 1709 2699
NET_TX: 20 5
NET_RX: 164428 91
BLOCK: 1347 0
IRQ_POLL: 0 0
TASKLET: 20759 23
SCHED: 2459 2292
HRTIMER: 0 0
RCU: 12626 15124
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:~# [ 54.475957] systemd-journald[156]: Time jumped backwards, rotating.
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.118
ti-test-extras - 1.0-r0.118
0
root@j721s2-evm:~# depmod -a
root@j721s2-evm:~# lsmod
Module Size Used by
uvcvideo 110592 0
videobuf2_vmalloc 16384 1 uvcvideo
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
ax88796b 16384 1
asix 40960 0
usbnet 36864 1 asix
overlay 122880 0
cfg80211 380928 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
panel_edp 36864 0
rpmsg_ctrl 16384 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
omap_rng 16384 0
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
ti_sn65dsi86 24576 0
wave5 94208 0
j721e_csi2rx 24576 0
cdns_mhdp8546 40960 0
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
v4l2_mem2mem 36864 1 wave5
drm_display_helper 151552 3 panel_edp,cdns_mhdp8546,ti_sn65dsi86
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
tidss 53248 1
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
drm_dma_helper 20480 1 tidss
k3_j72xx_bandgap 16384 0
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,tidss
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
ti_k3_dsp_remoteproc 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
ti_am335x_tscadc 16384 1 ti_am335x_adc
virtio_rpmsg_bus 20480 0
cfbfillrect 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
rpmsg_ns 16384 1 virtio_rpmsg_bus
cfbimgblt 16384 1 drm_kms_helper
pvrsrvkm 1224704 8
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
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
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
cdns_dphy 16384 0
sa2ul 36864 0
cdns_dphy_rx 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
cdns3_ti 16384 0
m_can_platform 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
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
can_dev 36864 1 m_can
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
pwm_tiehrpwm 16384 0
cryptodev 53248 0
fuse 131072 1
drm 557056 15 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,ti_sn65dsi86,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 38
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