Skip to content

Instantly share code, notes, and snippets.

@nehamalcom
Created February 22, 2024 06:37
Show Gist options
  • Save nehamalcom/7b101ea8b97f5a9433a553ef881166a1 to your computer and use it in GitHub Desktop.
Save nehamalcom/7b101ea8b97f5a9433a553ef881166a1 to your computer and use it in GitHub Desktop.
arch: mach-k3: fix mapping higher DDR addresses as device memory
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:10:28 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 13400 bytes
Trying to boot from UART
icate 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 828247 bytes
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:10:40 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 1808 bytes
Trying to boot from UART
C. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 732467 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:10:40 +0530)
SoC: AM62X SR1.0 GP
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 57 devices, 23 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:10:40 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62x
board_name=am62x
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_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=ffb17a40
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: 3760/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.82 (1090 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx-sk/f38fb7fbb0565bd438d18a9025270d32
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.82
Filename 'vatf_am62xx-sk/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *################################################## 19.3 MiB
11 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx-sk/40f40f56b1a298f9282ab5ca7b69e6a3
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.82
Filename 'vatf_am62xx-sk/40f40f56b1a298f9282ab5ca7b69e6a3'.
Load address: 0x88000000
Loading: *################################################## 58.1 KiB
7.1 MiB/s
done
Bytes transferred = 59456 (e840 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/da32c03d0936f918338eae659380d6cd,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:10:40 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff47000
reloc off = 0x000000007f747000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.82
fdt_blob = 0x00000000ffb17a40
new_fdt = 0x00000000ffb17a40
fdt_size = 0x0000000000010360
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] [0xfeb10000-0xffffffff], 0x014f0000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb17a30
sp start = 0x00000000ffb17a30
Early malloc usage: 2b30 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff47000
reloc off = 0x000000007f747000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = f4:84:4c:fc:92:ae
IP addr = 192.168.0.82
fdt_blob = 0x00000000ffb17a40
new_fdt = 0x00000000ffb17a40
fdt_size = 0x0000000000010360
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] [0xfeb10000-0xffffffff], 0x014f0000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb17a30
sp start = 0x00000000ffb17a30
Early malloc usage: 2b30 / 8000
=> ls mmc 0:1
0 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
21580288 Image
291285 tiboot3-am62x-gp-evm.bin
293874 tiboot3-am62x-hs-evm.bin
293874 tiboot3-am62x-hs-fs-evm.bin
291285 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1033743 tispl.bin
963715 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
0 test
11 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am62-main-r5f0_0-fw
<SYM> 75 am62-main-r5f0_0-fw-sec
<SYM> 68 am62-mcu-m4f0_0-fw
<SYM> 75 am62-mcu-m4f0_0-fw-sec
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
428128 bl32.bin
4093688 bl32.elf
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
114688 rgx.fw.33.15.11.3
114688 rgx.fw.33.15.11.3.64k
387960 rgx.sh.33.15.11.3
28 tee-header_v2.bin
0 tee-pageable_v2.bin
428128 tee-pager_v2.bin
428156 tee.bin
4093688 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 10 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 000000008ffff83f ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
[ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff]
[ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx-sk/autofs/da32c03d0936f918338eae659380d6cd,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: 1838472K/2097152K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 127608K 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.008563] Console: colour dummy device 80x25
[ 0.013162] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023845] pid_max: default: 32768 minimum: 301
[ 0.028618] LSM: Security Framework initializing
[ 0.033474] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041059] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050885] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058336] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064637] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072034] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078424] rcu: Hierarchical SRCU implementation.
[ 0.083333] rcu: Max phase no-delay instances is 1000.
[ 0.088937] Platform MSI: msi-controller@1820000 domain created
[ 0.095236] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104644] EFI services will not be available.
[ 0.109562] smp: Bringing up secondary CPUs ...
[ 0.114897] Detected VIPT I-cache on CPU1
[ 0.115015] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115034] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.115096] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115810] Detected VIPT I-cache on CPU2
[ 0.115893] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115907] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.115942] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116590] Detected VIPT I-cache on CPU3
[ 0.116679] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.116694] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.116724] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.116790] smp: Brought up 1 node, 4 CPUs
[ 0.196538] SMP: Total of 4 processors activated.
[ 0.201351] CPU features: detected: 32-bit EL0 Support
[ 0.206626] CPU features: detected: CRC32 instructions
[ 0.211942] CPU: All CPU(s) started at EL2
[ 0.216141] alternatives: applying system-wide alternatives
[ 0.223709] devtmpfs: initialized
[ 0.235730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245743] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257344] pinctrl core: initialized pinctrl subsystem
[ 0.263343] DMI not present or invalid.
[ 0.267939] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275246] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.282799] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.290915] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.299102] audit: initializing netlink subsys (disabled)
[ 0.304804] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305272] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312735] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.318922] cpuidle: using governor menu
[ 0.329804] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.336839] ASID allocator initialised with 65536 entries
[ 0.352798] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.365947] KASLR disabled due to lack of seed
[ 0.377489] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.384461] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.390872] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.397812] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.404220] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.411159] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.417566] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.424505] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.432397] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.442938] iommu: Default domain type: Translated
[ 0.447955] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.454647] SCSI subsystem initialized
[ 0.458874] usbcore: registered new interface driver usbfs
[ 0.464522] usbcore: registered new interface driver hub
[ 0.469980] usbcore: registered new device driver usb
[ 0.475628] pps_core: LinuxPPS API ver. 1 registered
[ 0.480714] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.490068] PTP clock support registered
[ 0.494215] EDAC MC: Ver: 3.0.0
[ 0.498375] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.505424] FPGA manager framework
[ 0.508983] Advanced Linux Sound Architecture Driver Initialized.
[ 0.516226] clocksource: Switched to clocksource arch_sys_counter
[ 0.522731] VFS: Disk quotas dquot_6.6.0
[ 0.526790] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.539900] NET: Registered PF_INET protocol family
[ 0.545203] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.554515] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.563327] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.571266] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.579472] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.587472] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.594391] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.601318] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.608850] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.615123] RPC: Registered named UNIX socket transport module.
[ 0.621211] RPC: Registered udp transport module.
[ 0.626021] RPC: Registered tcp transport module.
[ 0.630830] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.637423] NET: Registered PF_XDP protocol family
[ 0.642338] PCI: CLS 0 bytes, default 64
[ 0.647170] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.657307] Initialise system trusted keyrings
[ 0.662135] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.673187] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.679777] NFS: Registering the id_resolver key type
[ 0.685011] Key type id_resolver registered
[ 0.689289] Key type id_legacy registered
[ 0.693446] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.700301] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.744858] Key type asymmetric registered
[ 0.749051] Asymmetric key parser 'x509' registered
[ 0.754092] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.761833] io scheduler mq-deadline registered
[ 0.766472] io scheduler kyber registered
[ 0.774225] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.780780] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.788318] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.800889] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.817386] loop: module loaded
[ 0.821832] megasas: 07.719.03.00-rc1
[ 0.828804] tun: Universal TUN/TAP device driver, 1.6
[ 0.834743] thunder_xcv, ver 1.0
[ 0.838094] thunder_bgx, ver 1.0
[ 0.841423] nicpf, ver 1.0
[ 0.844364] e1000: Intel(R) PRO/1000 Network Driver
[ 0.849353] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.855265] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.860343] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.866426] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.871947] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.877667] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.884076] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.890249] sky2: driver version 1.30
[ 0.894734] VFIO - User Level meta-driver version: 0.3
[ 0.900771] usbcore: registered new interface driver usb-storage
[ 0.907490] i2c_dev: i2c /dev entries driver
[ 0.913435] sdhci: Secure Digital Host Controller Interface driver
[ 0.919810] sdhci: Copyright(c) Pierre Ossman
[ 0.924497] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.931133] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.937486] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.944461] usbcore: registered new interface driver usbhid
[ 0.950163] usbhid: USB HID core driver
[ 0.955019] optee: probing for conduit method.
[ 0.959602] optee: revision 4.0 (2a5b1d12)
[ 0.959918] optee: dynamic shared memory is enabled
[ 0.969506] optee: initialized driver
[ 0.975036] Initializing XFRM netlink socket
[ 0.979478] NET: Registered PF_PACKET protocol family
[ 0.984721] Key type dns_resolver registered
[ 0.989581] registered taskstats version 1
[ 0.993805] Loading compiled-in X.509 certificates
[ 1.008724] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.071490] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.078471] i2c 1-003b: Fixed dependency cycle(s) with /connector/port/endpoint
[ 1.086008] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@1/endpoint
[ 1.095764] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.102650] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.108660] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.117912] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.129445] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
[ 1.138302] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
[ 1.161307] Console: switching to colour frame buffer device 240x75
[ 1.179940] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
[ 1.188716] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.196959] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.208004] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.218140] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.228369] printk: console [ttyS2] disabled
[ 1.232826] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.241716] printk: console [ttyS2] enabled
[ 1.241716] printk: console [ttyS2] enabled
[ 1.250174] printk: bootconsole [ns16550a0] disabled
[ 1.250174] printk: bootconsole [ns16550a0] disabled
[ 1.261697] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.308246] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.318484] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.326600] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.334722] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.347689] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.353965] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.353972] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.354578] pps pps0: new PPS source ptp0
[ 1.371338] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.381837] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.391384] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.404420] mmc0: CQHCI version 5.10
[ 1.409262] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.416019] pca953x 1-0022: using AI
[ 1.446153] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.449481] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.451255] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.465553] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.470960] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.477695] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.484050] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.490440] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.496654] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.503443] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.509853] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.526372] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.534145] mmc1: CQHCI version 5.10
[ 1.534236] mmc2: CQHCI version 5.10
[ 1.535940] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.548850] mmc0: Command Queue Engine enabled
[ 1.553347] mmc0: new HS200 MMC card at address 0001
[ 1.558969] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.565280] mmcblk0: p1 p2
[ 1.568806] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.574867] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.579124] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.580795] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.590379] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.610453] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.619828] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.641474] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.648983] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.655577] mmcblk1: p1 p2 p3
[ 5.726103] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.752323] Sending DHCP requests ., OK
[ 5.772423] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.82
[ 5.780252] IP-Config: Complete:
[ 5.783498] device=eth0, hwaddr=f4:84:4c:fc:92:ae, ipaddr=192.168.0.82, mask=255.255.255.0, gw=192.168.0.1
[ 5.793728] host=192.168.0.82, domain=ti.com, nis-domain=(none)
[ 5.800171] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.800206] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.828181] ALSA device list:
[ 5.831239] No soundcards found.
[ 5.865461] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.871833] devtmpfs: mounted
[ 5.876474] Freeing unused kernel memory: 2112K
[ 5.888340] Run /sbin/init as init process
[ 6.048438] systemd[1]: System time before build time, advancing clock.
[ 6.197088] NET: Registered PF_INET6 protocol family
[ 6.207695] Segment Routing with IPv6
[ 6.211400] In-situ OAM (IOAM) with IPv6
[ 6.262474] 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.294518] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.358205] systemd[1]: Hostname set to <am62xx-evm>.
[ 6.504523] systemd[152]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.508443] systemd-sysv-generator[161]: 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.542567] systemd-sysv-generator[161]: 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.567320] systemd-sysv-generator[161]: 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.193621] 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.312644] 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.474055] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.555201] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.579769] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.603999] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.627282] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.648916] 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.672857] 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.697101] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.716672] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.736617] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.756678] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.837356] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.860832] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.902534] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.925398] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.953274] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.979556] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.003242] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.025323] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.054945] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.078756] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.104048] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.168949] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.191290] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.253063] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.269722] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.297712] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.345300] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.383346] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.415351] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.460892] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.493827] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.531129] fuse: init (API version 7.37)
[ 8.553849] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.573417] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.595337] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.637508] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.669986] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.699601] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[ 8.709480] cryptodev: loading out-of-tree module taints kernel.
[0m...
[ 8.720571] cryptodev: driver 1.12 loaded.
[ 8.735296] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.761810] systemd[1]: Started Start psplash boot splash screen.
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash screen[0m.
[ 8.787907] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.805241] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0[ 9.224064] systemd-journald[176]: Received client request to flush runtime journal.
m...
[[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.444044] audit: type=1334 audit(1651167748.392:2): prog-id=5 op=LOAD
[ 9.451117] audit: type=1334 audit(1651167748.400: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.
[ 9.820274] 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;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.
[ 10.261314] mc: Linux media interface: v0.10
[ 10.293670] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 10.305060] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 10.312035] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 10.341528] remoteproc remoteproc0: 5000000.m4fss is available
[ 10.394340] remoteproc remoteproc0: powering up 5000000.m4fss
[ 10.400926] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 10.424334] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 10.433738] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 10.450095] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 10.489682] systemd-journald[176]: Oldest entry in /run/log/journal/d6c10f141b8b46279d959a4f90fe9ccd/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.510250] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
n[0m.
[ 10.521325] systemd-journald[176]: /run/log/journal/d6c10f141b8b46279d959a4f90fe9ccd/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 10.555167] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.579026] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 10.589745] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:30 UTC (210)
[ 10.597295] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.598356] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 10.636445] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.648679] platform 78000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.656333] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
k Activation Socket[0m.
[ 10.670248] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.671654] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 10.692194] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 10.709303] remoteproc remoteproc1: 78000000.r5f is available
[ 10.712538] i2c i2c-1: Added multiplexed i2c bus 3
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.726248] remoteproc remoteproc1: attaching to 78000000.r5f
[ 10.767459] PVR_K: 215: Device: fd00000.gpu
[ 10.772094] PVR_K: 215: Read BVNC 33.15.11.3 from HW device registers
[ 10.772862] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 10.772941] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 10.772964] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 10.773657] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.773689] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 10.773697] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 10.806771] PVR_K: 215: RGX Device registered with BVNC 33.15.11.3
[ 10.807553] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.836191] Console: switching to colour dummy device 80x25
[ 10.856914] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 10.897812] [drm] Initialized pvr 23.2.6460340 20170530 for fd00000.gpu on minor 1
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 10.917312] Console: switching to colour frame buffer device 256x72
[ 10.924891] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
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.
[ 11.528438] audit: type=1334 audit(1708512684.163:4): prog-id=7 op=LOAD
[ 11.535846] audit: type=1334 audit(1708512684.175:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.651165] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.750477] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 13.047918] remoteproc remoteproc2: 30074000.pru is available
[ 13.055215] remoteproc remoteproc3: 30078000.pru is available
Starting [0;1;39mNetwork Name Resolution[0m...
[ 13.662769] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 14.169143] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 14.227959] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 14.237553] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 14.245176] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 14.255175] xhci-hcd xhci-hcd.4.auto: irq 425, io mem 0x31100000
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[ 14.328388] hub 1-0:1.0: USB hub found
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 14.369216] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[[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...
[ 14.470149] hub 1-0:1.0: 1 port detected
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
Starting [0;1;39mSave/Restore Sound Card State[0m...
[ 14.736317] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[ 14.901160] audit: type=1334 audit(1708512687.539:6): prog-id=9 op=LOAD
[ 14.909068] audit: type=1334 audit(1708512687.547:7): prog-id=10 op=LOAD
[ 14.922303] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 14.933010] scsi host0: usb-storage 1-1:1.0
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...
[ 15.833050] audit: type=1006 audit(1708512688.471:8): pid=714 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 15.849913] audit: type=1300 audit(1708512688.471:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff7db5ed8 a2=4 a3=ffffb5a62020 items=0 ppid=1 pid=714 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 15.877318] audit: type=1327 audit(1708512688.471:8): proctitle="(systemd)"
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 15.968411] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 15.982303] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 15.992976] sd 0:0:0:0: [sda] Write Protect is off
[ 15.998891] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
Starting [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] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 17.215407] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[ 17.289874] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.323610] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 17.452161] audit: type=1006 audit(1708512690.087:9): pid=614 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 17.464911] audit: type=1300 audit(1708512690.087:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff7db5ed8 a2=4 a3=ffffb5a62020 items=0 ppid=1 pid=614 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 17.491427] audit: type=1327 audit(1708512690.087:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtim[ 17.501869] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
e[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[ 17.805812] sda: sda1
[ 17.810085] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 17.956461] PVR_K: 614: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 17.995784] PVR_K: 614: Shader binary image 'rgx.sh.33.15.11.3' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm -
Arago 2023.10 am62xx-evm -
am62xx-evm login: ro
[ 21.079157] audit: type=1006 audit(1708512693.715:10): pid=1006 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.092521] audit: type=1300 audit(1708512693.715:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff7db5ed8 a2=1 a3=ffffb5a62020 items=0 ppid=1 pid=1006 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 21.119637] audit: type=1327 audit(1708512693.715:10): proctitle="(systemd)"
[ 21.201285] audit: type=1334 audit(1708512693.839:11): prog-id=11 op=LOAD
[ 21.208514] audit: type=1300 audit(1708512693.839:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffdbb8320 a2=78 a3=0 items=0 ppid=1 pid=1006 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 21.234146] audit: type=1327 audit(1708512693.839:11): proctitle="(systemd)"
[ 21.242290] audit: type=1334 audit(1708512693.839:12): prog-id=11 op=UNLOAD
[ 21.249971] audit: type=1334 audit(1708512693.839:13): prog-id=12 op=LOAD
[ 21.256918] audit: type=1300 audit(1708512693.839:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffdbb83c0 a2=78 a3=0 items=0 ppid=1 pid=1006 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 21.282508] audit: type=1327 audit(1708512693.839:13): proctitle="(systemd)"
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
7[r[999;999H[6nroot@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx-sk/autofs/da32c03d0936f918338eae659380d6cd,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27896
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4292568 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387960 Mar 9 2018 rgx.sh.33.15.11.3
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4292568 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 49 0 0 0 0 0 84 49 0 0 0 0 0 0
31 1 mtdblock1 168 0 1344 116 0 0 0 0 0 180 116 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 126 0 0 0 0 0 212 126 0 0 0 0 0 0
31 3 mtdblock3 60 0 480 50 0 0 0 0 0 108 50 0 0 0 0 0 0
31 4 mtdblock4 50 0 400 27 0 0 0 0 0 72 27 0 0 0 0 0 0
31 5 mtdblock5 130 0 1040 100 0 0 0 0 0 180 100 0 0 0 0 0 0
31 6 mtdblock6 50 0 400 43 0 0 0 0 0 96 43 0 0 0 0 0 0
179 0 mmcblk0 671 4 30776 407 2 0 2 0 0 848 408 0 0 0 0 0 0
179 1 mmcblk0p1 285 0 6512 169 1 0 1 0 0 376 169 0 0 0 0 0 0
179 2 mmcblk0p2 347 4 23056 223 1 0 1 0 0 488 224 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 57 0 0 0 0 0 172 57 0 0 0 0 0 0
179 64 mmcblk0boot1 204 0 4032 73 0 0 0 0 0 216 73 0 0 0 0 0 0
179 96 mmcblk1 1143 68 66264 2651 2 0 16 8 0 1728 2661 0 0 0 0 2 0
179 97 mmcblk1p1 332 4 20800 434 0 0 0 0 0 628 434 0 0 0 0 0 0
179 98 mmcblk1p2 277 33 21494 385 1 0 8 2 0 620 387 0 0 0 0 0 0
179 99 mmcblk1p3 495 31 22762 1787 1 0 8 6 0 728 1794 0 0 0 0 0 0
8 0 sda 306 14 16059 2769 1 0 1 38 0 2756 2808 0 0 0 0 0 0
8 1 sda1 264 14 14859 878 1 0 1 38 0 848 916 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 4934 4634 4642 5017 GICv3 30 Level arch_timer
14: 7 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: 2703 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 686 0 0 0 GICv3 193 Level 20000000.i2c
27: 413 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: 5431 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
48: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
60: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
78: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
118: 33325 0 504 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 30066 455 0 0 MSI-INTA 1971731 Level 8000000.ethernet
232: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
233: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
240: 666 0 0 0 GICv3 210 Level 2800000.serial
241: 0 0 0 0 pinctrl 456 Edge 2800000.serial:wakeup
242: 0 0 0 0 GICv3 134 Level 8000000.ethernet
245: 1305 0 0 0 GICv3 165 Level mmc0
371: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
401: 2404 0 0 0 GICv3 115 Level mmc1
402: 52 0 0 0 GICv3 114 Level mmc2
406: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
407: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
409: 0 0 0 0 1-0022 16 Edge 1-003b
413: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
414: 469 0 0 0 GICv3 116 Level tidss
415: 60 0 0 0 GICv3 118 Level pvrsrvkm
425: 1235 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 3117 6519 5630 7701 Rescheduling interrupts
IPI1: 5730 9040 11217 13860 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: 162 116 128 131 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: 1 0 0 2
TIMER: 1461 1364 1440 1518
NET_TX: 115 19 20 23
NET_RX: 55836 476 510 26
BLOCK: 991 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 9615 3 7 15
SCHED: 2504 2037 2252 2362
HRTIMER: 0 0 0 0
RCU: 5040 6621 7227 6956
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.168
ti-test-extras - 1.0-r0.168
0
root@am62xx-evm:~# lsmod
Module Size Used by
cdns_csi2rx 20480 0
xhci_plat_hcd 16384 0
overlay 122880 0
v4l2_fwnode 20480 1 cdns_csi2rx
dwc3 98304 1
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
snd_soc_hdmi_codec 20480 0
irq_pruss_intc 16384 0
pru_rproc 24576 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
j721e_csi2rx 24576 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
videobuf2_memops 16384 1 videobuf2_dma_contig
pvrsrvkm 1228800 16
videobuf2_v4l2 32768 1 j721e_csi2rx
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
dwc3_am62 16384 0
display_connector 16384 0
ti_k3_r5_remoteproc 28672 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
virtio_rpmsg_bus 20480 0
rtc_ti_k3 16384 1
k3_j72xx_bandgap 16384 0
rti_wdt 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
tidss 61440 3
drm_dma_helper 20480 1 tidss
sii902x 20480 0
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
ti_k3_m4_remoteproc 16384 0
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
snd_soc_davinci_mcasp 32768 2
syscopyarea 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_m4_remoteproc
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tps6598x 20480 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
sa2ul 36864 0
mcrc 16384 0
snd_soc_tlv320aic3x_i2c 16384 1
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
cdns_dphy_rx 16384 0
typec 73728 1 tps6598x
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
optee_rng 16384 0
rng_core 20480 1 optee_rng
pruss 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am62xx-evm:~# echo 'hello world'
hello world
root@am62xx-evm:~#
U-Boot SPL 2023.04-00001-g981e207e4a (Feb 16 2024 - 16:37:46 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 13432 bytes
Trying to boot from UART
CLoaded 1176335 bytes
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
U-Boot SPL 2023.04-00001-g981e207e4a (Feb 16 2024 - 16:37:56 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 1856 bytes
Trying to boot from UART
CLoaded 964739 bytes
U-Boot 2023.04-00001-g981e207e4a (Feb 16 2024 - 16:37:56 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM625 SK
EEPROM not available at 80, trying to read at 81
Board: AM62B-SKEVM-P1 rev A
DRAM: 2 GiB
Core: 72 devices, 32 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial
Out: serial
Err: serial
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2023.04-00001-g981e207e4a (Feb 16 2024 - 16:37: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}
args_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${nbootpart} root=${nbootvolume} rootfstype=ubifs
args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
autoload=no
baudrate=115200
board=am62x
board_name=am62b_p1_skevm
board_rev=A
board_serial=0597
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; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; 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}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-am625-sk.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.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_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if 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;
eth1addr=70:ff:76:1e:d1:f8
ethaddr=1c:63:49:22:4e:bf
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fd5e8220
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am62x_skevm; then setenv name_fdt ti/k3-am625-sk.dtb; fi; if test $board_name = am62b_p1_skevm; then setenv name_fdt ti/k3-am625-sk.dtb; fi; if test $board_name = am62x_sip_skevm; then setenv name_fdt ti/k3-am625-sk.dtb; fi; if test $board_name = am62x_lp_skevm; then setenv name_fdt ti/k3-am62-lp-sk.dtb; fi; if test $board_name = am62x_beagleplay; then setenv name_fdt ti/k3-am625-beagleplay.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_nand=ubifsload ${fdtaddr} ${bootdir}/${fdtfile};
get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${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_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_nand=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_nand=run args_all args_nand ubi_init
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
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}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
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=mmc dev ${mmcdev}; 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;
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=spi-nand0=spi-nand0,nand0=omap2-nand.0
mtdparts=mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system)
name_fit=fitImage
name_kern=Image
nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype}
nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr}
nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048
nandrootfstype=ubifs rootwait
nbootpart=NAND.file-system
nbootvolume=ubi0:rootfs
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
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= 0 /lib/firmware/am62-mcu-m4f0_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
secure_rprocs=0
serial#=0000000000000597
serverip=192.168.0.1
soc=k3
splashfile=ti_logo_414x97_32bpp.bmp.gz
splashimage=0x80200000
splashpos=m,m
splashsource=mmc
ubi_init=ubi part ${nbootpart}; ubifsmount ${nbootvolume};
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: 11511/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.191 (1129 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx_sk-fs/f38fb7fbb0565bd438d18a9025270d32
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.191
Filename 'vatf_am62xx_sk-fs/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *T #####T ############################################# 19.3 MiB
1.6 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx_sk-fs/40f40f56b1a298f9282ab5ca7b69e6a3
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.191
Filename 'vatf_am62xx_sk-fs/40f40f56b1a298f9282ab5ca7b69e6a3'.
Load address: 0x88000000
Loading: *################################################## 58.1 KiB
5.2 MiB/s
done
Bytes transferred = 59456 (e840 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/da32c03d0936f918338eae659380d6cd,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 2023.04-00001-g981e207e4a (Feb 16 2024 - 16:37: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 = 0x00000000ff617000
reloc off = 0x000000007ee17000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.191
fdt_blob = 0x00000000fd5e8220
new_fdt = 0x00000000fd5e8220
fdt_size = 0x000000000000fb60
Video = dss@30200000 inactive
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9cb00000-0x9e6fffff], 0x01c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfc5df000-0xffffffff], 0x03a21000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fd5e6ff0
sp start = 0x00000000fd5e6ff0
Early malloc usage: 3c28 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ff617000
reloc off = 0x000000007ee17000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.191
fdt_blob = 0x00000000fd5e8220
new_fdt = 0x00000000fd5e8220
fdt_size = 0x000000000000fb60
Video = dss@30200000 inactive
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9cb00000-0x9e6fffff], 0x01c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfc5df000-0xffffffff], 0x03a21000 bytes flags: 0
devicetree = separate
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fd5e6ff0
sp start = 0x00000000fd5e6ff0
Early malloc usage: 3c28 / 8000
=> ls mmc 0:1
335066 tiboot3.bin
964124 tispl.bin
895936 u-boot.img
3 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19309056 Image
292849 tiboot3-am62x-gp-evm.bin
295438 tiboot3-am62x-hs-evm.bin
295438 tiboot3-am62x-hs-fs-evm.bin
295438 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1178343 tispl.bin
984939 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
10 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 63 am62-main-r5f0_0-fw
<SYM> 72 am62-mcu-m4f0_0-fw
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4592 regulatory.db
1182 regulatory.db.p7s
114688 rgx.fw.33.15.11.3
114688 rgx.fw.33.15.11.3.64k
349784 rgx.sh.33.15.11.3
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-sysfw
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am62-main-r5f0_0-fw
<SYM> 75 am62-main-r5f0_0-fw-sec
<SYM> 68 am62-mcu-m4f0_0-fw
<SYM> 75 am62-mcu-m4f0_0-fw-sec
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
478552 bl32.bin
4319992 bl32.elf
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
126976 rgx.fw.33.15.11.3
126976 rgx.fw.33.15.11.3.64k
387960 rgx.sh.33.15.11.3
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4319992 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 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
ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
Loading Device Tree to 000000008ffee000, end 000000008ffff83f ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
[ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff]
[ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/da32c03d0936f918338eae659380d6cd,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: 1838472K/2097152K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 127608K 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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008601] Console: colour dummy device 80x25
[ 0.013205] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023891] pid_max: default: 32768 minimum: 301
[ 0.028672] LSM: Security Framework initializing
[ 0.033553] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041144] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.051266] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058730] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.065035] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072430] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078843] rcu: Hierarchical SRCU implementation.
[ 0.083754] rcu: Max phase no-delay instances is 1000.
[ 0.089396] Platform MSI: msi-controller@1820000 domain created
[ 0.095748] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.105154] EFI services will not be available.
[ 0.110122] smp: Bringing up secondary CPUs ...
[ 0.115540] Detected VIPT I-cache on CPU1
[ 0.115682] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115700] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.115771] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.116582] Detected VIPT I-cache on CPU2
[ 0.116671] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.116691] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.116731] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.117456] Detected VIPT I-cache on CPU3
[ 0.117552] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.117566] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.117604] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.117687] smp: Brought up 1 node, 4 CPUs
[ 0.197450] SMP: Total of 4 processors activated.
[ 0.202268] CPU features: detected: 32-bit EL0 Support
[ 0.207539] CPU features: detected: CRC32 instructions
[ 0.212867] CPU: All CPU(s) started at EL2
[ 0.217064] alternatives: applying system-wide alternatives
[ 0.224858] devtmpfs: initialized
[ 0.238014] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.248042] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.260527] pinctrl core: initialized pinctrl subsystem
[ 0.266656] DMI not present or invalid.
[ 0.271349] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.278811] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.286426] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.294564] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.302769] audit: initializing netlink subsys (disabled)
[ 0.308510] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.309043] thermal_sys: Registered thermal governor 'step_wise'
[ 0.316448] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.322641] cpuidle: using governor menu
[ 0.333557] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.340599] ASID allocator initialised with 65536 entries
[ 0.357231] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.370685] KASLR disabled due to lack of seed
[ 0.382675] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.389653] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.396063] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.403002] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.409411] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.416349] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.422759] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.429697] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.437833] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.448608] iommu: Default domain type: Translated
[ 0.453677] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.460433] SCSI subsystem initialized
[ 0.464707] usbcore: registered new interface driver usbfs
[ 0.470365] usbcore: registered new interface driver hub
[ 0.475859] usbcore: registered new device driver usb
[ 0.481576] pps_core: LinuxPPS API ver. 1 registered
[ 0.486667] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.496028] PTP clock support registered
[ 0.500179] EDAC MC: Ver: 3.0.0
[ 0.504476] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.511573] FPGA manager framework
[ 0.515157] Advanced Linux Sound Architecture Driver Initialized.
[ 0.522536] clocksource: Switched to clocksource arch_sys_counter
[ 0.529081] VFS: Disk quotas dquot_6.6.0
[ 0.533148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.546695] NET: Registered PF_INET protocol family
[ 0.552042] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.561373] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.570208] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.578147] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.586369] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.594504] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.601483] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.608402] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.615968] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.622359] RPC: Registered named UNIX socket transport module.
[ 0.628447] RPC: Registered udp transport module.
[ 0.633257] RPC: Registered tcp transport module.
[ 0.638065] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.644659] NET: Registered PF_XDP protocol family
[ 0.649574] PCI: CLS 0 bytes, default 64
[ 0.654635] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.665077] Initialise system trusted keyrings
[ 0.669965] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.681356] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.688073] NFS: Registering the id_resolver key type
[ 0.693311] Key type id_resolver registered
[ 0.697589] Key type id_legacy registered
[ 0.701753] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.708609] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.751109] Key type asymmetric registered
[ 0.755303] Asymmetric key parser 'x509' registered
[ 0.760352] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.768109] io scheduler mq-deadline registered
[ 0.772750] io scheduler kyber registered
[ 0.780748] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.787399] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.795147] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.808259] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.825553] loop: module loaded
[ 0.830168] megasas: 07.719.03.00-rc1
[ 0.837395] tun: Universal TUN/TAP device driver, 1.6
[ 0.843385] thunder_xcv, ver 1.0
[ 0.846744] thunder_bgx, ver 1.0
[ 0.850064] nicpf, ver 1.0
[ 0.852991] e1000: Intel(R) PRO/1000 Network Driver
[ 0.857980] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.863896] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.868971] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.875060] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.880583] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.886312] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.892720] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.898911] sky2: driver version 1.30
[ 0.903417] VFIO - User Level meta-driver version: 0.3
[ 0.909504] usbcore: registered new interface driver usb-storage
[ 0.916303] i2c_dev: i2c /dev entries driver
[ 0.922362] sdhci: Secure Digital Host Controller Interface driver
[ 0.928733] sdhci: Copyright(c) Pierre Ossman
[ 0.933415] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.940107] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.946486] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.953464] usbcore: registered new interface driver usbhid
[ 0.959165] usbhid: USB HID core driver
[ 0.964119] optee: probing for conduit method.
[ 0.968720] optee: revision 4.0 (2a5b1d12)
[ 0.969075] optee: dynamic shared memory is enabled
[ 0.978587] optee: initialized driver
[ 0.984378] Initializing XFRM netlink socket
[ 0.988821] NET: Registered PF_PACKET protocol family
[ 0.994079] Key type dns_resolver registered
[ 0.999013] registered taskstats version 1
[ 1.003239] Loading compiled-in X.509 certificates
[ 1.019202] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.085440] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.092656] i2c 1-003b: Fixed dependency cycle(s) with /connector/port/endpoint
[ 1.100217] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@1/endpoint
[ 1.110017] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.117126] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.123157] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.132436] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.144218] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
[ 1.153080] simple-framebuffer ff700000.framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=7680
[ 1.178305] Console: switching to colour frame buffer device 240x75
[ 1.199030] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
[ 1.207961] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.216439] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.227790] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.238233] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.248802] printk: console [ttyS2] disabled
[ 1.253285] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.262192] printk: console [ttyS2] enabled
[ 1.262192] printk: console [ttyS2] enabled
[ 1.270650] printk: bootconsole [ns16550a0] disabled
[ 1.270650] printk: bootconsole [ns16550a0] disabled
[ 1.282359] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.326551] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.337012] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.345126] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.353261] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.366149] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.373287] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.373988] pps pps0: new PPS source ptp0
[ 1.383609] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.394322] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.406259] mmc0: CQHCI version 5.10
[ 1.411841] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.418635] pca953x 1-0022: using AI
[ 1.448942] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.449023] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.461599] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.468573] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.473978] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.480968] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.487497] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.494021] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.500386] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.507361] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.513950] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.531515] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.539361] mmc1: CQHCI version 5.10
[ 1.539619] mmc2: CQHCI version 5.10
[ 1.541307] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.558617] mmc0: Command Queue Engine enabled
[ 1.563105] mmc0: new HS200 MMC card at address 0001
[ 1.569075] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.575677] mmcblk0: p1 p2
[ 1.579271] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.584527] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.585963] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.595650] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.598372] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.620357] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.629768] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.649565] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.657317] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.667232] mmcblk1: p1 p2 p3
[ 5.728424] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.754633] Sending DHCP requests ., OK
[ 5.774423] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.191
[ 5.782201] IP-Config: Complete:
[ 5.785445] device=eth0, hwaddr=1c:63:49:22:4e:bf, ipaddr=192.168.0.191, mask=255.255.255.0, gw=192.168.0.1
[ 5.795706] host=192.168.0.191, domain=ti.com, nis-domain=(none)
[ 5.802188] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.802208] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.828215] ALSA device list:
[ 5.831257] No soundcards found.
[ 5.852234] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.859274] devtmpfs: mounted
[ 5.869009] Freeing unused kernel memory: 2112K
[ 5.878633] Run /sbin/init as init process
[ 6.382892] systemd[1]: System time before build time, advancing clock.
[ 6.636029] NET: Registered PF_INET6 protocol family
[ 6.647475] Segment Routing with IPv6
[ 6.651233] In-situ OAM (IOAM) with IPv6
[ 6.787928] 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.821103] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.967608] systemd[1]: Hostname set to <am62xx-evm>.
[ 7.250259] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.281134] systemd-sysv-generator[162]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.310198] systemd-sysv-generator[162]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.335366] systemd-sysv-generator[162]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.858218] 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.951288] 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.069191] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.159198] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.186314] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.210303] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.233557] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.255361] 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.279147] 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.303224] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.318873] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.338903] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.355011] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.451826] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.475241] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.519547] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.543884] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.572193] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.599328] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.626001] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.648335] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.678084] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.701391] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.726815] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.799401] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.826115] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.861182] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.879845] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.910288] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.955862] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.988711] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.016797] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.043975] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.117076] systemd[1]: Starting Start psplash boot splash screen...
[ 9.124299] fuse: init (API version 7.37)
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.180247] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.218601] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.256816] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.307141] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.336304] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.367933] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.401277] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.436540] cryptodev: loading out-of-tree module taints kernel.
[ 9.436982] systemd[1]: Started Start psplash boot splash screen.
[[0;32m OK [0m] Started [0;1;39mStart psplash boot splash s[ 9.449899] cryptodev: driver 1.12 loaded.
creen[0m.
[ 9.473475] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.491604] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
[[0;32m OK [0m] Started [0;1;39mStart psplash-systprogress communication helper[0m.
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.943297] systemd-journald[177]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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...
[ 12.057033] audit: type=1334 audit(1651167750.672:2): prog-id=5 op=LOAD
[ 12.063761] audit: type=1334 audit(1651167750.680:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] 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.
[ 12.758604] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 13.065230] mc: Linux media interface: v0.10
[ 13.135460] systemd-journald[177]: Oldest entry in /run/log/journal/a278bfa49cdc4fffb775daf92aaaa70c/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 13.153341] systemd-journald[177]: /run/log/journal/a278bfa49cdc4fffb775daf92aaaa70c/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 13.167744] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 13.314832] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.[ 13.331800] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 13.344335] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 13.358893] remoteproc remoteproc0: 5000000.m4fss is available
[ 13.370364] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 13.375957] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:04:41 UTC (281)
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[ 13.488547] remoteproc remoteproc0: powering up 5000000.m4fss
[ 13.494648] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 13.509945] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 13.527112] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
[ 13.534079] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 13.623007] sii902x 1-003b: supply iovcc not found, using dummy regulator
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 13.630613] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 13.651534] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 13.652276] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 13.666896] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
n Activation Socket[0m.
[ 13.679178] i2c i2c-1: Added multiplexed i2c bus 3
[ 13.691950] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 13.704163] Console: switching to colour dummy device 80x25
Starting [0;1;39mWeston socket[0m...
[ 13.772472] Console: switching to colour frame buffer device 256x72
[ 13.778930] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 13.789650] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 13.823450] platform 78000000.r5f: configured R5F for IPC-only mode
[ 13.835028] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 13.845621] remoteproc remoteproc1: 78000000.r5f is available
..
[ 13.856083] remoteproc remoteproc1: attaching to 78000000.r5f
[ 13.873292] platform 78000000.r5f: R5F core initialized in IPC-only mode
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 13.881228] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
API[0m.
[ 13.904121] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 13.904817] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 13.913436] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 13.922917] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 13.925360] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 13.962148] PVR_K: 205: Device: fd00000.gpu
[ 13.969961] PVR_K: 205: Read BVNC 33.15.11.3 from HW device registers
[ 13.977870] PVR_K: 205: RGX Device registered with BVNC 33.15.11.3
[ 13.987462] [drm] Initialized pvr 23.2.6460340 20170530 for fd00000.gpu on minor 1
[[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.655450] audit: type=1334 audit(1708512770.534:4): prog-id=7 op=LOAD
[ 14.663533] audit: type=1334 audit(1708512770.542:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 15.764229] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.819579] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 16.064174] remoteproc remoteproc2: 30074000.pru is available
[ 16.107197] remoteproc remoteproc3: 30078000.pru is available
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 16.337274] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[ 16.475375] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 16.845954] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 16.860185] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 16.870000] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 16.876348] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 16.886332] xhci-hcd xhci-hcd.4.auto: irq 425, io mem 0x31100000
[ 16.893660] hub 1-0:1.0: USB hub found
[ 16.897627] hub 1-0:1.0: 1 port detected
[ 16.903591] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 16.909296] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
[ 16.923643] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
[ 16.930163] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 16.940194] xhci-hcd xhci-hcd.5.auto: irq 424, io mem 0x31000000
[ 16.948079] hub 2-0:1.0: USB hub found
[ 16.952064] hub 2-0:1.0: 1 port detected
[ 17.210797] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[ 17.366203] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 17.373048] usb-storage 2-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 17.381109] scsi host0: usb-storage 2-1:1.0
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 18.399844] scsi 0:0:0:0: Direct-Access RSH-319 ASM1153E 0 PQ: 0 ANSI: 6
[ 18.416515] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
Starting [0;1;39mSave/Restore Sound Card State[0m...
[ 18.434656] sd 0:0:0:0: [sda] Write Protect is off
[ 18.440321] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.458321] sda: sda1 sda2 sda3
[ 18.462843] sd 0:0:0:0: [sda] Attached SCSI disk
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 19.378801] audit: type=1334 audit(1708512775.258:6): prog-id=9 op=LOAD
[ 19.385755] audit: type=1334 audit(1708512775.262: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.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mUser Manager for UID 1000[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 21.062796] audit: type=1006 audit(1708512776.938:8): pid=821 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 21.082990] audit: type=1300 audit(1708512776.938:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff83053f8 a2=4 a3=0 items=0 ppid=1 pid=821 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)
mmcblk0p2[0m.
[ 21.111753] audit: type=1327 audit(1708512776.938:8): proctitle="(systemd)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[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/mmcblk1p1[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...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[ 21.304604] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 21.329379] 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] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[ 21.407304] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 21.660196] 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.
[ 23.614983] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
[ 23.634676] audit: type=1006 audit(1708512779.510:9): pid=657 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 23.647257] audit: type=1300 audit(1708512779.510:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff83053f8 a2=4 a3=0 items=0 ppid=1 pid=657 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.673708] audit: type=1327 audit(1708512779.510:9): proctitle="(weston)"
[ 23.688957] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm -
Arago 2023.10 am62xx-evm -
am62xx-evm login: ro
[ 25.286141] audit: type=1006 audit(1708512781.162:10): pid=990 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 25.298770] audit: type=1300 audit(1708512781.162:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff83053f8 a2=1 a3=0 items=0 ppid=1 pid=990 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.324515] audit: type=1327 audit(1708512781.162:10): proctitle="(systemd)"
[ 25.364430] audit: type=1334 audit(1708512781.242:11): prog-id=11 op=LOAD
[ 25.371410] audit: type=1300 audit(1708512781.242:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffda3309b0 a2=78 a3=0 items=0 ppid=1 pid=990 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.396819] audit: type=1327 audit(1708512781.242:11): proctitle="(systemd)"
[ 25.403971] audit: type=1334 audit(1708512781.242:12): prog-id=11 op=UNLOAD
[ 25.411019] audit: type=1334 audit(1708512781.242:13): prog-id=12 op=LOAD
[ 25.417897] audit: type=1300 audit(1708512781.242:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffda330a50 a2=78 a3=0 items=0 ppid=1 pid=990 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.443370] audit: type=1327 audit(1708512781.242:13): proctitle="(systemd)"
[ 27.227874] PVR_K: 657: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 27.321772] PVR_K: 657: Shader binary image 'rgx.sh.33.15.11.3' loaded
7[r[999;999H[6nroot@am62xx-evm:~# ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
uname -a
Linux am62xx-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/da32c03d0936f918338eae659380d6cd,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27896
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4292568 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 122880 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387960 Mar 9 2018 rgx.sh.33.15.11.3
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4292568 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 19 0 0 0 0 0 44 19 0 0 0 0 0 0
31 1 mtdblock1 140 0 1120 57 0 0 0 0 0 96 57 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 53 0 0 0 0 0 84 53 0 0 0 0 0 0
31 3 mtdblock3 50 0 400 23 0 0 0 0 0 56 23 0 0 0 0 0 0
31 4 mtdblock4 70 0 560 41 0 0 0 0 0 96 41 0 0 0 0 0 0
31 5 mtdblock5 176 1 3360 186 0 0 0 0 0 188 186 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 35 0 0 0 0 0 76 35 0 0 0 0 0 0
179 0 mmcblk0 616 21 39058 446 2 0 9 1 0 720 447 0 0 0 0 0 0
179 1 mmcblk0p1 310 1 18864 208 1 0 1 0 0 368 208 0 0 0 0 0 0
179 2 mmcblk0p2 267 20 18986 202 1 0 8 0 0 296 203 0 0 0 0 0 0
179 32 mmcblk0boot0 171 0 3360 65 0 0 0 0 0 116 65 0 0 0 0 0 0
179 64 mmcblk0boot1 172 0 3360 80 0 0 0 0 0 116 80 0 0 0 0 0 0
179 96 mmcblk1 883 73 57912 1309 2 0 16 3 0 1172 1313 0 0 0 0 0 0
179 97 mmcblk1p1 305 15 18720 376 0 0 0 0 0 456 376 0 0 0 0 0 0
179 98 mmcblk1p2 275 44 19198 473 1 0 8 1 0 524 474 0 0 0 0 0 0
179 99 mmcblk1p3 264 14 18786 414 1 0 8 2 0 468 416 0 0 0 0 0 0
8 0 sda 919 999 53804 1717 2 0 9 3 0 1220 1721 0 0 0 0 1 0
8 1 sda1 272 63 15187 472 0 0 0 0 0 624 472 0 0 0 0 0 0
8 2 sda2 281 64 15215 478 1 0 1 0 0 624 479 0 0 0 0 0 0
8 3 sda3 323 872 22194 729 1 0 8 2 0 764 731 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 8852 7946 8339 8530 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: 6009 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 836 0 0 0 GICv3 193 Level 20000000.i2c
27: 413 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: 7679 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
48: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
60: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
78: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
118: 22312 0 9822 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 15871 7470 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: 659 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: 1310 0 0 0 GICv3 165 Level mmc0
371: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
401: 1866 0 0 0 GICv3 115 Level mmc1
402: 52 0 0 0 GICv3 114 Level mmc2
406: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
407: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
412: 0 0 0 0 1-0022 16 Edge 1-003b
413: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
414: 621 0 0 0 GICv3 116 Level tidss
415: 60 0 0 0 GICv3 118 Level pvrsrvkm
424: 3014 0 0 0 GICv3 220 Level xhci-hcd:usb2
425: 0 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 2263 6054 6009 4455 Rescheduling interrupts
IPI1: 11409 18794 19275 16951 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: 461 367 397 417 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: 4 0 0 30
TIMER: 2067 1779 2259 2126
NET_TX: 112 15 22 24
NET_RX: 34608 7535 9856 11
BLOCK: 953 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 12631 14 178 30
SCHED: 4550 4207 4309 3971
HRTIMER: 1 0 0 0
RCU: 7350 9137 8280 8027
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2148
-rwxrwx--- 1 root disk 335066 Feb 13 2023 tiboot3.bin
-rwxrwx--- 1 root disk 964124 Feb 13 2023 tispl.bin
-rwxrwx--- 1 root disk 895936 Feb 13 2023 u-boot.img
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.168
ti-test-extras - 1.0-r0.168
0
root@am62xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
xhci_plat_hcd 16384 0
dwc3 98304 1
rpmsg_ctrl 16384 0
snd_soc_hdmi_codec 20480 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
pru_rproc 24576 0
irq_pruss_intc 16384 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
pvrsrvkm 1228800 16
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
display_connector 16384 0
dwc3_am62 16384 0
k3_j72xx_bandgap 16384 0
j721e_csi2rx 24576 0
videobuf2_dma_contig 20480 1 j721e_csi2rx
videobuf2_memops 16384 1 videobuf2_dma_contig
tidss 61440 3
rtc_ti_k3 16384 1
videobuf2_v4l2 32768 1 j721e_csi2rx
sii902x 20480 0
ti_k3_m4_remoteproc 16384 0
drm_dma_helper 20480 1 tidss
ti_k3_common 16384 1 ti_k3_m4_remoteproc
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
syscopyarea 16384 1 drm_kms_helper
rti_wdt 16384 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
snd_soc_davinci_mcasp 32768 2
sysfillrect 16384 1 drm_kms_helper
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
tps6598x 20480 0
sysimgblt 16384 1 drm_kms_helper
snd_soc_tlv320aic3x_i2c 16384 1
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
fb_sys_fops 16384 1 drm_kms_helper
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
typec 73728 1 tps6598x
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
mcrc 16384 0
sa2ul 36864 0
pruss 16384 0
cdns_dphy_rx 16384 0
cryptodev 53248 0
drm 561152 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
fuse 131072 1
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 44
root@am62xx-evm:~# echo 'hello world'
hello world
root@am62xx-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:26 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13448 bytes
Trying to boot from UART
CLoaded 1005691 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:50 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1334307 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:50 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 83 devices, 29 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:50 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dorprocboot=0
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde98050
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721s2; then setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi; if test $board_name = am68-sk; then setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10175/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.131 (1265 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
Remote Processors are already initialized
Card did not respond to voltage select! : -110
mmc_init: -95, time 72
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 68
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
Can't set block device
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721s2
board_name=am68-sk
board_rev=E1
board_serial=0018
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721s2-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:84:8f:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde98050
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.131
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
serial#=0000000000000018
serverip=192.168.0.1
soc=k3
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 10306/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_am68_sk-fs-01/f38fb7fbb0565bd438d18a9025270d32
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.131
Filename 'vatf_am68_sk-fs-01/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *################################################## 19.3 MiB
10.3 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am68_sk-fs-01/1721931e29a60b8f9f7f96100e36dd96
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.131
Filename 'vatf_am68_sk-fs-01/1721931e29a60b8f9f7f96100e36dd96'.
Load address: 0x88000000
Loading: *################################################## 78.5 KiB
7 MiB/s
done
Bytes transferred = 80375 (139f7 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/a79355f81223cdf59e8857bdce2498a2,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:50 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.131
fdt_blob = 0x00000000fde98050
new_fdt = 0x00000000fde98050
fdt_size = 0x000000000001ad60
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce91000-0xfffffffe], 0x0316efff 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 = 0x00000000fde98040
sp start = 0x00000000fde98040
Early malloc usage: 2608 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x000000007fffffff
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x000000037fffffff
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed3000
reloc off = 0x000000007f6d3000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:84:8f:f5
IP addr = 192.168.0.131
fdt_blob = 0x00000000fde98050
new_fdt = 0x00000000fde98050
fdt_size = 0x000000000001ad60
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xfffffffe], 0x7fffffff bytes flags: 0
memory[1] [0x880000000-0xbfffffffe], 0x37fffffff bytes flags: 0
reserved.cnt = 0x3 / max = 0x10
reserved[0] [0x9e800000-0xa9bfffff], 0x0b400000 bytes flags: 4
reserved[1] [0xfce91000-0xfffffffe], 0x0316efff 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 = 0x00000000fde98040
sp start = 0x00000000fde98040
Early malloc usage: 2608 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:2
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
Card did not respond to voltage select! : -110
mmc_init: -95, time 67
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe9000, end 000000008ffff9f6 ... OK
Working FDT set to 8ffe9000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM68 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000bc7e00000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000bffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4128766
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/a79355f81223cdf59e8857bdce2498a2,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: 15428432K/16777208K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 431272K 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.010470] Console: colour dummy device 80x25
[ 0.016185] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029525] pid_max: default: 32768 minimum: 301
[ 0.035446] LSM: Security Framework initializing
[ 0.041452] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051175] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062469] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071747] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079577] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088810] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096695] rcu: Hierarchical SRCU implementation.
[ 0.102820] rcu: Max phase no-delay instances is 1000.
[ 0.109700] Platform MSI: msi-controller@1820000 domain created
[ 0.117424] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129144] EFI services will not be available.
[ 0.135063] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151394] Detected PIPT I-cache on CPU1
[ 0.151476] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151494] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151535] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151601] smp: Brought up 1 node, 2 CPUs
[ 0.188286] SMP: Total of 2 processors activated.
[ 0.194291] CPU features: detected: 32-bit EL0 Support
[ 0.200858] CPU features: detected: CRC32 instructions
[ 0.207458] CPU: All CPU(s) started at EL2
[ 0.212684] alternatives: applying system-wide alternatives
[ 0.220878] devtmpfs: initialized
[ 0.233107] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245593] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.269681] pinctrl core: initialized pinctrl subsystem
[ 0.276785] DMI not present or invalid.
[ 0.282117] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.290747] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.300335] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.310754] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.321046] audit: initializing netlink subsys (disabled)
[ 0.328102] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[ 0.328362] thermal_sys: Registered thermal governor 'step_wise'
[ 0.338007] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.345706] cpuidle: using governor menu
[ 0.359141] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.367846] ASID allocator initialised with 65536 entries
[ 0.385534] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dsi@4800000/ports/port@1/endpoint
[ 0.400070] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint
[ 0.410995] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.423853] KASLR disabled due to lack of seed
[ 0.433180] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.441860] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.449862] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.458529] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.466530] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.475197] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.483201] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.491868] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.500865] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.512821] iommu: Default domain type: Translated
[ 0.519049] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.527228] SCSI subsystem initialized
[ 0.532235] usbcore: registered new interface driver usbfs
[ 0.539268] usbcore: registered new interface driver hub
[ 0.546065] usbcore: registered new device driver usb
[ 0.552826] pps_core: LinuxPPS API ver. 1 registered
[ 0.559168] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.570841] PTP clock support registered
[ 0.575945] EDAC MC: Ver: 3.0.0
[ 0.580739] FPGA manager framework
[ 0.585135] Advanced Linux Sound Architecture Driver Initialized.
[ 0.593475] clocksource: Switched to clocksource arch_sys_counter
[ 0.601435] VFS: Disk quotas dquot_6.6.0
[ 0.606482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.618945] NET: Registered PF_INET protocol family
[ 0.625689] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.641793] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.652933] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.662861] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.673725] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.684437] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.693059] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.701954] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.711530] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.719151] RPC: Registered named UNIX socket transport module.
[ 0.726734] RPC: Registered udp transport module.
[ 0.732739] RPC: Registered tcp transport module.
[ 0.738742] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.746969] NET: Registered PF_XDP protocol family
[ 0.753098] PCI: CLS 0 bytes, default 64
[ 0.758534] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.770115] Initialise system trusted keyrings
[ 0.775974] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.786657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.794509] NFS: Registering the id_resolver key type
[ 0.801007] Key type id_resolver registered
[ 0.806348] Key type id_legacy registered
[ 0.811498] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.820062] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.853573] Key type asymmetric registered
[ 0.858803] Asymmetric key parser 'x509' registered
[ 0.865068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.874631] io scheduler mq-deadline registered
[ 0.880426] io scheduler kyber registered
[ 0.888184] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.895691] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.903166] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.910854] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.918181] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.930382] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.944095] loop: module loaded
[ 0.949049] megasas: 07.719.03.00-rc1
[ 0.955782] tun: Universal TUN/TAP device driver, 1.6
[ 0.962785] thunder_xcv, ver 1.0
[ 0.966932] thunder_bgx, ver 1.0
[ 0.971065] nicpf, ver 1.0
[ 0.974638] e1000: Intel(R) PRO/1000 Network Driver
[ 0.980863] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.988229] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.994567] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.002144] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.009036] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.016163] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.024164] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.031816] sky2: driver version 1.30
[ 1.037034] VFIO - User Level meta-driver version: 0.3
[ 1.044143] usbcore: registered new interface driver usb-storage
[ 1.052269] i2c_dev: i2c /dev entries driver
[ 1.058575] sdhci: Secure Digital Host Controller Interface driver
[ 1.066485] sdhci: Copyright(c) Pierre Ossman
[ 1.072199] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.079858] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.087666] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.096107] usbcore: registered new interface driver usbhid
[ 1.103229] usbhid: USB HID core driver
[ 1.108819] 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.114524] optee: revision 4.0 (2a5b1d12)
[ 1.135066] optee: dynamic shared memory is enabled
[ 1.146821] optee: initialized driver
[ 1.152911] Initializing XFRM netlink socket
[ 1.158397] NET: Registered PF_PACKET protocol family
[ 1.164902] Key type dns_resolver registered
[ 1.170625] registered taskstats version 1
[ 1.175878] Loading compiled-in X.509 certificates
[ 1.189331] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.226988] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.234846] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.243407] pca953x 1-0020: using no AI
[ 1.270588] i2c 1-002c: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c/aux-bus/panel/port/endpoint
[ 1.286529] i2c 1-002c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000/ports/port@0/endpoint
[ 1.298372] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.306337] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.314883] pca953x 2-0021: using no AI
[ 1.342190] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.349757] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.357237] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.367912] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.379583] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.390342] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.403165] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.411564] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.423062] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.435418] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.443868] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.454969] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.467662] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.476123] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.486057] printk: console [ttyS2] disabled
[ 1.491556] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.502614] printk: console [ttyS2] enabled
[ 1.502614] printk: console [ttyS2] enabled
[ 1.513179] printk: bootconsole [ns16550a0] disabled
[ 1.513179] printk: bootconsole [ns16550a0] disabled
[ 1.527359] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.573484] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.584544] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.594894] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.610977] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.619989] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.627859] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.640820] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.657679] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.666469] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.675154] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.683819] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.692485] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.701148] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.709810] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.718475] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.727138] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.735800] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.744461] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.753123] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.761786] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.770458] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.779133] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.787798] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.796462] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.805125] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.813789] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.822451] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.831113] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.839779] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.848449] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.857114] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.867538] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.880017] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.895253] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.901523] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.910333] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.917173] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.924796] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.932053] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.939382] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.946390] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.954178] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.961523] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.974162] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.021485] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.032521] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.042874] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.058991] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.068007] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.075825] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.088300] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.098243] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.098603] mmc1: CQHCI version 5.10
[ 2.107384] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.122154] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.152857] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.172814] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.184658] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 7.298658] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.329476] Sending DHCP requests ., OK
[ 7.350283] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.131
[ 7.359946] IP-Config: Complete:
[ 7.363967] device=eth0, hwaddr=34:08:e1:84:8f:f5, ipaddr=192.168.0.131, mask=255.255.255.0, gw=192.168.0.1
[ 7.376659] host=192.168.0.131, domain=ti.com, nis-domain=(none)
[ 7.384688] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.384692] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.406055] ALSA device list:
[ 7.409764] No soundcards found.
[ 7.427156] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.434878] devtmpfs: mounted
[ 7.439543] Freeing unused kernel memory: 2112K
[ 7.449555] Run /sbin/init as init process
[ 7.611839] systemd[1]: System time before build time, advancing clock.
[ 7.712315] NET: Registered PF_INET6 protocol family
[ 7.720318] Segment Routing with IPv6
[ 7.724921] In-situ OAM (IOAM) with IPv6
[ 7.754326] 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.793837] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.867399] systemd[1]: Hostname set to <j721s2-evm>.
[ 7.953843] systemd[129]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.992029] systemd-sysv-generator[138]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.024695] systemd-sysv-generator[138]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.055415] systemd-sysv-generator[138]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.272271] 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.335884] 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.411247] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.466459] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.491430] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.519288] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.546894] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.569770] 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.597676] 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.625752] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.641564] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.665543] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.681559] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.734350] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.761672] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.791370] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.817821] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.842890] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.866810] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.889979] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.906782] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.935270] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.957864] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.982648] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.021892] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.041212] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.081930] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.097873] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.119396] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.142547] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.172990] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.193048] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.214721] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.260650] systemd[1]: Starting Start psplash boot splash screen...
[ 9.269216] random: crng init done
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.302873] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.318960] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.337410] fuse: init (API version 7.37)
[ 9.367588] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.387974] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.414707] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.432243] cryptodev: loading out-of-tree module taints kernel.
[ 9.446475] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 9.446798] cryptodev: driver 1.12 loaded.
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.481924] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.511026] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.530264] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.559021] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 9.955212] systemd-journald[153]: Received client request to flush runtime journal.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 10.200926] audit: type=1334 audit(1651167747.584:2): prog-id=5 op=LOAD
[ 10.209708] audit: type=1334 audit(1651167747.592:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 10.783368] systemd-journald[153]: Oldest entry in /run/log/journal/866e8ed336cd411f84c942cfd99509bc/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.806779] systemd-journald[153]: /run/log/journal/866e8ed336cd411f84c942cfd99509bc/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.886694] mc: Linux media interface: v0.10
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.914564] CAN device driver interface
[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.979435] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 11.094179] videodev: Linux video capture interface: v2.00
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.106421] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
..
[ 11.124393] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.147150] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.233660] PVR_K: 196: Device: 4e20000000.gpu
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 11.319568] PVR_K: 196: Read BVNC 36.53.104.796 from HW device registers
[ 11.330130] PVR_K: 196: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 11.405315] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 11.432414] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 11.448989] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
[ 11.477169] remoteproc remoteproc0: releasing 64800000.dsp
[ 11.494273] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[ 11.494848] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.519897] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 11.520647] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.533796] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 11.542379] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[ 11.558611] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
[ 11.563987] at24 0-0051: supply vcc not found, using dummy regulator
[ 11.571430] remoteproc remoteproc0: releasing 41000000.r5f
Starting [0;1;39mIPv6 Packet Filtering Framework[0m..[ 11.586953] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
.
Starting [0;1;39mIPv4 Packet Filtering Framework[0m..[ 11.609314] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
.
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[ 11.636098] remoteproc remoteproc1: releasing 65800000.dsp
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 11.655937] audit: type=1334 audit(1708512797.873:4): prog-id=7 op=LOAD
[ 11.670270] audit: type=1334 audit(1708512797.885:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[ 11.735231] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 11.760242] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
[ 11.841670] platform 5c00000.r5f: configured R5F for remoteproc mode
Starting [0;1;39mNetwork Configuration[0m...
[ 11.865382] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 11.898850] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 11.962132] remoteproc remoteproc0: releasing 5c00000.r5f
[ 11.972553] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 11.984138] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 12.011095] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 12.200989] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[ 12.236925] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 12.281017] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 12.291205] remoteproc remoteproc0: releasing 5e00000.r5f
[ 12.300357] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 12.339529] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 12.357629] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 12.370681] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 12.488797] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 12.531478] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 12.555243] pci 0000:00:00.0: supports D1
[ 12.572330] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 12.580847] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 12.584282] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.591222] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 12.632500] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 12.654643] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.684753] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.685402] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 12.707101] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 12.758003] pcieport 0000:00:00.0: PME: Signaling with IRQ 484
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.908995] pcieport 0000:00:00.0: AER: enabled with IRQ 484
[ 13.117931] m_can_platform 40528000.can: m_can device registered (irq=485, version=32)
[ 13.138991] m_can_platform 40568000.can: m_can device registered (irq=486, version=32)
[ 13.155595] m_can_platform 2761000.can: m_can device registered (irq=487, version=32)
[ 13.172836] m_can_platform 2771000.can: m_can device registered (irq=488, version=32)
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 13.845788] audit: type=1334 audit(1708512800.065:6): prog-id=9 op=LOAD
[ 13.861430] audit: type=1334 audit(1708512800.073: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.717282] audit: type=1006 audit(1708512800.933:8): pid=385 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 14.750689] audit: type=1300 audit(1708512800.933:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc7abfc28 a2=4 a3=0 items=0 ppid=1 pid=385 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.808132] audit: type=1327 audit(1708512800.933:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 15.369941] audit: type=1006 audit(1708512801.585:9): pid=353 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.393088] audit: type=1300 audit(1708512801.585:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc7abfc28 a2=4 a3=0 items=0 ppid=1 pid=353 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.431336] audit: type=1327 audit(1708512801.585: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] Started [0;1;39mcontainerd container runtime[0m.
[ 16.083764] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 16.270296] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 16.340850] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 16.396650] 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.
[ 16.474599] Console: switching to colour frame buffer device 100x37
[ 16.488694] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 16.576477] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.584917] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.616874] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.672603] xhci-hcd xhci-hcd.0.auto: irq 490, io mem 0x06010000
[ 16.692952] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.708707] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.718676] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.727847] hub 1-0:1.0: USB hub found
[ 16.734481] hub 1-0:1.0: 1 port detected
[ 16.741573] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.757758] hub 2-0:1.0: USB hub found
[ 16.787244] hub 2-0:1.0: 1 port detected
[ 17.061550] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 17.287190] hub 1-1:1.0: USB hub found
[ 17.292229] hub 1-1:1.0: 4 ports detected
[ 17.413577] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 17.442891] hub 2-1:1.0: USB hub found
[ 17.448544] hub 2-1:1.0: 4 ports detected
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
[ 17.585491] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as [ 17.777515] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd
well
***************************************************************
***************************************************************
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[ 17.820114] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0[ 17.831519] scsi host0: usb-storage 2-1.3:1.0
m.
[[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 [ 17.922444] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
UTMP[0m.
[ 17.979464] hub 2-1.4:1.0: USB hub found
[ 17.987002] hub 2-1.4:1.0: 4 ports detected
[ 18.045528] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
[ 18.054648] usb 1-1.1: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 18.187170] hub 1-1.4:1.0: USB hub found
[ 18.194164] hub 1-1.4:1.0: 4 ports detected
[ 18.244548] input: C270 HD WEBCAM as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input0
[ 18.261591] usbcore: registered new interface driver uvcvideo
[ 18.302420] usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci-hcd
[ 18.355429] usb 1-1.1: set resolution quirk: cval->res = 384
[ 18.358834] hub 2-1.4.4:1.0: USB hub found
[ 18.364058] usbcore: registered new interface driver snd-usb-audio
[ 18.371651] hub 2-1.4.4:1.0: 4 ports detected
[ 18.517523] usb 1-1.4.4: new high-speed USB device number 5 using xhci-hcd
[ 18.673387] hub 1-1.4.4:1.0: USB hub found
[ 18.680685] hub 1-1.4.4:1.0: 4 ports detected
[ 18.851450] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 18.863377] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 18.873641] sd 0:0:0:0: [sda] Write Protect is off
[ 18.880382] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.10 j721s2-evm -
j721s2-evm login: [ 19.139289] sda: sda1
[ 19.142581] sd 0:0:0:0: [sda] Attached SCSI removable disk
root
[ 19.370475] audit: type=1006 audit(1708512805.589:10): pid=827 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.386618] audit: type=1300 audit(1708512805.589:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc7abfc28 a2=1 a3=0 items=0 ppid=1 pid=827 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.418969] audit: type=1327 audit(1708512805.589:10): proctitle="(systemd)"
[ 19.474686] audit: type=1334 audit(1708512805.693:11): prog-id=11 op=LOAD
[ 19.483743] audit: type=1300 audit(1708512805.693:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeb933f80 a2=78 a3=0 items=0 ppid=1 pid=827 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.516191] audit: type=1327 audit(1708512805.693:11): proctitle="(systemd)"
[ 19.527143] audit: type=1334 audit(1708512805.693:12): prog-id=11 op=UNLOAD
7[r[999;999H[6n[ 20.465528] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am68_sk-fs/autofs/a79355f81223cdf59e8857bdce2498a2,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721s2-evm:~# uname -a
Linux j721s2-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721s2-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j721s2-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721s2-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27856
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295688 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 cnm
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 66 Feb 8 06:03 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 Feb 8 06:03 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 Feb 8 06:03 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 Feb 8 06:03 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 Feb 8 06:03 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 Feb 8 06:03 j721[ 43.842350] systemd-journald[153]: Time jumped backwards, rotating.
s2-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 66 Feb 8 05:55 j721s2-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 68 Feb 8 06:03 j721s2-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 j721s2-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721s2/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 151552 Mar 9 2018 rgx.fw.36.53.104.796
-rw-r--r-- 1 root root 383136 Mar 9 2018 rgx.sh.36.53.104.796
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295688 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
lrwxrwxrwx 1 root root 39 Mar 9 2018 wave521c_codec_fw.bin -> /lib/firmware/cnm/wave521c_codec_fw.bin
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721s2-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 11 0 88 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 16 8 0 0 0 0 0 0
31 2 mtdblock2 29 0 232 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 3 mtdblock3 10 0 80 2 0 0 0 0 0 8 2 0 0 0 0 0 0
31 4 mtdblock4 10 0 80 3 0 0 0 0 0 8 3 0 0 0 0 0 0
31 5 mtdblock5 26 0 208 8 0 0 0 0 0 12 8 0 0 0 0 0 0
31 6 mtdblock6 10 0 80 3 0 0 0 0 0 12 3 0 0 0 0 0 0
8 0 sda 250 13 16210 576 1 0 8 139 0 740 715 0 0 0 0 0 0
8 1 sda1 212 13 15010 291 1 0 8 139 0 444 430 0 0 0 0 0 0
root@j721s2-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4770 5555 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1727 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 3 0 GICv3 928 Level 42120000.i2c
17: 709 0 GICv3 885 Level 40b10000.i2c
18: 42 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 236 Level 2040000.i2c
68: 51314 52 MSI-INTA 17825888 Level 46000000.ethernet-tx0
70: 67430 0 MSI-INTA 17825890 Level 46000000.ethernet
88: 1139 0 MSI-INTA 16974702 Level 31150000.dma-controller chan0
89: 0 0 MSI-INTA 16974703 Level 31150000.dma-controller chan1
90: 0 0 MSI-INTA 16974704 Level 31150000.dma-controller chan2
91: 0 0 MSI-INTA 16974705 Level 31150000.dma-controller chan3
216: 620 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 632 Level 4800000.dsi
480: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
484: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
489: 0 0 GICv3 43 Level 4e10000.rng
490: 1421 0 GICv3 128 Level xhci-hcd:usb1
491: 0 0 GICv3 214 Level vpu_irq
493: 0 0 GICv3 152 Level 6000000.usb
494: 519 0 GICv3 634 Level tidss
IPI0: 2569 14049 Rescheduling interrupts
IPI1: 3025 6921 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: 12 0
TIMER: 1514 2202
NET_TX: 9 1
NET_RX: 103673 98
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 5564 4
SCHED: 2014 2240
HRTIMER: 0 0
RCU: 8298 11271
root@j721s2-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721s2-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721s2-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721s2-evm:~# lsmod
Module Size Used by
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
videobuf2_vmalloc 16384 1 uvcvideo
snd_rawmidi 36864 1 snd_usbmidi_lib
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
panel_edp 36864 0
cdns3 45056 0
omap_rng 16384 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
overlay 122880 0
display_connector 16384 0
ti_tfp410 16384 0
phy_can_transceiver 16384 4
cfg80211 389120 0
rfkill 24576 2 cfg80211
at24 20480 0
ti_sn65dsi86 24576 0
drm_display_helper 139264 2 panel_edp,ti_sn65dsi86
ti_k3_r5_remoteproc 28672 0
wave5 94208 0
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
tidss 61440 0
drm_dp_aux_bus 16384 2 panel_edp,ti_sn65dsi86
j721e_csi2rx 24576 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
videobuf2_dma_contig 20480 2 j721e_csi2rx,wave5
v4l2_mem2mem 36864 1 wave5
videobuf2_memops 16384 2 videobuf2_vmalloc,videobuf2_dma_contig
videobuf2_v4l2 32768 4 j721e_csi2rx,uvcvideo,v4l2_mem2mem,wave5
drm_dma_helper 20480 1 tidss
videobuf2_common 57344 8 j721e_csi2rx,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,wave5,videobuf2_memops
m_can_platform 16384 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
m_can 24576 1 m_can_platform
pvrsrvkm 1228800 0
cdns_dsi 20480 0
videodev 245760 8 v4l2_async,j721e_csi2rx,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem,wave5
k3_j72xx_bandgap 16384 0
drm_kms_helper 184320 9 drm_dma_helper,display_connector,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
syscopyarea 16384 1 drm_kms_helper
pci_j721e_host 16384 0
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
pci_j721e 16384 1 pci_j721e_host
can_dev 36864 1 m_can
pcie_cadence_host 16384 1 pci_j721e_host
cdns_dphy_rx 16384 0
sa2ul 36864 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
cdns_dphy 16384 0
cdns3_ti 16384 0
pwm_tiehrpwm 16384 0
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 11 drm_kms_helper,drm_dma_helper,panel_edp,display_connector,pvrsrvkm,drm_display_helper,ti_sn65dsi86,cdns_dsi,tidss,ti_tfp410
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721s2-evm:~# echo 'hello world'
hello world
root@j721s2-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:11:42 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cicate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1007387 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
Cficate 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 1213683 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
SoC: J7200 SR2.0 GP
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 91 devices, 30 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0071
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9ce50
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000071
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6792/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.159 (1023 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
73912 bytes read in 19 ms (3.7 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 73912 bytes: Success!
73912 bytes read in 18 ms (3.9 MiB/s)
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 73912 bytes: Failed!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0071
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1d:9b:3e
eth2addr=70:ff:76:1d:9b:3f
eth3addr=70:ff:76:1d:9b:40
eth4addr=70:ff:76:1d:9b:41
ethact=ethernet@46000000port@1
ethaddr=34:08:e1:59:e3:d5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde9ce50
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=120b8
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.159
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000071
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6956/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j7200-evm/f38fb7fbb0565bd438d18a9025270d32
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.159
Filename 'vatf_j7200-evm/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *################################################## 19.3 MiB
13.8 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j7200-evm/014640b53c76e38cc555e86efd7bb988
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.159
Filename 'vatf_j7200-evm/014640b53c76e38cc555e86efd7bb988'.
Load address: 0x88000000
Loading: *################################################## 57.8 KiB
7.1 MiB/s
done
Bytes transferred = 59224 (e758 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm/autofs/da2c274f0e3d67235373dfcb9db59e4a,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.159
fdt_blob = 0x00000000fde9ce50
new_fdt = 0x00000000fde9ce50
fdt_size = 0x0000000000014f60
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] [0xfce8d000-0xffffffff], 0x03173000 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 = 0x00000000fde9ce40
sp start = 0x00000000fde9ce40
Early malloc usage: 2f88 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 34:08:e1:59:e3:d5
IP addr = 192.168.0.159
fdt_blob = 0x00000000fde9ce50
new_fdt = 0x00000000fde9ce50
fdt_size = 0x0000000000014f60
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] [0xfce8d000-0xffffffff], 0x03173000 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 = 0x00000000fde9ce40
sp start = 0x00000000fde9ce40
Early malloc usage: 2f88 / 8000
=> ls mmc 0:1
=> ls mmc 1:1
EFI/
15440384 Image
533956 tiboot3.bin
533956 tiboot3-j7200-gp-evm.bin
536545 tiboot3-j7200_sr2-hs-evm.bin
536545 tiboot3-j7200_sr2-hs-fs-evm.bin
1031803 tispl.bin
1186603 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Invalid partition 2 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4324344 bl32.elf
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 67 j7200-main-r5f0_0-fw
<SYM> 74 j7200-main-r5f0_0-fw-sec
<SYM> 67 j7200-main-r5f0_1-fw
<SYM> 74 j7200-main-r5f0_1-fw-sec
<SYM> 67 j7200-mcu-r5f0_1-fw
<SYM> 74 j7200-mcu-r5f0_1-fw-sec
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4324344 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 24 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffee000, end 000000008ffff757 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm/autofs/da2c274f0e3d67235373dfcb9db59e4a,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: 3896452K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 265084K 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.008341] Console: colour dummy device 80x25
[ 0.012907] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023579] pid_max: default: 32768 minimum: 301
[ 0.028316] LSM: Security Framework initializing
[ 0.033093] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040670] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049469] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056871] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063137] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070523] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076843] rcu: Hierarchical SRCU implementation.
[ 0.081743] rcu: Max phase no-delay instances is 1000.
[ 0.087249] Platform MSI: msi-controller@1820000 domain created
[ 0.093389] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102735] EFI services will not be available.
[ 0.107468] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120635] Detected PIPT I-cache on CPU1
[ 0.120701] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120716] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120747] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120799] smp: Brought up 1 node, 2 CPUs
[ 0.150147] SMP: Total of 2 processors activated.
[ 0.154950] CPU features: detected: 32-bit EL0 Support
[ 0.160204] CPU features: detected: CRC32 instructions
[ 0.165480] CPU: All CPU(s) started at EL2
[ 0.169661] alternatives: applying system-wide alternatives
[ 0.176139] devtmpfs: initialized
[ 0.183719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.193694] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201265] pinctrl core: initialized pinctrl subsystem
[ 0.206937] DMI not present or invalid.
[ 0.211175] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.217784] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225095] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233130] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241255] audit: initializing netlink subsys (disabled)
[ 0.246852] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247043] thermal_sys: Registered thermal governor 'step_wise'
[ 0.254775] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.260929] cpuidle: using governor menu
[ 0.271676] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.278640] ASID allocator initialised with 65536 entries
[ 0.289710] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.300269] KASLR disabled due to lack of seed
[ 0.307755] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.314715] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.321124] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.328070] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.334492] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.341427] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.347829] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.354762] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.361920] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.371122] iommu: Default domain type: Translated
[ 0.376112] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.382637] SCSI subsystem initialized
[ 0.386634] usbcore: registered new interface driver usbfs
[ 0.392256] usbcore: registered new interface driver hub
[ 0.397692] usbcore: registered new device driver usb
[ 0.403036] pps_core: LinuxPPS API ver. 1 registered
[ 0.408110] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.417453] PTP clock support registered
[ 0.421516] EDAC MC: Ver: 3.0.0
[ 0.425155] FPGA manager framework
[ 0.428670] Advanced Linux Sound Architecture Driver Initialized.
[ 0.435316] clocksource: Switched to clocksource arch_sys_counter
[ 0.441687] VFS: Disk quotas dquot_6.6.0
[ 0.445718] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.455701] NET: Registered PF_INET protocol family
[ 0.461086] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.470214] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.478971] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.486896] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.495128] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.503893] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.510735] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.517663] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.525107] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.531195] RPC: Registered named UNIX socket transport module.
[ 0.537255] RPC: Registered udp transport module.
[ 0.542058] RPC: Registered tcp transport module.
[ 0.546863] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.553446] NET: Registered PF_XDP protocol family
[ 0.558347] PCI: CLS 0 bytes, default 64
[ 0.562723] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.571746] Initialise system trusted keyrings
[ 0.576408] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.585100] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.591383] NFS: Registering the id_resolver key type
[ 0.596560] Key type id_resolver registered
[ 0.600832] Key type id_legacy registered
[ 0.604951] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.611800] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.638874] Key type asymmetric registered
[ 0.643058] Asymmetric key parser 'x509' registered
[ 0.648066] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.655713] io scheduler mq-deadline registered
[ 0.660345] io scheduler kyber registered
[ 0.666128] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.672147] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.677952] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.684042] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.689985] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.695917] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.701965] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.710897] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.721766] loop: module loaded
[ 0.725506] megasas: 07.719.03.00-rc1
[ 0.730606] tun: Universal TUN/TAP device driver, 1.6
[ 0.736060] thunder_xcv, ver 1.0
[ 0.739378] thunder_bgx, ver 1.0
[ 0.742679] nicpf, ver 1.0
[ 0.745512] e1000: Intel(R) PRO/1000 Network Driver
[ 0.750493] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.756380] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.761450] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.767511] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.773025] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.778726] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.785131] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.791230] sky2: driver version 1.30
[ 0.795285] VFIO - User Level meta-driver version: 0.3
[ 0.800869] usbcore: registered new interface driver usb-storage
[ 0.807320] i2c_dev: i2c /dev entries driver
[ 0.812225] sdhci: Secure Digital Host Controller Interface driver
[ 0.818556] sdhci: Copyright(c) Pierre Ossman
[ 0.823088] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.829102] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.835328] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.842026] usbcore: registered new interface driver usbhid
[ 0.847722] usbhid: USB HID core driver
[ 0.852087] 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.856650] optee: revision 4.0 (2a5b1d12)
[ 0.873078] optee: dynamic shared memory is enabled
[ 0.882466] optee: initialized driver
[ 0.887191] Initializing XFRM netlink socket
[ 0.891580] NET: Registered PF_PACKET protocol family
[ 0.896774] Key type dns_resolver registered
[ 0.901334] registered taskstats version 1
[ 0.905537] Loading compiled-in X.509 certificates
[ 0.916593] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 0.939281] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.945624] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.952467] pca953x 1-0021: using no AI
[ 0.979722] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.986529] pca953x 1-0020: using no AI
[ 0.991061] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.997861] pca953x 1-0022: using AI
[ 1.002148] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.008276] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.015134] pca953x 2-0020: using no AI
[ 1.039633] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.045389] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.053926] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.063257] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.071849] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.081558] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.091452] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.098212] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.107881] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.118040] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.124799] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.132388] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.140041] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.149752] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.159212] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.168066] printk: console [ttyS2] enabled
[ 1.168066] printk: console [ttyS2] enabled
[ 1.176509] printk: bootconsole [ns16550a0] disabled
[ 1.176509] printk: bootconsole [ns16550a0] disabled
[ 1.186929] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.196051] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.239321] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.248175] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.256453] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.269293] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.276500] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.282682] pps pps0: new PPS source ptp0
[ 1.286846] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.297166] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.308350] mmc0: CQHCI version 5.10
[ 1.349968] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.445618] mmc0: Command Queue Engine enabled
[ 1.450116] mmc0: new HS400 MMC card at address 0001
[ 1.455974] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.463694] mmcblk0: p1
[ 1.466630] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.472440] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.478170] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.610718] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.616721] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
[ 1.656492] vdd_core_0v85: Bringing 800000uV into 850000-850000uV
[ 1.779549] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.786545] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.795454] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.806918] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.818338] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.863350] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.872624] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.880911] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.893796] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.901026] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.908094] pps pps0: new PPS source ptp1
[ 1.912323] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.923538] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.932667] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.940329] mmc1: CQHCI version 5.10
[ 1.985077] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.002032] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.011553] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.059342] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.066563] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.075473] mmcblk1: p1 p2 p3
[ 6.112516] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.143331] Sending DHCP requests ., OK
[ 6.163189] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.159
[ 6.170947] IP-Config: Complete:
[ 6.174176] device=eth0, hwaddr=34:08:e1:59:e3:d5, ipaddr=192.168.0.159, mask=255.255.255.0, gw=192.168.0.1
[ 6.184350] host=192.168.0.159, domain=ti.com, nis-domain=(none)
[ 6.190787] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.190794] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.206694] ALSA device list:
[ 6.209686] No soundcards found.
[ 6.250342] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.256604] devtmpfs: mounted
[ 6.261144] Freeing unused kernel memory: 2112K
[ 6.271458] Run /sbin/init as init process
[ 6.410755] systemd[1]: System time before build time, advancing clock.
[ 6.492597] NET: Registered PF_INET6 protocol family
[ 6.499202] Segment Routing with IPv6
[ 6.502918] In-situ OAM (IOAM) with IPv6
[ 6.527971] 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.559598] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.616976] systemd[1]: Hostname set to <j7200-evm>.
[ 6.679347] random: crng init done
[ 6.728945] systemd[137]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.733680] systemd-sysv-generator[146]: 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.763795] systemd-sysv-generator[146]: 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.789481] systemd-sysv-generator[146]: 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.126497] 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.211684] 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.312490] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.367257] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.390344] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.414281] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.437765] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.459747] 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.483641] 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.507725] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.527473] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.547451] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.567462] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.622940] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.643587] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.671017] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.691782] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.716649] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.740458] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.764066] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.784687] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.809819] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.831891] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.852398] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.903750] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.928374] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.956481] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.979991] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.011703] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.030288] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.083924] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.102381] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.140360] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.193653] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.206273] fuse: init (API version 7.37)
[ 8.207457] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.243983] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.270417] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.291804] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.308754] cryptodev: loading out-of-tree module taints kernel.
[ 8.324453] cryptodev: driver 1.12 loaded.
[ 8.344508] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.371483] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.392511] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.408925] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 8.740253] systemd-journald[160]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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.973833] audit: type=1334 audit(1651167747.560:2): prog-id=5 op=LOAD
[ 8.981008] audit: type=1334 audit(1651167747.568:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.420769] systemd-journald[160]: Oldest entry in /run/log/journal/9133d95b322d40d28850b267a864c7d8/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 9.444318] systemd-journald[160]: /run/log/journal/9133d95b322d40d28850b267a864c7d8/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 9.501038] 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.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.[ 9.529992] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.545351] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 9.556201] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
k Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 9.671985] ti-udma 285c0000.dma-controller: chan1: is running!
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 9.687361] j721e-pcie-host 2910000.pcie: Link up
..
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 9.737059] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.744545] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 9.754739] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 9.767519] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 9.774966] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 9.781757] pci 0000:00:00.0: supports D1
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 9.821834] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[ 9.844588] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 9.864134] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
m.
[ 9.884319] Amd/Fujitsu Extended Query Table at 0x0040
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 9.900641] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 9.918591] Amd/Fujitsu Extended Query version 1.5.
[ 9.923746] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 9.935450] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 9.973481] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 9.985647] number of CFI chips: 1
...
[ 9.992802] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m..[ 10.012902] 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 [ 10.038994] audit: type=1334 audit(1708512738.609:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 10.052311] audit: type=1334 audit(1708512738.625:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 10.131172] 5 fixed-partitions partitions found on MTD device 47034000.hyperbus
[ 10.142174] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 10.154417] Creating 5 MTD partitions on "47034000.hyperbus":
[ 10.161577] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 10.168068] 0x000000000000-0x000000100000 : "hbmc.tiboot3"
[ 10.174798] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.183946] remoteproc remoteproc0: 41000000.r5f is available
[ 10.189938] remoteproc remoteproc0: attaching to 41000000.r5f
[ 10.193807] 0x000000100000-0x000000300000 : "hbmc.tispl"
[ 10.197446] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.207836] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.218247] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.224052] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.231174] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.238958] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 10.246798] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.267154] platform 5c00000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 10.404169] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.416707] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.424143] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.433926] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.437883] 0x000000300000-0x000000700000 : "hbmc.u-boot"
[ 10.456313] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.519291] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.525312] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.532683] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.541918] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.568202] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.597385] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.624035] 0x000000700000-0x000000740000 : "hbmc.env"
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.655815] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.693573] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[[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...
[ 11.304890] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 11.363657] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 11.419799] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 11.460078] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18101fff 64bit]
[ 11.468899] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.474403] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[ 11.485045] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 11.530566] pcieport 0000:00:00.0: PME: Signaling with IRQ 687
[ 11.536709] pcieport 0000:00:00.0: AER: enabled with IRQ 687
[ 11.581839] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 11.608350] audit: type=1334 audit(1708512740.181:6): prog-id=9 op=LOAD
[ 11.615047] audit: type=1334 audit(1708512740.185:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 12.341761] xhci_hcd 0000:01:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
0[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[ 12.373688] xhci_hcd 0000:01:00.0: xHCI Host Controller
[0m...
[ 12.385403] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 12.468467] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 12.478831] audit: type=1006 audit(1708512741.049:8): pid=410 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.492690] audit: type=1300 audit(1708512741.049:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffda25fef8 a2=4 a3=ffff891de020 items=0 ppid=1 pid=410 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.521602] audit: type=1327 audit(1708512741.049:8): proctitle="(systemd)"
[ 12.608906] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 12.625074] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 12.966723] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 12.980910] hub 1-0:1.0: USB hub found
[ 12.986031] hub 1-0:1.0: 4 ports detected
[ 13.000447] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.033856] hub 2-0:1.0: USB hub found
[ 13.061304] hub 2-0:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 13.115614] audit: type=1006 audit(1708512741.685:9): pid=362 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 13.255377] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW [ 13.435386] usb-storage 1-4:1.0: USB Mass Storage device detected
clocks[0m.
[ 13.449047] scsi host0: usb-storage 1-4:1.0
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 14.466324] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 14.476002] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 14.486973] sd 0:0:0:0: [sda] Write Protect is off
[ 14.494934] 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[ 14.514081] sda: sda1
-fsck[0m.
[ 14.521863] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 15.040647] EXT2-fs (mmcblk1p3): warning: mounting unchecked fs, running e2fsck is recommended
[ 15.046617] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.059286] ext2 filesystem being mounted at /run/media/mmcblk1p3 supports timestamps until 2038 (0x7fffffff)
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 15.089581] 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.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 15.915224] EXT2-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 15.959214] ext2 filesystem being mounted at /run/media/sda1 supports timestamps until 2038 (0x7fffffff)
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 17.184628] kauditd_printk_skb: 2 callbacks suppressed
[ 17.184640] audit: type=1006 audit(1708512745.757:10): pid=1083 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.203121] audit: type=1300 audit(1708512745.757:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffda25fef8 a2=1 a3=ffff891de020 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.229633] audit: type=1327 audit(1708512745.757:10): proctitle="(systemd)"
[ 17.272648] audit: type=1334 audit(1708512745.845:11): prog-id=11 op=LOAD
[ 17.280274] audit: type=1300 audit(1708512745.845:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea7990d0 a2=78 a3=0 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.306219] audit: type=1327 audit(1708512745.845:11): proctitle="(systemd)"
[ 17.313744] audit: type=1334 audit(1708512745.845:12): prog-id=11 op=UNLOAD
[ 17.321057] audit: type=1334 audit(1708512745.845:13): prog-id=12 op=LOAD
[ 17.328323] audit: type=1300 audit(1708512745.845:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea799170 a2=78 a3=0 items=0 ppid=1 pid=1083 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.354073] audit: type=1327 audit(1708512745.845:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-evm/autofs/da2c274f0e3d67235373dfcb9db59e4a,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "hbmc.tiboot3"
mtd1: 00200000 00040000 "hbmc.tispl"
mtd2: 00400000 00040000 "hbmc.u-boot"
mtd3: 00040000 00040000 "hbmc.env"
mtd4: 03800000 00040000 "hbmc.rootfs"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27292
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@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 188 0 11873 113 0 0 0 0 0 220 113 0 0 0 0 0 0
179 1 mmcblk0p1 135 0 10585 90 0 0 0 0 0 164 90 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 26 0 0 0 0 0 64 26 0 0 0 0 0 0
179 64 mmcblk0boot1 136 0 2688 20 0 0 0 0 0 52 20 0 0 0 0 0 0
179 96 mmcblk1 812 32 55975 1273 2 0 16 9 0 892 1283 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 397 0 0 0 0 0 460 397 0 0 0 0 0 0
179 98 mmcblk1p2 253 32 19356 424 1 0 8 1 0 508 425 0 0 0 0 0 0
179 99 mmcblk1p3 256 0 18746 414 1 0 8 8 0 484 423 0 0 0 0 0 0
31 0 mtdblock0 52 0 416 22 0 0 0 0 0 44 22 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 41 0 0 0 0 0 64 41 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 55 0 0 0 0 0 104 55 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 15 0 0 0 0 0 32 15 0 0 0 0 0 0
31 4 mtdblock4 140 0 2688 142 0 0 0 0 0 172 142 0 0 0 0 0 0
8 0 sda 298 0 15954 790 1 0 8 35 0 680 825 0 0 0 0 0 0
8 1 sda1 256 0 14754 706 1 0 8 35 0 592 742 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 3571 4778 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1941 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6577 0 GICv3 928 Level 42120000.i2c
17: 50 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 50919 390 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 62608 0 MSI-INTA 15401058 Level 46000000.ethernet
22: 0 0 MSI-INTA 15401059 Level 285c0000.dma-controller chan0
23: 0 0 MSI-INTA 15401060 Level 285c0000.dma-controller chan1
24: 0 0 MSI-INTA 15401061 Level 285c0000.dma-controller chan2
51: 0 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 627 0 GICv3 224 Level 2800000.serial
254: 0 0 GICv3 890 Level 46000000.ethernet
255: 0 0 INTR 391 Level 310d0000.cpts
256: 607 0 GICv3 35 Level mmc0
347: 0 0 GPIO 84 Edge -davinci_gpio tps6594-0-0x48, tps6594-2-0x4c
422: 0 0 tps6594-0-0x48 0 Edge buck1_ov
423: 0 0 tps6594-0-0x48 1 Edge buck1_uv
424: 0 0 tps6594-0-0x48 2 Edge buck1_sc
425: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
426: 0 0 tps6594-0-0x48 4 Edge buck2_ov
427: 0 0 tps6594-0-0x48 5 Edge buck2_uv
428: 0 0 tps6594-0-0x48 6 Edge buck2_sc
429: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
430: 0 0 tps6594-0-0x48 8 Edge buck3_ov
431: 0 0 tps6594-0-0x48 9 Edge buck3_uv
432: 0 0 tps6594-0-0x48 10 Edge buck3_sc
433: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
434: 0 0 tps6594-0-0x48 12 Edge buck4_ov
435: 0 0 tps6594-0-0x48 13 Edge buck4_uv
436: 0 0 tps6594-0-0x48 14 Edge buck4_sc
437: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
438: 0 0 tps6594-0-0x48 16 Edge buck5_ov
439: 0 0 tps6594-0-0x48 17 Edge buck5_uv
440: 0 0 tps6594-0-0x48 18 Edge buck5_sc
441: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
442: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
443: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
444: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
445: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
446: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
447: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
448: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
449: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
450: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
451: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
452: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
453: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
454: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
455: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
456: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
457: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
458: 0 0 tps6594-0-0x48 36 Edge vcca_ov
459: 0 0 tps6594-0-0x48 37 Edge vcca_uv
477: 0 0 tps6594-0-0x48 55 Edge npwron_start
478: 0 0 tps6594-0-0x48 56 Edge enable
479: 0 0 tps6594-0-0x48 57 Edge fsd
480: 0 0 tps6594-0-0x48 58 Edge soft_reboot
481: 0 0 tps6594-0-0x48 59 Edge bist_pass
482: 0 0 tps6594-0-0x48 60 Edge ext_clk
483: 0 0 tps6594-0-0x48 61 Edge twarn
484: 0 0 tps6594-0-0x48 62 Edge tsd_ord
485: 0 0 tps6594-0-0x48 63 Edge bist_fail
486: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
487: 0 0 tps6594-0-0x48 65 Edge recov_cnt
488: 0 0 tps6594-0-0x48 66 Edge spmi_err
489: 0 0 tps6594-0-0x48 67 Edge npwron_long
490: 0 0 tps6594-0-0x48 68 Edge nint_readback
491: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
492: 0 0 tps6594-0-0x48 70 Edge tsd_imm
493: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
494: 0 0 tps6594-0-0x48 72 Edge pfsm_err
495: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
496: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
497: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
498: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
499: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
500: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
501: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
502: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
503: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
504: 0 0 tps6594-0-0x48 84 Edge esm_soc_pin
505: 0 0 tps6594-0-0x48 85 Edge esm_soc_fail
506: 0 0 tps6594-0-0x48 86 Edge esm_soc_rst
508: 0 0 tps6594-0-0x48 88 Edge alarm
510: 0 0 tps6594-2-0x4c 0 Edge buck1_ov
511: 0 0 tps6594-2-0x4c 1 Edge buck1_uv
512: 0 0 tps6594-2-0x4c 2 Edge buck1_sc
513: 0 0 tps6594-2-0x4c 3 Edge buck1_ilim
514: 0 0 tps6594-2-0x4c 4 Edge buck2_ov
515: 0 0 tps6594-2-0x4c 5 Edge buck2_uv
516: 0 0 tps6594-2-0x4c 6 Edge buck2_sc
517: 0 0 tps6594-2-0x4c 7 Edge buck2_ilim
518: 0 0 tps6594-2-0x4c 8 Edge buck3_ov
519: 0 0 tps6594-2-0x4c 9 Edge buck3_uv
520: 0 0 tps6594-2-0x4c 10 Edge buck3_sc
521: 0 0 tps6594-2-0x4c 11 Edge buck3_ilim
522: 0 0 tps6594-2-0x4c 12 Edge buck4_ov
523: 0 0 tps6594-2-0x4c 13 Edge buck4_uv
524: 0 0 tps6594-2-0x4c 14 Edge buck4_sc
525: 0 0 tps6594-2-0x4c 15 Edge buck4_ilim
546: 0 0 tps6594-2-0x4c 36 Edge vcca_ov
547: 0 0 tps6594-2-0x4c 37 Edge vcca_uv
548: 0 0 tps6594-2-0x4c 38 Edge vmon1_ov
549: 0 0 tps6594-2-0x4c 39 Edge vmon1_uv
550: 0 0 tps6594-2-0x4c 40 Edge vmon1_rv
551: 0 0 tps6594-2-0x4c 41 Edge vmon2_ov
552: 0 0 tps6594-2-0x4c 42 Edge vmon2_uv
553: 0 0 tps6594-2-0x4c 43 Edge vmon2_rv
565: 0 0 tps6594-2-0x4c 55 Edge npwron_start
566: 0 0 tps6594-2-0x4c 56 Edge enable
567: 0 0 tps6594-2-0x4c 57 Edge fsd
568: 0 0 tps6594-2-0x4c 58 Edge soft_reboot
569: 0 0 tps6594-2-0x4c 59 Edge bist_pass
570: 0 0 tps6594-2-0x4c 60 Edge ext_clk
571: 0 0 tps6594-2-0x4c 61 Edge twarn
572: 0 0 tps6594-2-0x4c 62 Edge tsd_ord
573: 0 0 tps6594-2-0x4c 63 Edge bist_fail
574: 0 0 tps6594-2-0x4c 64 Edge reg_crc_err
575: 0 0 tps6594-2-0x4c 65 Edge recov_cnt
576: 0 0 tps6594-2-0x4c 66 Edge spmi_err
577: 0 0 tps6594-2-0x4c 67 Edge npwron_long
578: 0 0 tps6594-2-0x4c 68 Edge nint_readback
579: 0 0 tps6594-2-0x4c 69 Edge nrstout_readback
580: 0 0 tps6594-2-0x4c 70 Edge tsd_imm
581: 0 0 tps6594-2-0x4c 71 Edge vcca_ovp
582: 0 0 tps6594-2-0x4c 72 Edge pfsm_err
583: 0 0 tps6594-2-0x4c 73 Edge imm_shutdown
584: 0 0 tps6594-2-0x4c 74 Edge ord_shutdown
585: 0 0 tps6594-2-0x4c 75 Edge mcu_pwr_err
586: 0 0 tps6594-2-0x4c 76 Edge soc_pwr_err
587: 0 0 tps6594-2-0x4c 77 Edge comm_frm_err
588: 0 0 tps6594-2-0x4c 78 Edge comm_crc_err
589: 0 0 tps6594-2-0x4c 79 Edge comm_adr_err
590: 0 0 tps6594-2-0x4c 82 Edge en_drv_readback
591: 0 0 tps6594-2-0x4c 83 Edge nrstout_soc_readback
592: 0 0 tps6594-2-0x4c 84 Edge esm_soc_pin
593: 0 0 tps6594-2-0x4c 85 Edge esm_soc_fail
594: 0 0 tps6594-2-0x4c 86 Edge esm_soc_rst
595: 3 0 INTR 436 Level mbox-mcu-r5fss0-core0
596: 3 0 INTR 432 Level mbox-main-r5fss0-core0
649: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
675: 1724 0 GICv3 36 Level mmc1
676: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
678: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
684: 0 0 GICv3 134 Level 6000000.usb
685: 0 0 GICv3 152 Level 6000000.usb
687: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
690: 0 1220 ITS-MSI 524288 Edge xhci_hcd
691: 0 0 ITS-MSI 524289 Edge xhci_hcd
692: 0 0 ITS-MSI 524290 Edge xhci_hcd
IPI0: 2759 15212 Rescheduling interrupts
IPI1: 4247 8167 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: 257 245 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 10 2
TIMER: 1448 1853
NET_TX: 6 2
NET_RX: 99022 419
BLOCK: 460 0
IRQ_POLL: 0 0
TASKLET: 2389 1208
SCHED: 2008 1959
HRTIMER: 4 0
RCU: 9210 9969
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# lsmod
Module Size Used by
xhci_pci 20480 0
xhci_pci_renesas 16384 1 xhci_pci
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
overlay 122880 0
cdns3 45056 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
cfg80211 389120 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
sa2ul 36864 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
k3_j72xx_bandgap 16384 0
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
optee_rng 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
rng_core 20480 1 optee_rng
cdns3_ti 16384 0
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:11:42 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1007387 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 1
I/TC: Secure Boot Keys: Count 1, Rev 1
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1213683 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments J7200 EVM
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 93 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76: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=fde9ce50
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6792/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.185 (1013 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 24 ms (26.8 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 675124 bytes: Success!
76648 bytes read in 17 ms (4.3 MiB/s)
k3_r5f_rproc r5f@5d00000: Invalid op: Trying to start secondary core 7 in lockstep mode
Load Remote Processor 3 with data@addr=0x82000000 76648 bytes: Failed!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j7200
board_rev=E8
board_serial=0134
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76: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=fde9ce50
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.185
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 6956/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/da2c274f0e3d67235373dfcb9db59e4a,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j7200-hsevm/e0beb2d9330e2bc508e12faffe10ae44
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.185
Filename 'vatf_j7200-hsevm/e0beb2d9330e2bc508e12faffe10ae44'.
Load address: 0x90000000
Loading: *################################################## 8.2 MiB
13.9 MiB/s
done
Bytes transferred = 8647702 (83f416 hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.185
fdt_blob = 0x00000000fde9ce50
new_fdt = 0x00000000fde9ce50
fdt_size = 0x0000000000014f60
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] [0xfce8d000-0xffffffff], 0x03173000 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 = 0x00000000fde9ce40
sp start = 0x00000000fde9ce40
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 = 0x00000000ffed2000
reloc off = 0x000000007f6d2000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = f4:84:4c:fc:6f:b2
IP addr = 192.168.0.185
fdt_blob = 0x00000000fde9ce50
new_fdt = 0x00000000fde9ce50
fdt_size = 0x0000000000014f60
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] [0xfce8d000-0xffffffff], 0x03173000 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 = 0x00000000fde9ce40
sp start = 0x00000000fde9ce40
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_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/da2c274f0e3d67235373dfcb9db59e4a,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76: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=fde9ce50
fdtfile=ti/k3-j7200-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=83f416
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.185
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j7200-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7200-main-r5f0_0-fw 3 /lib/firmware/j7200-main-r5f0_1-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000134
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7278/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.69+gitAUTOINC+78d2216bc6/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8571865 Bytes = 8.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 37a4c4c7effe5de496afc6f51b717a29f8778c1e9526eb7ce0ff9bab0f12fba3a3f83b9576d31942f8351c9bd3ec892fd35d4db06688ce9298a9fd4526eeec5f
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9082ce14
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9083b690
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: 0x9083c504
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: 0x9083c93c
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: 759ccd91d321ffdc668a71bcb22558e6d7c12e710554277b352aa8fe43f2e8364004890507056e2195b12caa5e4ffd07b759c0cc37ba4ff426eef4214ad207bee69340d73de512e617e30560182e78720269c37ac236c7e1af5b9cd7eed0fe1873bde23a125ea38129c2fde629bc2d0a37adb288e8276790d0f182d6435d0fcbb78801d2f3357ec13fe09e19a43adae2162194881840a6aa9761ab8fcb061c2c1da1a8c7f4d197a93ed911fd63e22924b86eb5e2df6c8f84bbcfab787a8968f364af290295424ae5bcae33b1a6b9288d51c45f2815dc63d8c49cb69ce0509c09496ec651b2bfe314ad824651dda85b3a3cdb9dc5b6ef4b04f20bfd59cbb8eaa717aa1f4d73098419f7a4895581477b95b3d5e788d8d7988221fbd59a2bdbd5a6c950c0e5a388e71551f5c537c316b3d94cdd45624df27e40471ece3ee747aad6e96edc0039d13cb5fa0f3558b2bc0a5122776cb729bb8b9bf5cbd4a42118dc42dfc5f4144d7844ddc93952e77f4d859113fdc226a04e14d91d8123f594b2720b4681a23a923723514c289c317b004534b655f91ab91fa4b8be023e155627a023b4be5fe853c468c535f53bc9e363836cb9caf1e1891a0a8f3c775e830f638f303ab0473fab8dab1b45ab875743175378e21369fefcc3ac7d1857a1f9ba83b1acf0a15c3e659147994c47cd3ee9ed960bbd43a82db595bf09537a7d876d609748
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: 92581951507c47471d6d7ac26546cc66eb1d2b6663d6eda4894c1d48b09ea97d2a9479522fa268224f77a3a7149667214f30198fbcbc65709952720dc22b26161c0f43040d808a875006600245dc0fb494bda6af013a493d32bbf3a87aeb020c0549772f47753c41b2a440ed577071e05616ddecf8209d7e5f88164ed0e82914d558486305b7c1f384b0c985e4cfd7264d9b1b617ca78c658eaa6064d5ee01727b7ca5a0277deceb4c18150b415f5dac6e4b50331acbf5c013e063d0226e84e58a0e43824cc31fee5c2bfe6e75cda613854490cdac9502f6d579c14311cd0271b58502c08c756e9d460d9267dda81602012ad4f1c2dcb875ea421e3341b7362e96b4d4972e5980e17f705bd25721bf41c65680d075606e0db99dde59bd63b8fcb6e3c34e6db36a18e3ec67eec0eec0c3c141c08fffc5fcfda2e9073950ffc7421bdbd3262a226144593f4208dd5ea24142e2cc591506c965aee18a20c1bf42c7366795e3c66ad6f6a01bedd877ac2896b20e8e0b26048561875e2f0d53941a00361094179c363858a1b86fdde8b9005211fc9aeed8e54de07a18eb783804d920843b1ec5ba068dbbe8d17e92904da766d695593f357144bad9d3ff10c2dea2bee21c3f843f594c6e3c1bdbffc57321c523d1cc68a2a389a34b9db7fa14528d6232d9897733b1f8c57f1c28ec70a6c311f030afed2349efaa892750763f87ba88
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: a2b7c63d5370574c9efb1d211807dcfa5a1578837e5ffcb6b809f5b0c53a7a2537d17a85e81b2757de7afa2bb4cec57fd3a2cc26c891009b829db8807d9c0a69bdc417855989fde54d08934b8a2bd04bc41b3cf78f7009e8e10183d406852fef9c783671b2ef41947aac93cc980bbccf03b796accbfb4b34e0782086a9c90d19a80da906c17a71ffbfd11e860074c3f91df4afb11f6b96c699e0e2945ea58ac1e2b9ab85fa5618e0db075d290e620f3c1310cca2dcf54f80e91ed11aaa50efee00c6abcac34046ccafcd5c6e762acf683d760a988aee0718747e39344ce7623f12277493112b2c35df92d604690d3f2f400c6ed76b2b7bb6c6931a505e99260878dbd834318173e803b4fa698eac9e4c82a5d91e72442793d993b95b14394d50c8d98c54108fef82dddc43919133e601a82a74dfcff1b37c7e9dafcb024155d00c1ddf35a0d5bfa50015561cebe9bd235c03bb658fe96e60125a5f86407229a763aae06e10044a2a62a4a11da80898b115f07827069dd3088fa409e137b04c7d35ffce47d6b31ad855eeb253350108c9541da9ae34bec499295c0674823050f04e79a2562e5b23bef96e20a66a159676fa7a244b8a2707b1b9bced8eca5105b351dece5b5eec704cf9b780eb19afaf677a6dc7130825d9c7c475daaf358f9cf1bf99e0cd939bef536356e251cd0e8a321bed5992d3aee5585c062cdd10a5070f
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: 712a44506549f71865ab93cd82b9ed595c086851422b63ab972f56491e8577295052f2158ec5ce1ddad5be99a5c931f60892783137c26a8775ca1d7428d432ea9fbefc272b618800954d9b1e64b29c799b96df2a2d76993c384d635b50564fde3f9f7afabb17587e07e24638f6edd951c23b83a984c570772b71955d799929efa570778bfb3fe785a01e873e35b53068f1a7276c1b11dce0bc69e2ff3f71646b4c25231832b574a6a5f0a0b5d9588966e080f501ab0f4ef4d9430ae226e3278de4f2aae6b6c0082087a56018c785fca7c4295cf044e9430798c9303e45c31348fa7cb796eb3d93a91ed975a8bc6880e16be22199a5db12b81be1f9640fd7a8434be7394907a904070aec48f2df387b4d7183150cbba59956a90e416514b8e13287390f1ef919affe16f375e94f8eb1cc3b5a09fe772591ba149a90b7e90a5f61234c0dcb9595bfa47939310b3b61d588b1c45bd5e5402a51d951854dde0367c97ed0af6f3a5a1037d664fc47705d737812495ed1fb8b1a5cb2ec9415c6d45c0946e7e7703972363690b7df0095f1263b2e60f7e0fd41b3ef9df845db42a59fe9738b5d2c742268350ff5ec3c04ee0e7ba4bd70f37ec6764bfae63767e1d2074443de266492957dc92a00804ef92b26d9a2316c030a8025408188ee0fd8f319e2a6fd73a31542f130080f0beed309b735786738e9d133d6d3de4926a29b81e70a
## 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: 8571865 Bytes = 8.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 37a4c4c7effe5de496afc6f51b717a29f8778c1e9526eb7ce0ff9bab0f12fba3a3f83b9576d31942f8351c9bd3ec892fd35d4db06688ce9298a9fd4526eeec5f
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: 0x9082ce14
Data Size: 59224 Bytes = 57.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 4849aaaa326edbffec4cbaaff8d389b0db772559b8ffeb186b7e6d3c8c9565dbbc31ff8929054f9f5682d10cfea9dba034eab1ae2d30823636cba139ce3df741
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9082ce14 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffee000, end 000000008ffff757 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/da2c274f0e3d67235373dfcb9db59e4a,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: 3896452K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 265084K 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.008341] Console: colour dummy device 80x25
[ 0.012908] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023578] pid_max: default: 32768 minimum: 301
[ 0.028315] LSM: Security Framework initializing
[ 0.033091] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040670] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049469] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056871] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063136] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070522] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076840] rcu: Hierarchical SRCU implementation.
[ 0.081741] rcu: Max phase no-delay instances is 1000.
[ 0.087249] Platform MSI: msi-controller@1820000 domain created
[ 0.093387] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102736] EFI services will not be available.
[ 0.107467] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120640] Detected PIPT I-cache on CPU1
[ 0.120705] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120720] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120751] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120803] smp: Brought up 1 node, 2 CPUs
[ 0.150151] SMP: Total of 2 processors activated.
[ 0.154956] CPU features: detected: 32-bit EL0 Support
[ 0.160209] CPU features: detected: CRC32 instructions
[ 0.165488] CPU: All CPU(s) started at EL2
[ 0.169670] alternatives: applying system-wide alternatives
[ 0.176153] devtmpfs: initialized
[ 0.183704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.193676] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.201277] pinctrl core: initialized pinctrl subsystem
[ 0.206935] DMI not present or invalid.
[ 0.211181] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.217795] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.225105] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.233140] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.241265] audit: initializing netlink subsys (disabled)
[ 0.246866] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.247054] thermal_sys: Registered thermal governor 'step_wise'
[ 0.254788] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.260943] cpuidle: using governor menu
[ 0.271689] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.278654] ASID allocator initialised with 65536 entries
[ 0.289760] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.300320] KASLR disabled due to lack of seed
[ 0.307806] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.314769] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.321178] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.328121] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.334545] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.341480] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.347882] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.354815] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.361974] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.371170] iommu: Default domain type: Translated
[ 0.376160] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.382688] SCSI subsystem initialized
[ 0.386675] usbcore: registered new interface driver usbfs
[ 0.392294] usbcore: registered new interface driver hub
[ 0.397729] usbcore: registered new device driver usb
[ 0.403070] pps_core: LinuxPPS API ver. 1 registered
[ 0.408142] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.417486] PTP clock support registered
[ 0.421547] EDAC MC: Ver: 3.0.0
[ 0.425188] FPGA manager framework
[ 0.428705] Advanced Linux Sound Architecture Driver Initialized.
[ 0.435343] clocksource: Switched to clocksource arch_sys_counter
[ 0.441713] VFS: Disk quotas dquot_6.6.0
[ 0.445743] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.455704] NET: Registered PF_INET protocol family
[ 0.461099] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.470227] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.478987] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.486912] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.495143] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.503916] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.510754] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.517684] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.525126] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.531222] RPC: Registered named UNIX socket transport module.
[ 0.537283] RPC: Registered udp transport module.
[ 0.542086] RPC: Registered tcp transport module.
[ 0.546891] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.553475] NET: Registered PF_XDP protocol family
[ 0.558375] PCI: CLS 0 bytes, default 64
[ 0.562813] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.571872] Initialise system trusted keyrings
[ 0.576539] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.585211] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.591498] NFS: Registering the id_resolver key type
[ 0.596680] Key type id_resolver registered
[ 0.600951] Key type id_legacy registered
[ 0.605070] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.611919] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.639120] Key type asymmetric registered
[ 0.643304] Asymmetric key parser 'x509' registered
[ 0.648312] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.655983] io scheduler mq-deadline registered
[ 0.660620] io scheduler kyber registered
[ 0.666357] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.672388] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.678185] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.684289] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.690228] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.696155] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.702207] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.711064] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.722059] loop: module loaded
[ 0.725820] megasas: 07.719.03.00-rc1
[ 0.730942] tun: Universal TUN/TAP device driver, 1.6
[ 0.736408] thunder_xcv, ver 1.0
[ 0.739728] thunder_bgx, ver 1.0
[ 0.743045] nicpf, ver 1.0
[ 0.745881] e1000: Intel(R) PRO/1000 Network Driver
[ 0.750865] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.756750] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.761820] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.767882] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.773397] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.779100] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.785503] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.791604] sky2: driver version 1.30
[ 0.795655] VFIO - User Level meta-driver version: 0.3
[ 0.801269] usbcore: registered new interface driver usb-storage
[ 0.807694] i2c_dev: i2c /dev entries driver
[ 0.812599] sdhci: Secure Digital Host Controller Interface driver
[ 0.818925] sdhci: Copyright(c) Pierre Ossman
[ 0.823461] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.829490] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.835709] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.842415] usbcore: registered new interface driver usbhid
[ 0.848110] usbhid: USB HID core driver
[ 0.852484] 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.857042] optee: revision 4.0 (2a5b1d12)
[ 0.873468] optee: dynamic shared memory is enabled
[ 0.882855] optee: initialized driver
[ 0.887635] Initializing XFRM netlink socket
[ 0.892017] NET: Registered PF_PACKET protocol family
[ 0.897213] Key type dns_resolver registered
[ 0.901778] registered taskstats version 1
[ 0.905980] Loading compiled-in X.509 certificates
[ 0.917029] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 0.939792] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.946164] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 0.952995] pca953x 1-0021: using no AI
[ 0.979753] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 0.986563] pca953x 1-0020: using no AI
[ 0.991104] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 0.997912] pca953x 1-0022: using AI
[ 1.002203] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.008323] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.015170] pca953x 2-0020: using no AI
[ 1.039657] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.045409] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.053944] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.063273] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.071861] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.081569] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.091463] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.098223] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.107908] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.118068] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.124827] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.132423] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.140078] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.149767] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.159217] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.168066] printk: console [ttyS2] enabled
[ 1.168066] printk: console [ttyS2] enabled
[ 1.176508] printk: bootconsole [ns16550a0] disabled
[ 1.176508] printk: bootconsole [ns16550a0] disabled
[ 1.186926] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.196706] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.243348] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.252205] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.260482] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.273319] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.280527] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.286710] pps pps0: new PPS source ptp0
[ 1.290864] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.301172] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.312674] mmc0: CQHCI version 5.10
[ 1.353981] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.447169] mmc0: Command Queue Engine enabled
[ 1.451660] mmc0: new HS400 MMC card at address 0001
[ 1.457439] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.463779] mmcblk0: p1 p2 p3
[ 1.467306] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.473086] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.478798] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.516151] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.523077] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-02-21T10:52:16 UTC (1708512736)
[ 1.682507] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 1.689500] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 1.698376] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.709851] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 1.724241] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.729317] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.736374] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.741905] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.748403] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.754618] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.761080] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.767208] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.773747] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.779973] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.792039] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.839371] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.848540] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.856845] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.869778] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.877026] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.883288] pps pps0: new PPS source ptp1
[ 1.887589] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.898846] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.907953] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 1.908506] mmc1: CQHCI version 5.10
[ 1.960105] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.976055] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.985544] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.021055] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.028394] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 2.038281] mmcblk1: p1 p2 p3
[ 6.080610] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.107362] Sending DHCP requests ., OK
[ 6.127213] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.185
[ 6.134980] IP-Config: Complete:
[ 6.138211] device=eth0, hwaddr=f4:84:4c:fc:6f:b2, ipaddr=192.168.0.185, mask=255.255.255.0, gw=192.168.0.1
[ 6.148383] host=192.168.0.185, domain=ti.com, nis-domain=(none)
[ 6.154818] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.154826] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.170739] ALSA device list:
[ 6.173731] No soundcards found.
[ 6.213403] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.219522] devtmpfs: mounted
[ 6.224085] Freeing unused kernel memory: 2112K
[ 6.243472] Run /sbin/init as init process
[ 6.479037] NET: Registered PF_INET6 protocol family
[ 6.485578] Segment Routing with IPv6
[ 6.489316] In-situ OAM (IOAM) with IPv6
[ 6.511376] random: crng init done
[ 6.520376] 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.552031] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.608457] systemd[1]: Hostname set to <j7200-evm>.
[ 6.720146] systemd-sysv-generator[146]: 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.744709] systemd-sysv-generator[146]: 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.769980] systemd-sysv-generator[146]: 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.799254] systemd[137]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.109858] 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.171399] 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.247961] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.303425] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.325885] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.350309] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.373811] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.395782] 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.419716] 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.443793] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.459535] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.479485] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.495517] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.544441] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.567599] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.595296] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.615799] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.640515] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.664375] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.688073] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.704517] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.729366] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.751919] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.772253] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.823764] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.844508] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.887702] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.903954] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.923467] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.945847] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.987931] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.008157] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.031325] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.060012] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.077978] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.113519] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.142494] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...[ 8.152101] fuse: init (API version 7.37)
[ 8.175948] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 8.190451] cryptodev: loading out-of-tree module taints kernel.
[ 8.199944] cryptodev: driver 1.12 loaded.
[ 8.202874] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.232965] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.252395] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.267943] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.288440] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
[ 8.619227] systemd-journald[160]: Received client request to flush runtime journal.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 8.813105] audit: type=1334 audit(1708512743.788:2): prog-id=5 op=LOAD
[ 8.820185] audit: type=1334 audit(1708512743.796: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] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 9.335880] systemd-journald[160]: Time jumped backwards, rotating.
n[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 9.389463] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 9.574579] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 9.583976] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 9.593800] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via[ 9.683322] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
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.
[ 9.836756] platform 41000000.r5f: configured R5F for IPC-only mode
[[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.
[ 9.928184] audit: type=1334 audit(1708512743.413:4): prog-id=7 op=LOAD
[ 9.934813] audit: type=1334 audit(1708512743.417:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 9.955127] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 9.993125] remoteproc remoteproc0: 41000000.r5f is available
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 10.073785] remoteproc remoteproc0: attaching to 41000000.r5f
[ 10.080021] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.087032] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.098693] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.104448] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 10.111590] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.119450] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 10.127288] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 10.244850] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 10.252559] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.261770] remoteproc remoteproc1: 5c00000.r5f is available
[ 10.267912] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 10.276612] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.283494] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.307445] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.315045] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 10.322243] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 10.331584] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.347537] 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.351149] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.360991] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 10.367442] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 10.379728] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.525164] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.579622] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.690843] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 10.811646] pci_bus 0000:00: root bus resource [bus 00-ff]
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.821817] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 10.838088] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 10.846594] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 10.853325] pci 0000:00:00.0: supports D1
[ 10.858336] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.867071] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 10.875035] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 10.915973] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.931589] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.948733] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 10.965110] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.988503] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 11.131222] 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;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[ 11.505986] audit: type=1334 audit(1708512744.989:6): prog-id=9 op=LOAD
[ 11.513792] audit: type=1334 audit(1708512744.997: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] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[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.348226] audit: type=1006 audit(1708512745.833:8): pid=452 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.367958] audit: type=1300 audit(1708512745.833:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffde0f3ef8 a2=4 a3=ffffbab7b020 items=0 ppid=1 pid=452 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.423306] audit: type=1327 audit(1708512745.833:8): proctitle="(systemd)"
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[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.
[ 12.922522] audit: type=1006 audit(1708512746.405:9): pid=427 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/data-mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[[ 14.946713] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[ 14.994851] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
Mounting [0;1;39m/run/media/mmcblk0p3[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] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 15.066032] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 15.118827] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 15.199324] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[ 15.221508] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[[0;32m OK [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.10 j7200-evm -
j7200-evm login: root
[ 17.091287] kauditd_printk_skb: 2 callbacks suppressed
[ 17.091294] audit: type=1006 audit(1708512750.573:10): pid=1215 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.108969] audit: type=1300 audit(1708512750.573:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffde0f3ef8 a2=1 a3=ffffbab7b020 items=0 ppid=1 pid=1215 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.135531] audit: type=1327 audit(1708512750.573:10): proctitle="(systemd)"
[ 17.142849] audit: type=1334 audit(1708512750.601:11): prog-id=11 op=LOAD
[ 17.149936] audit: type=1300 audit(1708512750.601:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcf3e23c0 a2=78 a3=0 items=0 ppid=1 pid=1215 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.175434] audit: type=1327 audit(1708512750.601:11): proctitle="(systemd)"
[ 17.182559] audit: type=1334 audit(1708512750.621:12): prog-id=11 op=UNLOAD
[ 17.189612] audit: type=1334 audit(1708512750.621:13): prog-id=12 op=LOAD
[ 17.196480] audit: type=1300 audit(1708512750.621:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcf3e2460 a2=78 a3=0 items=0 ppid=1 pid=1215 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.221955] audit: type=1327 audit(1708512750.621:13): proctitle="(systemd)"
7[r[999;999H[6nroot@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/da2c274f0e3d67235373dfcb9db59e4a,nolock,v3,tcp,rsize=4096,wsize=4096
root@j7200-evm:~# uname -a
Linux j7200-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j7200-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@j7200-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j7200-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27292
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7200-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7200-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j7200/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@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 882 0 57708 378 0 0 0 0 0 648 378 0 0 0 0 0 0
179 1 mmcblk0p1 304 0 20894 120 0 0 0 0 0 312 120 0 0 0 0 0 0
179 2 mmcblk0p2 259 0 16723 110 0 0 0 0 0 332 110 0 0 0 0 0 0
179 3 mmcblk0p3 280 0 18883 137 0 0 0 0 0 320 137 0 0 0 0 0 0
179 32 mmcblk0boot0 102 0 2016 41 0 0 0 0 0 88 41 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 18 0 0 0 0 0 56 18 0 0 0 0 0 0
31 0 mtdblock0 52 0 416 18 0 0 0 0 0 48 18 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 23 0 0 0 0 0 40 23 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 33 0 0 0 0 0 64 33 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 10 0 0 0 0 0 32 10 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 17 0 0 0 0 0 44 17 0 0 0 0 0 0
31 5 mtdblock5 104 0 832 29 0 0 0 0 0 52 29 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 17 0 0 0 0 0 44 17 0 0 0 0 0 0
179 96 mmcblk1 761 121 52509 1254 2 0 16 2 0 896 1257 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 394 0 0 0 0 0 492 394 0 0 0 0 0 0
179 98 mmcblk1p2 225 34 17234 346 1 0 8 1 0 412 348 0 0 0 0 0 0
179 99 mmcblk1p3 234 87 17410 485 1 0 8 0 0 432 486 0 0 0 0 0 0
root@j7200-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4140 4996 GICv3 30 Level arch_timer
14: 0 0 GICv3 23 Level arm-pmu
15: 1651 0 GICv3 69 Level 32c00000.mailbox thr_011
16: 6597 0 GICv3 928 Level 42120000.i2c
17: 50 0 GICv3 232 Level 2000000.i2c
18: 6 0 GICv3 233 Level 2010000.i2c
19: 51429 376 MSI-INTA 15401056 Level 46000000.ethernet-tx0
21: 65307 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: 4209 0 MSI-INTA 13828216 Level 31150000.dma-controller chan0
52: 0 0 MSI-INTA 13828217 Level 31150000.dma-controller chan1
252: 657 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: 1384 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: 6 0 INTR 432 Level mbox-main-r5fss0-core0
650: 0 0 MSI-INTA 13893764 Edge 31150000.dma-controller chan1
677: 1624 0 GICv3 36 Level mmc1
681: 0 0 GICv3 892 Level TI-am335x-adc.9.auto
682: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
685: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
688: 0 0 GICv3 152 Level 6000000.usb
IPI0: 3030 16595 Rescheduling interrupts
IPI1: 2737 9270 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: 195 198 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j7200-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 0 0
TIMER: 1520 1692
NET_TX: 8 2
NET_RX: 102392 417
BLOCK: 1074 0
IRQ_POLL: 0 0
TASKLET: 6424 4
SCHED: 1722 1838
HRTIMER: 1 0
RCU: 9447 10513
root@j7200-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@j7200-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j7200-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.120
ti-test-extras - 1.0-r0.120
0
root@j7200-evm:~# lsmod
Module Size Used by
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
pci_endpoint_test 20480 0
cdns3 45056 0
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_usb_common 20480 1 cdns3
overlay 122880 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
crct10dif_ce 16384 1
ti_k3_r5_remoteproc 28672 0
virtio_rpmsg_bus 20480 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
cdns3_ti 16384 0
pci_j721e_host 16384 0
ti_am335x_tscadc 16384 1 ti_am335x_adc
sa2ul 36864 0
k3_j72xx_bandgap 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
rti_wdt 16384 0
optee_rng 16384 0
rng_core 20480 1 optee_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 0
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j7200-evm:~# echo 'hello world'
hello world
root@j7200-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:29 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cte on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1060979 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
Ce on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1366459 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SoC: J721E SR1.0 GP
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
Core: 134 devices, 33 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-GESI-EXP rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0330
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1d:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde95d40
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000330
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7250/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.0.30 (2 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
88408 bytes read in 39 ms (2.2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 88408 bytes: Success!
88408 bytes read in 40 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 88408 bytes: Failed!
88408 bytes read in 40 ms (2.1 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 88408 bytes: Success!
88408 bytes read in 40 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 88408 bytes: Failed!
145924 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 145924 bytes: Success!
145924 bytes read in 41 ms (3.4 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 145924 bytes: Success!
10489000 bytes read in 47 ms (212.8 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0330
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1d:8a:ec
eth2addr=70:ff:76:1d:8a:ed
eth3addr=70:ff:76:1d:8a:ee
eth4addr=70:ff:76:1d:8a:ef
eth5addr=70:ff:76:1d:93:f7
eth6addr=70:ff:76:1d:93:f8
eth7addr=70:ff:76:1d:93:f9
eth8addr=70:ff:76:1d:93:fa
eth9addr=70:ff:76:1d:93:fb
ethact=ethernet@46000000port@1
ethaddr=78:db:2f:e0:81:ed
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde95d40
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=192.168.0.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
hostname=j721e-idk-gw
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=192.168.0.30
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000330
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7436/131067 bytes
=> tftp ${loadaddr} 192.168.0.1:vatf_j721e-idk-gw/f38fb7fbb0565bd438d18a9025270d32
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.30
Filename 'vatf_j721e-idk-gw/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *################################################## 19.3 MiB
13.3 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_j721e-idk-gw/6bbda78d47671a9b8fd2c4df360416a6
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.30
Filename 'vatf_j721e-idk-gw/6bbda78d47671a9b8fd2c4df360416a6'.
Load address: 0x88000000
Loading: *################################################## 110.6 KiB
9.8 MiB/s
done
Bytes transferred = 113262 (1ba6e hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde95d40
new_fdt = 0x00000000fde95d40
fdt_size = 0x0000000000021060
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] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde95d30
sp start = 0x00000000fde95d30
Early malloc usage: 2fc8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 78:db:2f:e0:81:ed
IP addr = 192.168.0.30
fdt_blob = 0x00000000fde95d40
new_fdt = 0x00000000fde95d40
fdt_size = 0x0000000000021060
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] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde95d30
sp start = 0x00000000fde95d30
Early malloc usage: 2fc8 / 8000
=> ls mmc 0:1
974120 tispl.bin
1272860 u-boot.img
293216 tiboot3.bin
268998 sysfw.itb
33 secondary_bootloader.md5
4 ws-calibrate.rules
6 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19309056 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
296337 tiboot3.bin
296337 tiboot3-j721e-gp-evm.bin
297112 tiboot3-j721e_sr1_1-hs-evm.bin
297112 tiboot3-j721e_sr2-hs-fs-evm.bin
1091011 tispl.bin
1321051 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<DIR> 4096 cadence
<DIR> 4096 ethfw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 sdcard-firmware
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4592 regulatory.db
1182 regulatory.db.p7s
122880 rgx.fw.22.104.208.318
122880 rgx.fw.22.104.208.318.64k
344760 rgx.sh.22.104.208.318
<DIR> 4096 ti-connectivity
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
482656 bl32.bin
4324344 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 69 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 69 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 67 j7-main-r5f0_0-fw
<SYM> 74 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_1-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 67 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 67 j7-main-r5f1_1-fw
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 67 j7-mcu-r5f0_1-fw
<SYM> 74 j7-mcu-r5f0_1-fw-sec
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4728 regulatory.db
1182 regulatory.db.p7s
135168 rgx.fw.22.104.208.318
135168 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
482656 tee-pager_v2.bin
482656 tee-raw.bin
482684 tee.bin
4324344 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 6 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3302456K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367560K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008401] Console: colour dummy device 80x25
[ 0.012970] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023640] pid_max: default: 32768 minimum: 301
[ 0.028376] LSM: Security Framework initializing
[ 0.033150] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040719] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049473] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056873] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063132] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070517] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076820] rcu: Hierarchical SRCU implementation.
[ 0.081718] rcu: Max phase no-delay instances is 1000.
[ 0.087219] Platform MSI: msi-controller@1820000 domain created
[ 0.093443] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102853] EFI services will not be available.
[ 0.107581] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120777] Detected PIPT I-cache on CPU1
[ 0.120837] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120850] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120878] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120925] smp: Brought up 1 node, 2 CPUs
[ 0.150269] SMP: Total of 2 processors activated.
[ 0.155073] CPU features: detected: 32-bit EL0 Support
[ 0.160325] CPU features: detected: CRC32 instructions
[ 0.165602] CPU: All CPU(s) started at EL2
[ 0.169785] alternatives: applying system-wide alternatives
[ 0.176223] devtmpfs: initialized
[ 0.186217] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196200] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.211740] pinctrl core: initialized pinctrl subsystem
[ 0.217423] DMI not present or invalid.
[ 0.221659] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.228287] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.235585] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.243584] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.251709] audit: initializing netlink subsys (disabled)
[ 0.257325] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[ 0.257534] thermal_sys: Registered thermal governor 'step_wise'
[ 0.265245] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.271454] cpuidle: using governor menu
[ 0.282204] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.289164] ASID allocator initialised with 65536 entries
[ 0.303604] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.314890] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.326435] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.337198] KASLR disabled due to lack of seed
[ 0.344569] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.351511] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.357914] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.364847] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.371249] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.378182] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.384583] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.391516] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.398610] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
[ 0.407898] iommu: Default domain type: Translated
[ 0.412884] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.419406] SCSI subsystem initialized
[ 0.423379] usbcore: registered new interface driver usbfs
[ 0.429001] usbcore: registered new interface driver hub
[ 0.434436] usbcore: registered new device driver usb
[ 0.439810] pps_core: LinuxPPS API ver. 1 registered
[ 0.444881] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.454217] PTP clock support registered
[ 0.458294] EDAC MC: Ver: 3.0.0
[ 0.461974] FPGA manager framework
[ 0.465485] Advanced Linux Sound Architecture Driver Initialized.
[ 0.472097] clocksource: Switched to clocksource arch_sys_counter
[ 0.478433] VFS: Disk quotas dquot_6.6.0
[ 0.482465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.492306] NET: Registered PF_INET protocol family
[ 0.497453] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.506430] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.515196] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.523116] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.531320] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.539872] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.546647] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.553555] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.560982] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.567030] RPC: Registered named UNIX socket transport module.
[ 0.573090] RPC: Registered udp transport module.
[ 0.577894] RPC: Registered tcp transport module.
[ 0.582696] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.589287] NET: Registered PF_XDP protocol family
[ 0.594188] PCI: CLS 0 bytes, default 64
[ 0.598549] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.607642] Initialise system trusted keyrings
[ 0.612286] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.620793] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.627015] NFS: Registering the id_resolver key type
[ 0.632194] Key type id_resolver registered
[ 0.636465] Key type id_legacy registered
[ 0.640583] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.647431] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.674317] Key type asymmetric registered
[ 0.678500] Asymmetric key parser 'x509' registered
[ 0.683507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.691136] io scheduler mq-deadline registered
[ 0.695767] io scheduler kyber registered
[ 0.702045] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.708468] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.715057] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.724410] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.732712] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.740869] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.747961] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.755728] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.766561] loop: module loaded
[ 0.770386] megasas: 07.719.03.00-rc1
[ 0.775580] tun: Universal TUN/TAP device driver, 1.6
[ 0.781077] thunder_xcv, ver 1.0
[ 0.784394] thunder_bgx, ver 1.0
[ 0.787695] nicpf, ver 1.0
[ 0.790552] e1000: Intel(R) PRO/1000 Network Driver
[ 0.795533] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.801417] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.806486] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.812548] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.818062] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.823762] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.830164] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.836285] sky2: driver version 1.30
[ 0.840421] VFIO - User Level meta-driver version: 0.3
[ 0.846044] usbcore: registered new interface driver usb-storage
[ 0.852501] i2c_dev: i2c /dev entries driver
[ 0.857415] sdhci: Secure Digital Host Controller Interface driver
[ 0.863734] sdhci: Copyright(c) Pierre Ossman
[ 0.868289] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.874376] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.880599] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.887322] usbcore: registered new interface driver usbhid
[ 0.893017] usbhid: USB HID core driver
[ 0.897414] 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.901969] optee: revision 4.0 (2a5b1d12)
[ 0.918373] optee: dynamic shared memory is enabled
[ 0.927753] optee: initialized driver
[ 0.932705] Initializing XFRM netlink socket
[ 0.937094] NET: Registered PF_PACKET protocol family
[ 0.942294] Key type dns_resolver registered
[ 0.946828] registered taskstats version 1
[ 0.951030] Loading compiled-in X.509 certificates
[ 0.961497] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.013384] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.019715] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.026554] pca953x 1-0020: using no AI
[ 1.052760] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.059560] pca953x 1-0022: using AI
[ 1.063822] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.070064] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.076543] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.082683] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.088751] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.095565] pca953x 3-0020: using no AI
[ 1.120540] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.126691] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.133511] pca953x 4-0020: using no AI
[ 1.160405] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.166201] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.174751] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.184098] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.192705] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.209700] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.219589] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.226350] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.235352] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.245511] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.252270] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.260207] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.269630] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.278475] printk: console [ttyS2] enabled
[ 1.278475] printk: console [ttyS2] enabled
[ 1.286917] printk: bootconsole [ns16550a0] disabled
[ 1.286917] printk: bootconsole [ns16550a0] disabled
[ 1.297331] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.306318] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.315285] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.324924] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.368105] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.376769] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.385041] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.397853] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.405061] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.411260] pps pps0: new PPS source ptp0
[ 1.415381] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.425752] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.434719] mmc0: CQHCI version 5.10
[ 1.476145] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.567077] mmc0: Command Queue Engine enabled
[ 1.571542] mmc0: new HS200 MMC card at address 0001
[ 1.576914] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.582512] mmcblk0: p1 p2 p3
[ 1.586016] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.591719] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.597321] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.660200] tps6594-esm tps6594-esm.3.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.672353] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.679011] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-02-21T10:53:50 UTC (1708512830)
[ 1.841860] tps6594-esm tps6594-esm.8.auto: error -ENODEV: ESM not supported for revision 1 PMIC
[ 1.854891] tps6594-rtc tps6594-rtc.9.auto: registered as rtc1
[ 1.860861] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.867520] pca953x 2-0020: using no AI
[ 1.892994] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.899800] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.906596] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.913394] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.920160] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.933789] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.944370] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.957998] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
[ 1.963114] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 1.970151] Creating 8 MTD partitions on "47050000.spi.0":
[ 1.975642] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 1.981706] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 1.987459] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 1.993281] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 1.998832] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.004994] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.010723] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.016560] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.023301] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.068106] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.076765] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.085038] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.097844] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.105052] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.111229] pps pps0: new PPS source ptp1
[ 2.115347] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.125655] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.134306] mmc1: CQHCI version 5.10
[ 2.140675] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.178701] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.192935] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.202408] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.235798] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.242739] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.251439] mmcblk1: p1 p2 p3
[ 6.292908] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.320100] Sending DHCP requests ., OK
[ 6.339933] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.30
[ 6.347577] IP-Config: Complete:
[ 6.350795] device=eth0, hwaddr=78:db:2f:e0:81:ed, ipaddr=192.168.0.30, mask=255.255.255.0, gw=192.168.0.1
[ 6.360861] host=j721e-idk-gw, domain=eptf.internal.ti.com, nis-domain=(none)
[ 6.368413] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.368416] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.392062] ALSA device list:
[ 6.395027] No soundcards found.
[ 6.437020] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.443079] devtmpfs: mounted
[ 6.446952] Freeing unused kernel memory: 2112K
[ 6.456157] Run /sbin/init as init process
[ 7.528182] random: crng init done
[ 7.569590] NET: Registered PF_INET6 protocol family
[ 7.575679] Segment Routing with IPv6
[ 7.579354] In-situ OAM (IOAM) with IPv6
[ 7.628864] 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.660333] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.772675] systemd[1]: Hostname set to <j721e-evm>.
[ 7.859071] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.863964] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.895347] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.920457] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.165039] 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.237805] 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.311401] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.366432] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.389473] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.413383] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.437128] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.460330] 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.484243] 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.508286] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.524156] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.544172] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.564163] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.606197] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.632239] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.655947] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.676334] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.700792] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.720684] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.744441] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.760735] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.785375] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.808385] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.828628] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.872376] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.890678] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.914701] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.932414] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.948718] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.967616] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.990703] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.032523] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.058851] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.082281] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 9.134959] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...[ 9.141994] fuse: init (API version 7.37)
[ 9.169383] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.203695] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.224959] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.242872] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.272914] cryptodev: loading out-of-tree module taints kernel.
[ 9.279798] cryptodev: driver 1.12 loaded.
[ 9.284437] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.317022] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.340003] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.357685] 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.661832] systemd-journald[163]: Received client request to flush runtime journal.
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.894465] audit: type=1334 audit(1708512838.712:2): prog-id=5 op=LOAD
[ 9.901351] audit: type=1334 audit(1708512838.720: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] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 10.392405] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 10.401853] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 10.426460] mc: Linux media interface: v0.10
[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 B[ 10.469888] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
us Socket[0m.
[ 10.489267] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 10.506839] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
Starting [0;1;39mDocker Socket for the API[0m...
[ 10.536230] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 10.573469] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
n Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
[ 10.600136] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.625054] remoteproc remoteproc0: 4d80800000.dsp is available
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 10.635352] remoteproc remoteproc0: attaching to 4d80800000.dsp
..
[[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.681634] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[ 10.688734] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 10.698326] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.703909] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 10.703939] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 10.704898] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.705137] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 10.705864] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 10.707881] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 10.707941] remoteproc remoteproc1: 4d81800000.dsp is available
[ 10.707987] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 10.708309] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 10.708322] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 10.708598] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.708614] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 10.708618] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 10.709698] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 10.815650] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.823486] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.832023] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 10.839584] remoteproc remoteproc2: 64800000.dsp is available
[ 10.846845] remoteproc remoteproc2: attaching to 64800000.dsp
[ 10.854048] remoteproc remoteproc2: unsupported resource 65538
[ 10.860244] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 10.867752] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 10.877838] PVR_K: 212: Device: 4e20000000.gpu
[ 10.892226] PVR_K: 212: Read BVNC 22.104.208.318 from HW device registers
[ 10.910662] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.921581] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.950598] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 10.962971] PVR_K: 212: RGX Device registered with BVNC 22.104.208.318
[ 11.008773] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7)
[ 11.016804] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[ 11.029600] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 11.104314] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 11.136817] 47034000.hyperbus: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x007000
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0[ 11.166903] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.171769] Amd/Fujitsu Extended Query Table at 0x0040
m.
[ 11.189478] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 11.195310] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 11.204730] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 11.210571] Amd/Fujitsu Extended Query version 1.5.
[ 11.212705] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 11.217163] 47034000.hyperbus: CFI contains unrecognised boot bank location (0). Assuming bottom.
[ 11.224596] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.233388] number of CFI chips: 1
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 11.243658] 6 fixed-partitions partitions found on MTD device 47034000.hyperbus
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.[ 11.271114] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 11.273239] Creating 6 MTD partitions on "47034000.hyperbus":
[ 11.284664] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[ 11.304297] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[0m.
[ 11.313114] 0x000000000000-0x000000080000 : "hbmc.tiboot3"
[ 11.319173] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.329568] remoteproc remoteproc3: 41000000.r5f is available
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 11.337875] remoteproc remoteproc3: attaching to 41000000.r5f
...
[ 11.338582] 0x000000080000-0x000000280000 : "hbmc.tispl"
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 [ 11.383430] audit: type=1334 audit(1708512840.689:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 11.391501] audit: type=1334 audit(1708512840.701:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[ 11.438735] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 11.440917] 0x000000280000-0x000000680000 : "hbmc.u-boot"
[ 11.446803] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.461801] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 11.475928] 0x000000680000-0x0000006c0000 : "hbmc.env"
[ 11.480577] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 11.486534] 0x0000006c0000-0x0000007c0000 : "hbmc.sysfw"
[ 11.488057] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.494431] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 11.511097] 0x000000800000-0x000004000000 : "hbmc.rootfs"
[ 11.512681] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 11.532970] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.544752] remoteproc remoteproc4: 5c00000.r5f is available
[ 11.550476] remoteproc remoteproc4: attaching to 5c00000.r5f
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1[ 11.579973] platform 5c00000.r5f: R5F core initialized in IPC-only mode
;39mPreparation for Network[0m.
[ 11.593286] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 11.595575] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.601334] pci_bus 0000:00: root bus resource [bus 00-ff]
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 11.629283] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 11.633404] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 11.640588] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.645275] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 11.651229] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.659262] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 11.665882] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
[ 11.687381] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 11.713034] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.719263] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.729109] pci 0000:00:00.0: supports D1
[ 11.733137] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.738893] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 11.742162] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.758939] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.759516] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.766737] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.796835] pcieport 0000:00:00.0: PME: Signaling with IRQ 829
[ 11.808360] remoteproc remoteproc5: 5e00000.r5f is available
[ 11.812044] pcieport 0000:00:00.0: AER: enabled with IRQ 829
[ 11.815861] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 11.839301] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 11.846122] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 11.857492] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 11.863540] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 11.870461] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[ 11.870537] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.884661] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.893358] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.901943] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.902260] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 11.911158] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 12.152922] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.203322] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 12.354093] m_can_platform 40528000.can: m_can device registered (irq=815, version=32)
[ 12.369597] m_can_platform 40568000.can: m_can device registered (irq=816, version=32)
[ 12.428313] m_can_platform 2701000.can: m_can device registered (irq=817, version=32)
[ 12.446961] m_can_platform 2721000.can: m_can device registered (irq=818, version=32)
[ 12.549538] audit: type=1334 audit(1708512841.857:6): prog-id=9 op=LOAD
[ 12.560759] audit: type=1334 audit(1708512841.865:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[ 12.591284] Console: switching to colour frame buffer device 240x67
[ 12.619104] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
[ 13.080727] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 13.087497] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 13.106548] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 13.116826] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.124120] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.130140] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.[ 13.144687] pci 0001:00:00.0: supports D1
[ 13.155344] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.169529] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.[ 13.180502] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 13.207359] pci 0001:00:00.0: PCI bridge to [bus 01]
Starting [0;1;39mSynchronize System and HW clocks[0m.[ 13.221687] pcieport 0001:00:00.0: PME: Signaling with IRQ 820
..
[ 13.245505] pcieport 0001:00:00.0: AER: enabled with IRQ 820
[ 13.258395] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.283599] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 13.307334] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.328369] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 13.827944] audit: type=1334 audit(1708512843.133:8): prog-id=11 op=LOAD
[ 13.845774] audit: type=1334 audit(1708512843.145:9): prog-id=12 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 14.148240] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 14.216225] remoteproc remoteproc6: b034000.pru is available
[ 14.225344] remoteproc remoteproc7: b004000.rtu is available
[ 14.234903] remoteproc remoteproc8: b00a000.txpru is available
[ 14.241936] remoteproc remoteproc9: b038000.pru is available
[ 14.258436] remoteproc remoteproc10: b006000.rtu is available
[ 14.273103] remoteproc remoteproc11: b00c000.txpru is available
[ 14.285338] remoteproc remoteproc12: b134000.pru is available
[ 14.295278] remoteproc remoteproc13: b104000.rtu is available
[ 14.302546] remoteproc remoteproc14: b10a000.txpru is available
[ 14.313330] remoteproc remoteproc15: b138000.pru is available
[ 14.322646] remoteproc remoteproc16: b106000.rtu is available
[ 14.332719] remoteproc remoteproc17: b10c000.txpru is available
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
[ 14.352283] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.359112] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.365683] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 14.375139] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.386770] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.392949] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[ 14.412299] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 14.461181] pci 0002:00:00.0: supports D1
[ 14.468305] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.479126] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.494269] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 14.505808] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 14.517842] audit: type=1006 audit(1708512843.825:10): pid=540 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 14.530612] audit: type=1300 audit(1708512843.825:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffeb22028 a2=4 a3=ffff8cb80020 items=0 ppid=1 pid=540 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.539640] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.691380] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.703015] pcieport 0002:00:00.0: PME: Signaling with IRQ 852
[ 14.721397] pcieport 0002:00:00.0: AER: enabled with IRQ 852
[ 14.743098] scsi host0: ufshcd
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 14.760890] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 14.822305] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.845196] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.874000] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 14.894068] scsi 0:0:0:0: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.914176] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB)
[ 14.914620] scsi 0:0:0:1: Direct-Access TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 14.930195] sd 0:0:0:0: [sda] Write Protect is off
[ 14.933640] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB)
[ 14.943986] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.945911] sd 0:0:0:1: [sdb] Write Protect is off
[ 14.958570] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 14.967176] sd 0:0:0:0: [sda] Preferred minimum I/O size 65536 bytes
[ 14.967183] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
[ 14.980588] sd 0:0:0:0: [sda] Attached SCSI disk
[ 14.981022] sd 0:0:0:1: [sdb] Preferred minimum I/O size 65536 bytes
[ 14.996768] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
[ 15.009000] sdb: sdb1 sdb2 sdb3
[ 15.012702] sd 0:0:0:1: [sdb] Attached SCSI disk
[[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.
[ 15.412939] kauditd_printk_skb: 1 callbacks suppressed
[ 15.412949] audit: type=1006 audit(1708512844.721:11): pid=445 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 15.432321] audit: type=1300 audit(1708512844.721:11): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffeb22028 a2=4 a3=ffff8cb80020 items=0 ppid=1 pid=445 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.459635] audit: type=1327 audit(1708512844.721:11): proctitle="(weston)"
[ 15.611069] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 15.852425] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 16.374087] PVR_K: 445: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 16.439137] PVR_K: 445: Shader binary image 'rgx.sh.22.104.208.318' loaded
[ 16.536257] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 16.592942] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 16.604815] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.614513] xhci-hcd xhci-hcd.18.auto: irq 826, io mem 0x06010000
[ 16.622104] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 16.629147] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 16.664406] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
[ 16.672289] hub 1-0:1.0: USB hub found
[ 16.676952] hub 1-0:1.0: 1 port detected
[ 16.682446] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.691953] hub 2-0:1.0: USB hub found
[ 16.696417] hub 2-0:1.0: 1 port detected
[ 16.702640] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
[ 16.709517] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 3
[ 16.718238] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.742869] xhci-hcd xhci-hcd.19.auto: irq 858, io mem 0x06410000
[ 16.750171] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
[ 16.758947] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 4
[ 16.768758] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed
[ 16.796357] hub 3-0:1.0: USB hub found
[ 16.802615] hub 3-0:1.0: 1 port detected
Starting [0;1;39mSave/Restore Sound Card State[0m...
[ 16.808853] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.828247] hub 4-0:1.0: USB hub found
[ 16.836852] hub 4-0:1.0: 1 port detected
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[ 17.036186] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 17.060136] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 17.108294] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 17.136506] scsi host1: usb-storage 2-1:1.0
[ 17.213034] hub 3-1:1.0: USB hub found
[ 17.216869] hub 3-1:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 18.165312] scsi 1:0:0:0: Direct-Access PNY USB 3.0 FD PMAP PQ: 0 ANSI: 6
[ 18.832816] sd 1:0:0:0: [sdc] 30965760 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 18.843167] sd 1:0:0:0: [sdc] Write Protect is off
[ 18.852399] sd 1:0:0:0: [sdc] No Caching mode page found
[ 18.863565] sd 1:0:0:0: [sdc] Assuming drive cache: write through
[ 18.880359] sdc: sdc1
[ 18.883872] sd 1:0:0:0: [sdc] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.10 j721e-evm -
j721e-evm login: [ 19.423289] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 19.453454] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 19.488663] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended
root
[ 19.506979] ext2 filesystem being mounted at /run/media/mmcblk0p3 supports timestamps until 2038 (0x7fffffff)
[ 19.517334] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 19.607834] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 19.805862] audit: type=1006 audit(1708512849.113:12): pid=1097 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 19.818964] audit: type=1300 audit(1708512849.113:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffeb22028 a2=1 a3=ffff8cb80020 items=0 ppid=1 pid=1097 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.845589] audit: type=1327 audit(1708512849.113:12): proctitle="(systemd)"
[ 19.945174] audit: type=1334 audit(1708512849.253:13): prog-id=13 op=LOAD
[ 19.956398] audit: type=1300 audit(1708512849.253:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd372eb00 a2=78 a3=0 items=0 ppid=1 pid=1097 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.985380] audit: type=1327 audit(1708512849.253:13): proctitle="(systemd)"
[ 19.993792] audit: type=1334 audit(1708512849.253:14): prog-id=13 op=UNLOAD
[ 20.596658] FAT-fs (sdb3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
7[r[999;999H[6n[ 20.908868] FAT-fs (sdb2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.925261] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 22.252283] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Quota mode: none.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-idk-gw/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "qspi.tiboot3"
mtd1: 00200000 00001000 "qspi.tispl"
mtd2: 00400000 00001000 "qspi.u-boot"
mtd3: 00020000 00001000 "qspi.env"
mtd4: 00020000 00001000 "qspi.env.backup"
mtd5: 00100000 00001000 "qspi.sysfw"
mtd6: 037c0000 00001000 "qspi.rootfs"
mtd7: 00020000 00001000 "qspi.phypattern"
mtd8: 00080000 00040000 "hbmc.tiboot3"
mtd9: 00200000 00040000 "hbmc.tispl"
mtd10: 00400000 00040000 "hbmc.u-boot"
mtd11: 00040000 00040000 "hbmc.env"
mtd12: 00100000 00040000 "hbmc.sysfw"
mtd13: 03800000 00040000 "hbmc.rootfs"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 28216
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 1118 48 61708 745 2 0 16 1 0 1012 746 0 0 0 0 0 0
179 1 mmcblk0p1 346 0 7709 128 0 0 0 0 0 200 128 0 0 0 0 0 0
179 2 mmcblk0p2 395 48 27837 267 1 0 8 0 0 348 268 0 0 0 0 0 0
179 3 mmcblk0p3 339 0 24962 192 1 0 8 0 0 396 192 0 0 0 0 0 0
179 32 mmcblk0boot0 238 0 4704 72 0 0 0 0 0 128 72 0 0 0 0 0 0
179 64 mmcblk0boot1 204 0 4032 71 0 0 0 0 0 148 71 0 0 0 0 0 0
31 0 mtdblock0 66 0 528 36 0 0 0 0 0 80 36 0 0 0 0 0 0
31 1 mtdblock1 168 0 1344 127 0 0 0 0 0 192 127 0 0 0 0 0 0
31 2 mtdblock2 174 0 1392 100 0 0 0 0 0 164 100 0 0 0 0 0 0
31 3 mtdblock3 54 0 432 36 0 0 0 0 0 72 36 0 0 0 0 0 0
31 4 mtdblock4 63 0 504 44 0 0 0 0 0 92 44 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 39 0 0 0 0 0 88 39 0 0 0 0 0 0
31 6 mtdblock6 280 0 5376 489 0 0 0 0 0 452 489 0 0 0 0 0 0
31 7 mtdblock7 54 0 432 63 0 0 0 0 0 100 63 0 0 0 0 0 0
179 96 mmcblk1 901 40 62210 1708 1 0 8 12 0 1404 1720 0 0 0 0 0 0
179 97 mmcblk1p1 389 5 24960 686 0 0 0 0 0 680 686 0 0 0 0 0 0
179 98 mmcblk1p2 278 34 21490 518 1 0 8 12 0 628 530 0 0 0 0 0 0
179 99 mmcblk1p3 196 1 14560 468 0 0 0 0 0 468 468 0 0 0 0 0 0
31 8 mtdblock8 55 0 440 35 0 0 0 0 0 84 35 0 0 0 0 0 0
31 9 mtdblock9 140 0 1120 84 0 0 0 0 0 152 84 0 0 0 0 0 0
31 10 mtdblock10 145 0 1160 81 0 0 0 0 0 136 81 0 0 0 0 0 0
31 11 mtdblock11 60 0 480 32 0 0 0 0 0 64 32 0 0 0 0 0 0
31 12 mtdblock12 65 0 520 43 0 0 0 0 0 76 43 0 0 0 0 0 0
31 13 mtdblock13 175 0 3360 238 0 0 0 0 0 300 238 0 0 0 0 0 0
8 0 sda 181 0 3368 8 0 0 0 0 0 48 8 0 0 0 0 0 0
8 16 sdb 1558 0 83256 559 0 0 0 0 0 908 559 0 0 0 0 0 0
8 17 sdb1 507 0 27144 213 0 0 0 0 0 356 213 0 0 0 0 0 0
8 18 sdb2 501 0 27976 159 0 0 0 0 0 376 159 0 0 0 0 0 0
8 19 sdb3 463 0 25728 140 0 0 0 0 0 256 140 0 0 0 0 0 0
8 32 sdc 243 8 16114 163 1 0 8 423 0 656 587 0 0 0 0 0 0
8 33 sdc1 205 8 14914 145 1 0 8 423 0 620 569 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 5356 5211 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: 3448 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7156 0 GICv3 928 Level 42120000.i2c
19: 81 0 GICv3 232 Level 2000000.i2c
20: 20 0 GICv3 233 Level 2010000.i2c
21: 13 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 86369 1805 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 126020 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 10635 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1
45: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2
46: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3
47: 0 0 MSI-INTA 13828540 Level 31150000.dma-controller chan4
48: 0 0 MSI-INTA 13828541 Level 31150000.dma-controller chan5
49: 0 0 MSI-INTA 13828542 Level 31150000.dma-controller chan6
50: 0 0 MSI-INTA 13828543 Level 31150000.dma-controller chan7
56: 0 0 MSI-INTA 13828549 Level 31150000.dma-controller chan13
194: 669 0 GICv3 224 Level 2800000.serial
198: 0 0 GICv3 873 Level 47050000.spi
199: 0 0 GICv3 890 Level 46000000.ethernet
200: 0 0 INTR 391 Level 310d0000.cpts
201: 2125 0 GICv3 35 Level mmc0
215: 0 0 GPIO 7 Edge -davinci_gpio GPIO Key USER2
217: 0 0 GPIO 9 Edge -davinci_gpio tps6594-0-0x48, tps6594-0-0x4c
300: 0 0 GPIO 0 Edge -davinci_gpio GPIO Key USER1
442: 0 0 GPIO 11 Edge -davinci_gpio 2-0020
467: 0 0 tps6594-0-0x48 0 Edge buck1_ov
468: 0 0 tps6594-0-0x48 1 Edge buck1_uv
469: 0 0 tps6594-0-0x48 2 Edge buck1_sc
470: 0 0 tps6594-0-0x48 3 Edge buck1_ilim
471: 0 0 tps6594-0-0x48 4 Edge buck2_ov
472: 0 0 tps6594-0-0x48 5 Edge buck2_uv
473: 0 0 tps6594-0-0x48 6 Edge buck2_sc
474: 0 0 tps6594-0-0x48 7 Edge buck2_ilim
475: 0 0 tps6594-0-0x48 8 Edge buck3_ov
476: 0 0 tps6594-0-0x48 9 Edge buck3_uv
477: 0 0 tps6594-0-0x48 10 Edge buck3_sc
478: 0 0 tps6594-0-0x48 11 Edge buck3_ilim
479: 0 0 tps6594-0-0x48 12 Edge buck4_ov
480: 0 0 tps6594-0-0x48 13 Edge buck4_uv
481: 0 0 tps6594-0-0x48 14 Edge buck4_sc
482: 0 0 tps6594-0-0x48 15 Edge buck4_ilim
483: 0 0 tps6594-0-0x48 16 Edge buck5_ov
484: 0 0 tps6594-0-0x48 17 Edge buck5_uv
485: 0 0 tps6594-0-0x48 18 Edge buck5_sc
486: 0 0 tps6594-0-0x48 19 Edge buck5_ilim
487: 0 0 tps6594-0-0x48 20 Edge ldo1_ov
488: 0 0 tps6594-0-0x48 21 Edge ldo1_uv
489: 0 0 tps6594-0-0x48 22 Edge ldo1_sc
490: 0 0 tps6594-0-0x48 23 Edge ldo1_ilim
491: 0 0 tps6594-0-0x48 24 Edge ldo2_ov
492: 0 0 tps6594-0-0x48 25 Edge ldo2_uv
493: 0 0 tps6594-0-0x48 26 Edge ldo2_sc
494: 0 0 tps6594-0-0x48 27 Edge ldo2_ilim
495: 0 0 tps6594-0-0x48 28 Edge ldo3_ov
496: 0 0 tps6594-0-0x48 29 Edge ldo3_uv
497: 0 0 tps6594-0-0x48 30 Edge ldo3_sc
498: 0 0 tps6594-0-0x48 31 Edge ldo3_ilim
499: 0 0 tps6594-0-0x48 32 Edge ldo4_ov
500: 0 0 tps6594-0-0x48 33 Edge ldo4_uv
501: 0 0 tps6594-0-0x48 34 Edge ldo4_sc
502: 0 0 tps6594-0-0x48 35 Edge ldo4_ilim
503: 0 0 tps6594-0-0x48 36 Edge vcca_ov
504: 0 0 tps6594-0-0x48 37 Edge vcca_uv
522: 0 0 tps6594-0-0x48 55 Edge npwron_start
523: 0 0 tps6594-0-0x48 56 Edge enable
524: 0 0 tps6594-0-0x48 57 Edge fsd
525: 0 0 tps6594-0-0x48 58 Edge soft_reboot
526: 0 0 tps6594-0-0x48 59 Edge bist_pass
527: 0 0 tps6594-0-0x48 60 Edge ext_clk
528: 0 0 tps6594-0-0x48 61 Edge twarn
529: 0 0 tps6594-0-0x48 62 Edge tsd_ord
530: 0 0 tps6594-0-0x48 63 Edge bist_fail
531: 0 0 tps6594-0-0x48 64 Edge reg_crc_err
532: 0 0 tps6594-0-0x48 65 Edge recov_cnt
533: 0 0 tps6594-0-0x48 66 Edge spmi_err
534: 0 0 tps6594-0-0x48 67 Edge npwron_long
535: 0 0 tps6594-0-0x48 68 Edge nint_readback
536: 0 0 tps6594-0-0x48 69 Edge nrstout_readback
537: 0 0 tps6594-0-0x48 70 Edge tsd_imm
538: 0 0 tps6594-0-0x48 71 Edge vcca_ovp
539: 0 0 tps6594-0-0x48 72 Edge pfsm_err
540: 0 0 tps6594-0-0x48 73 Edge imm_shutdown
541: 0 0 tps6594-0-0x48 74 Edge ord_shutdown
542: 0 0 tps6594-0-0x48 75 Edge mcu_pwr_err
543: 0 0 tps6594-0-0x48 76 Edge soc_pwr_err
544: 0 0 tps6594-0-0x48 77 Edge comm_frm_err
545: 0 0 tps6594-0-0x48 78 Edge comm_crc_err
546: 0 0 tps6594-0-0x48 79 Edge comm_adr_err
547: 0 0 tps6594-0-0x48 82 Edge en_drv_readback
548: 0 0 tps6594-0-0x48 83 Edge nrstout_soc_readback
553: 0 0 tps6594-0-0x48 88 Edge alarm
555: 0 0 tps6594-0-0x4c 0 Edge buck1_ov
556: 0 0 tps6594-0-0x4c 1 Edge buck1_uv
557: 0 0 tps6594-0-0x4c 2 Edge buck1_sc
558: 0 0 tps6594-0-0x4c 3 Edge buck1_ilim
559: 0 0 tps6594-0-0x4c 4 Edge buck2_ov
560: 0 0 tps6594-0-0x4c 5 Edge buck2_uv
561: 0 0 tps6594-0-0x4c 6 Edge buck2_sc
562: 0 0 tps6594-0-0x4c 7 Edge buck2_ilim
563: 0 0 tps6594-0-0x4c 8 Edge buck3_ov
564: 0 0 tps6594-0-0x4c 9 Edge buck3_uv
565: 0 0 tps6594-0-0x4c 10 Edge buck3_sc
566: 0 0 tps6594-0-0x4c 11 Edge buck3_ilim
567: 0 0 tps6594-0-0x4c 12 Edge buck4_ov
568: 0 0 tps6594-0-0x4c 13 Edge buck4_uv
569: 0 0 tps6594-0-0x4c 14 Edge buck4_sc
570: 0 0 tps6594-0-0x4c 15 Edge buck4_ilim
571: 0 0 tps6594-0-0x4c 16 Edge buck5_ov
572: 0 0 tps6594-0-0x4c 17 Edge buck5_uv
573: 0 0 tps6594-0-0x4c 18 Edge buck5_sc
574: 0 0 tps6594-0-0x4c 19 Edge buck5_ilim
575: 0 0 tps6594-0-0x4c 20 Edge ldo1_ov
576: 0 0 tps6594-0-0x4c 21 Edge ldo1_uv
577: 0 0 tps6594-0-0x4c 22 Edge ldo1_sc
578: 0 0 tps6594-0-0x4c 23 Edge ldo1_ilim
579: 0 0 tps6594-0-0x4c 24 Edge ldo2_ov
580: 0 0 tps6594-0-0x4c 25 Edge ldo2_uv
581: 0 0 tps6594-0-0x4c 26 Edge ldo2_sc
582: 0 0 tps6594-0-0x4c 27 Edge ldo2_ilim
583: 0 0 tps6594-0-0x4c 28 Edge ldo3_ov
584: 0 0 tps6594-0-0x4c 29 Edge ldo3_uv
585: 0 0 tps6594-0-0x4c 30 Edge ldo3_sc
586: 0 0 tps6594-0-0x4c 31 Edge ldo3_ilim
587: 0 0 tps6594-0-0x4c 32 Edge ldo4_ov
588: 0 0 tps6594-0-0x4c 33 Edge ldo4_uv
589: 0 0 tps6594-0-0x4c 34 Edge ldo4_sc
590: 0 0 tps6594-0-0x4c 35 Edge ldo4_ilim
591: 0 0 tps6594-0-0x4c 36 Edge vcca_ov
592: 0 0 tps6594-0-0x4c 37 Edge vcca_uv
610: 0 0 tps6594-0-0x4c 55 Edge npwron_start
611: 0 0 tps6594-0-0x4c 56 Edge enable
612: 0 0 tps6594-0-0x4c 57 Edge fsd
613: 0 0 tps6594-0-0x4c 58 Edge soft_reboot
614: 0 0 tps6594-0-0x4c 59 Edge bist_pass
615: 0 0 tps6594-0-0x4c 60 Edge ext_clk
616: 0 0 tps6594-0-0x4c 61 Edge twarn
617: 0 0 tps6594-0-0x4c 62 Edge tsd_ord
618: 0 0 tps6594-0-0x4c 63 Edge bist_fail
619: 0 0 tps6594-0-0x4c 64 Edge reg_crc_err
620: 0 0 tps659[ 43.036528] kauditd_printk_skb: 4 callbacks suppressed
4-0-0x4c 65 Edge recov_cnt
621: 0 0 tp[ 43.036535] audit: type=1334 audit(1708512872.345:17): prog-id=10 op=UNLOAD
s6594-0-0x4c 66 Edge spmi_err
622: 0 0 [ 43.057684] audit: type=1334 audit(1708512872.345:18): prog-id=9 op=UNLOAD
tps6594-0-0x4c 67 Edge npwron_long
623: 0 0 tps6594-0-0x4c 68 Edge nint_readback
624: 0 0 tps6594-0-0x4c 69 Edge nrstout_readback
625: 0 0 tps6594-0-0x4c 70 Edge tsd_imm
626: 0 0 tps6594-0-0x4c 71 Edge vcca_ovp
627: 0 0 tps6594-0-0x4c 72 Edge pfsm_err
628: 0 0 tps6594-0-0x4c 73 Edge imm_shutdown
629: 0 0 tps6594-0-0x4c 74 Edge ord_shutdown
630: 0 0 tps6594-0-0x4c 75 Edge mcu_pwr_err
631: 0 0 tps6594-0-0x4c 76 Edge soc_pwr_err
632: 0 0 tps6594-0-0x4c 77 Edge comm_frm_err
633: 0 0 tps6594-0-0x4c 78 Edge comm_crc_err
634: 0 0 tps6594-0-0x4c 79 Edge comm_adr_err
635: 0 0 tps6594-0-0x4c 82 Edge en_drv_readback
636: 0 0 tps6594-0-0x4c 83 Edge nrstout_soc_readback
641: 0 0 tps6594-0-0x4c 88 Edge alarm
643: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
644: 4 0 INTR 432 Level mbox-main-r5fss0-core0
645: 4 0 INTR 428 Level mbox-main-r5fss1-core0
646: 7 0 INTR 424 Level mbox-c66-0, mbox-c66-1
647: 4 0 INTR 420 Level mbox-c71-0
680: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan1
741: 0 0 MSI-INTA 13894672 Edge 31150000.dma-controller chan2
744: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan6
745: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan7
799: 1901 0 GICv3 36 Level mmc1
800: 0 0 GICv3 597 Level 2ba0000.mcasp_rx
801: 0 0 GICv3 596 Level 2ba0000.mcasp_tx
807: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
811: 0 0 GICv3 892 Level TI-am335x-adc.12.auto
812: 0 0 GICv3 893 Level TI-am335x-adc.13.auto
813: 134 0 GICv3 56 Level pvrsrvkm
814: 891 0 GICv3 634 Level tidss
820: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
821: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
823: 1841 0 GICv3 49 Level ufshcd
824: 0 0 GICv3 213 Level vxe-enc
825: 0 0 GICv3 212 Level vxd-dec
826: 1054 0 GICv3 128 Level xhci-hcd:usb1
829: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
831: 1 0 GICv3 152 Level 6000000.usb
832: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
847: 1 0 GICv3 646 Level mhdp8546
852: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
853: 0 0 GICv3 43 Level 4e10000.rng
858: 35 0 GICv3 136 Level xhci-hcd:usb3
860: 0 0 GICv3 153 Level 6400000.usb
IPI0: 4395 23302 Rescheduling interrupts
IPI1: 3303 11489 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: 3 54 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 33 11
TIMER: 1961 2635
NET_TX: 7 1
NET_RX: 189132 1893
BLOCK: 3331 0
IRQ_POLL: 0 0
TASKLET: 15737 100
SCHED: 2478 2355
HRTIMER: 0 0
RCU: 13075 16192
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2746
-rwxrwx--- 1 root disk 33 Jun 26 2022 secondary_bootloader.md5
-rwxrwx--- 1 root disk 268998 Jun 26 2022 sysfw.itb
-rwxrwx--- 1 root disk 293216 Jun 26 2022 tiboot3.bin
-rwxrwx--- 1 root disk 974120 Jun 26 2022 tispl.bin
-rwxrwx--- 1 root disk 1272860 Jun 26 2022 u-boot.img
-rwxrwx--- 1 root disk 4 Jan 1 1980 ws-calibrate.rules
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# lsmod
Module Size Used by
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
ti_am335x_adc 20480 0
kfifo_buf 16384 1 ti_am335x_adc
omap_rng 16384 0
irq_pruss_intc 16384 0
cdns3 45056 0
pru_rproc 24576 0
cdns_pltfrm 16384 0
cdns_usb_common 20480 1 cdns3
overlay 122880 0
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 4
cfg80211 389120 0
rfkill 24576 2 cfg80211
cdns_mhdp8546 40960 0
ti_k3_r5_remoteproc 28672 0
hbmc_am654 16384 0
hyperbus_core 16384 1 hbmc_am654
vxd_dec 331776 0
vxe_enc 286720 0
drm_display_helper 139264 1 cdns_mhdp8546
tidss 61440 4
drm_dma_helper 20480 1 tidss
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
j721e_csi2rx 24576 0
k3_j72xx_bandgap 16384 0
syscopyarea 16384 1 drm_kms_helper
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
pvrsrvkm 1228800 21
videobuf2_dma_contig 20480 1 j721e_csi2rx
sysfillrect 16384 1 drm_kms_helper
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
ti_am335x_tscadc 16384 1 ti_am335x_adc
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
videobuf2_common 57344 8 j721e_csi2rx,vxe_enc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops
pruss 16384 0
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
ti_k3_dsp_remoteproc 16384 0
virtio_rpmsg_bus 20480 0
m_can_platform 16384 0
ti_j721e_ufs 16384 0
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
rpmsg_ns 16384 1 virtio_rpmsg_bus
m_can 24576 1 m_can_platform
cdns_dphy_rx 16384 0
snd_soc_pcm3168a_i2c 16384 1
sa2ul 36864 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
optee_rng 16384 0
snd_soc_davinci_mcasp 32768 2
rng_core 20480 2 optee_rng,omap_rng
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
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
can_dev 36864 1 m_can
pci_j721e_host 16384 0
pci_j721e 16384 1 pci_j721e_host
cdns3_ti 16384 0
pcie_cadence_host 16384 1 pci_j721e_host
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
rti_wdt 16384 0
cryptodev 53248 0
fuse 131072 1
drm 561152 17 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:29 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1060979 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: Secure Board Configuration Software: Rev 0
I/TC: Secure Boot Keys: Count 1, Rev 1
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1366459 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SoC: J721E SR1.1 HS-SE
Model: Texas Instruments J721e EVM
Board: J721EX-PM2-SOM rev A
DRAM: 4 GiB
Core: 136 devices, 35 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Sierra init failed:-19
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:43:70
eth2addr=70:ff:76:1e:43:71
eth3addr=70:ff:76:1e:43:72
eth4addr=70:ff:76:1e:43:73
ethaddr=24:76:25:a4:4c:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde95d40
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000411
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7114/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.160 (1251 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 47 ms (14 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 691508 bytes: Success!
91496 bytes read in 34 ms (2.6 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 35 ms (2.5 MiB/s)
Load Remote Processor 4 with data@addr=0x82000000 91496 bytes: Success!
91496 bytes read in 35 ms (2.5 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 36 ms (3.8 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 144948 bytes: Success!
144948 bytes read in 36 ms (3.8 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 144948 bytes: Success!
10489000 bytes read in 42 ms (238.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e
board_rev=A
board_serial=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:43:70
eth2addr=70:ff:76:1e:43:71
eth3addr=70:ff:76:1e:43:72
eth4addr=70:ff:76:1e:43:73
ethact=ethernet@46000000port@1
ethaddr=24:76:25:a4:4c:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde95d40
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.160
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000411
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7279/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> tftp ${addr_fit} 192.168.0.1:vatf_j721e-hsevm/9a8d2e5064c0b7e913a58b64d123d21f
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.160
Filename 'vatf_j721e-hsevm/9a8d2e5064c0b7e913a58b64d123d21f'.
Load address: 0x90000000
Loading: *################################################## 8.6 MiB
9.9 MiB/s
done
Bytes transferred = 8989038 (89296e hex)
=> printenv bootcmd
## Error: "bootcmd" not defined
=> setenv bootcmd ''${bootcmd}' run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;'
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:4c:f5
IP addr = 192.168.0.160
fdt_blob = 0x00000000fde95d40
new_fdt = 0x00000000fde95d40
fdt_size = 0x0000000000021060
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] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde95d30
sp start = 0x00000000fde95d30
Early malloc usage: 31c8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:a4:4c:f5
IP addr = 192.168.0.160
fdt_blob = 0x00000000fde95d40
new_fdt = 0x00000000fde95d40
fdt_size = 0x0000000000021060
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] [0xfce86000-0xffffffff], 0x0317a000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde95d30
sp start = 0x00000000fde95d30
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=0411
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=1
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
bootcmd= run findfdt; run get_overlaystring; printenv; iminfo ${addr_fit}; run run_fit;
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
eth1addr=70:ff:76:1e:43:70
eth2addr=70:ff:76:1e:43:71
eth3addr=70:ff:76:1e:43:72
eth4addr=70:ff:76:1e:43:73
ethact=ethernet@46000000port@1
ethaddr=24:76:25:a4:4c:f5
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde95d40
fdtfile=ti/k3-j721e-common-proc-board.dtb
fdtoverlay_addr_r=0x89000000
fileaddr=90000000
filesize=89296e
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.160
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fdt=ti/k3-j721e-common-proc-board.dtb
name_fit=fitImage
name_kern=Image
netmask=255.255.255.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000411
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7600/131067 bytes
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.69+gitAUTOINC+78d2216bc6/j721e-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8571865 Bytes = 8.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 13c1281682ac0e13c3b8448005736cacb10c2aa0b4d980640d837048b92b15436fcbeed42670d3199713e91e3036e33e5d02ca779d78b94f0471bf0b51d5fcd2
Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9082ce14
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908489a0
Data Size: 102541 Bytes = 100.1 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: a71607280c6f926f4573a671db8fa131997a6d5a8b8975d946370d3acb70afbb5b54e1ff535a4a64efac49b216a14fcbef0cdafe888d46d98331f07ebd4ab38a
Image 3 (fdt-ti_k3-j721e-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90861b40
Data Size: 103298 Bytes = 100.9 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: f0a48bb4cf4c32d04bf129364d38c461a221a62333e4083e9c49bf41b5c9b2307be413bcb481fa58f04f6cbc46803b8e34fa9f7deeecf30b61e36234728a818f
Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087aff4
Data Size: 3918 Bytes = 3.8 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7bb641b7d499202428b032b3bfb8e2ca49a8ad4265af30a5991a30a9600b0dd3bf9e4d2b62f432a84868a6b6bb9328578897c62a2c5d1ccf11b144f83902239
Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087c068
Data Size: 3589 Bytes = 3.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087cf88
Data Size: 2988 Bytes = 2.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a
Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087dc54
Data Size: 1623 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8
Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087e3cc
Data Size: 4536 Bytes = 4.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513
Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087f69c
Data Size: 3389 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90880500
Data Size: 4285 Bytes = 4.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908816dc
Data Size: 2324 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d
Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90882110
Data Size: 4216 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d
Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908832a8
Data Size: 1626 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac
Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90883a24
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9088449c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90884f10
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908858e0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90886358
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90886dd0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90887844
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90888210
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90888be0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90889658
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9088a0d0
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9088ab44
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9088b514
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Default Configuration: 'conf-ti_k3-j721e-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j721e-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 20062ffa9a202ff69c540e8f8c46c2d2aa214a249ec35165441653e57aa9c755a112ddb11647001e64436d84cb45a1a215a50595e0d4be998cae8d37a401c7d8023720c79e95553aa42974fec099acc610110c11f5047b38fc3f31abf81b691a16803550e6c5a86534b88ddc2a578eb2662f16f584f5db65f20a4f39dffee742161e23fed99a0bdbb2ef6687dfdda4277824d9edc14401d3cd79ee837c99232e8a0e54298f462f0b0ec3003277d995f0aa4fcc2a717dc16f7a815d49c7a8ea1f4ead4e857ff055914a15340318f2494fcc5a2f3a2a3d806e29351a085e3a98b2001a98cbdb297a2d371ab60a4ae0835f0fc0a0801de1e7991bf146f4dbea1d6db486516c77a260e76b086e2ab87de349a27b46855d9ddfcf31833f115043f071a5be9618b63b2787c27479851b72a2ddf4f4040ddef1391dccf8ec0f27f13fd83ae23e7da26d7971b35bb0d4514e7f2dc5019e1e94f3b1802567cc4f07f370cc2bcd4c4f0e534e7e6688474c5c55ab4aa584560fc41527d260bc5b6c0c3fd962da0894aa5b26858ba11f922c5a399de53011ecb1da0fb5a960c74b4c4f3ce942b47611d1818568653e6a665f5d7683ed6e52f615f31f31e429857955dd3a28200a00a13e14e490017ccc5ead8dac19fd9f7aa7b395caff8ad5f58d2965bd7dc347faf4a1a748f1643ce19f46ae6a152ae92fb12cbbf046bb04096d7f5ce335e8
Configuration 1 (conf-ti_k3-j721e-beagleboneai64.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7047dfcded6b135f4acea13fc8f0ca42aff488ab617c624e530b5e0277dc4d3012317b2610ea61895bf11f7333ff6f6902e5a1940043cdc8fc2e171f676dd616bdfed62b528fb43828fcf64e34c9a994de19a1c0fd55613c6b046dee28e243e5ed8cdfd24df7a23602ff0b2ff457ee465451d624d51b3fceb5116456c56d7130e70d58c35a4c68679f7614e4a50d99e710d78faf3e61b713500cbe041e2ab7f734370e7ecd5bc5d7ead4621fadcae8a4b11866ff4c325a38d0aa07aae58454ff8cac01354c9d21dd2ecf2cd21143a52dad109e1a8cf59c17ac060e6385440e21856725136bf366753b4d43c6c0e1d2b4e993aadf86c9565c5f08174704632d9dd7d649022d5a874a5bcfe8044163e2499b93a1e7b6080ab61edbd0f99b506805e17c5633bd30782ad797e63013fb3f9150971b43123c36dc05d5f11c0fffefbb72660ff5f3e7c8e938b159c3d40565499ca4ca212261346c0f077066843d34ce28c5470c75190a48f884107f7308626cd647803ab3867095814f21682417b4a6939fc2f0bfd35bec29470d9f75f8af68403dc0cde33288a733edb5f38382b0b1239a1e0a5f0fb70bea65e1d39193e186d48a0626e303b37f97685281f15508e15c8485a01f8940d1a8c66451c48f34fd97b9c28e3e4de3d72e309df304e57c87020561a5e38222e6e019afaeb9546084f51ea38d582c19a64e4a5767b3f65d0f
Configuration 2 (conf-ti_k3-j721e-sk.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 06a3d2656faf4d5ba6ae2facfb3a34e656c9c13385caf1eafdec8fd2b81eb7c1878eee9a1ffa6a24559466c4751bc9b8b80edcae05fff235c3f4a895000373476ea8d4735cf754c1c6e87593beb30c6d81a455a3de43d85d118ea89c7fa7a36dd4226466f7b1286966ad5d46bf9e6389744184ab5bc64e22fae73aee87493fcb1aa9e387878100de8c44ba209236a4ab532118c3f5b52facd54e5dcefc17c5eb854406ee8fede59397fe07a513c585d6b4d44d5aa19b4aeb2dec8ceec5eb78dd94101a0a2b0c2631d930aaf6cc273257763637dbe24c48b346dce4ba21a177af808416b7b88115a3c9f11944cb59d9c7994dcc5ecea9a7959cc17559cefbbd0a57b6892d0e5d4e519211545e2f03fab6ce1b6baccbb37e69c41c6a7414c4b62e6b40b6e72c0e16a22847cceccfffedfe3d30213d8c87664ac36e0eb29935318452edbad4516efbd37ed06d2691d828bb9eece05f9e01f81c673faf4eda2fb772f68e9a65a2bddf14ec711c29cd4277587317ae48c069abbfb7009168923ad32f0740d261368a7b3b3ad194d871819ce3a511235a872f28910ee8c66882c000ad35810eda6d5c8fea0d5798e3560e3d89cc618db7868485be5a92eadd63af5e5da7b4ab226933b92d4fb1112c73bbdbe099aef4a3b3669342db2b36a3f80051516f6670720fbe31c2f33a66791713a8015bbc0fbffd4291447cd85226dcf5cffb
Configuration 3 (conf-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7ea228e17608f2838dfc80bf874f02ce5e709db37843ab9c3bba1b1f99ea8347c520d8d36471ef02902781775e7bc74cb1c411e16b81905e13218a30c3d6bab2dcb69393c87750038b6fd35cad9931e8bb55fca0d402ec9af92a5e833677f64c60fda92de2623c6fc318eff369b620b4b7b64e80b4e69789d7ff5406b920c88b3f6c4b98ef3dce70b31af28734f956109eaa48ddbf392a8464977ebb50cea150b285851f4d35735bad68f96b6f1694e3bca858eb6257558260303d4b46654637a6f82b0d38f3e951306829104872bff48f507cbedef24bae4f5e567bc0afb597f2ea92e9e82e5e9df0351b60a2a03b2851fc29ade2231f25e7f3461d7b731073b7b36d91f70d451ee658fa8d6a41eddc5ae40a7eb5b69512a9c45b64a21cf543679f10e2779b7461b9c3b556ee2b38c09e99a5971fcebaf5694ed06c5d79375d4779faab31f18dce498aae10f2369c51228d5cf64effc26f837df6a5525a9fdd7844763ec62a7f3a35d1003715435318c9607c0c738c7fe832b00b81a09ea5205270cdd896cfdc63e154a228c04d7019d50d0b02dc12085d478aeb7893bf4cd2fd77a5265f5179c61b3edd5570c57d1f56f64a719c5a914989ffdb56c02de9d0986b1fdfabc5029173ec5eeff0e6d81bc03afeb7ac8b1df76352a77853cdfefc3a236df4e1ee0f3c82068948c957cab721550853ee637bbeb5e5d0c496f0e10c
Configuration 4 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 75c1849c7053bd9bbbbc8eda9b57f6a955c58ead5535af2feae73a672a3696d5a2884c40362eafed8fe3dac60d065d986cc96136d0862746dc538c6b76c0523fbcd1aac2086611bdd5ab872e0aff880634d3403f7e991fc95d8c6b6fa38142911c6e76a127308dcbaa8f1fd7c50dfa7dbd7cbccde203a938e5835f279db3098f06c2acc32ff88401a5115f33ca3ad60af455daf3360e18f071d48acc6d79ccb8604b4aa715925a90de758825787ba74ff7ba2fbfb77630bfb58c7336ad58e053d2db77a9ef4cd073ba3c616511c17b5bb84cbb905d2c0fda5e89efb764867474100fb8ef8b5add6f1bbff1067c548a54b496bf847498c6be8daac4c7b2d13a251e404806a043b5dba2febb2e109b48aa4ad7c2ff015dc36c473514a992575bb6b509dce13ec80328d6a4d29a7911395f48ba00f448a0d18ec58e9d0d07e336d68d43fc3916009a37f4c12c752d2c6f483d9ae10e5eea5938a22871c3120bb803641ea4c6dcf6ab0df60791b9a8fdcf760746c00e52f8d3c858575a46f5b6669dce638e9ebcb35e403bfef3a7cf7f80ee35acb71ab550f5e6a555c6106f01c3c1935deab4b145f933dc89b59ebeab9a0bc1674475723e62cd3663fd42fc66f06c046ca45dcb4e2e9bdb576f587a3c5036c1cb9b8d7708f31b783ccc6354fe971b4f83fb1804b0d162b0073c1fef4c88843996f6322e9646d36dd7385b6d1c44aa
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a8cf6343e5dcada3376bfd576056796570d50a58fd554601b9aa8d6cef9cc106aeb1b4daf45073a812444476d26ad65593334ffe7bc2e6f1765dcf6c46712bc31222fc818334afce364e4817dd169bcb2e19cb258825480f73fb1b604623adcaa1fb8304312d15b376ad66759e0316a769439cc2131a4a7765ad96c1e61a916be3253a0479d64a69c50abec64f8e91a9ffde996a32b28530a88e114942b7cb652a4bd18226e3403e866302aca56914ec499ea3edb9a40c007c0af84800dd6ca2788c15d8b36284acedf4343355d0bcf8662026aabb91bac68458de730cc4071300808623fc19972d1023cc79149f685a76bddc5c7a74a9f3021c6284b433a4ad3e0f4106f9c5c34b568b893e7bbccc4b40675e6843cc30b66c725a629c9d4aeda8a5c5180ac86a9655fb696b03c648e81379f451fc1b9e15529157498f23350f8cca69a68fb573a8c803b88804b0f422d55e9a9f9e1fc075c2ae3c35fa034434a8ec17d478410b0d8aa5f460e9d5919dbdf8642d9e2ddee74c830c6df4e6580273305f328b61608e908aa0fac8b4a82d914edbea03d4afe6b4e2b565a2b3c1dc397cd50f528ebdd5e739b125df4b27710c18b563d5de0b318a13fc875bae326c37e1a672f5b5118d622131a37a29f5ed60e73c24e8a2e1ef39bb1fd4a672c85fa021e4669d6442b22d6199380a9dafbd8b44057615d901701b8098fbfee14f28
Configuration 6 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 137ed67e784f4662160a9f2e42383bef0b03fd5b8ae6e0382c2fba15720320bdeb6a48b95b7b4135b97f3c72da4e9e21bca323300915a3c291bebbd9b08eb45da932caf04bf2d801230866e170efeade44da282e1937b6e8467cd06b267c5b49abc2e4db4a1ebcbb8cbb482ac9d09bda0f3e523274f49108dd6bf97bdbb2e3040c7f3f4a11a98880a8eaecd189b4f88b083cdafb48aa81dbfab6affcc4c74e7d7f7a2a495a3b0c3c82116ff9bbe238638c9e59b7740149311b4884d98747dccfb6bd129fedf8b0a6b55c0bd174f0390145018ae633aec8b78fb2006ebda8797dd37c8bd47cb2eb365a772306cb2998f0e8762648a3933b0f6e4a6cede1e9da7048c670b73dc7d6016bf3d36d048c87091defba5361c39f255ffe649fe6a326dac75827e162fd130aeb67bfc32b8a4044fdba04b7592b39209d61524be0dc1f94f0a8d51257320e357a8f04106f749f5a7f91a9a1bcbc2751d4bf551a3aab16817aeb4e12aeec5ee26acb99993a3e9184eea0c0932c51dcb423471f4fb25298aa7ab8c55bfc4eb6d8d20a38a0cf429d2c81e55946e631598f1d19c509052385280e489b33a8d18f83003d064f89f3b7cbd838715c4dd60661aea5d516de0ec15e02a5678ffd72834e4d2ec333e4db6c2bbdba6efac5f181d5700f7322581dce93c2fc9f2ebceaab32a2de4fe17676dec62325c879fb35ea67be0ece1ede24bd75
Configuration 7 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b9c6d3dde8c1172cb4594473a87d3de133c18d28d7684d3d0fe5a8df1795d74b1182c2d7bd405d9a2671e754f7b291d6899437fb6615a6555d3b85df9af0b85e0f22503d4156dc17123ba5c091445ac3694e73b99de8151fa524c1205410b74637b7fd6ec7ee2188c25012c010380a510261a5577f1ef88859cd5b5f576f5caa76ede61d5d88f01e5914215f93534bce3f08b8d82c768545a92bb201bac6e94c34ed23b25ac366fcf95aba76c000e664013c7b07cd2a584de96b1e0328af5686018038579d33ff589efad8db01b349e43accdf338735c1c25af2e2fd333bf232607d8ca099192d12dab041a4e1c2dd50b512cb11c0794182ec0ea05c7835722f4f8d15c60cfede99886fdadf4fdf2304fd5061dd7d2f9a312825b3924d22588c63b99ad86e641cd39364f50fd02ad023bfbd7d347f8c187dd9c33c45ff5bd66832142deeb283f3231924e684d2ff20a873c825e5da215c975b88a6f95b3232db8cf82a46e1e6de475450a505c10cdb0ce87b764d90f8b3725f299ab6fb34a439f3c3f1a9d042b62b4a9d2cbb9b0da552e305cf86592b7f9420ada89150eb83ad6d05243d3875e99982164a468ab63154510a6e6606a3af0ed7a1c4df6cd1ec3a813931deb9545cb23c081a2cf6f7f0e4ee323355cc117da40ced1fdc00f498feeb397a7c1ec34521ca25b4c047cc735a2a622b9d5094515768d16ba78a88a544
Configuration 8 (conf-ti_k3-j721e-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 0cad9cd359738095a34a4e5006decb5b90fb1f45583eff7791c80cf4806ab25fe5457c1770c6f486b62227d5234bb0cd1a48d1e4f962ced499fdfbe752f171318c43c59e25d08975bd6912212f1d3ec5e5310962a397b9c01ebd92c02f6b6089915bbe07cca6ac7491752726422bc8d64c1496d1cfc20a7206cbe7698cbe345b471bc7782b339d6cb3e091178483c21aff78718d39ef03ef7aec4b9bfebe0299aba5a1c39d6a49e93f0fcb733e6b5e50f66900a7e8f0abfc4070518cd783ef833e047167675f07fab6a1100be8c1006756d52a8172d16452900a89b66cce4bcf7ebaa9dc2bffd726403fd7cea235386e71c701368a6b5581432278576906fb3400bd5ba72ff25d221a6cc387695a3569762a3fefad931145fb5209004bb1170d31b4398e0317b47631a24bc03437a8b25765ff97480708146ce5a8043c0cfc4706133a28c380e417f4526fb8d2990abddb796be13be796f1b5bda3dac4787f8d82ab974a8536d1ed84c181c384703e1fa57b85b8b294882393e0878e05dc37fd113c0b481e15a3ca5ee44cba73301afb32871ce7b4445e58967eaf9f41c918dc095dc6c94ca984c11963d4a62a89c5707936dd36e3decbe697f98699cd63542d0efc2721aa827705039de6e62c6b5d1dc590611a396418b1da00ae47eef9d38bd74f80738017ed3f2a498fbc8fe459b93a86fa7c6b9ba362d7e7ba22d20170c0
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 151967cafe8fa96218560a84271c1e7a2d96e9e16c8484d78c93c81bbfaf5d7b7443184e63cec2af99b6c652ace7de20d4591d70123980a1ec94dca8204260d7fb8979b70a1fe80a280da6c7e050917e17953e564b3659120a08cf632f08147702982f3177b1199ca2758e0f2602e2ece7ba405e5032d0aea48b727b6205f983d38263b2d9069cd0ac40a80afea52e1077dd38fa5d60dfb38d979a09e7cae6368ffc8e59eceba28f8731c61359aa96b7c18e96a246afb97cf509fa5c7c169e1f85289a4640caa73c8ce86a9b00dffe1305313fc2ee23b83e23636edb1dffe827f6b45f2c609bfc423d0a6da7dc5072473e9d83826dae53066f0c556a38dfdafbe9dd1ca2161db50f1305c6dc94f16cb93abed808a24c7db63ed5767c0d653b56375b8c9ca55295ec99d3268639bccb0c9433cc5a95510ecb8b166ac2cc1a5b71927162ca60332c2c0c2deb5ce080884b9fcb96b7a41089076a4d33ff559cfcc59a8ddd0e6eeb340cc57a70061e7cb58be6490040ed81fc29b34c7c678a0d7ef6462cb39f16b68b70ef81dc7cfe1f06a8a54b770421c38df65c2c91794dbebdd466a51d85ff3512e40557e2cbfd796e8d7e79fc7cc54c44a1d162a9a8d18dfa5293b6e9000fe1f4d9959f4fcd17e33022d6b0f16248a17c5518820e073bf72a9c4f92bf3e59fd392780ab92e60d4272ac6e4a4340b71c7fd1edb8f0d6ee629f5b
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a406d24630d2bd090e42172adfdd2857d98fff93fce9d1c083089f7589a1a6732cf889bb46ccd86aa5b9a66a7aef72d372c17bf5c042766a93697c67e6acc36345b3b333d6b736cd7856afdd17e754767b0a456cd26f10195e6020e910e81fa10acaa84d55937a9fdcafdb4b7d0d5cd83551087058181daf107b8c64971a5d12527e0b103489fea7af1acfb4f24072402430a69cc82746864036cb00a2ab135e1f6a63091ac644652bb063a9e07aab7be99ee7dfa158c56e1235bebfdda8b15f7c2d9a6df294a95b09794c535c3e87690cfcc4f774b0052c78d1fa2856efc0c94c4f67c519d505c26106c83407bde948ae6892df0a3d107d3c4237d9cfad013cf38c454907363673bd19144212769114d82f2787062b3a3a03925c1feea0752903f70b1df48ecc509e13dbb659d17370245ab0ee46d9808811587038d0449222dbb6924df7966419eaaf387c6a450d493c844ff089ac6da9706175897a594fd4fe827f007df9a5717c3ec6867c93d451d4c4bbd1ed4cb0668b8c497aa45688d1e116cfc5686a96d094f0dc574ff367856ced788119390ca0c4a9081a3c1e58eb6e9f968e1c514a3318c4700fe5139c43591605f03f4f194a5505737541fa32c825564840969be76746d71aecb05cbe4aee4c887e48e20760a334da025c9a6016fe5ca6089ee4fb169d92121f40c83d8b3befb1fec9203caabcf82257d3534479
Configuration 11 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4fef1f33dd94a75c9cda1d71385d3d8ecc09dfc1dd0419e8367e273ea7e1f257de1f38eef6b4f54f14438fb9441a5f32b15d7efaefda82aa8bd37127675f8a551e58b5fbf730798315e898cc3c46cfb21ebb9d2af0aa51bd896babde02d3da0b786cc0a9dec3d80582f571c85880d1d1ae56826f5522d272462bb94f20b1d9afe27d24c97e4d19e8771ac8b5703f334b1fcff8c9f47d7c73e751272db9f1d802d89079db9ce7287419e66c79ef1928a8b6a3c2bd712e5b009a3d3fd1506da22f440688a62d2fb9fd04531758d50e3119ab00fb8f8a5a66d1b8a371cb66d49a9fe9447d954279b7bb3ded369282d6ed6b821604da163b7eab5efb22da9d6896559f258f0e16517ff4457b27d7c124b00556c80e14d3a7b6d8a5cc09401ae12e67dea03ab92039157503e69b0cca32d22000fed5e3f73349bb3d1b8e7fd89110252e64769295c4c67e022dab388109d0132f3b421cb06361c2f22101ac1efa838f2fa0485229231bcff10124c2c49191661a5dced6bdca0df70cabd678f468d61c4120c8a44efcf83628a67b309f92ef2908941ebbe2e85a667a79e670992d953aba23684ae1d14d532b4d533fafbc48b5a642ff75deba2dee74f86244255b14fcf1c1ad6dd7e18b4256926a9a8ce398d3d5492ff2f19ad5cc0c2dffe68219f19f5573a8976e7cd5153985f95b3304305bb25c9aeeb286a66116e80e1f902f4945
Configuration 12 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 85ad0f7b1f4f15a3ec2f45c12dd4860fc1ba2f7ae482dfac28d63ad15ffe967b86b077faf06d15a20ebbd528788463d29aa35a2552175c9026a0f2353aca69eb90965c2ee0680be87684ddf3cc012f083ec2d35ab3188c02312bde0c4e075a020954997ec24e545e0bff601a9affc9c03c21b01369046814b325333426fb94162036746bceb99698f7347010cad4ec672e8a11916b1afa7548495898a4506ed4f1f8a509393cda3efa8e1c52f835ec9eff2c2f3ca6e9c89784d986468a7e56dafe9f4a3a62de4f89b64ea4164c0b44097159204ddb92ad1de90526fcb167722ed057e40c4ac60a54ef5f554dec670a080a96328eb59b71bf931387f0cfb992da7ad567e8acaf1e3ee7a1b8ec5d179914f66a30218ed03d709b7557c45734d21c0710e603afaa5192b3acf5bdcc901fbbf4981b7377ab9214e26c1cf24ac0e47182670931ffe45278f8c2df18037628b3849d18d39e5ef8c57d5719a6d113aad5cebd2722d168fe9998e847b71e22d24286a9a6bd4a754bfde315b5eb5c6d0b838f48bc03a2493ee9aae64c5a2c610366bb2d2082752d4d6613a698d3deccbf54b2f281dd94118a1c5a7c523de4f85f91c58956de1838efac1a816b89e3ec9612c131d8ffa1009e099630d0912df596ca0b045ef60b0b6ac0aea4dd071c603c24809efbf4cfb11091ae71bf01f074c9ae3e4d42a38a57da1cde62699e3e78f01c
Configuration 13 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a6ac2753b474049bd9220334a82e52e4a27ca96e2313bf5373227302923f5c16c9c45021725809c16fa9b38bb5c5206b9fbac76616b49ade86bf1b05a175ec3f4c1e8503d4e108de0cff5853c4618f83645f7be67971c1dee191b320a90f8087ac0fab14b16c5ca33349641dc2426fa8f5cdb840ed65f47eb528115b963507c2ffd544658f638f8f6af111c23dfec74bee4fa4d8834f26d926704dcac3cf61f0ffa720d1bd45ddd265b7aa5221bb6a3168310b001693cd1b959e9b354944bc5cd09537606a32d3a406f3f4a7721800b88365ad3e8a4b697b1c69a08a13d07d666b7e5d84022a4462b6786e866e89c27e564c661a88fbe9ea057746773df2bbe6756dcaaba7e474eac9086d69b71f0c3278012da84cc3d1bf3da4f0497725dbe46a30e004d736bb7d4d02f56bd761394638cd5f8444e28d20a313d8bc8d28c6e91be505f9c52a1e85ef897beed71519401e1c2cfbd0883ad08afbe92c5016bc9d36e0803b0def3de5c6519396b127935cd7ebc5fa2fd8a70d5e5c829b351f2227d762b2ad60dc2f1365154a092f95cb4170cbf27713cd21df16c7d1a5d516f53035093dc45e25bfe49d721baa283a08656b64edb82b372881ad3728d5b2cfc3e2959fca6c20d0c5ff3e73691c962d6cd67cd86cddf80e9b7ff9ae1bd187a77750bae6273653c33d438797cd6cbbcaf8f2f6d0a804b5f67621db9a3ed2a2f924fa
Configuration 14 (conf-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 04e5fadb4099b966c6c7ed5daf6e667692b598a3665ad836ebd4e9fc48a82085cc85d16a88b85e34e8bb8b47c0056993e77ceffc8f4058987143b583f4f73cb4c4e31cb26f71df78f917ed50924e398e3837f8bcde71862d3e293ba7a09af4dacafd2faf56d4155fa7a3e887587b6127fea41a170363c793c2470f665d69a7eb91fe228a8b640c9ebd6900aa5603684788e19d9b2a069f646d5e30c2740eee8692f95e163d2eae6468801047418a0998964b5e24b9f82e55f9e7fa291b0a67a205d42b4db438eb2aa307647b9258c7eb98b5cde745e22483e0a486b8c67a1e706e4c29ac2be054be2f56b4809c212070c05b9512c77496463d851d529d47babc3e32d4f5536fd104983380936b335b4d59151722859ef5b5d279dca41b78c80967089454f4596a55a4bb91662a76c31563f11a506d364ca6a27a45a3399bbbe3eca9a07ae6dfa82727ee75777929f774ae051e03a95603ca65bc5fb767bf30f93b6609dd04fce89e075d1268aa7268c332493f770d05235b18f26aee847ab5cfc9e6c5cbde1e28a1706f8703498835be379829623c7a685c3b1cb4e4f2469924cb217ac84c35a1e9d31400a63454397a6bf91161daedf031e4317be219fbd2a6be765d701c0a5c725092ab9ace527a2588e2c549344ceb9d3c54958be90c7d0059fdb40eed011d7f77d94050a2d0d3ac914d134dd005fa5117327d2d04435fe6
Configuration 15 (conf-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b674be04fb81c91ef26205a02545c59a7a173de31fb87488f8cb4d45c8cb5d1fa25c1597cc216a2677310172256b327cf0d6400e7ad15170cea947fb130308687514e24e994b8511f7734e550db1b9d07f9ae216a8d59e1be665e2b47184cd33be6eb73a335442c3433245ebf07c8733b8f61ab0ba6925d564e719f30a1068fb04d6b625f5d672f25c230a77e895bcd026c37f6c9286e39912c2e2ffdcad80841245a3ea803c85de480873c178fd2d61f452d2a979501735356953d8d78178242f3b49b6e3549196ec31c92414e67fffeb1d81c85ae59fa1f06f5e5a4b0ad6b11fa96293ef7104b3329278806d87ef3f1fb219db8af249a160892dd1b2bc4c27fdd8dd8e38b3d35b807adaa353c1a9492d0d8e60c86fb782f65bf2cedbb529d1363562e4047c67b2bb05efe6b04e2f4419791c65cfa375aee5a71255656805057fa35f16e06f877920fe609ada2a6733eaf890a8056a1883e200d272dd0dfb520fffaab2343dc93045cc64303154155cb52864efe3f321bff4684c0fac3cc628367e4f2b5bceb1ef960ace320155734b29e5e77b9928dd5cc6c4a22e9f74fc2d7f542ba95437f53fa1814df3d73bdb4e08e18d6a96c816009f4f0fb789bf2a7f620c8fb59c3e9553d7c1348dde427179626c01c93957049e5e8f3c44a4e917b56f3df1b157accab83e05307ca5062272ec6cc165de2b43e32e2ce703fdad032e
Configuration 16 (conf-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 3aa6f4193fb863fdda4ac956c73be0e919c7382df83507debd2b0b86f0369519de3397771b6ce3d24837beb74b031f794a61329cba47277fb11799421a7a295dfc21aa48f10f2e617963d2f587c19e303e3609504583f71a5c7cb1ad768e672257a2f7fcf2a7a84176c86e16cca58197b877fc2e3ef7e7869ecfbcca98aeb578407f7478efb3976a6997648b2211d1be0f97cba07dc6e48dd22140c799e60dd17b3c89e9d77f6498009c7c836a20ea43c76369b55ae087a11476ece5dcc3603345e232e3435cf6c07b8a4a1d17f793adaa22aab4cca095ce3fa985b9d3a9e41a4a0ec542cba69f6db4bf0cce34e3153002979dc56fabffe2531c4f668fe286f9053d652f71cc78c278b6246a1aca237215388fb46827565d395dafc1f05f0063737d9fc751b5b96b7a4558eeb7e7ccf71760032a1facd88b483d1c2d09fe6adb5d0e7f180e11909cb6bed93f98e805eac1d1b2c2125199ea2321085f9ea2470bc5c43b253262297361e4ccedf5bd48c07ff85546f7114fd7d6cbf469e730751240186d8b2040d5046a565cd0546b01502eaeeef393927ef90fbbb698ce98d3f1d5dd837ba08c4e682808ad7715fe02af9619eab5060e9def935127d1a4f36a589a24c9a4c50280ba3b1d830ce30b175fd8efc149987a72088e236b0c815aa216f55c3df1291d677ac5cc575ee66018d87ad0e4366059bdf8fad1a3c97ad0e0e1
Configuration 17 (conf-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 13d02b3b608e0d0f4b252dd78580d4fc89b6e30017dcc81bb13cb3267112414193615bff2ffa7fa8eea6c586d5303926e0f4e7e83d9d3746dd18120eb7e52312b8f113bf1393c01090780cd827ea4c3dd9af44d57341acc45bcb2e61ea70d8c8450780acfee639292e5a6c86a2f3710ceee850b10f8bb460a0b59b05f6bee0a19d4cba00177ac91c6b126e7db2485d3596b9aa06307de70777590e79613d20a49d68d279cc4245aff45218af87ffda5e2128bb51cec27ef0f8b29ebed5e5264fe3d6698f17e154822df848dbde7a61a2c91b79445de1aa4fc056961ba918a06e34c871d2fe6d0c9b72398cfba0dbd2949aaa4c1259e64e90d0467dcff941d8c74e8df83fa8c29fbf5f6d075d36d0b7d206fffb890c04d80245e79946ff1065203254545c55dcba495d06ad01c91511350f6aa0d55d74ccca7fa4bdc32036baa70c9d266b763dbf64fbe5aaf099ed8509f363873198d3091ad9cfa077bd653e9443094b3ecfe557114e21977794216f513085e6675edc4893d76d1a2dec36152b65a991bc0744a0d7f48acac3208fe325e24b1c7f15e22a0a7bfec9d38240e7e3ebbc0685f2900c0e275e546d3f30f6d9da1cd244df85011d27f9f5dfcd8ab449b71e71a6677b6844190cc3ea505aab483cc38f5100d8d1a2cc1bcc01a1c2707aebee289032e1e28583a95cdca51bf6c057540428e9c806bdfc6c9ccbcca1b9e1
Configuration 18 (conf-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 171d63c349bd630165c020d037d5b8d477eb453c82e553bb0ec8d51ee4ebc01b5146005793e15d296422dbf0866e5063193f46e9d193f4465e7b41ed0fb10af467cdf9e824cb921b30bca7f05e8fd21dd65ecbb3ff340a39c703d4cd74fa5ba6a8f1c84204047bdf9ac24a6fc367c0acfb4bb16e75da7f744a9c61cfae1adb4c8d833cec0b24c97d58ff3b47e61be00206083bab35846705cb6777c8507c3fd5bdaa912ced4b9abb7369c391728821f310eb86d4baf95540e615604e46e32acc8c2332b6baabe5b9d01beb213814c1e54970a6d2e016222cab0bbd5ce864ba7119549987eedc1b407eb036b01707c820f7df9c75b6a4aacd9c2b3a4c491f5101832556500d0024082beb38dd947b2f8edfc17718daf862fa0c95928dfa911aa160eef0ff87bcc3eba8591dfc91fa4b0a267e6b5a09f4d207344e0031d2579f6e7b622ac2dbc51b7e0765620872ecfdde8ff4ffe4041fddf28bd4e08051726ad4af99bab5c76966db46cb2155cb44494219222590ae17fef6a2ea8bbb749a6718a1917fa14c1820824a1db16c32768338a55abb2deef17665cff7bf4ba760df316a57e6a48306a15b7ff02b17d2ce1378c701c323a145a7932101d0f4b7866ee886842d0e24a118f17b3a3c0372bff54879eef69fe7151dee2bd7dfaad66175ca3700711582c08d016968e674fed707cd8de62d48717ba3091e851eddb940b880
Configuration 19 (conf-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 868ef56d3a24f27f59880fe6ce092ead476ddd463de35b0eed2a4ace39e6da122f05d45084c29f7a7cd86e7c91284a48fb2cd72dbaa688ed821da3cc573d9dedb488811198acb6c18a46afb52acf93005e98180dcf594214b43e9e98ee326bb8991ea54ab27ec7f5dcf156b27b3e4df2dfb9d34d13d437cfe389860bec1436714584444e81aa40d91e9987ac581c30599db0aa7adc948da1869f4cf4037a05e943ad92b14cc27a44206700ed384b8cdb6693d6fb7aac1a1374227f95f04b47ee404b5d93caebddbea7a100294ccd7ac1efcdd8756105f80f92aa2715150d8de5e44031d8b756b45268f901b2224471592ecd475c3ef5f21dc57101faff035f212d249aeadf68b0b4bf00244d1db948f29d3db4c4be4ecfcac3d282916367614e6c0d27d8c5f451f481eda6d5f82a6db4fa6193b62fa326ef589a3f77ab7e791383fe6d006783374e0431f3b5ba441dfaa2b9b694cb86e5b438f967947b8d651055d22383a23d373a74a2d2ae4c4c45e5f7e033e3325a6256be6a7743a123c455a36c5aa3b387274659ae2e7c1367f76157f5926a18bdd8f0104f23b47a059b87b195b5e2665660f9bcbf5f04896662cefd940ee4f75ba636d74f91c523d7e66ed94ce379d69d5e72f50414bbbb270d327a7999a82c68e2f88d65bcda3246f95fc48a8d7be03508654d21ab2ac27a240bf84b925bc164b16ce564c3bbf309b8e9
Configuration 20 (conf-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 6bb1447d6cbddc9ee2b61e357aa8ac4be93b3abfc65136c3293723623d61a552a3eaed535132c250e7a87dfe468a9309d7a63d5d0811cf723ba69c7cdd68ef1ea85a72e2719d8a15c0964bf2ce0cdd3bdd31caa9b4e1aba21c953c40d40a12cf6516e0657737d7cc5fd49dcd40c0b5b60acf5dc1af0d9474ff02e77d250afe2e611fe834bda893faddc63ebefa5c14b1bf8c76856b948d3dd59b88e1e5a0d71190bc5cf18b6cecb0a62b21ce70fa5efec4a92d5cd490b7be058262ef9f47ff44b03eef60e56697ec2ae08923ae7d372696cbf945b8546c5a0f7c5d09d207caddbbf23b456c8779fafffe8c59b7fa0895ab379cdf3ae777cb190c4c21c2645ca5eb16e916c940e0a55fea6f27b99eda501f28dad8f4a355c595074176246a204f763dac0080008e083e6871292c5e3820f4bd5fca1f2a2da2ba6b1e286580f772cfa94c3b9cca5644579bd0b901ff882e2a2a564f563ad37dffde11bfc6d09c3af41babf9ffd40bd3c02326cd80043f2986169456eec71da1c7e3e04734afa1c2552d0f0756bdbe5c08d6469fd3c4ee4c43890409b78c107a5f62cbeb4a96b7a10fc8efde4c683e0a0264dab074fa0d35438107214bc02368dc40104a66252e3a380b7dfa316ca5ebb14ebce99b733a61d79c6853e94268e710d143f6b5ff2a9d8f2ddb8e00a39904ee406623bb7ebabac00d95c89f021c6bf5c72cfae9ab7bd8
Configuration 21 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2288e3521770357b5212e3e330b7fa9afd47e836eb8081489e683d8d50371f93dca705b48f401d743fa9bcd6c16f51732b13b58bbe9539ecf143c6b5df87351fdda7367f456793222949fc75367dfa75f4ef74aec4f4f9f91a014865eadc5e88caf0e23024bd8f071550e325724f299e8e47f0793d4554a0a0ff5116acf99a76d4bfd623e03d569884a5313bca7f42025a46bf92b2c80b8e5271401498e816bfd6cc15be45043a1d1bf2de7ac2c3972f9dff72a7c15e1a78dfbcae0d4c6dd818aa3410de1641b3b0ad9c94d27693dba259c74e1c4d46c01b38a4b5f7961c2cc39b58828e7860b85e34251e0ec0fb04f316da1408b147bd8730aa677ee93593776bd948a15e60fc73405c2181d7f8a0a9c5031adfe6f64eca1e15450121c6e3dc9bc908664477eeed833604faa16baadde46da78bded39243757ba96f2d23fdccf72ab4c6d72e2594d6c7bd276de221e1acead9507a892f4cb5cb7e5726e13c651d37194943b42744c60585cdb1ae25c7756a75a83211b62d4b032b88d43d189ad1308e3ffc333f823dbb7f0e58535799926051e2890ce9c4b14d01a28c0582ec1f8f8189f1b110a0b2cf3ff3e3b0a4fa4309661190265bc85acae29a27caf47712ef3dcf60335472cdd86377f746a69709dfa36b57fbf8eef2dbc47d8bf2eca565793a0e8bf2737236335c2bae63ef46d09c228a40d13567beae9ac495988823
Configuration 22 (conf-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b1e94a4a7454ab0381dc2e72b6c2dcfda1d37dd2344aad456ff8c9e6a5a83674143e391dace3c78e850f0e98284150c2689049f5762df0e5ccd4ab3a10f9bd19c6bcd918ed162bcf3bf3103b05bbdf9a4f3aac390a9f82ceb5f70840eb6ed7b8929fa306d0b127b62a24de5568f128c70386352347db71241d2e9892279995e522f1fd8ed07bf5f549d51fe367952ac191b63e3faef345f79ab7b377c9bf8f4a3f3300effc4da1a5faa384c285187be9cd560468fc05cd6dc961635353e4007b510aadb96201c5396803e14f13fd5c81e60a4cbeb0f28aab2f5f383e5ca42e7f88baf6c7fae931d5030a5301ee12d9141d37a1b7825a62727c6d8b925541a73e5b69b0b3133cdfec1bd6ec9f9c4a608340c79da539744fface53190f44aca3220e984db97f69e24e05540331b6ce7ef89604a7ccd2436335853764b9f4d5a7bbdf2bfb96f3b19f3f910b9609fd015cbc2a066c03926c8b1209578dddd2cee0a9d2f24874fdab48b912919ce22412ad8dd71fdace7ea9d395879b6ac09ab6f73efd417d464e484840f15c99ded84556968a2fdf4d4c10eba285eca0b924e74c70ef29f4a489d55bf75df6882f70f81974aaf54b8718fa4ca180b39e7107b204c69a0bf2519d32864f8ac31d4549953733f9378d98a2e0046daf0a702f67b6085949f9db2b6a55212af31bcd83b1967030b1788cbfd525728c1de848d09730e5cc
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5d83dcbd0c114f15519c1921571adb1802c9a92f46a95a3d7cfe999e4bc0a8c893246fb3a89e610fe620ffb1a12c810ea9be6465636a5268e15867deb5103ff775fda15ea2cbde64ff08820d490da34bcc28c965f008002ddded781a197ff7382f734bb9ddc08277061842ce14764e052ee94f044a30c5ac71077bcaed487b60aba88f3bdba5ffd9a261c28300ef4d3cd98eec36ae76c1f5ee3f4007d03bebb4446a5233220cfc0bf1ba1061fc09eeb106f35ec5b8334d9544f2f1c80ffa958034bc150288d8fa0071547d69146857cd0ef04ac7e34dd18f08babdc7b46d2c3961410956732dd2166b0c4640cc36e0d2a283ba52282af6bf3d60539bbefc9927b41448adfed76706fa653ebdccd22fe73619516ded694f8e10a7488b6dfce06a8bc903c4b32478759f6a45739f6d055969ced9f59c76ef4c9824d4a0c0e91001918c9ada028c4f029cf3f66e7215295a4e9a639a3eeef1192ea8ba05212f3c8ab42339c744f30d1637af644c768255b289beb1992251313e5d7bea280e24dcfa2e31056c9ac6da46d77d42f86b6013d911f7b093dff964c9dc1adad18692a4f61e2f333caf1084c2e2a07bd8f25b7eacfcba1684d9d04d40f08f861d142131fb496f9788abe35f242a61e66f7ac8983161e11dc0eceec6d45d6036f7497fd455f34982d17e805db33962f4b4250dba25bae1cc4982e5657d91b8a2b2d4f2fee9
Configuration 24 (conf-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a4698c848983171003fddc765afd41b3161fcd727cd02e4cee62b912092a34cccb3da48a267c1822b47117c2797392fe8c3e2a4f26c5aad2dc9a1b598a81a357ea433b4e3cdec07791f928536c124c60b79cf85d6819178d5f173aa5fdddeffbce87dfa65888b77a226944eebfea43173b08d3029a0549411fe19c6fb5e53eeb7fe418741f6ad65e6dddc1f2db4ddc190ffdcb13d53d2924901cadc06efb8cafbcfa2de4b93e4a90a9228f76e3bf9c7298687f74cdd47972b97834b2f3d58957284c36add505b116acb61c3612f6dc37d783408f9ec0075e1d9924e1ab9ff67482462029a77db4e1f23d81ea20aaa40937c7437655e02ea7ea5fa147ae0d5ccbadd6efb789080f908d3e3f869a2c5e7359969c5777f48cb6d8c6074458848e682f6b9d8ccc6d15903b9aaae9bafd1b1fbee7537e467de350b070bafccbf3e60f633d48e13d579ba4010237ba6c046a91eeb4e976c4b46b76d51b02c78a8fe425fb7f13b4ce077d78a192074d14ea9d45780bf19f1e84329aa077d15cc56ad2da8fd6c9280303ae814fa4025e8528a72f03114f6a38073ecfb47dc7208ce074c7ed611ee8968b8b7e97c87443f377c0e71fcfdfc1ff985c6e32ae0e3faa28f6382197be811a4260814070188ffa25d1ae802c33c14633ba63e77a6311dd64d593e79245833a05d984110525fa1937f11201d486d04016c9212612f7930ae449b5
Configuration 25 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 862423f08e12065b541aefecfb46390b5eca438415a3ba2f329b21d1f9ca7717730fe98517cc0c55ccc28ae7875dd5abe04945f5a0271b32e5742c4b9c597f5a7ecc8842f72fa123d7303dbb0072ded04352df1c24f5ec5c3c262c6dd4718d663301bb4767f2e2ab831bb4b04ed229fd5ca516c441ff92051e862f4542733520276ab921d3dd8507880c1ad3aadd97b9535cddf88303513217c16eaa73b1c6d4c383a00f312f1ac2fc557c5bef431b770a32bb68b28cc6d6e1fb36d9a9b75499f57391cb094953748b3101f6fdcce1b7517a20918d06cc9cb3b6468bb8c145ea8f2f326ba76f411ed31a77ec19c57a8392e8bd678cb7c9b713f55c8541da989243aa7cdc713a93633f85cc4f0fb4c939572cc698f4df1e75de498afe019bc653e090dc1f245ae5bfa71cd1193210fd9a6fdec62b2d1b7495ee08c23484813f554f2beeb3cf5201a24011c0bf0a3b376c7beafa1642fa9e3b2908fbd18cd39b75ab99965838ce2caa07dd5c3b13271cbe603a2a34236f67b465bc7bf23cf47a3f7fc628b8a4ae939e1cb16e21b5f1f8942145ae3de2761726435d02dd136c53647a433d559d3d65de132cfe69d4d8dc64d18135fa32561c096820899f3c277e40bbea18843bb8544bf1fc2ebb7a7b92c568cffcf3000b41fa99bcb9c601cc6faf7cf622f28ff0e03f03b38b284672d06f20800c51b19ee81ed7bd0fc9f765b6e4
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j721e-sk.dtb): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 26 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8571865 Bytes = 8.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 13c1281682ac0e13c3b8448005736cacb10c2aa0b4d980640d837048b92b15436fcbeed42670d3199713e91e3036e33e5d02ca779d78b94f0471bf0b51d5fcd2
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9082ce14
Data Size: 113262 Bytes = 110.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: b7573630c42fdf5f2ac3804f181a4b735d7a5062efd4458da3351c85cffcb0297318d4b88d1833176f1567fa062f05d801bf09c7dd1cf03a66652c9e4ecf8655
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9082ce14 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image to 81000000
Loading Device Tree to 000000008ffe1000, end 000000008ffffa6d ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3302456K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367560K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008391] Console: colour dummy device 80x25
[ 0.012957] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023628] pid_max: default: 32768 minimum: 301
[ 0.028363] LSM: Security Framework initializing
[ 0.033134] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040705] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049466] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056866] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063124] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070510] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076811] rcu: Hierarchical SRCU implementation.
[ 0.081708] rcu: Max phase no-delay instances is 1000.
[ 0.087213] Platform MSI: msi-controller@1820000 domain created
[ 0.093433] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102847] EFI services will not be available.
[ 0.107576] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120768] Detected PIPT I-cache on CPU1
[ 0.120828] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120841] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120870] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120914] smp: Brought up 1 node, 2 CPUs
[ 0.150258] SMP: Total of 2 processors activated.
[ 0.155062] CPU features: detected: 32-bit EL0 Support
[ 0.160315] CPU features: detected: CRC32 instructions
[ 0.165592] CPU: All CPU(s) started at EL2
[ 0.169773] alternatives: applying system-wide alternatives
[ 0.176214] devtmpfs: initialized
[ 0.186112] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.196093] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.212568] pinctrl core: initialized pinctrl subsystem
[ 0.218259] DMI not present or invalid.
[ 0.222495] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.229115] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.236413] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.244411] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.252535] audit: initializing netlink subsys (disabled)
[ 0.258150] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[ 0.258354] thermal_sys: Registered thermal governor 'step_wise'
[ 0.266068] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.272276] cpuidle: using governor menu
[ 0.283026] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.289986] ASID allocator initialised with 65536 entries
[ 0.305181] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.316496] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
[ 0.328084] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.338841] KASLR disabled due to lack of seed
[ 0.346217] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.353159] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.359561] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.366494] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.372896] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.379829] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.386230] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.393163] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.400247] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.409524] iommu: Default domain type: Translated
[ 0.414509] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.421025] SCSI subsystem initialized
[ 0.424995] usbcore: registered new interface driver usbfs
[ 0.430617] usbcore: registered new interface driver hub
[ 0.436053] usbcore: registered new device driver usb
[ 0.441422] pps_core: LinuxPPS API ver. 1 registered
[ 0.446494] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.455830] PTP clock support registered
[ 0.459907] EDAC MC: Ver: 3.0.0
[ 0.463588] FPGA manager framework
[ 0.467100] Advanced Linux Sound Architecture Driver Initialized.
[ 0.473701] clocksource: Switched to clocksource arch_sys_counter
[ 0.480036] VFS: Disk quotas dquot_6.6.0
[ 0.484067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.493913] NET: Registered PF_INET protocol family
[ 0.499066] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.508078] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.516845] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.524766] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.532968] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.541547] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.548319] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.555229] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.562655] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.568702] RPC: Registered named UNIX socket transport module.
[ 0.574765] RPC: Registered udp transport module.
[ 0.579569] RPC: Registered tcp transport module.
[ 0.584372] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.590961] NET: Registered PF_XDP protocol family
[ 0.595864] PCI: CLS 0 bytes, default 64
[ 0.600226] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.609326] Initialise system trusted keyrings
[ 0.613972] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.622473] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.628695] NFS: Registering the id_resolver key type
[ 0.633873] Key type id_resolver registered
[ 0.638144] Key type id_legacy registered
[ 0.642262] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.649110] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.676229] Key type asymmetric registered
[ 0.680414] Asymmetric key parser 'x509' registered
[ 0.685420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.693048] io scheduler mq-deadline registered
[ 0.697679] io scheduler kyber registered
[ 0.703935] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.710343] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.716928] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.726275] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.734548] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.742707] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.749814] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.757587] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.768402] loop: module loaded
[ 0.772226] megasas: 07.719.03.00-rc1
[ 0.777427] tun: Universal TUN/TAP device driver, 1.6
[ 0.782924] thunder_xcv, ver 1.0
[ 0.786240] thunder_bgx, ver 1.0
[ 0.789540] nicpf, ver 1.0
[ 0.792397] e1000: Intel(R) PRO/1000 Network Driver
[ 0.797378] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.803260] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.808329] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.814390] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.819904] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.825604] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.832005] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.838126] sky2: driver version 1.30
[ 0.842258] VFIO - User Level meta-driver version: 0.3
[ 0.847881] usbcore: registered new interface driver usb-storage
[ 0.854340] i2c_dev: i2c /dev entries driver
[ 0.859250] sdhci: Secure Digital Host Controller Interface driver
[ 0.865567] sdhci: Copyright(c) Pierre Ossman
[ 0.870121] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.876207] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.882432] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.889157] usbcore: registered new interface driver usbhid
[ 0.894851] usbhid: USB HID core driver
[ 0.899249] 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.903805] optee: revision 4.0 (2a5b1d12)
[ 0.920213] optee: dynamic shared memory is enabled
[ 0.929595] optee: initialized driver
[ 0.934555] Initializing XFRM netlink socket
[ 0.938941] NET: Registered PF_PACKET protocol family
[ 0.944135] Key type dns_resolver registered
[ 0.948670] registered taskstats version 1
[ 0.952871] Loading compiled-in X.509 certificates
[ 0.963377] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.015625] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.021937] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.028761] pca953x 1-0020: using no AI
[ 1.054363] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.061166] pca953x 1-0022: using AI
[ 1.065432] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.071674] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.078153] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.084274] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.090342] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.097156] pca953x 3-0020: using no AI
[ 1.122146] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.128286] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.135104] pca953x 4-0020: using no AI
[ 1.162009] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.167800] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.176352] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.185689] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.194294] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.211222] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.221111] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.227872] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.236873] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.247030] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.253788] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.261735] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.271160] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.280005] printk: console [ttyS2] enabled
[ 1.280005] printk: console [ttyS2] enabled
[ 1.288447] printk: bootconsole [ns16550a0] disabled
[ 1.288447] printk: bootconsole [ns16550a0] disabled
[ 1.298853] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.307829] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.316785] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.327077] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.373708] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.382367] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.390638] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.403450] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.410658] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.416848] pps pps0: new PPS source ptp0
[ 1.420972] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.431323] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.440269] mmc0: CQHCI version 5.10
[ 1.482249] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.573676] mmc0: Command Queue Engine enabled
[ 1.578125] mmc0: new HS200 MMC card at address 0001
[ 1.583441] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.588930] mmcblk0: p1 p2 p3
[ 1.592357] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.597961] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.603447] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.643340] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.649999] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-02-21T10:53:19 UTC (1708512799)
[ 1.917371] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.924038] pca953x 2-0020: using no AI
[ 1.950604] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.957424] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.964220] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.971014] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.977803] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.991523] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.002083] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.015902] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.021191] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.028228] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.033700] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.039731] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.045464] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.051302] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.056861] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.063016] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.068746] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.074553] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.083601] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.088700] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.095736] Creating 8 MTD partitions on "47050000.spi.0":
[ 2.101207] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.107180] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.112917] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.118722] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.124292] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.130456] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.136210] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.142036] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.148763] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.193715] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.202398] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.210670] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.223480] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.230688] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.236871] pps pps0: new PPS source ptp1
[ 2.240997] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.251322] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.259949] mmc1: CQHCI version 5.10
[ 2.266410] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.304525] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.318762] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.328235] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.363935] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.370869] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.379949] mmcblk1: p1 p2 p3
[ 6.422487] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.445705] Sending DHCP requests ., OK
[ 6.465534] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.160
[ 6.473265] IP-Config: Complete:
[ 6.476482] device=eth0, hwaddr=24:76:25:a4:4c:f5, ipaddr=192.168.0.160, mask=255.255.255.0, gw=192.168.0.1
[ 6.486635] host=192.168.0.160, domain=ti.com, nis-domain=(none)
[ 6.493059] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.493062] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.516833] ALSA device list:
[ 6.519803] No soundcards found.
[ 6.528173] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.584964] devtmpfs: mounted
[ 6.588850] Freeing unused kernel memory: 2112K
[ 6.597761] Run /sbin/init as init process
[ 7.185727] random: crng init done
[ 7.226130] NET: Registered PF_INET6 protocol family
[ 7.232189] Segment Routing with IPv6
[ 7.235864] In-situ OAM (IOAM) with IPv6
[ 7.359572] 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.390986] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.494308] systemd[1]: Hostname set to <j721e-evm>.
[ 7.526823] systemd[1]: Initializing machine ID from random generator.
[ 7.657301] systemd-sysv-generator[148]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.682982] systemd-sysv-generator[148]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.707094] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.734756] systemd[139]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.881618] 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.981693] 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.056656] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.111975] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.135080] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.159008] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.182739] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.205904] 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.229835] 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.253888] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.273760] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.293756] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.313766] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.375850] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.397829] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.421308] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.441938] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.466482] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.486384] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.510056] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.530471] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.555158] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.577988] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.598360] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.637994] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.660306] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.684202] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.706012] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.765978] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.789250] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.812065] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.854130] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.876564] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.922506] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.942802] fuse: init (API version 7.37)
[ 8.978407] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.994156] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.010685] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.050217] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.076584] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.118414] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 9.125539] cryptodev: loading out-of-tree module taints kernel.
Starting [0;1;39mRemount Root and Kernel File Systems[ 9.132469] cryptodev: driver 1.12 loaded.
[0m...
[ 9.152969] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.175944] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.190924] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.214155] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[ 9.563633] systemd-journald[163]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.927969] audit: type=1334 audit(1708512807.772:2): prog-id=5 op=LOAD
[ 9.934882] audit: type=1334 audit(1708512807.784: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] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.498557] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[ 10.653946] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 10.662618] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 10.672748] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 10.681772] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.694441] mc: Linux media interface: v0.10
[ 10.790652] PVR_K: 189: Device: 4e20000000.gpu
[ 10.797453] PVR_K: 189: Read BVNC 22.104.208.318 from HW device registers
[ 10.806497] PVR_K: 189: RGX Device registered with BVNC 22.104.208.318
[ 10.813607] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 10.830087] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 10.894296] videodev: Linux video capture interface: v2.00
[ 10.915509] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[ 10.927863] remoteproc remoteproc0: 4d80800000.dsp is available
[ 10.938954] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 10.963122] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[ 10.993827] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 11.020822] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.026996] rproc-virtio rproc-virtio.12.auto: registered virtio0 (type 7)
[ 11.034832] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.039947] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[ 11.044424] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.065564] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.074908] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 11.081923] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.087923] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 11.094404] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 11.101211] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 11.111011] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.123765] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.124605] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7)
[ 11.133545] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.140601] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 11.158977] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 11.181362] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 11.188638] remoteproc remoteproc2: 64800000.dsp is available
[ 11.202197] remoteproc remoteproc2: attaching to 64800000.dsp
[ 11.220177] remoteproc remoteproc2: unsupported resource 65538
[ 11.231097] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 11.239620] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 11.253483] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.260396] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 11.261415] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7)
[ 11.277328] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 11.287262] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[ 11.320488] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 11.349895] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 11.374381] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 11.376552] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 11.383435] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.400883] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.477845] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.713857] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 11.720609] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.726344] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 11.736108] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.743010] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.749015] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.758721] pci 0000:00:00.0: supports D1
[ 11.768634] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.776984] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.787504] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.794931] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.809401] pcieport 0000:00:00.0: PME: Signaling with IRQ 820
[ 11.816807] pcieport 0000:00:00.0: AER: enabled with IRQ 820
[ 11.845748] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.858577] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.870575] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 11.881019] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 12.117431] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 12.180153] platform 41000000.r5f: configured R5F for IPC-only mode
[ 12.208339] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.231909] remoteproc remoteproc3: 41000000.r5f is available
[ 12.241429] remoteproc remoteproc3: attaching to 41000000.r5f
[ 12.251939] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 12.281061] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.307226] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 12.313034] rproc-virtio rproc-virtio.15.auto: registered virtio3 (type 7)
[ 12.318973] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.321783] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 12.346336] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.346748] m_can_platform 40528000.can: m_can device registered (irq=823, version=32)
[ 12.353484] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.371935] m_can_platform 40568000.can: m_can device registered (irq=824, version=32)
[ 12.374983] remoteproc remoteproc4: 5c00000.r5f is available
[ 12.385768] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 12.395575] m_can_platform 2701000.can: m_can device registered (irq=825, version=32)
[ 12.401035] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.414822] m_can_platform 2721000.can: m_can device registered (irq=826, version=32)
[ 12.417012] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 12.432571] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 12.438316] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 12.449328] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 12.485121] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 12.522408] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.536906] remoteproc remoteproc5: 5e00000.r5f is available
[ 12.544988] remoteproc remoteproc5: attaching to 5e00000.r5f
[ 12.551581] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 12.559651] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.575399] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 12.581101] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 12.584957] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.588034] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
[[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (4s / no limit)
[ 12.930073] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 12.945592] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.980289] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 12.995505] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.009475] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.026120] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 13.045898] pci 0001:00:00.0: supports D1
[ 13.049924] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.058199] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.076900] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.083968] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 13.089419] pcieport 0001:00:00.0: PME: Signaling with IRQ 828
[ 13.097632] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 13.098862] pcieport 0001:00:00.0: AER: enabled with IRQ 828
[ 13.111194] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.124465] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 13.143215] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.164825] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
M
[K[[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
[ 13.348072] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[ 13.370817] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 13.396916] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 13.413953] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 13.424329] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 13.435187] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 13.455713] remoteproc remoteproc6: b034000.pru is available
[ 13.457043] scsi host0: ufshcd
[ 13.462150] remoteproc remoteproc7: b004000.rtu is available
[ 13.473894] remoteproc remoteproc8: b00a000.txpru is available
[ 13.481415] remoteproc remoteproc9: b038000.pru is available
[ 13.529084] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.529647] remoteproc remoteproc10: b006000.rtu is available
[ 13.539349] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 13.554478] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 13.562625] remoteproc remoteproc11: b00c000.txpru is available
[ 13.562920] remoteproc remoteproc12: b134000.pru is available
[ 13.563193] remoteproc remoteproc13: b104000.rtu is available
[ 13.588079] remoteproc remoteproc14: b10a000.txpru is available
[ 13.608228] remoteproc remoteproc15: b138000.pru is available
[ 13.619484] remoteproc remoteproc16: b106000.rtu is available
[ 13.626703] remoteproc remoteproc17: b10c000.txpru is available
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild namic Linker Cache (5s / no limit)
[ 14.103956] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 14.209088] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.224312] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.233174] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 14.255001] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.272444] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 14.273255] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.292034] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 14.307586] pci 0002:00:00.0: supports D1
[ 14.326374] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.363645] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 14.370217] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 1
[ 14.371028] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.378277] xhci-hcd xhci-hcd.18.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 14.389800] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.396237] xhci-hcd xhci-hcd.18.auto: irq 865, io mem 0x06410000
[ 14.404721] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 14.408896] xhci-hcd xhci-hcd.18.auto: xHCI Host Controller
[ 14.415283] pcieport 0002:00:00.0: PME: Signaling with IRQ 858
[ 14.419802] xhci-hcd xhci-hcd.18.auto: new USB bus registered, assigned bus number 2
[ 14.431155] pcieport 0002:00:00.0: AER: enabled with IRQ 858
[ 14.434396] xhci-hcd xhci-hcd.18.auto: Host supports USB 3.0 SuperSpeed
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is run[ 14.450114] hub 1-0:1.0: USB hub found
ning for Rebuild namic Linker Cache (6s / no limit)
[ 14.464537] hub 1-0:1.0: 1 port detected
[ 14.473042] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 14.481780] hub 2-0:1.0: USB hub found
[ 14.485569] hub 2-0:1.0: 1 port detected
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Rebuild mic Linker Cache (89us / no limit)
M
[K Starting [0;1;39mStart psplash boot splash screen[0m...
[K[[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.
[ 15.001719] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[ 15.429986] usb 1-1: not running at top speed; connect to a high speed hub
[ 15.438674] hub 1-1:1.0: USB hub found
[ 15.442525] 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] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
Mounting [0;1;39m/run/media/data-mmcblk1p3[0m...
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 17.472659] 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.495645] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.511809] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.514075] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 17.535830] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/data-mmcblk1p3[0m.
[ 17.599596] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[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.
[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] 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 [ 20.524922] audit: type=1334 audit(1708512818.368:4): prog-id=7 op=LOAD
daemon using ipsec.conf[0m.
[ 20.541016] audit: type=1334 audit(1708512818.384:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 22.917936] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 23.111852] 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;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 32.430815] audit: type=1334 audit(1708512830.276:6): prog-id=9 op=LOAD
[ 32.438436] audit: type=1334 audit(1708512830.280:7): prog-id=10 op=LOAD
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.10 j721e-evm -
j721e-evm login: root
[ 36.424054] audit: type=1006 audit(1708512834.268:8): pid=1008 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 36.436802] audit: type=1300 audit(1708512834.268:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe2ad70e8 a2=4 a3=ffff9037c020 items=0 ppid=1 pid=1008 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)
[ 36.463447] audit: type=1327 audit(1708512834.268:8): proctitle="(systemd)"
[ 38.218000] audit: type=1006 audit(1708512836.064:9): pid=1013 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 38.230419] audit: type=1300 audit(1708512836.064:9): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe2ad70e8 a2=1 a3=ffff9037c020 items=0 ppid=1 pid=1013 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 38.257061] audit: type=1327 audit(1708512836.064:9): proctitle="(systemd)"
[ 38.690288] audit: type=1334 audit(1708512836.536:10): prog-id=11 op=LOAD
[ 38.697119] audit: type=1300 audit(1708512836.536:10): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffb2d82e0 a2=78 a3=0 items=0 ppid=1 pid=1013 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 38.722904] audit: type=1327 audit(1708512836.536:10): proctitle="(systemd)"
[ 38.730336] audit: type=1334 audit(1708512836.536:11): prog-id=11 op=UNLOAD
[ 38.737663] audit: type=1334 audit(1708512836.536:12): prog-id=12 op=LOAD
[ 38.744844] audit: type=1300 audit(1708512836.536:12): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffb2d8380 a2=78 a3=0 items=0 ppid=1 pid=1013 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 38.770449] audit: type=1327 audit(1708512836.536:12): proctitle="(systemd)"
[ 43.017685] PVR_K: 995: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 43.150587] PVR_K: 995: Shader binary image 'rgx.sh.22.104.208.318' loaded
7[r[999;999H[6nroot@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.69-g78d2216bc6 #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00001000 "ospi.tiboot3"
mtd1: 00200000 00001000 "ospi.tispl"
mtd2: 00400000 00001000 "ospi.u-boot"
mtd3: 00020000 00001000 "ospi.env"
mtd4: 00020000 00001000 "ospi.env.backup"
mtd5: 00100000 00001000 "ospi.sysfw"
mtd6: 037c0000 00001000 "ospi.rootfs"
mtd7: 00020000 00001000 "ospi.phypattern"
mtd8: 00080000 00001000 "qspi.tiboot3"
mtd9: 00200000 00001000 "qspi.tispl"
mtd10: 00400000 00001000 "qspi.u-boot"
mtd11: 00020000 00001000 "qspi.env"
mtd12: 00020000 00001000 "qspi.env.backup"
mtd13: 00100000 00001000 "qspi.sysfw"
mtd14: 037c0000 00001000 "qspi.rootfs"
mtd15: 00020000 00001000 "qspi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 28216
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
lrwxrwxrwx 1 root root 69 Mar 9 2018 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66
lrwxrwxrwx 1 root root 76 Mar 9 2018 j7-c66_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
lrwxrwxrwx 1 root root 65 Mar 9 2018 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-main-r5f1_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 67 Mar 9 2018 j7-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 885 1 57708 614 0 0 0 0 0 696 614 0 0 0 0 0 0
179 1 mmcblk0p1 276 1 18805 174 0 0 0 0 0 280 174 0 0 0 0 0 0
179 2 mmcblk0p2 290 0 18812 187 0 0 0 0 0 276 187 0 0 0 0 0 0
179 3 mmcblk0p3 280 0 18883 241 0 0 0 0 0 352 241 0 0 0 0 0 0
179 32 mmcblk0boot0 136 0 2688 44 0 0 0 0 0 84 44 0 0 0 0 0 0
179 64 mmcblk0boot1 102 0 2016 20 0 0 0 0 0 40 20 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 19 0 0 0 0 0 56 19 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 39 0 0 0 0 0 72 39 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 52 0 0 0 0 0 96 52 0 0 0 0 0 0
31 3 mtdblock3 27 0 216 9 0 0 0 0 0 28 9 0 0 0 0 0 0
31 4 mtdblock4 36 0 288 22 0 0 0 0 0 48 22 0 0 0 0 0 0
31 5 mtdblock5 52 0 416 21 0 0 0 0 0 68 21 0 0 0 0 0 0
31 6 mtdblock6 140 0 2688 156 0 0 0 0 0 180 156 0 0 0 0 0 0
31 7 mtdblock7 45 0 360 14 0 0 0 0 0 40 14 0 0 0 0 0 0
31 8 mtdblock8 55 0 440 70 0 0 0 0 0 136 70 0 0 0 0 0 0
31 9 mtdblock9 140 0 1120 104 0 0 0 0 0 168 104 0 0 0 0 0 0
31 10 mtdblock10 116 0 928 70 0 0 0 0 0 104 70 0 0 0 0 0 0
31 11 mtdblock11 27 0 216 12 0 0 0 0 0 32 12 0 0 0 0 0 0
31 12 mtdblock12 36 0 288 50 0 0 0 0 0 72 50 0 0 0 0 0 0
31 13 mtdblock13 78 0 624 59 0 0 0 0 0 96 59 0 0 0 0 0 0
31 14 mtdblock14 130 0 1040 86 0 0 0 0 0 172 86 0 0 0 0 0 0
31 15 mtdblock15 45 0 360 29 0 0 0 0 0 52 29 0 0 0 0 0 0
179 96 mmcblk1 763 124 52565 2385 2 0 16 18 0 1324 2404 0 0 0 0 0 0
179 97 mmcblk1p1 265 0 16673 706 0 0 0 0 0 676 706 0 0 0 0 0 0
179 98 mmcblk1p2 226 34 17290 731 1 0 8 2 0 636 733 0 0 0 0 0 0
179 99 mmcblk1p3 234 90 17402 827 1 0 8 16 0 652 844 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 10268 11384 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: 3217 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 7214 0 GICv3 928 Level 42120000.i2c
19: 80 0 GICv3 232 Level 2000000.i2c
20: 20 0 GICv3 233 Level 2010000.i2c
21: 14 0 GICv3 235 Level 2030000.i2c
22: 6 0 GICv3 238 Level 2060000.i2c
23: 58485 37517 MSI-INTA 15401056 Level 46000000.ethernet-tx0
25: 142305 0 MSI-INTA 15401058 Level 46000000.ethernet
43: 6246 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
44: 5019 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1
45: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2
46: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3
47: 0 0 MSI-INTA 13828540 Level 31150000.dma-controller chan4
48: 0 0 MSI-INTA 13828541 Level 31150000.dma-controller chan5
49: 0 0 MSI-INTA 13828542 Level 31150000.dma-controller chan6
50: 0 0 MSI-INTA 13828543 Level 31150000.dma-controller chan7
51: 0 0 MSI-INTA 13828544 Level 31150000.dma-controller chan8
194: 720 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: 1348 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: 2 0 INTR 420 Level mbox-c71-0
681: 0 0 MSI-INTA 13893648 Edge 31150000.dma-controller chan2
742: 0 0 MSI-INTA 13894672 Edge 31150000.dma-controller chan3
745: 0 0 MSI-INTA 13894675 Edge 31150000.dma-controller chan7
746: 0 0 MSI-INTA 13894676 Edge 31150000.dma-controller chan8
801: 1625 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
813: 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
816: 0 0 GICv3 212 Level vxd-dec
817: 0 0 GICv3 646 Level mhdp8546
818: 0 0 GICv3 634 Level tidss
820: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
821: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
828: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
829: 0 0 GICv3 374 Edge j721e-pcie-link-down-irq
831: 61 0 GICv3 49 Level ufshcd
832: 0 0 GICv3 213 Level vxe-enc
835: 0 0 GICv3 152 Level 6000000.usb
836: 0 0 GICv3 43 Level 4e10000.rng
858: 0 0 ITS-MSI 268435456 Edge PCIe PME, aerdrv
865: 36 0 GICv3 136 Level xhci-hcd:usb1
867: 0 0 GICv3 153 Level 6400000.usb
IPI0: 4763 18139 Rescheduling interrupts
IPI1: 9227 27912 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
IPI6: 0 0 CPU wake-up interrupts
Err: 0
root@j721e-evm:~# cat /proc/softirqs
CPU0 CPU1
HI: 13 0
TIMER: 3506 4042
NET_TX: 51 9
NET_RX: 197582 43150
BLOCK: 1125 0
IRQ_POLL: 0 0
TASKLET: 13445 1816
SCHED: 8275 8735
HRTIMER: 0 0
RCU: 13170 16244
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:~# ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# lsmod
Module Size Used by
overlay 122880 0
cfg80211 389120 0
rfkill 24576 2 cfg80211
pci_endpoint_test 20480 0
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
rpmsg_ctrl 16384 0
v4l2_fwnode 20480 1 cdns_csi2rx
rpmsg_char 16384 1 rpmsg_ctrl
irq_pruss_intc 16384 0
pru_rproc 24576 0
omap_rng 16384 0
ti_am335x_adc 20480 0
cdns3 45056 0
kfifo_buf 16384 1 ti_am335x_adc
cdns_pltfrm 16384 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
snd_soc_j721e_evm 32768 0
display_connector 16384 0
phy_can_transceiver 16384 4
ti_k3_r5_remoteproc 28672 0
vxd_dec 331776 0
cdns_mhdp8546 40960 0
vxe_enc 286720 0
tidss 61440 2
drm_display_helper 139264 1 cdns_mhdp8546
j721e_csi2rx 24576 0
drm_dma_helper 20480 1 tidss
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
videobuf2_dma_contig 20480 1 j721e_csi2rx
drm_kms_helper 184320 6 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
videobuf2_v4l2 32768 4 j721e_csi2rx,vxe_enc,vxd_dec,v4l2_mem2mem
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
videodev 245760 8 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
syscopyarea 16384 1 drm_kms_helper
ti_k3_dsp_remoteproc 16384 0
k3_j72xx_bandgap 16384 0
pruss 16384 0
pvrsrvkm 1228800 12
ti_am335x_tscadc 16384 1 ti_am335x_adc
virtio_rpmsg_bus 20480 0
sysfillrect 16384 1 drm_kms_helper
snd_soc_pcm3168a_i2c 16384 1
rpmsg_ns 16384 1 virtio_rpmsg_bus
ti_j721e_ufs 16384 0
sa2ul 36864 0
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
sysimgblt 16384 1 drm_kms_helper
mc 57344 7 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
snd_soc_pcm3168a 32768 1 snd_soc_pcm3168a_i2c
pci_j721e_host 16384 0
cdns_dphy_rx 16384 0
fb_sys_fops 16384 1 drm_kms_helper
m_can_platform 16384 0
pci_j721e 16384 1 pci_j721e_host
snd_soc_davinci_mcasp 32768 2
pcie_cadence_host 16384 1 pci_j721e_host
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
m_can 24576 1 m_can_platform
pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
optee_rng 16384 0
rti_wdt 16384 0
cdns3_ti 16384 0
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
can_dev 36864 1 m_can
rng_core 20480 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 16 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 40
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
U-Boot SPL 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:12:29 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
Cmage was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loaded 1060979 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from UART
CLoaded 1366459 bytes
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
SoC: J721E SR1.1 GP
Model: Texas Instruments J721E SK
Board: J721EX-EAIK rev E2
DRAM: 4 GiB
Core: 114 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '10.24.68.106'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dorprocboot=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97d40
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7011/131067 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '10.24.68.106'
=> setenv autoload 'no'
=> dhcp
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 10.24.69.107 (1085 ms)
=> setenv dorprocboot '1'
=> run boot_rprocs
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
79356 bytes read in 38 ms (2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 79356 bytes: Success!
Failed to load '/lib/firmware/j7-main-r5f0_1-fw'
81036 bytes read in 38 ms (2 MiB/s)
k3_r5f_rproc r5f@5e00000: Invalid ELF32 Image -93
k3_r5f_rproc r5f@5e00000: Loading elf failedi -93
Load Remote Processor 4 with data@addr=0x82000000 81036 bytes: Failed!
Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
147284 bytes read in 39 ms (3.6 MiB/s)
k3_dsp dsp@4d80800000: Invalid ELF32 Image -93
k3_dsp dsp@4d80800000: Loading elf failed -93
Load Remote Processor 6 with data@addr=0x82000000 147284 bytes: Failed!
147284 bytes read in 39 ms (3.6 MiB/s)
k3_dsp dsp@4d81800000: Invalid ELF32 Image -93
k3_dsp dsp@4d81800000: Loading elf failed -93
Load Remote Processor 7 with data@addr=0x82000000 147284 bytes: Failed!
10489000 bytes read in 46 ms (217.5 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
autoload=no
baudrate=115200
board=j721e
board_name=j721e-sk
board_rev=E2
board_serial=0166
board_software_revision=01
boot=mmc
boot_fdt=try
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1 mmcpart 0; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
dnsip=192.0.2.2
dorprocboot=1
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethact=ethernet@46000000port@1
ethaddr=24:76:25:96:41:a1
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde97d40
fdtoverlay_addr_r=0x89000000
fileaddr=82000000
filesize=a00ca8
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = j721e; then setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi; if test $board_name = j7200; then setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi; if test $board_name = j721e-eaik || test $board_name = j721e-sk; then setenv name_fdt ti/k3-j721e-sk.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
gatewayip=10.24.68.1
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
hostname=dhcp-10-24-69-107
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
ipaddr=10.24.69.107
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM || test $board_name = j721e; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgmii_phy; fi;
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs)
name_fit=fitImage
name_kern=Image
netmask=255.255.254.0
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries=2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000166
serverip=10.24.68.106
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 7201/131067 bytes
=> tftp ${loadaddr} 10.24.68.106:vatf_j721e-sk-01/f38fb7fbb0565bd438d18a9025270d32
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.68.106; our IP address is 10.24.69.107
Filename 'vatf_j721e-sk-01/f38fb7fbb0565bd438d18a9025270d32'.
Load address: 0x82000000
Loading: *################################################## 19.3 MiB
9.9 MiB/s
done
Bytes transferred = 20238848 (134d200 hex)
=> tftp ${fdt_addr_r} 10.24.68.106:vatf_j721e-sk-01/68ff91161d62f55ce57c88e98e643280
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 10.24.68.106; our IP address is 10.24.69.107
Filename 'vatf_j721e-sk-01/68ff91161d62f55ce57c88e98e643280'.
Load address: 0x88000000
Loading: *################################################## 100.9 KiB
6.6 MiB/s
done
Bytes transferred = 103298 (19382 hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
## Error: "bootcmd" not defined
=> 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-rc6-00747-g6922ccb6b9 (Feb 21 2024 - 16:13:08 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.107
fdt_blob = 0x00000000fde97d40
new_fdt = 0x00000000fde97d40
fdt_size = 0x000000000001f060
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde97d30
sp start = 0x00000000fde97d30
Early malloc usage: 2a88 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000ffed7000
reloc off = 0x000000007f6d7000
Build = 64-bit
current eth = ethernet@46000000port@1
ethaddr = 24:76:25:96:41:a1
IP addr = 10.24.69.107
fdt_blob = 0x00000000fde97d40
new_fdt = 0x00000000fde97d40
fdt_size = 0x000000000001f060
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9e800000-0xa8ffffff], 0x0a800000 bytes flags: 4
reserved[1] [0xaa000000-0xabbfffff], 0x01c00000 bytes flags: 4
reserved[2] [0xfce88000-0xffffffff], 0x03178000 bytes flags: 0
reserved[3] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000fde97d30
sp start = 0x00000000fde97d30
Early malloc usage: 2a88 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
21582336 Image
268978 sysfw.itb
268978 sysfw-j721e-gp-evm.itb
278254 sysfw-j721e_sr1_1-hs-evm.itb
269718 sysfw-j721e_sr2-hs-fs-evm.itb
294385 tiboot3.bin
294385 tiboot3-j721e-gp-evm.bin
295160 tiboot3-j721e_sr1_1-hs-evm.bin
295160 tiboot3-j721e_sr2-hs-fs-evm.bin
1077291 tispl.bin
1319011 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
13 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
478552 bl32.bin
4295864 bl32.elf
<DIR> 4096 cadence
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<SYM> 76 j7-c66_0-fw
<SYM> 76 j7-c66_0-fw-sec
<SYM> 76 j7-c66_1-fw
<SYM> 76 j7-c66_1-fw-sec
<SYM> 65 j7-c71_0-fw
<SYM> 72 j7-c71_0-fw-sec
<SYM> 74 j7-mcu-r5f0_0-fw
<SYM> 74 j7-main-r5f0_0-fw-sec
<SYM> 67 j7-main-r5f0_0-fw
<SYM> 74 j7-main-r5f0_1-fw-sec
<SYM> 74 j7-main-r5f1_0-fw
<SYM> 74 j7-main-r5f1_0-fw-sec
<SYM> 74 j7-main-r5f1_1-fw-sec
<SYM> 74 j7-mcu-r5f0_1-fw-sec
<SYM> 49 j7-pru0_0-fw
<SYM> 49 j7-pru0_1-fw
<SYM> 49 j7-pru1_0-fw
<SYM> 49 j7-pru1_1-fw
<SYM> 49 j7-rtu0_0-fw
<SYM> 49 j7-rtu0_1-fw
<SYM> 49 j7-rtu1_0-fw
<SYM> 49 j7-rtu1_1-fw
<SYM> 35 j7-txpru0_0-fw
<SYM> 35 j7-txpru0_1-fw
<SYM> 35 j7-txpru1_0-fw
<SYM> 35 j7-txpru1_1-fw
<DIR> 4096 pru
247469 pvdec_full_bin.fw
4728 regulatory.db
1182 regulatory.db.p7s
131072 rgx.fw.22.104.208.318
131072 rgx.fw.22.104.208.318.64k
382744 rgx.sh.22.104.208.318
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4295864 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-eth
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
MMC Device 0 not found
no mmc device at slot 0
1
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 31 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffe3000, end 000000008ffff381 ... OK
Working FDT set to 8ffe3000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.69-g78d2216bc6 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Jan 23 20:24:13 UTC 2024
[ 0.000000] Machine model: Texas Instruments J721E SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.68.106:/opt/NFS_exports/linux/j721e-sk-01/autofs/52e115170a4b33e611f6241a70b4a4af,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3302512K/4194304K available (12288K kernel code, 1268K rwdata, 3948K rodata, 2112K init, 440K bss, 367504K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008381] Console: colour dummy device 80x25
[ 0.012948] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023619] pid_max: default: 32768 minimum: 301
[ 0.028354] LSM: Security Framework initializing
[ 0.033128] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040698] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049459] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056857] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063116] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070502] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076805] rcu: Hierarchical SRCU implementation.
[ 0.081702] rcu: Max phase no-delay instances is 1000.
[ 0.087192] Platform MSI: msi-controller@1820000 domain created
[ 0.093398] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102799] EFI services will not be available.
[ 0.107522] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.120714] Detected PIPT I-cache on CPU1
[ 0.120775] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.120788] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.120817] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.120862] smp: Brought up 1 node, 2 CPUs
[ 0.150207] SMP: Total of 2 processors activated.
[ 0.155010] CPU features: detected: 32-bit EL0 Support
[ 0.160263] CPU features: detected: CRC32 instructions
[ 0.165540] CPU: All CPU(s) started at EL2
[ 0.169721] alternatives: applying system-wide alternatives
[ 0.176163] devtmpfs: initialized
[ 0.185463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.195444] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.210628] pinctrl core: initialized pinctrl subsystem
[ 0.216296] DMI not present or invalid.
[ 0.220533] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.227157] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.234457] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.242456] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.250580] audit: initializing netlink subsys (disabled)
[ 0.256193] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[ 0.256406] thermal_sys: Registered thermal governor 'step_wise'
[ 0.264112] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.270321] cpuidle: using governor menu
[ 0.281073] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.288033] ASID allocator initialised with 65536 entries
[ 0.301029] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@0/endpoint
[ 0.313080] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000/ports/port@4/endpoint
[ 0.323858] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector/port/endpoint
[ 0.332590] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 0.342888] KASLR disabled due to lack of seed
[ 0.350282] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.357225] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.363627] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.370562] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.376963] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.383896] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.390297] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.397230] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.404310] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.413450] iommu: Default domain type: Translated
[ 0.418436] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.424958] SCSI subsystem initialized
[ 0.428935] usbcore: registered new interface driver usbfs
[ 0.434554] usbcore: registered new interface driver hub
[ 0.439990] usbcore: registered new device driver usb
[ 0.445335] pps_core: LinuxPPS API ver. 1 registered
[ 0.450406] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.459743] PTP clock support registered
[ 0.463808] EDAC MC: Ver: 3.0.0
[ 0.467458] FPGA manager framework
[ 0.470979] Advanced Linux Sound Architecture Driver Initialized.
[ 0.477585] clocksource: Switched to clocksource arch_sys_counter
[ 0.483919] VFS: Disk quotas dquot_6.6.0
[ 0.487950] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.497810] NET: Registered PF_INET protocol family
[ 0.502961] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.511934] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.520698] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.528618] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.536824] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.545382] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.552154] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.559064] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.566489] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.572545] RPC: Registered named UNIX socket transport module.
[ 0.578605] RPC: Registered udp transport module.
[ 0.583408] RPC: Registered tcp transport module.
[ 0.588210] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.594800] NET: Registered PF_XDP protocol family
[ 0.599702] PCI: CLS 0 bytes, default 64
[ 0.604082] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.613120] Initialise system trusted keyrings
[ 0.617762] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.626273] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.632488] NFS: Registering the id_resolver key type
[ 0.637665] Key type id_resolver registered
[ 0.641936] Key type id_legacy registered
[ 0.646052] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.652900] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.679506] Key type asymmetric registered
[ 0.683690] Asymmetric key parser 'x509' registered
[ 0.688696] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.696320] io scheduler mq-deadline registered
[ 0.700950] io scheduler kyber registered
[ 0.707055] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.713345] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.722618] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.730805] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.738959] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.746043] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.753807] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.764599] loop: module loaded
[ 0.768375] megasas: 07.719.03.00-rc1
[ 0.773495] tun: Universal TUN/TAP device driver, 1.6
[ 0.778962] thunder_xcv, ver 1.0
[ 0.782277] thunder_bgx, ver 1.0
[ 0.785584] nicpf, ver 1.0
[ 0.788427] e1000: Intel(R) PRO/1000 Network Driver
[ 0.793408] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.799292] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.804362] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.810421] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.815935] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.821639] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.828041] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.834157] sky2: driver version 1.30
[ 0.838239] VFIO - User Level meta-driver version: 0.3
[ 0.843834] usbcore: registered new interface driver usb-storage
[ 0.850259] i2c_dev: i2c /dev entries driver
[ 0.855123] sdhci: Secure Digital Host Controller Interface driver
[ 0.861442] sdhci: Copyright(c) Pierre Ossman
[ 0.865982] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.872033] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.878250] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.884958] usbcore: registered new interface driver usbhid
[ 0.890651] usbhid: USB HID core driver
[ 0.895018] 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.899574] optee: revision 4.0 (2a5b1d12)
[ 0.915987] optee: dynamic shared memory is enabled
[ 0.925366] optee: initialized driver
[ 0.930223] Initializing XFRM netlink socket
[ 0.934609] NET: Registered PF_PACKET protocol family
[ 0.939802] Key type dns_resolver registered
[ 0.944337] registered taskstats version 1
[ 0.948537] Loading compiled-in X.509 certificates
[ 0.958811] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.021760] i2c i2c-0: Added multiplexed i2c bus 1
[ 1.026746] i2c i2c-0: Added multiplexed i2c bus 2
[ 1.031644] pca954x 0-0071: registered 2 multiplexed busses for I2C switch pca9543
[ 1.039403] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.045394] omap_i2c 2010000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.073736] i2c i2c-4: Added multiplexed i2c bus 5
[ 1.078719] i2c i2c-4: Added multiplexed i2c bus 6
[ 1.083617] pca954x 4-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.091376] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.097338] omap_i2c 2050000.i2c: bus 7 rev0.12 at 400 kHz
[ 1.103133] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.111684] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.121021] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.129629] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.146537] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.156429] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.163191] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.172167] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.182323] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.189081] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.196979] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 192, base_baud = 6000000) is a 8250
[ 1.206420] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 193, base_baud = 3000000) is a 8250
[ 1.215265] printk: console [ttyS2] enabled
[ 1.215265] printk: console [ttyS2] enabled
[ 1.223710] printk: bootconsole [ns16550a0] disabled
[ 1.223710] printk: bootconsole [ns16550a0] disabled
[ 1.234115] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.244028] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.289594] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.298227] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.306498] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.319301] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.326508] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.332760] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.343022] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.356885] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.363716] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.370512] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.377310] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.384083] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.397578] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.408151] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.422350] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.427362] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.434399] Creating 8 MTD partitions on "47040000.spi.0":
[ 1.439872] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.445942] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.451676] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.457487] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.463032] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.468812] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
[ 1.474976] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.480796] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.491121] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.537592] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.546227] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.554497] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.567303] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.574511] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.580734] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.591089] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.599545] mmc1: CQHCI version 5.10
[ 1.644099] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.658574] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.668057] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.721737] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.728675] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.737412] mmcblk1: p1 p2 p3
[ 5.754365] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.785589] Sending DHCP requests ., OK
[ 5.845420] IP-Config: Got DHCP answer from 10.24.68.2, my address is 10.24.69.107
[ 5.852978] IP-Config: Complete:
[ 5.856196] device=eth0, hwaddr=24:76:25:96:41:a1, ipaddr=10.24.69.107, mask=255.255.254.0, gw=10.24.68.1
[ 5.866176] host=dhcp-10-24-69-107, domain=dhcp.ti.com, nis-domain=(none)
[ 5.873381] bootserver=0.0.0.0, rootserver=10.24.68.106, rootpath=
[ 5.873384] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.893558] ALSA device list:
[ 5.896522] No soundcards found.
[ 5.911307] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.917389] devtmpfs: mounted
[ 5.921265] Freeing unused kernel memory: 2112K
[ 5.941641] Run /sbin/init as init process
[ 6.085804] systemd[1]: System time before build time, advancing clock.
[ 6.163733] NET: Registered PF_INET6 protocol family
[ 6.169792] Segment Routing with IPv6
[ 6.173452] In-situ OAM (IOAM) with IPv6
[ 6.202310] 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.233737] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.295206] systemd[1]: Hostname set to <j721e-evm>.
[ 6.387467] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.401955] 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.426232] 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.452307] 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.633466] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.685274] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.747684] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.786716] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 6.810950] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 6.834904] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 6.858653] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 6.881791] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 6.905769] 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.
[ 6.929842] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 6.949650] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 6.969637] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 6.989641] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.031760] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.057765] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.082067] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.101813] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.126508] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.150296] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.173928] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.194499] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.219492] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.241873] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.262272] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.301878] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.324077] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.348048] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.369880] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.386950] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.434013] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.460045] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.506024] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.524760] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.533640] random: crng init done
[ 7.563212] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.594606] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...[ 7.602822] fuse: init (API version 7.37)
[ 7.618832] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.635536] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.657262] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.676473] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.703764] cryptodev: loading out-of-tree module taints kernel.
[ 7.710768] cryptodev: driver 1.12 loaded.
[ 7.730100] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.756770] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.777996] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 7.794893] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 7.818031] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 8.133695] systemd-journald[156]: 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] 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...
[ 8.363935] audit: type=1334 audit(1651167747.276:2): prog-id=5 op=LOAD
[ 8.370801] audit: type=1334 audit(1651167747.284:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 8.814618] systemd-journald[156]: Oldest entry in /run/log/journal/c4515f79b08b456ba45379679713ec98/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 8.834812] systemd-journald[156]: /run/log/journal/c4515f79b08b456ba45379679713ec98/system.journal: Journal header limits reached or header out-of-date, rotating.
n[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 8.892771] mc: Linux media interface: v0.10
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 8.900963] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 8.923927] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 8.945894] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 8.980614] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 8.991004] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
us Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 9.049283] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
[ 9.070592] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
Starting [0;1;39mWeston socket[0m...
[ 9.095532] PVR_K: 181: Device: 4e20000000.gpu
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 9.121823] PVR_K: 181: Read BVNC 22.104.208.318 from HW device registers
..
[ 9.132260] remoteproc remoteproc0: 4d80800000.dsp is available
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 9.144843] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
API[0m.
[ 9.158764] PVR_K: 181: RGX Device registered with BVNC 22.104.208.318
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.173789] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 9.191100] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 9.197965] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 9.199563] remoteproc remoteproc1: 4d81800000.dsp is available
[ 9.206541] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 145604
[ 9.220049] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 9.230031] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node c66-dma-memory@a7000000
[ 9.245563] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.251123] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 9.260047] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
[ 9.268458] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.284286] remoteproc remoteproc1: powering up 4d81800000.dsp
[ 9.290315] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 145604
[ 9.303565] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 9.313196] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400
[ 9.326293] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 9.339118] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 9.341064] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 9.353420] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
[ 9.361798] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
[ 9.371408] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.383852] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 9.427849] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 9.456288] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 9.481891] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[ 9.530605] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 9.546553] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[ 9.556700] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[0m.
[ 9.589678] remoteproc remoteproc2: 64800000.dsp is available
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.
[ 9.698674] audit: type=1334 audit(1708512868.729:4): prog-id=7 op=LOAD
[ 9.706246] audit: type=1334 audit(1708512868.733:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.[ 9.721680] remoteproc remoteproc2: attaching to 64800000.dsp
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 9.884820] remoteproc remoteproc2: unsupported resource 65538
[ 9.890775] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 9.897673] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 9.907277] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 9.912883] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.920861] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 9.928385] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 9.935972] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
[ 10.032846] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 10.045045] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 10.143081] platform 41000000.r5f: configured R5F for IPC-only mode
[ 10.149311] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.209822] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.214153] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.219402] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 10.233448] remoteproc remoteproc3: 41000000.r5f is available
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 10.301789] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.307203] remoteproc remoteproc3: attaching to 41000000.r5f
[ 10.322735] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 10.329675] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 10.335982] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 10.345829] pci 0000:00:00.0: supports D1
[ 10.349866] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 10.357380] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.365691] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.372323] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 10.377705] pcieport 0000:00:00.0: PME: Signaling with IRQ 627
[ 10.384907] pcieport 0000:00:00.0: AER: enabled with IRQ 627
[ 10.394577] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.402989] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 10.412900] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 10.422012] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.433969] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 10.440742] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 10.450291] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 10.455969] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
[ 10.462780] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
[ 10.467132] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 10.520024] platform 5c00000.r5f: configured R5F for IPC-only mode
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.557317] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.572181] remoteproc remoteproc4: 5c00000.r5f is available
[ 10.578132] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 10.586364] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 10.593414] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 10.637977] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 10.659390] audit: type=1334 audit(1708512869.689:6): prog-id=9 op=LOAD
[ 10.669219] audit: type=1334 audit(1708512869.697:7): prog-id=10 op=LOAD
Starting [0;1;39mHostname Service[0m...
[ 10.706455] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
[ 10.716103] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 10.772496] platform 5e00000.r5f: mismatched mode: local_reset = deasserted, module_reset = deasserted, core_state = halted
[ 10.853736] remoteproc remoteproc5: releasing 5e00000.r5f
[ 10.860579] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 10.870499] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 11.069973] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 11.078519] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.088084] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.097748] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 11.526580] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 11.556173] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 11.562107] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 11.566164] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 11.593527] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.608334] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.692542] audit: type=1334 audit(1708512870.721:8): prog-id=11 op=LOAD
[ 11.702852] audit: type=1334 audit(1708512870.729:9): prog-id=12 op=LOAD
[ 11.707381] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Starting [0;1;39mUser Database Manager[0m...
[ 11.950390] pci 0001:00:00.0: supports D1
[ 11.980775] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 12.026196] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.[ 12.056373] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 12.068696] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 12.106263] pcieport 0001:00:00.0: PME: Signaling with IRQ 632
[ 12.118234] pcieport 0001:00:00.0: AER: enabled with IRQ 632
[ 12.262498] remoteproc remoteproc5: b034000.pru is available
[ 12.271350] remoteproc remoteproc6: b004000.rtu is available
[ 12.277411] remoteproc remoteproc7: b00a000.txpru is available
[ 12.283573] remoteproc remoteproc8: b038000.pru is available
[ 12.289559] remoteproc remoteproc9: b006000.rtu is available
[ 12.295675] remoteproc remoteproc10: b00c000.txpru is available
[ 12.304424] remoteproc remoteproc11: b134000.pru is available
[ 12.319334] remoteproc remoteproc12: b104000.rtu is available
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 100[ 12.325769] remoteproc remoteproc13: b10a000.txpru is available
0[0m.
[ 12.337958] remoteproc remoteproc14: b138000.pru is available
[ 12.344168] remoteproc remoteproc15: b106000.rtu is available
[ 12.350194] remoteproc remoteproc16: b10c000.txpru is available
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.452161] audit: type=1006 audit(1708512871.481:10): pid=522 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 12.467228] audit: type=1300 audit(1708512871.481:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd3b7bab8 a2=4 a3=ffffbc7e8020 items=0 ppid=1 pid=522 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.573133] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 13.011124] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 13.352897] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 13.433341] PVR_K: 432: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[ 13.456057] PVR_K: 432: Shader binary image 'rgx.sh.22.104.208.318' loaded
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Starting [0;1;39mMatrix GUI[0m...
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 13.766012] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 13.774124] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
[ 13.782615] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 13.793174] xhci-hcd xhci-hcd.5.auto: irq 633, io mem 0x06010000
[ 13.811725] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 13.818467] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
[ 13.827262] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[ 13.843795] hub 1-0:1.0: USB hub found
[ 13.849338] hub 1-0:1.0: 1 port detected
[ 13.854545] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.878171] hub 2-0:1.0: USB hub found
[ 13.883769] hub 2-0:1.0: 1 port detected
[ 13.895692] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[ 13.901447] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3
[ 13.909447] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 13.919299] xhci-hcd xhci-hcd.6.auto: irq 655, io mem 0x06410000
[ 13.925714] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[ 13.931342] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4
[ 13.939200] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
[ 13.946687] hub 3-0:1.0: USB hub found
[ 13.950728] hub 3-0:1.0: 1 port detected
[ 13.955596] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.964899] hub 4-0:1.0: USB hub found
[ 13.968938] hub 4-0:1.0: 1 port detected
[[0;32m OK [0m] Started [0;1;39mMatrix GUI[0m.
[ 14.109633] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 14.209749] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 14.264301] hub 1-1:1.0: USB hub found
[ 14.272467] hub 1-1:1.0: 4 ports detected
[ 14.362686] hub 3-1:1.0: USB hub found
[ 14.366752] hub 3-1:1.0: 4 ports detected
[ 14.430865] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 14.489735] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 14.514570] hub 4-1:1.0: USB hub found
[ 14.518352] hub 4-1:1.0: 4 ports detected
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[[ 14.545241] hub 2-1:1.0: USB hub found
0m...
[ 14.553941] hub 2-1:1.0: 4 ports detected
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
[ 14.637727] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[ 14.661629] usb 3-1.2: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[ 14.733085] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[ 14.830051] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[ 14.859527] usbcore: registered new device driver r8152-cfgselector
[ 14.862030] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[ 14.892712] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 14.910764] scsi host0: usb-storage 4-1.1:1.0
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 14.965663] usb 2-1.2: new SuperSpeed USB device number 3 using xhci-hcd
[ 14.991833] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 15.001480] 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[[ 15.020884] scsi host1: usb-storage 2-1.2:1.0
0m.
[ 15.081839] usb 3-1.2: Found UVC 1.00 device <unnamed> (046d:0825)
[ 15.092039] r8152-cfgselector 1-1.1: reset high-speed USB device number 3 using xhci-hcd
[ 15.207319] input: UVC Camera (046d:0825) as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.6.auto/usb3/3-1/3-1.2/3-1.2:1.0/input/input0
[ 15.223830] usbcore: registered new interface driver uvcvideo
[ 15.266680] r8152 1-1.1:1.0: skip request firmware
[ 15.299267] r8152 1-1.1:1.0 eth1: v1.12.13
[ 15.307568] usbcore: registered new interface driver r8152
[ 15.330904] usbcore: registered new interface driver cdc_ether
[ 15.930852] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 15.940333] sd 0:0:0:0: [sda] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 15.952377] sd 0:0:0:0: [sda] Write Protect is off
[ 15.961259] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 16.058129] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 16.067620] sd 1:0:0:0: [sdb] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 16.077646] sd 1:0:0:0: [sdb] Write Protect is off
[ 16.084974] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute G[ 16.599677] usb 3-1.2: set resolution quirk: cval->res = 384
PL-3.0 components please remove
the above packages prior to dis[ 16.610490] usbcore: registered new interface driver snd-usb-audio
tribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ 17.232124] sda: sda1
[ 17.234700] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 17.341939] sdb: sdb1
[ 17.344508] sd 1:0:0:0: [sdb] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.10 j721e-evm -
j721e-evm login: root
[ 17.681906] kauditd_printk_skb: 4 callbacks suppressed
[ 17.681914] audit: type=1006 audit(1708512876.713:12): pid=1107 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.699734] audit: type=1300 audit(1708512876.713:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd3b7bab8 a2=1 a3=ffffbc7e8020 items=0 ppid=1 pid=1107 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.726258] audit: type=1327 audit(1708512876.713:12): proctitle="(systemd)"
[ 17.747054] audit: type=1334 audit(1708512876.777:13): prog-id=13 op=LOAD
[ 17.754381] audit: type=1300 audit(1708512876.777:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff01c4e20 a2=78 a3=0 items=0 ppid=1 pid=1107 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.781826] audit: type=1327 audit(1708512876.777:13): proctitle="(systemd)"
[ 17.789225] audit: type=1334 audit(1708512876.777:14): prog-id=13 op=UNLOAD
[ 17.796552] audit: type=1334 audit(1708512876.777:15): prog-id=14 op=LOAD
[ 17.805711] audit: type=1300 audit(1708512876.777:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff01c4ec0 a2=78 a3=0 items=0 ppid=1 pid=1107 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 17.831872] audit: type=1327 audit(1708512876.777:15): proctitle="(systemd)"
U-Boot SPL 2023.04-gb0d868ee08 (Nov 02 2023 - 22:53:54 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from MMC2
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loading Environment from nowhere... OK
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
I/TC:
I/TC: OP-TEE version: 4.0.0 (gcc version 11.4.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (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 2023.04-gb0d868ee08 (Nov 02 2023 - 22:53:54 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from MMC2
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
U-Boot 2023.04-gb0d868ee08 (Nov 02 2023 - 22:53:54 +0000)
SoC: J721E SR1.1 GP
Model: Texas Instruments J721E SK A72
Board: J721EX-EAIK rev E2
DRAM: 4 GiB
Core: 102 devices, 34 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
574 bytes read in 24 ms (22.5 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
Failed to load '/lib/firmware/j7-mcu-r5f0_1-fw'
79356 bytes read in 30 ms (2.5 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 79356 bytes: Success!
Failed to load '/lib/firmware/j7-main-r5f0_1-fw'
81036 bytes read in 30 ms (2.6 MiB/s)
k3_r5f_rproc r5f@5e00000: Invalid ELF32 Image -93
k3_r5f_rproc r5f@5e00000: Loading elf failedi -93
Load Remote Processor 4 with data@addr=0x82000000 81036 bytes: Failed!
Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
147284 bytes read in 31 ms (4.5 MiB/s)
k3_dsp dsp@4d80800000: Invalid ELF32 Image -93
k3_dsp dsp@4d80800000: Loading elf failed -93
Load Remote Processor 6 with data@addr=0x82000000 147284 bytes: Failed!
147284 bytes read in 31 ms (4.5 MiB/s)
k3_dsp dsp@4d81800000: Invalid ELF32 Image -93
k3_dsp dsp@4d81800000: Loading elf failed -93
Load Remote Processor 7 with data@addr=0x82000000 147284 bytes: Failed!
10489000 bytes read in 38 ms (263.2 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 10489000 bytes: Success!
21582336 bytes read in 457 ms (45 MiB/s)
102504 bytes read in 28 ms (3.5 MiB/s)
Working FDT set to 88000000
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008fee3000, end 000000008fffffff ... OK
Working FDT set to 8fee3000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g7d494fe58c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 2 23:14:33 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721E SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=97f71d1d-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3301168K/4194304K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 368848K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008379] Console: colour dummy device 80x25
[ 0.012942] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023612] pid_max: default: 32768 minimum: 301
[ 0.028349] LSM: Security Framework initializing
[ 0.033123] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040694] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049485] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056885] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063146] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070531] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076836] rcu: Hierarchical SRCU implementation.
[ 0.081733] rcu: Max phase no-delay instances is 1000.
[ 0.087228] Platform MSI: msi-controller@1820000 domain created
[ 0.093454] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103141] EFI services will not be available.
[ 0.107868] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.121057] Detected PIPT I-cache on CPU1
[ 0.121116] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121128] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121157] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121204] smp: Brought up 1 node, 2 CPUs
[ 0.150548] SMP: Total of 2 processors activated.
[ 0.155352] CPU features: detected: 32-bit EL0 Support
[ 0.160606] CPU features: detected: CRC32 instructions
[ 0.165885] CPU: All CPU(s) started at EL2
[ 0.170066] alternatives: applying system-wide alternatives
[ 0.176598] devtmpfs: initialized
[ 0.185809] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.195789] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.209955] pinctrl core: initialized pinctrl subsystem
[ 0.215597] DMI not present or invalid.
[ 0.219860] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.226487] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.233793] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.241790] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.249912] audit: initializing netlink subsys (disabled)
[ 0.255528] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.255752] thermal_sys: Registered thermal governor 'step_wise'
[ 0.263447] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.269651] cpuidle: using governor menu
[ 0.280403] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.287364] ASID allocator initialised with 65536 entries
[ 0.300340] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.310753] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.318654] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.326150] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.333579] KASLR disabled due to lack of seed
[ 0.341132] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.348074] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.354477] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.361410] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.367811] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.374745] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.381146] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.388079] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.395355] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.404411] iommu: Default domain type: Translated
[ 0.409397] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.415914] SCSI subsystem initialized
[ 0.419903] usbcore: registered new interface driver usbfs
[ 0.425525] usbcore: registered new interface driver hub
[ 0.430961] usbcore: registered new device driver usb
[ 0.436352] pps_core: LinuxPPS API ver. 1 registered
[ 0.441424] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.450761] PTP clock support registered
[ 0.454830] EDAC MC: Ver: 3.0.0
[ 0.458532] FPGA manager framework
[ 0.462043] Advanced Linux Sound Architecture Driver Initialized.
[ 0.468646] clocksource: Switched to clocksource arch_sys_counter
[ 0.474985] VFS: Disk quotas dquot_6.6.0
[ 0.479016] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.488984] NET: Registered PF_INET protocol family
[ 0.494134] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.503146] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.511907] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.519831] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.528036] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.536557] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.543329] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.550237] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.557671] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.563735] RPC: Registered named UNIX socket transport module.
[ 0.569795] RPC: Registered udp transport module.
[ 0.574599] RPC: Registered tcp transport module.
[ 0.579401] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.585992] NET: Registered PF_XDP protocol family
[ 0.590894] PCI: CLS 0 bytes, default 64
[ 0.595248] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.604305] Initialise system trusted keyrings
[ 0.608951] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.618077] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.624352] NFS: Registering the id_resolver key type
[ 0.629531] Key type id_resolver registered
[ 0.633803] Key type id_legacy registered
[ 0.637929] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.644777] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.652434] 9p: Installing v9fs 9p2000 file system support
[ 0.677497] Key type asymmetric registered
[ 0.681680] Asymmetric key parser 'x509' registered
[ 0.686688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.694331] io scheduler mq-deadline registered
[ 0.698965] io scheduler kyber registered
[ 0.704914] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.711126] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.720911] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.728443] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.736597] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.743676] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.751395] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.762292] loop: module loaded
[ 0.766148] megasas: 07.719.03.00-rc1
[ 0.771810] tun: Universal TUN/TAP device driver, 1.6
[ 0.777289] thunder_xcv, ver 1.0
[ 0.780592] thunder_bgx, ver 1.0
[ 0.783903] nicpf, ver 1.0
[ 0.786891] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.794272] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.799719] hclge is initializing
[ 0.803109] e1000: Intel(R) PRO/1000 Network Driver
[ 0.808090] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.813978] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.819048] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.825109] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.830623] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.836323] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.842725] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.848833] sky2: driver version 1.30
[ 0.852933] VFIO - User Level meta-driver version: 0.3
[ 0.858547] usbcore: registered new interface driver usb-storage
[ 0.865101] i2c_dev: i2c /dev entries driver
[ 0.870269] sdhci: Secure Digital Host Controller Interface driver
[ 0.876590] sdhci: Copyright(c) Pierre Ossman
[ 0.881265] Synopsys Designware Multimedia Card Interface Driver
[ 0.887623] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.893835] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.900060] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.906774] usbcore: registered new interface driver usbhid
[ 0.912468] usbhid: USB HID core driver
[ 0.917073] 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.921629] optee: revision 4.0 (2a5b1d12)
[ 0.938033] optee: dynamic shared memory is enabled
[ 0.947411] optee: initialized driver
[ 0.952326] Initializing XFRM netlink socket
[ 0.956713] NET: Registered PF_PACKET protocol family
[ 0.961938] 9pnet: Installing 9P2000 support
[ 0.966336] Key type dns_resolver registered
[ 0.970871] registered taskstats version 1
[ 0.975068] Loading compiled-in X.509 certificates
[ 0.985787] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.048809] i2c i2c-0: Added multiplexed i2c bus 1
[ 1.053798] i2c i2c-0: Added multiplexed i2c bus 2
[ 1.058697] pca954x 0-0071: registered 2 multiplexed busses for I2C switch pca9543
[ 1.066456] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.072468] omap_i2c 2010000.i2c: bus 3 rev0.12 at 100 kHz
[ 1.100801] i2c i2c-4: Added multiplexed i2c bus 5
[ 1.105780] i2c i2c-4: Added multiplexed i2c bus 6
[ 1.110678] pca954x 4-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.118436] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.124418] omap_i2c 2050000.i2c: bus 7 rev0.12 at 400 kHz
[ 1.130224] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.138774] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.148116] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.156733] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.173905] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.183797] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.190558] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.199654] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.209814] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.216572] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.224499] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 192, base_baud = 6000000) is a 8250
[ 1.233977] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 193, base_baud = 3000000) is a 8250
[ 1.242823] printk: console [ttyS2] enabled
[ 1.242823] printk: console [ttyS2] enabled
[ 1.251269] printk: bootconsole [ns16550a0] disabled
[ 1.251269] printk: bootconsole [ns16550a0] disabled
[ 1.261703] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.271671] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.316650] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.325076] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.333348] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.346155] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.353362] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.359632] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.369955] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.384109] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.390940] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.397745] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 1.404550] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 1.411329] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 1.424910] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.435511] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 1.449814] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.454839] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.461876] Creating 8 MTD partitions on "47040000.spi.0":
[ 1.467347] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.473391] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.479129] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.484942] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.490517] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.496249] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
[ 1.502416] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.508244] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.518744] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.564657] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.573083] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.581352] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.594158] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.601367] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.607594] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[ 1.618000] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.626487] mmc1: CQHCI version 5.10
[ 1.640456] ALSA device list:
[ 1.643434] No soundcards found.
[ 1.669191] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 1.676765] Waiting for root device PARTUUID=97f71d1d-02...
[ 1.728838] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.735742] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.744563] mmcblk1: p1 p2 p3
[ 1.795550] EXT4-fs (mmcblk1p2): recovery complete
[ 1.800350] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 1.808884] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 1.818332] devtmpfs: mounted
[ 1.822276] Freeing unused kernel memory: 2176K
[ 1.826899] Run /sbin/init as init process
[ 2.045419] systemd[1]: System time before build time, advancing clock.
[ 2.102818] NET: Registered PF_INET6 protocol family
[ 2.108334] Segment Routing with IPv6
[ 2.112014] In-situ OAM (IOAM) with IPv6
[ 2.141507] 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)
[ 2.172899] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 2.247262] systemd[1]: Hostname set to <j721e-evm>.
[ 2.329523] systemd-sysv-generator[142]: 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.
[ 2.357401] systemd-sysv-generator[142]: 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.
[ 2.382094] systemd-sysv-generator[142]: 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.
[ 2.542611] 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.
[ 2.587488] 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.
[ 2.641007] systemd[1]: Queued start job for default target Graphical Interface.
[ 2.677512] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 2.701996] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 2.725944] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 2.749704] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 2.772852] 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.
[ 2.796788] 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.
[ 2.820833] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 2.836732] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 2.856703] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 2.872714] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 2.922747] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 2.944789] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 2.969719] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 2.992893] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 3.017039] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 3.036933] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 3.056958] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 3.073023] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 3.096997] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 3.116885] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 3.136905] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 3.180911] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 3.199130] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 3.223043] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 3.240938] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 3.258421] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 3.275547] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 3.298972] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 3.318981] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 3.339147] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 3.352133] fuse: init (API version 7.37)
[ 3.389108] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 3.416009] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 3.432873] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 3.448664] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 3.463193] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 3.479737] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 3.494727] cryptodev: loading out-of-tree module taints kernel.
[ 3.501692] cryptodev: driver 1.12 loaded.
[ 3.521348] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 3.540303] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[ 3.551495] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 3.581199] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 3.605114] 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...
[ 3.953182] 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;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 4.162973] audit: type=1334 audit(1651167747.116:2): prog-id=5 op=LOAD
[ 4.169848] audit: type=1334 audit(1651167747.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] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[ 4.544490] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[ 4.591609] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 4.601339] mc: Linux media interface: v0.10
[ 4.606225] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 4.615862] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 4.626134] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 4.648510] videodev: Linux video capture interface: v2.00
[ 4.732053] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 4.756640] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
[ 4.772353] PVR_K: 197: Device: 4e20000000.gpu
[ 4.778824] PVR_K: 197: Read BVNC 22.104.208.318 from HW device registers
[ 4.807839] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[ 4.822381] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[ 4.857297] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[ 4.872453] remoteproc remoteproc0: 4d80800000.dsp is available
[ 4.872510] PVR_K: 197: RGX Device registered with BVNC 22.104.208.318
[ 4.887754] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 4.892894] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 4.899980] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 4.917985] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 4.925232] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 4.931189] remoteproc remoteproc0: Image is corrupted (bad magic)
[ 4.964290] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 4.985394] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 5.006607] platform 41000000.r5f: configured R5F for IPC-only mode
[ 5.030267] remoteproc remoteproc2: 4d81800000.dsp is available
[ 5.033140] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 5.046837] remoteproc remoteproc1: 41000000.r5f is available
[ 5.055544] remoteproc remoteproc1: attaching to 41000000.r5f
[ 5.062521] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 5.071812] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 5.082574] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 5.088600] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 5.096666] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
[ 5.098348] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 5.112010] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 5.120799] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 5.128496] remoteproc remoteproc2: powering up 4d81800000.dsp
[ 5.134379] remoteproc remoteproc2: Image is corrupted (bad magic)
[ 5.140613] platform 41400000.r5f: configured R5F for remoteproc mode
[ 5.140792] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 5.181149] platform 41400000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 5.224768] remoteproc remoteproc4: 64800000.dsp is available
[ 5.235767] remoteproc remoteproc3: 41400000.r5f is available
[ 5.302030] remoteproc remoteproc4: attaching to 64800000.dsp
[ 5.334064] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_1-fw failed with error -2
[ 5.347190] remoteproc remoteproc3: powering up 41400000.r5f
[ 5.352948] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_1-fw failed with error -2
[ 5.366998] remoteproc remoteproc4: unsupported resource 65538
[ 5.372923] remoteproc remoteproc3: request_firmware failed: -2
[ 5.397062] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 5.404692] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 5.416342] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 5.417585] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 5.423845] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 5.436235] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 5.438858] remoteproc remoteproc5: 5c00000.r5f is available
[ 5.450260] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 5.450526] remoteproc remoteproc5: attaching to 5c00000.r5f
[ 5.458950] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 5.463051] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 5.475001] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 5.484520] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 5.488992] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 5.493503] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 5.495575] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 5.502315] remoteproc remoteproc5: remote processor 5c00000.r5f is now attached
[ 5.520545] platform 5d00000.r5f: configured R5F for remoteproc mode
[ 5.527141] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 5.537204] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 5.544349] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
[ 5.555964] remoteproc remoteproc6: 5d00000.r5f is available
[ 5.561967] remoteproc remoteproc6: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
[ 5.571384] remoteproc remoteproc6: powering up 5d00000.r5f
[ 5.577015] remoteproc remoteproc6: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
[ 5.588936] remoteproc remoteproc6: request_firmware failed: -2
[ 5.597404] remoteproc remoteproc4: remote processor 64800000.dsp is now attached
[ 5.608638] platform 5e00000.r5f: mismatched mode: local_reset = deasserted, module_reset = deasserted, core_state = halted
[ 5.629014] remoteproc remoteproc7: releasing 5e00000.r5f
[ 5.634478] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 5.645258] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 5.663592] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 5.684311] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[ 5.712877] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 5.725675] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 5.733705] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 5.740540] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 5.758848] pci 0000:00:00.0: supports D1
[ 5.771122] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 5.786698] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 5.802453] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 5.812180] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 5.821456] pcieport 0000:00:00.0: PME: Signaling with IRQ 628
[ 5.830277] pcieport 0000:00:00.0: AER: enabled with IRQ 628
[ 5.836687] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 5.847810] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 5.861707] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 5.873429] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 5.937639] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 5.971522] remoteproc remoteproc7: b034000.pru is available
[ 6.020443] remoteproc remoteproc8: b004000.rtu is available
[ 6.044313] remoteproc remoteproc9: b00a000.txpru is available
[ 6.053190] remoteproc remoteproc10: b038000.pru is available
[ 6.061720] remoteproc remoteproc11: b006000.rtu is available
[ 6.069274] remoteproc remoteproc12: b00c000.txpru is available
[ 6.077492] remoteproc remoteproc13: b134000.pru is available
[ 6.083554] remoteproc remoteproc14: b104000.rtu is available
[ 6.090468] remoteproc remoteproc15: b10a000.txpru is available
[ 6.097284] remoteproc remoteproc16: b138000.pru is available
[ 6.103890] remoteproc remoteproc17: b106000.rtu is available
[ 6.110526] remoteproc remoteproc18: b10c000.txpru is available
[ 6.268978] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 6.333090] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[[0m[0;31m* [0m] A start job is running for /dev/disk/by-uuid/2D38-48EE (4s / 1min 30s)
M
[K[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[K[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/disk/by-uuid/2D38-48EE[0m.
Mounting [0;1;39m/boot[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 6.814208] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/boot[0m.
[ 6.896796] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 6.903558] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 6.909563] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 6.919246] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 6.926206] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 6.932233] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 6.941960] pci 0001:00:00.0: supports D1
[ 6.945977] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 6.947649] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 6.960001] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 6.966645] pci 0001:00:00.0: PCI bridge to [bus 01]
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/[ 6.972010] pcieport 0001:00:00.0: PME: Signaling with IRQ 655
mmcblk1p3[0m.
[ 6.983260] pcieport 0001:00:00.0: AER: enabled with IRQ 655
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[ 7.050927] 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] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;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.
[ 7.286375] systemd-journald[158]: Oldest entry in /run/log/journal/2d98237e02d24772afd1a5170ca99fb6/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 7.304208] systemd-journald[158]: /run/log/journal/2d98237e02d24772afd1a5170ca99fb6/system.journal: Journal header limits reached or header out-of-date, rotating.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 7.431943] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 7.437474] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 7.446081] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
us Socket[0m.
[ 7.460859] xhci-hcd xhci-hcd.3.auto: irq 631, io mem 0x06010000
[ 7.468168] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 7.473801] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
[ 7.481491] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
Starting [0;1;39mDocker Socket for the API[0m...
[ 7.488968] hub 1-0:1.0: USB hub found
[ 7.497161] hub 1-0:1.0: 1 port detected
[ 7.503324] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 7.511792] hub 2-0:1.0: USB hub found
[ 7.520870] hub 2-0:1.0: 1 port detected
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 7.525165] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
n Activation Socket[0m.
[ 7.536006] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
[ 7.545989] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 7.555431] xhci-hcd xhci-hcd.4.auto: irq 656, io mem 0x06410000
[ 7.555576] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 7.555587] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 4
[ 7.555599] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
Starting [0;1;39mWeston socket[0m...[ 7.557747] hub 3-0:1.0: USB hub found
[ 7.589288] hub 3-0:1.0: 1 port detected
[ 7.594047] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 7.602954] hub 4-0:1.0: USB hub found
[ 7.606730] hub 4-0:1.0: 1 port detected
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] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 7.756686] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[[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...
[ 7.848670] usb 3-1: new high-speed USB device number 2 using xhci-hcd
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...
[ 7.915310] hub 1-1:1.0: USB hub found
[ 7.919324] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 7.944340] audit: type=1334 audit(1708512557.997:4): prog-id=7 op=LOAD
[ 7.951347] audit: type=1334 audit(1708512558.005:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[ 8.001642] hub 3-1:1.0: USB hub found
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice abou[ 8.012755] hub 3-1:1.0: 4 ports detected
t 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.
[ 8.085963] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 8.128709] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Netw[ 8.154417] hub 4-1:1.0: USB hub found
ork[0m.
[ 8.163181] hub 4-1:1.0: 4 ports detected
[ 8.190182] hub 2-1:1.0: USB hub found
Starting [0;1;39mNetwork Configuration[0m...[ 8.195142] hub 2-1:1.0: 4 ports detected
[ 8.280678] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 8.312754] usb 3-1.2: new high-speed USB device number 3 using xhci-hcd
[ 8.326177] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.338784] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 8.387572] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 8.397935] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
Starting [0;1;39mNetwork Name Resolution[0m...
[ 8.436758] usbcore: registered new interface driver r8152
[ 8.450415] usbcore: registered new interface driver cdc_ether
[ 8.524755] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[ 8.531777] usb 1-1.1: reset high-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m[ 8.550561] usb-storage 4-1.1:1.0: USB Mass Storage device detected
.
[ 8.557573] scsi host0: usb-storage 4-1.1:1.0
[[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...
[ 8.674900] usb 3-1.2: Found UVC 1.00 device <unnamed> (046d:0825)
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0[ 8.689412] r8152 1-1.1:1.0: skip request firmware
m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
[ 8.725808] r8152 1-1.1:1.0 eth1: v1.12.13
Starting [0;1;39mPermit User Sessions[0m...
[ 8.740707] usb 2-1.2: new SuperSpeed USB device number 3 using xhci-hcd
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.[ 8.766699] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 8.776206] scsi host1: usb-storage 2-1.2:1.0
[ 8.810564] input: UVC Camera (046d:0825) as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.4.auto/usb3/3-1/3-1.2/3-1.2:1.0/input/input0
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 8.825862] usbcore: registered new interface driver uvcvideo
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[ 8.900358] usb 3-1.2: set resolution quirk: cval->res = 384
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.[ 8.906494] usbcore: registered new interface driver snd-usb-audio
[[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.
[ 9.255076] audit: type=1334 audit(1708512559.309:6): prog-id=9 op=LOAD
[ 9.263933] audit: type=1334 audit(1708512559.317:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] 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...
[ 9.547119] audit: type=1006 audit(1708512559.601:8): pid=635 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 9.560014] audit: type=1300 audit(1708512559.601:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff74a70e8 a2=4 a3=ffff7fcac020 items=0 ppid=1 pid=635 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)
[ 9.586923] audit: type=1327 audit(1708512559.601:8): proctitle="(systemd)"
[ 9.597300] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 9.609680] sd 0:0:0:0: [sda] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 9.617503] sd 0:0:0:0: [sda] Write Protect is off
[ 9.623504] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 9.664932] sda: sda1
[ 9.667489] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 9.785160] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 9.794047] sd 1:0:0:0: [sdb] 15138816 512-byte logical blocks: (7.75 GB/7.22 GiB)
[ 9.802418] sd 1:0:0:0: [sdb] Write Protect is off
[ 9.808993] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 9.853368] sdb: sdb1
[ 9.856009] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[[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.
[ 9.995826] audit: type=1006 audit(1708512560.049:9): pid=623 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 10.008534] audit: type=1300 audit(1708512560.049:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff74a70e8 a2=4 a3=ffff7fcac020 items=0 ppid=1 pid=623 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)
[ 10.034948] audit: type=1327 audit(1708512560.049:9): proctitle="(weston)"
[[0;32m OK [0m] Found device [0;1;39mDataTraveler_3.0 1[0m.
Starting [0;1;39mFile System Check on /dev/sdb1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sdb1[0m.
Mounting [0;1;39m/run/media/sdb1[0m...
[[0;32m OK [0m] Found device [0;1;39mDataTraveler_3.0 1[0m.
[ 10.667670] ext2 filesystem being mounted at /run/media/sdb1 supports timestamps until 2038 (0x7fffffff)
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[ 10.684042] PVR_K: 623: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sdb1[0m.[ 10.701283] PVR_K: 623: Shader binary image 'rgx.sh.22.104.208.318' loaded
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 10.894957] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 10.901873] r8152 1-1.1:1.0 eth1: carrier on
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
[[0;32m OK [0m] Started [0;1;39mWeston, a Wayland mpositor, as a system service[0m.
Mounting [0;1;39m/run/media/sda1[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] Mounted [0;1;39m/run/media/sda1[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 j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: [ 12.505420] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 12.514138] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root
[ 30.893638] kauditd_printk_skb: 2 callbacks suppressed
[ 30.893645] audit: type=1006 audit(1708512580.949:12): pid=769 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 30.911802] audit: type=1300 audit(1708512580.949:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff74a70e8 a2=1 a3=ffff7fcac020 items=0 ppid=1 pid=769 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)
[ 30.938516] audit: type=1327 audit(1708512580.949:12): proctitle="(systemd)"
[ 30.945903] audit: type=1334 audit(1708512580.957:13): prog-id=13 op=LOAD
[ 30.953015] audit: type=1300 audit(1708512580.957:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee06b7c0 a2=78 a3=0 items=0 ppid=1 pid=769 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)
[ 30.978570] audit: type=1327 audit(1708512580.957:13): proctitle="(systemd)"
[ 30.985841] audit: type=1334 audit(1708512580.969:14): prog-id=13 op=UNLOAD
[ 30.993029] audit: type=1334 audit(1708512580.969:15): prog-id=14 op=LOAD
[ 31.000115] audit: type=1300 audit(1708512580.969:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee06b860 a2=78 a3=0 items=0 ppid=1 pid=769 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)
[ 31.025626] audit: type=1327 audit(1708512580.969:15): proctitle="(systemd)"
7[r[999;999H[6nroot@j721e-evm:~# [ 42.668800] kauditd_printk_skb: 1 callbacks suppressed
[ 42.668808] audit: type=1334 audit(1708512592.725:17): prog-id=12 op=UNLOAD
[ 42.680945] audit: type=1334 audit(1708512592.725:18): prog-id=11 op=UNLOAD
uname -a
Linux j721e-evm 6.1.46-g7d494fe58c #1 SMP PREEMPT Thu Nov 2 23:14:33 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=97f71d1d-02 rw rootfstype=ext4 rootwait
root@j721e-evm:~# uname -a
Linux j721e-evm 6.1.46-g7d494fe58c #1 SMP PREEMPT Thu Nov 2 23:14:33 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j721e-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00100000 00040000 "ospi.sysfw"
mtd5: 00040000 00040000 "ospi.env.backup"
mtd6: 037c0000 00040000 "ospi.rootfs"
mtd7: 00040000 00040000 "ospi.phypattern"
root@j721e-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/p
pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@j721e-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 25348
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 cadence
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
lrwxrwxrwx 1 root root 76 Jan 22 08:28 j7-c66_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_1_release_strip.xe66.signed
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 76 Jan 22 08:28 j7-c66_1-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c66xdsp_2_release_strip.xe66.signed
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 Jan 22 08:28 j7-c71_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71
lrwxrwxrwx 1 root root 72 Mar 9 2018 j7-c71_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_c7x_1_release_strip.xe71.signed
lrwxrwxrwx 1 root root 67 Jan 22 08:28 j7-main-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 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 74 Jan 22 08:28 j7-main-r5f1_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
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 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 74 Jan 22 08:28 j7-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu3_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 74 Mar 9 2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 247469 Mar 9 2018 pvdec_full_bin.fw
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318
-rw-r--r-- 1 root root 131072 Mar 9 2018 rgx.fw.22.104.208.318.64k
-rw-r--r-- 1 root root 382744 Mar 9 2018 rgx.sh.22.104.208.318
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295864 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-eth
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@j721e-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 55 0 440 10 0 0 0 0 0 40 10 0 0 0 0 0 0
31 1 mtdblock1 112 0 896 21 0 0 0 0 0 36 21 0 0 0 0 0 0
31 2 mtdblock2 145 0 1160 27 0 0 0 0 0 60 27 0 0 0 0 0 0
31 3 mtdblock3 40 0 320 7 0 0 0 0 0 32 7 0 0 0 0 0 0
31 4 mtdblock4 65 0 520 13 0 0 0 0 0 44 13 0 0 0 0 0 0
31 5 mtdblock5 50 0 400 21 0 0 0 0 0 44 21 0 0 0 0 0 0
31 6 mtdblock6 175 0 3360 94 0 0 0 0 0 108 94 0 0 0 0 0 0
31 7 mtdblock7 50 0 400 15 0 0 0 0 0 32 15 0 0 0 0 0 0
179 0 mmcblk1 3062 882 284588 11631 29 12 328 105 0 6124 11736 0 0 0 0 0 0
179 1 mmcblk1p1 294 20 18720 971 0 0 0 0 0 744 971 0 0 0 0 0 0
179 2 mmcblk1p2 2414 859 241074 9254 22 12 272 97 0 5312 9351 0 0 0 0 0 0
179 3 mmcblk1p3 318 3 23610 1315 7 0 56 7 0 952 1322 0 0 0 0 0 0
8 0 sda 327 7 51827 483 1 0 1 28 0 480 512 0 0 0 0 0 0
8 1 sda1 287 7 50611 433 1 0 1 28 0 416 462 0 0 0 0 0 0
8 16 sdb 317 0 22386 302 1 0 8 28 0 376 330 0 0 0 0 0 0
8 17 sdb1 277 0 21170 243 1 0 8 28 0 304 272 0 0 0 0 0 0
root@j721e-evm:~# cat /proc/interrupts
CPU0 CPU1
11: 4681 4063 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: 2310 0 GICv3 69 Level 32c00000.mailbox thr_011
18: 2 0 GICv3 232 Level 2000000.i2c
19: 0 0 GICv3 233 Level 2010000.i2c
20: 2 0 GICv3 235 Level 2030000.i2c
21: 0 0 GICv3 237 Level 2050000.i2c
22: 36 5 MSI-INTA 15401056 Level 46000000.ethernet-tx0
24: 857 0 MSI-INTA 15401058 Level 46000000.ethernet
42: 7699 0 MSI-INTA 13828536 Level 31150000.dma-controller chan0
43: 0 0 MSI-INTA 13828537 Level 31150000.dma-controller chan1
44: 0 0 MSI-INTA 13828538 Level 31150000.dma-controller chan2
45: 0 0 MSI-INTA 13828539 Level 31150000.dma-controller chan3
193: 703 0 GICv3 224 Level 2800000.serial
195: 2 0 GICv3 872 Level 47040000.spi
196: 0 0 GICv3 890 Level 46000000.ethernet
197: 0 0 INTR 391 Level 310d0000.cpts
427: 0 0 GPIO 0 Edge -davinci_gpio HPD
463: 4 0 INTR 436 Level mbox-mcu-r5fss0-core0
464: 2 0 INTR 432 Level mbox-main-r5fss0-core0
467: 3 0 INTR 420 Level mbox-c71-0
619: 6292 0 GICv3 36 Level mmc1
620: 0 0 GICv3 350 Edge j721e-pcie-link-down-irq
625: 0 0 GICv3 56 Level pvrsrvkm
626: 0 0 GICv3 634 Level tidss
628: 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv
629: 0 0 GICv3 362 Edge j721e-pcie-link-down-irq
631: 3852 0 GICv3 128 Level xhci-hcd:usb1
633: 0 0 GICv3 152 Level 6000000.usb
634: 0 0 GICv3 213 Level vxe-enc
635: 0 0 GICv3 43 Level 4e10000.rng
651: 0 0 GICv3 212 Level vxd-dec
652: 0 0 GICv3 646 Level mhdp8546
655: 0 0 ITS-MSI 134217728 Edge PCIe PME, aerdrv
656: 1550 0 GICv3 136 Level xhci-hcd:usb3
658: 0 0 GICv3 153 Level 6400000.usb
IPI0: 826 4207 Rescheduling interrupts
IPI1: 2109 8064 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: 1358 2
TIMER: 1152 1368
NET_TX: 33 25
NET_RX: 1813 34
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 11769 56
SCHED: 2920 2430
HRTIMER: 0 0
RCU: 9061 7444
root@j721e-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@j721e-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@j721e-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.121
ti-test-extras - 1.0-r0.121
0
root@j721e-evm:~# lsmod
Module Size Used by
overlay 122880 0
snd_usb_audio 303104 0
uvcvideo 110592 0
snd_hwdep 20480 1 snd_usb_audio
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
videobuf2_vmalloc 16384 1 uvcvideo
cdc_ether 16384 0
usbnet 36864 1 cdc_ether
r8152 106496 0
cfg80211 385024 0
rfkill 24576 2 cfg80211
xhci_plat_hcd 16384 0
pci_endpoint_test 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
pru_rproc 24576 0
irq_pruss_intc 16384 0
omap_rng 16384 0
cdns3 45056 0
cdns_usb_common 20480 1 cdns3
crct10dif_ce 16384 1
ti_tfp410 16384 0
display_connector 16384 0
ti_k3_r5_remoteproc 28672 0
vxd_dec 344064 0
vxe_enc 286720 0
cdns_mhdp8546 40960 0
j721e_csi2rx 24576 0
tidss 61440 1
videobuf2_dma_sg 20480 2 vxe_enc,vxd_dec
drm_display_helper 151552 1 cdns_mhdp8546
drm_dma_helper 20480 1 tidss
videobuf2_dma_contig 20480 1 j721e_csi2rx
v4l2_mem2mem 36864 2 vxe_enc,vxd_dec
ti_k3_dsp_remoteproc 16384 0
videobuf2_memops 16384 3 videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_dma_sg
drm_kms_helper 184320 7 drm_dma_helper,display_connector,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
pvrsrvkm 1241088 8
videobuf2_v4l2 32768 5 j721e_csi2rx,vxe_enc,vxd_dec,uvcvideo,v4l2_mem2mem
virtio_rpmsg_bus 20480 0
pruss 16384 0
cfbfillrect 16384 1 drm_kms_helper
k3_j72xx_bandgap 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
syscopyarea 16384 1 drm_kms_helper
videobuf2_common 57344 10 j721e_csi2rx,vxe_enc,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,vxd_dec,uvcvideo,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops
ti_k3_common 16384 1 ti_k3_dsp_remoteproc
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
cfbcopyarea 16384 1 drm_kms_helper
sa2ul 36864 0
videodev 245760 9 v4l2_async,j721e_csi2rx,vxe_enc,videobuf2_v4l2,vxd_dec,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
cdns_dphy_rx 16384 0
mc 57344 9 v4l2_async,videodev,j721e_csi2rx,snd_usb_audio,videobuf2_v4l2,uvcvideo,cdns_csi2rx,videobuf2_common,v4l2_mem2mem
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 2 optee_rng,omap_rng
cryptodev 53248 0
fuse 131072 1
drm 561152 14 drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,cdns_mhdp8546,drm_display_helper,tidss,ti_tfp410
drm_panel_orientation_quirks 28672 1 drm
ipv6 475136 42
root@j721e-evm:~# echo 'hello world'
hello world
root@j721e-evm:~#
This file has been truncated, but you can view the full file.
U-Boot SPL 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment