Skip to content

Instantly share code, notes, and snippets.

@jailuthra
Last active January 5, 2024 09:10
Show Gist options
  • Save jailuthra/b66d5722090ce1fbc2886986e53640f7 to your computer and use it in GitHub Desktop.
Save jailuthra/b66d5722090ce1fbc2886986e53640f7 to your computer and use it in GitHub Desktop.
tps6598-fix-boot-logs
U-Boot SPL 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:30:36 -0600)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 13368 bytes
Trying to boot from UART
CLoaded 831943 bytes
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0 (debug):v2.10.0-140-g928d737cb964
NOTICE: BL31: Built : 01:31:43, Jan 4 2024
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialized in EL3
INFO: Maximum SPI INTID supported: 287
INFO: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
INFO: BL31: Initializing runtime services
INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied
INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied
INFO: BL31: Initializing BL32
I/TC:
I/TC: OP-TEE version: 4.0.0-228-ga39a15f3de38 (gcc version 12.3.1 20230626 (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35))) #1 Thu Jan 4 07:32:22 UTC 2024 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: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0x80080000
INFO: SPSR = 0x3c9
U-Boot SPL 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:32:51 -0600)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 1872 bytes
Trying to boot from UART
CLoaded 727979 bytes
U-Boot 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:32:51 -0600)
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-00697-g42fb448a2031 (Jan 04 2024 - 01:32:51 -0600)
=> 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=ffb17880
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.130 (1003 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx-sk/6c1a0736b14fb7b8a2fedc438f6f12c2
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.130
Filename 'vatf_am62xx-sk/6c1a0736b14fb7b8a2fedc438f6f12c2'.
Load address: 0x82000000
Loading: *T ###T ############################################### 19.5 MiB
1.7 MiB/s
done
Bytes transferred = 20462080 (1383a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx-sk/3a99c659f8a4031df634cab0ae34360c
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.130
Filename 'vatf_am62xx-sk/3a99c659f8a4031df634cab0ae34360c'.
Load address: 0x88000000
Loading: *################################################## 50.4 KiB
7 MiB/s
done
Bytes transferred = 51645 (c9bd 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/5b50ed8fc16d4492c177b239bf042601,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-00697-g42fb448a2031 (Jan 04 2024 - 01:32:51 -0600)
=> 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.130
fdt_blob = 0x00000000ffb17880
new_fdt = 0x00000000ffb17880
fdt_size = 0x0000000000010520
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] [0xfeb0f000-0xffffffff], 0x014f1000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb17870
sp start = 0x00000000ffb17870
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.130
fdt_blob = 0x00000000ffb17880
new_fdt = 0x00000000ffb17880
fdt_size = 0x0000000000010520
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] [0xfeb0f000-0xffffffff], 0x014f1000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb17870
sp start = 0x00000000ffb17870
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 61 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 000000008fff0000, end 000000008ffff9bc ... OK
Working FDT set to 8fff0000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.7.0-rc8-next-20240105-00002-g6a541801874a (jai@uda0497096) (aarch64-linux-gnu-gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM625 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009ca00000..0x000000009cafffff (1024 KiB) map non-reusable ramoops@9ca00000
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-dma-memory@9db00000
[ 0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 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-0x000000009dafffff]
[ 0.000000] node 0: [mem 0x000000009db00000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1
[ 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 20 pages/cpu s42856 r8192 d30872 u81920
[ 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] 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/5b50ed8fc16d4492c177b239bf042601,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] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fb600000-0x00000000fb800000] (2MB)
[ 0.000000] Memory: 1962848K/2097152K available (11840K kernel code, 1230K rwdata, 4244K rodata, 2560K init, 499K bss, 101536K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 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.008708] Console: colour dummy device 80x25
[ 0.013307] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023992] pid_max: default: 32768 minimum: 301
[ 0.028806] LSM: initializing lsm=capability,integrity
[ 0.034185] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041770] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.051774] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.059109] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.067111] rcu: Hierarchical SRCU implementation.
[ 0.072022] rcu: Max phase no-delay instances is 1000.
[ 0.077636] Platform MSI: msi-controller@1820000 domain created
[ 0.083940] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.093331] EFI services will not be available.
[ 0.098256] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 0.111628] Detected VIPT I-cache on CPU1
[ 0.111721] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.111739] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.111797] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.120593] Detected VIPT I-cache on CPU2
[ 0.120662] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.120676] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[ 0.120715] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.129423] Detected VIPT I-cache on CPU3
[ 0.129489] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.129502] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[ 0.129537] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.129615] smp: Brought up 1 node, 4 CPUs
[ 0.209333] SMP: Total of 4 processors activated.
[ 0.214144] CPU: All CPU(s) started at EL2
[ 0.218344] CPU features: detected: 32-bit EL0 Support
[ 0.223600] CPU features: detected: CRC32 instructions
[ 0.228902] alternatives: applying system-wide alternatives
[ 0.236465] devtmpfs: initialized
[ 0.247703] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.257716] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.266144] pinctrl core: initialized pinctrl subsystem
[ 0.272056] DMI not present or invalid.
[ 0.276778] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.284177] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.291825] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.300395] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.308577] audit: initializing netlink subsys (disabled)
[ 0.314401] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1
[ 0.314932] thermal_sys: Registered thermal governor 'step_wise'
[ 0.322337] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.328528] cpuidle: using governor menu
[ 0.339430] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.346468] ASID allocator initialised with 65536 entries
[ 0.365447] Modules: 27632 pages in range for non-PLT usage
[ 0.365471] Modules: 519152 pages in range for PLT usage
[ 0.372069] 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.390871] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.397810] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.404218] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.411157] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.417565] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.424504] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.432891] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.442140] iommu: Default domain type: Translated
[ 0.447070] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.453848] SCSI subsystem initialized
[ 0.458086] usbcore: registered new interface driver usbfs
[ 0.463731] usbcore: registered new interface driver hub
[ 0.469195] usbcore: registered new device driver usb
[ 0.474832] pps_core: LinuxPPS API ver. 1 registered
[ 0.479914] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.489264] PTP clock support registered
[ 0.493312] EDAC MC: Ver: 3.0.0
[ 0.497052] scmi_core: SCMI protocol bus registered
[ 0.502356] FPGA manager framework
[ 0.505922] Advanced Linux Sound Architecture Driver Initialized.
[ 0.513183] vgaarb: loaded
[ 0.516401] clocksource: Switched to clocksource arch_sys_counter
[ 0.522921] VFS: Disk quotas dquot_6.6.0
[ 0.526967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.540612] NET: Registered PF_INET protocol family
[ 0.545880] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.555047] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.563852] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.571797] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.580010] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.588017] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.594933] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.601865] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.609394] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.615743] RPC: Registered named UNIX socket transport module.
[ 0.621830] RPC: Registered udp transport module.
[ 0.626640] RPC: Registered tcp transport module.
[ 0.631448] RPC: Registered tcp-with-tls transport module.
[ 0.637057] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.643660] PCI: CLS 0 bytes, default 64
[ 0.649147] Initialise system trusted keyrings
[ 0.653951] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.660929] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.667194] NFS: Registering the id_resolver key type
[ 0.672428] Key type id_resolver registered
[ 0.676706] Key type id_legacy registered
[ 0.680829] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.687685] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.748630] Key type asymmetric registered
[ 0.752824] Asymmetric key parser 'x509' registered
[ 0.757872] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.765446] io scheduler mq-deadline registered
[ 0.770080] io scheduler kyber registered
[ 0.774221] io scheduler bfq registered
[ 0.780671] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.786976] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.799366] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.808168] STM32 USART driver initialized
[ 0.818796] loop: module loaded
[ 0.822772] megasas: 07.727.03.00-rc1
[ 0.829966] tun: Universal TUN/TAP device driver, 1.6
[ 0.835857] thunder_xcv, ver 1.0
[ 0.839200] thunder_bgx, ver 1.0
[ 0.842520] nicpf, ver 1.0
[ 0.845420] e1000: Intel(R) PRO/1000 Network Driver
[ 0.850409] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.856313] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.861389] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.867465] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.872991] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.878709] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.885118] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.891269] sky2: driver version 1.30
[ 0.895874] VFIO - User Level meta-driver version: 0.3
[ 0.902255] usbcore: registered new interface driver usb-storage
[ 0.909000] i2c_dev: i2c /dev entries driver
[ 0.915048] sdhci: Secure Digital Host Controller Interface driver
[ 0.921413] sdhci: Copyright(c) Pierre Ossman
[ 0.926068] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.932683] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.939086] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.946340] usbcore: registered new interface driver usbhid
[ 0.952046] usbhid: USB HID core driver
[ 0.957213] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.966117] 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.970702] optee: revision 4.0 (a39a15f3)
[ 0.987329] optee: dynamic shared memory is enabled
[ 0.996868] optee: initialized driver
[ 1.002336] NET: Registered PF_PACKET protocol family
[ 1.007631] Key type dns_resolver registered
[ 1.020041] registered taskstats version 1
[ 1.024445] Loading compiled-in X.509 certificates
[ 1.041167] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.101756] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.108917] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi/port/endpoint
[ 1.116882] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/ports/port@1/endpoint
[ 1.126609] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.133529] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.139517] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.148791] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.158530] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.167281] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.178541] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.189730] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.200197] printk: legacy console [ttyS2] disabled
[ 1.205545] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
[ 1.214525] printk: legacy console [ttyS2] enabled
[ 1.214525] printk: legacy console [ttyS2] enabled
[ 1.224232] printk: legacy bootconsole [ns16550a0] disabled
[ 1.224232] printk: legacy bootconsole [ns16550a0] disabled
[ 1.238773] spi_master spi0: No. of CS is more than max. no. of supported CS
[ 1.245886] spi_master spi0: Failed to create SPI device for /bus@f0000/bus@fc00000/spi@fc40000/flash@0
[ 1.256473] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.300419] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.312478] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.320581] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.328704] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[ 1.341666] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.347937] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.355064] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.372879] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.384019] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.389579] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 1.397369] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 1.403373] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000000010
[ 1.412810] xhci-hcd xhci-hcd.0.auto: irq 240, io mem 0x31100000
[ 1.419799] hub 1-0:1.0: USB hub found
[ 1.423604] hub 1-0:1.0: 1 port detected
[ 1.429454] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.453249] mmc0: CQHCI version 5.10
[ 1.483285] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.490561] pca953x 1-0022: using AI
[ 1.499331] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.536728] mmc1: CQHCI version 5.10
[ 1.575898] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.605606] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.615104] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.615511] mmc0: Command Queue Engine enabled
[ 1.628123] mmc0: new HS200 MMC card at address 0001
[ 1.636219] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.645738] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.652741] mmcblk0: p1 p2
[ 1.655048] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
[ 1.658125] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.666108] mmcblk1: p1 p2 p3
[ 1.669658] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.679174] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.680530] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 1.855309] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 1.863463] scsi host0: usb-storage 1-1:1.0
[ 2.888201] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 2.900519] sd 0:0:0:0: [sda] 30240768 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 2.909021] sd 0:0:0:0: [sda] Write Protect is off
[ 2.914692] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.038923] sda: sda1
[ 3.042730] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 5.702223] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.728490] Sending DHCP requests ., OK
[ 5.748687] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.130
[ 5.756648] IP-Config: Complete:
[ 5.759903] device=eth0, hwaddr=f4:84:4c:fc:92:ae, ipaddr=192.168.0.130, mask=255.255.255.0, gw=192.168.0.1
[ 5.770202] host=192.168.0.130, domain=ti.com, nis-domain=(none)
[ 5.776814] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.776944] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.790434] clk: Disabling unused clocks
[ 5.814639] ALSA device list:
[ 5.817702] No soundcards found.
[ 5.867672] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 5.874956] devtmpfs: mounted
[ 5.882300] Freeing unused kernel memory: 2560K
[ 5.887317] Run /sbin/init as init process
[ 6.360188] systemd[1]: System time before build time, advancing clock.
[ 6.671384] NET: Registered PF_INET6 protocol family
[ 6.685304] Segment Routing with IPv6
[ 6.689382] In-situ OAM (IOAM) with IPv6
[ 6.797548] 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.831784] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.908728] systemd[1]: Hostname set to <am65xx-evm>.
[ 7.257193] systemd[96]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.279929] systemd-sysv-generator[105]: 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.313187] systemd-sysv-generator[105]: 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.339324] systemd-sysv-generator[105]: 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.858807] 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.
[ 9.172675] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.564828] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.914955] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.950517] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.986680] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 10.020018] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 10.042252] 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.
[ 10.069929] 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.
[ 10.094316] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 10.109197] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 10.133135] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 10.149309] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 10.265216] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 10.289379] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 10.350662] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 10.374470] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 10.401514] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 10.428875] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 10.455621] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 10.477589] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 10.507304] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 10.530933] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 10.556362] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.625874] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.667858] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.730148] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.751226] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.791322] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.837467] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 10.882021] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.943411] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.982480] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 11.057061] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 11.170784] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 11.204125] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 11.224191] fuse: init (API version 7.39)
[ 11.307897] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 11.395543] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 11.438446] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 11.492212] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 11.567562] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 11.644200] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 11.665388] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 11.699860] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 11.736287] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 11.759374] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 11.789730] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 11.818028] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 11.830295] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 11.863227] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 11.875021] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 11.906283] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 11.918937] systemd[1]: Finished Load Kernel Module fuse.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[ 11.947246] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
[ 11.959577] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
[ 11.973719] systemd[1]: Failed to start Start psplash boot splash screen.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[ 12.008920] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[ 12.041013] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
[ 12.060002] systemd[1]: Finished Load Kernel Modules.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[ 12.089064] systemd[1]: Finished Generate network units from Kernel command line.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[ 12.125696] systemd[1]: Finished Remount Root and Kernel File Systems.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
[ 12.195072] systemd[1]: Mounting FUSE Control File System...
Mounting [0;1;39mFUSE Control File System[0m...
[ 12.241054] systemd[1]: Mounting Kernel Configuration File System...
Mounting [0;1;39mKernel Configuration File System[0m...
[ 12.274764] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[ 12.287438] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 12.343345] systemd[1]: Starting Apply Kernel Variables...
Starting [0;1;39mApply Kernel Variables[0m...
[ 12.363280] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[ 12.402527] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 12.439766] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[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;39mApply Kernel Variables[0m.
Starting [0;1;39mFlush Journal to Persistent Storage[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.
[ 12.750281] systemd-journald[121]: Received client request to flush runtime journal.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 12.888900] audit: type=1334 audit(1651167751.528:2): prog-id=5 op=LOAD
[ 12.895923] audit: type=1334 audit(1651167751.536:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[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...
[ 13.720608] 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] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 15.371522] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 15.800078] at24 0-0051: supply vcc not found, using dummy regulator
[ 15.910328] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 15.933872] systemd-journald[121]: Oldest entry in /run/log/journal/a9d67fb0622a41b09d039561725db45f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 15.980159] systemd-journald[121]: /run/log/journal/a9d67fb0622a41b09d039561725db45f/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.
[[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.
[ 16.195559] systemd-journald[121]: Oldest entry in /run/log/journal/a9d67fb0622a41b09d039561725db45f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message B[ 16.217822] systemd-journald[121]: /run/log/journal/a9d67fb0622a41b09d039561725db45f/system.journal: Journal header limits reached or header out-of-date, rotating.
us Socket[0m.
[ 16.271335] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[ 16.279957] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
Starting [0;1;39mDocker Socket for the API[0m...
[ 16.532061] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 16.555629] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:45 UTC (225)
[ 16.571073] systemd-journald[121]: Time jumped backwards, rotating.
[[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.
[ 16.669348] systemd-journald[121]: Oldest entry in /run/log/journal/a9d67fb0622a41b09d039561725db45f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
Starting [0;1;39mWeston socket[0m...
[ 16.691255] systemd-journald[121]: /run/log/journal/a9d67fb0622a41b09d039561725db45f/system.journal: Journal header limits reached or header out-of-date, rotating.
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.
[ 17.182038] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 17.189928] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 17.208045] i2c i2c-1: Added multiplexed i2c bus 3
[ 17.226557] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 17.392919] Console: switching to colour frame buffer device 256x72
[ 17.585265] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 17.850339] powervr fd00000.gpu: Direct firmware load for powervr/rogue_33.15.11.3_v1.fw failed with error -2
[ 17.905037] powervr fd00000.gpu: [drm] *ERROR* failed to load firmware powervr/rogue_33.15.11.3_v1.fw (err=-2)
[ 17.951006] powervr: probe of fd00000.gpu failed with error -2
[[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.
[ 18.809948] audit: type=1334 audit(1704445325.924:4): prog-id=7 op=LOAD
[ 18.816927] audit: type=1334 audit(1704445325.932:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 21.835479] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 22.082225] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 22.094124] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 28.369507] audit: type=1334 audit(1704445335.492:6): prog-id=9 op=LOAD
[ 28.383989] audit: type=1334 audit(1704445335.496:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Found device [0;1;39mDataTraveler_2.0 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/sda1[0m...
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[ 31.463064] audit: type=1006 audit(1704445338.584:8): pid=687 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 31.476303] audit: type=1300 audit(1704445338.584:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc957ec88 a2=4 a3=ffff96a38020 items=0 ppid=1 pid=687 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)
[ 31.503459] audit: type=1327 audit(1704445338.584:8): proctitle="(systemd)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[ 32.291792] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[ 32.475192] EXT4-fs (mmcblk1p3): mounted filesystem d5037bd8-e1ce-4bcc-a5f6-54eb8bd1fa6f r/w with ordered data mode. Quota mode: none.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am65xx-evm -
Arago 2023.04 am65xx-evm -
am65xx-evm login: [ 32.943717] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
root
[ 33.029681] EXT4-fs (mmcblk1p2): mounted filesystem 76fa7af0-54da-4e18-a5c6-a7fa4655a291 r/w with ordered data mode. Quota mode: none.
[ 33.831899] audit: type=1006 audit(1704445340.952:9): pid=725 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 33.845202] audit: type=1300 audit(1704445340.952:9): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc957ec88 a2=1 a3=ffff96a38020 items=0 ppid=1 pid=725 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)
[ 33.872143] audit: type=1327 audit(1704445340.952:9): proctitle="(systemd)"
[ 34.018431] audit: type=1334 audit(1704445341.140:10): prog-id=11 op=LOAD
[ 34.029847] audit: type=1300 audit(1704445341.140:10): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd7194b40 a2=78 a3=0 items=0 ppid=1 pid=725 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)
[ 34.056673] audit: type=1327 audit(1704445341.140:10): proctitle="(systemd)"
[ 34.064733] audit: type=1334 audit(1704445341.140:11): prog-id=11 op=UNLOAD
[ 34.072255] audit: type=1300 audit(1704445341.140:11): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=ffffab64c020 a2=0 a3=ffffab64c7e0 items=0 ppid=1 pid=725 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)
[ 34.100634] audit: type=1327 audit(1704445341.140:11): proctitle="(systemd)"
[ 34.110185] audit: type=1334 audit(1704445341.140:12): prog-id=12 op=LOAD
7[r[999;999H[6nroot@am65xx-evm:~# uname -a
Linux am65xx-evm 6.7.0-rc8-next-20240105-00002-g6a541801874a #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx-sk/autofs/5b50ed8fc16d4492c177b239bf042601,nolock,v3,tcp,rsize=4096,wsize=4096
root@am65xx-evm:~# uname -a
Linux am65xx-evm 6.7.0-rc8-next-20240105-00002-g6a541801874a #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-evm:~# cat /proc/mtd
dev: size erasesize name
root@am65xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am65xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 26320
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105608 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105608 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-pruss
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am65xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 481 5 22735 382 2 0 2 0 0 812 383 0 0 0 0 0 0
179 1 mmcblk0p1 196 0 4740 145 1 0 1 0 0 376 146 0 0 0 0 0 0
179 2 mmcblk0p2 246 5 16787 200 1 0 1 0 0 484 201 0 0 0 0 0 0
179 32 mmcblk1 973 67 53773 3661 2 0 16 37 0 2440 3700 0 0 0 0 2 1
179 33 mmcblk1p1 266 3 16673 642 0 0 0 0 0 896 642 0 0 0 0 0 0
179 34 mmcblk1p2 227 33 17274 643 1 0 8 4 0 936 647 0 0 0 0 0 0
179 35 mmcblk1p3 441 31 18618 2285 1 0 8 33 0 1132 2318 0 0 0 0 0 0
179 64 mmcblk0boot0 68 0 1344 33 0 0 0 0 0 64 33 0 0 0 0 0 0
179 96 mmcblk0boot1 68 0 1344 51 0 0 0 0 0 88 51 0 0 0 0 0 0
8 0 sda 359 0 18179 1840 1 0 1 39 0 2064 1879 0 0 0 0 0 0
8 1 sda1 317 0 16979 1590 1 0 1 39 0 1752 1629 0 0 0 0 0 0
root@am65xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 9535 10556 11324 11056 GICv3 30 Level arch_timer
14: 0 0 0 0 GICv3 23 Level arm-pmu
15: 990 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
24: 551 0 0 0 GICv3 193 Level 20000000.i2c
25: 352 0 0 0 GICv3 194 Level 20010000.i2c
26: 0 0 0 0 GICv3 195 Level 20020000.i2c
27: 0 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
45: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
57: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
75: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
93: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
115: 1 0 0 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
123: 10 0 0 0 MSI-INTA 1970715 Level 8000000.ethernet-tx1
131: 0 0 0 0 MSI-INTA 1970723 Level 8000000.ethernet-tx2
139: 19371 0 0 0 MSI-INTA 1970731 Level 8000000.ethernet-tx3
147: 3 0 0 0 MSI-INTA 1970739 Level 8000000.ethernet-tx4
155: 0 0 0 0 MSI-INTA 1970747 Level 8000000.ethernet-tx5
163: 22 0 0 0 MSI-INTA 1970755 Level 8000000.ethernet-tx6
171: 31 0 0 0 MSI-INTA 1970763 Level 8000000.ethernet-tx7
187: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
205: 13327 0 0 0 MSI-INTA 1971731 Level 8000000.ethernet
229: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
230: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
237: 609 0 0 0 GICv3 210 Level 2800000.serial
238: 0 0 0 0 GICv3 171 Level fc40000.spi
240: 1457 0 0 0 GICv3 258 Level xhci-hcd:usb1
241: 780 0 0 0 GICv3 165 Level mmc0
367: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
396: 2065 0 0 0 GICv3 115 Level mmc1
398: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
399: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
401: 0 0 0 0 1-0022 16 Edge 1-003b
402: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
403: 1213 0 0 0 GICv3 116 Level tidss
IPI0: 2634 4636 4830 4663 Rescheduling interrupts
IPI1: 8531 7344 7127 6582 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 0 1 0 0 IRQ work interrupts
Err: 0
root@am65xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 0 2 0
TIMER: 2561 1988 2096 2380
NET_TX: 254 51 44 46
NET_RX: 26305 3 7 19
BLOCK: 603 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 3565 2 13 2
SCHED: 8660 4233 3989 3789
HRTIMER: 0 0 0 0
RCU: 6613 7387 7139 7224
root@am65xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 0
root@am65xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am65xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.132
ti-test-extras - 1.0-r0.132
0
root@am65xx-evm:~# depmod -a
root@am65xx-evm:~# lsmod
Module Size Used by
overlay 139264 0
snd_soc_hdmi_codec 16384 0
cfg80211 417792 0
rfkill 28672 2 cfg80211
crct10dif_ce 12288 1
snd_soc_simple_card 16384 0
snd_soc_simple_card_utils 28672 1 snd_soc_simple_card
powervr 176128 0
drm_gpuvm 36864 1 powervr
drm_exec 12288 2 drm_gpuvm,powervr
drm_shmem_helper 20480 1 powervr
display_connector 12288 0
gpu_sched 40960 1 powervr
rtc_ti_k3 12288 1
tidss 49152 1
k3_j72xx_bandgap 12288 0
drm_dma_helper 20480 2 tidss
tps6598x 24576 0
sii902x 16384 0
rti_wdt 12288 0
snd_soc_tlv320aic3x_i2c 12288 1
typec 81920 1 tps6598x
drm_kms_helper 208896 4 sii902x,drm_dma_helper,display_connector,tidss
sa2ul 32768 0
at24 16384 0
snd_soc_tlv320aic3x 73728 1 snd_soc_tlv320aic3x_i2c
authenc 12288 1 sa2ul
snd_soc_davinci_mcasp 32768 2
snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp
omap_mailbox 20480 0
drm 573440 12 gpu_sched,sii902x,drm_kms_helper,drm_exec,drm_dma_helper,display_connector,drm_gpuvm,powervr,drm_shmem_helper,tidss
fuse 131072 1
drm_panel_orientation_quirks 24576 1 drm
backlight 20480 1 drm
ipv6 462848 40
root@am65xx-evm:~# echo 'hello world'
hello world
root@am65xx-evm:~#
#check prompt
=> #check prompt
=> #check prompt
=> #check prompt
=>
U-Boot SPL 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:30:26 -0600)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
SPL initial stack usage: 13568 bytes
Trying to boot from UART
CLoaded 823831 bytes
Starting ATF on ARM64 core...
NOTICE: BL31: v2.10.0 (debug):v2.10.0-140-g928d737cb964
NOTICE: BL31: Built : 01:31:46, Jan 4 2024
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialized in EL3
INFO: Maximum SPI INTID supported: 287
INFO: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
INFO: BL31: Initializing runtime services
INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied
INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied
INFO: BL31: Initializing BL32
I/TC:
I/TC: OP-TEE version: 4.0.0-228-ga39a15f3de38 (gcc version 12.3.1 20230626 (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35))) #1 Thu Jan 4 07:32:15 UTC 2024 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: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0x80080000
INFO: SPSR = 0x3c9
U-Boot SPL 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:32:48 -0600)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
Trying to boot from UART
CLoaded 695011 bytes
U-Boot 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:32:48 -0600)
SoC: AM62AX SR1.0 HS-FS
Model: Texas Instruments AM62A7 SK
DRAM: 2 GiB (effective 4 GiB)
Core: 47 devices, 22 uclasses, devicetree: separate
MMC: mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=>
=> version
U-Boot 2024.01-rc6-00697-g42fb448a2031 (Jan 04 2024 - 01:32:48 -0600)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62ax
board_name=am62ax
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree="k3-am62a7-sk"
default_device_tree_arch=ti
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=3c:e0:64:62:db:99
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb20040
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree_arch}/${default_device_tree}.dtb; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 3667/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.99 (1023 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62axx_sk-fs-00/6c1a0736b14fb7b8a2fedc438f6f12c2
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.99
Filename 'vatf_am62axx_sk-fs-00/6c1a0736b14fb7b8a2fedc438f6f12c2'.
Load address: 0x82000000
Loading: *T #T ################################################# 19.5 MiB
1.6 MiB/s
done
Bytes transferred = 20462080 (1383a00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62axx_sk-fs-00/3056e6b7ff94a91508243fe15255de4e
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.99
Filename 'vatf_am62axx_sk-fs-00/3056e6b7ff94a91508243fe15255de4e'.
Load address: 0x88000000
Loading: *################################################## 45.7 KiB
4.1 MiB/s
done
Bytes transferred = 46752 (b6a0 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/am62axx_sk-fs-00/autofs/5b50ed8fc16d4492c177b239bf042601,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-00697-g42fb448a2031 (Jan 04 2024 - 01:32:48 -0600)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff4e000
reloc off = 0x000000007f74e000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.99
fdt_blob = 0x00000000ffb20040
new_fdt = 0x00000000ffb20040
fdt_size = 0x000000000000ed60
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9c900000-0x9e6fffff], 0x01e00000 bytes flags: 4
reserved[1] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[2] [0xfeb18000-0xffffffff], 0x014e8000 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 = 0x00000000ffb20030
sp start = 0x00000000ffb20030
Early malloc usage: 24c8 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
DRAM bank = 0x0000000000000001
-> start = 0x0000000880000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff4e000
reloc off = 0x000000007f74e000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 3c:e0:64:62:db:99
IP addr = 192.168.0.99
fdt_blob = 0x00000000ffb20040
new_fdt = 0x00000000ffb20040
fdt_size = 0x000000000000ed60
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x2 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
memory[1] [0x880000000-0x8ffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9c900000-0x9e6fffff], 0x01e00000 bytes flags: 4
reserved[1] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[2] [0xfeb18000-0xffffffff], 0x014e8000 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 = 0x00000000ffb20030
sp start = 0x00000000ffb20030
Early malloc usage: 24c8 / 8000
=> ls mmc 0:1
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:1
=> ls mmc 1:1
EFI/
20302336 Image
315565 tiboot3-am62ax-gp-evm.bin
318154 tiboot3-am62ax-hs-evm.bin
318154 tiboot3-am62ax-hs-fs-evm.bin
318154 tiboot3.bin
1077815 tispl.bin
1125963 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
9 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
** Bad device specification mmc 0 **
Couldn't find partition mmc 0:2
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 67 am62a-c71_0-fw
<SYM> 74 am62a-c71_0-fw-sec
<SYM> 69 am62a-mcu-r5f0_0-fw
<SYM> 76 am62a-mcu-r5f0_0-fw-sec
478552 bl32.bin
4292576 bl32.elf
<DIR> 4096 cnm
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
4728 regulatory.db
1182 regulatory.db.p7s
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4292576 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
<SYM> 39 wave521c_codec_fw.bin
=> 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 29 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 000000008fff1000, end 000000008ffff69f ... OK
Working FDT set to 8fff1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.7.0-rc8-next-20240105-00002-g6a541801874a (jai@uda0497096) (aarch64-linux-gnu-gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM62A7 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
[ 0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 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-0x000000009c8fffff]
[ 0.000000] node 0: [mem 0x000000009c900000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-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 on node -1
[ 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 20 pages/cpu s42856 r8192 d30872 u81920
[ 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] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62axx_sk-fs-00/autofs/5b50ed8fc16d4492c177b239bf042601,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] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3938484K/4194304K available (11840K kernel code, 1230K rwdata, 4244K rodata, 2560K init, 499K bss, 223052K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008608] Console: colour dummy device 80x25
[ 0.013195] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023876] pid_max: default: 32768 minimum: 301
[ 0.028673] LSM: initializing lsm=capability,integrity
[ 0.034024] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041603] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.051187] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.058489] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.066435] rcu: Hierarchical SRCU implementation.
[ 0.071341] rcu: Max phase no-delay instances is 1000.
[ 0.076903] Platform MSI: msi-controller@1820000 domain created
[ 0.083110] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.092460] EFI services will not be available.
[ 0.097313] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 0.110536] Detected VIPT I-cache on CPU1
[ 0.110608] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.110624] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.110670] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.119313] Detected VIPT I-cache on CPU2
[ 0.119366] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.119380] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.119412] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.128003] Detected VIPT I-cache on CPU3
[ 0.128056] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.128069] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.128099] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.128168] smp: Brought up 1 node, 4 CPUs
[ 0.207881] SMP: Total of 4 processors activated.
[ 0.212692] CPU: All CPU(s) started at EL2
[ 0.216890] CPU features: detected: 32-bit EL0 Support
[ 0.222146] CPU features: detected: CRC32 instructions
[ 0.227440] alternatives: applying system-wide alternatives
[ 0.234640] devtmpfs: initialized
[ 0.245306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.255310] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.263352] pinctrl core: initialized pinctrl subsystem
[ 0.269113] DMI not present or invalid.
[ 0.273692] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.280488] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.287814] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.295888] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.304033] audit: initializing netlink subsys (disabled)
[ 0.309708] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
[ 0.310136] thermal_sys: Registered thermal governor 'step_wise'
[ 0.317640] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.323815] cpuidle: using governor menu
[ 0.334679] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.341694] ASID allocator initialised with 65536 entries
[ 0.358402] Modules: 27632 pages in range for non-PLT usage
[ 0.358417] Modules: 519152 pages in range for PLT usage
[ 0.364807] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.377192] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.383602] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.390541] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.396950] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.403889] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.410297] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.417236] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.424918] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[ 0.434098] iommu: Default domain type: Translated
[ 0.439014] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.445692] SCSI subsystem initialized
[ 0.449831] usbcore: registered new interface driver usbfs
[ 0.455467] usbcore: registered new interface driver hub
[ 0.460924] usbcore: registered new device driver usb
[ 0.466454] pps_core: LinuxPPS API ver. 1 registered
[ 0.471534] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.480883] PTP clock support registered
[ 0.484927] EDAC MC: Ver: 3.0.0
[ 0.488548] scmi_core: SCMI protocol bus registered
[ 0.493793] FPGA manager framework
[ 0.497352] Advanced Linux Sound Architecture Driver Initialized.
[ 0.504428] vgaarb: loaded
[ 0.507532] clocksource: Switched to clocksource arch_sys_counter
[ 0.514017] VFS: Disk quotas dquot_6.6.0
[ 0.518060] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.531198] NET: Registered PF_INET protocol family
[ 0.536404] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.546745] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.555562] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.563494] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.571798] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.580169] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.587009] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.593968] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.601478] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.607699] RPC: Registered named UNIX socket transport module.
[ 0.613769] RPC: Registered udp transport module.
[ 0.618579] RPC: Registered tcp transport module.
[ 0.623387] RPC: Registered tcp-with-tls transport module.
[ 0.628995] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.635592] PCI: CLS 0 bytes, default 64
[ 0.640815] Initialise system trusted keyrings
[ 0.645574] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.652474] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.658681] NFS: Registering the id_resolver key type
[ 0.663877] Key type id_resolver registered
[ 0.668155] Key type id_legacy registered
[ 0.672270] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.679126] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.740021] Key type asymmetric registered
[ 0.744213] Asymmetric key parser 'x509' registered
[ 0.749248] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.756822] io scheduler mq-deadline registered
[ 0.761455] io scheduler kyber registered
[ 0.765581] io scheduler bfq registered
[ 0.771516] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.777874] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.789287] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.797747] STM32 USART driver initialized
[ 0.807445] loop: module loaded
[ 0.811233] megasas: 07.727.03.00-rc1
[ 0.817882] tun: Universal TUN/TAP device driver, 1.6
[ 0.823666] thunder_xcv, ver 1.0
[ 0.826986] thunder_bgx, ver 1.0
[ 0.830307] nicpf, ver 1.0
[ 0.833197] e1000: Intel(R) PRO/1000 Network Driver
[ 0.838185] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.844083] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.849159] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.855229] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.860754] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.866472] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.872880] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.879024] sky2: driver version 1.30
[ 0.883482] VFIO - User Level meta-driver version: 0.3
[ 0.889689] usbcore: registered new interface driver usb-storage
[ 0.896338] i2c_dev: i2c /dev entries driver
[ 0.901482] cpu cpu0: OPP-v2 not supported, cpufreq-dt will attempt to use legacy tables.
[ 0.910020] cpu cpu0: OPP table can't be empty
[ 0.914951] sdhci: Secure Digital Host Controller Interface driver
[ 0.921278] sdhci: Copyright(c) Pierre Ossman
[ 0.925891] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.932354] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.938716] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.945915] usbcore: registered new interface driver usbhid
[ 0.951616] usbhid: USB HID core driver
[ 0.956533] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.965358] 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.969931] optee: revision 4.0 (a39a15f3)
[ 0.986485] optee: dynamic shared memory is enabled
[ 0.995883] optee: initialized driver
[ 1.000815] NET: Registered PF_PACKET protocol family
[ 1.006071] Key type dns_resolver registered
[ 1.018067] registered taskstats version 1
[ 1.022399] Loading compiled-in X.509 certificates
[ 1.037551] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.049873] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.058900] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.092244] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
[ 1.102060] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.109535] pca953x 1-0023: supply vcc not found, using dummy regulator
[ 1.116433] pca953x 1-0023: using AI
[ 1.145638] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.152285] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.158216] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.166538] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.175748] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.184726] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[ 1.193760] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.202313] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.213277] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.224021] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.233486] ti-udma 4e230000.dma-controller: Number of rings: 6
[ 1.240058] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
[ 1.249487] printk: legacy console [ttyS2] disabled
[ 1.254771] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 249, base_baud = 3000000) is a 8250
[ 1.263659] printk: legacy console [ttyS2] enabled
[ 1.263659] printk: legacy console [ttyS2] enabled
[ 1.273360] printk: legacy bootconsole [ns16550a0] disabled
[ 1.273360] printk: legacy bootconsole [ns16550a0] disabled
[ 1.327555] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.338811] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.346945] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[ 1.359889] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.367022] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.377278] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.386844] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.392375] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 1.400138] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 1.406142] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000000010
[ 1.415569] xhci-hcd xhci-hcd.0.auto: irq 251, io mem 0x31100000
[ 1.422301] hub 1-0:1.0: USB hub found
[ 1.426087] hub 1-0:1.0: 1 port detected
[ 1.438359] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.445136] pca953x 1-0022: using AI
[ 1.455736] mmc1: CQHCI version 5.10
[ 1.470995] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.480320] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.498109] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.552539] mmc1: new high speed SDHC card at address b368
[ 1.558613] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 1.564829] mmcblk1: p1 p2 p3
[ 1.683565] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 1.902454] hub 1-1:1.0: USB hub found
[ 1.907786] hub 1-1:1.0: 4 ports detected
[ 2.251543] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[ 2.491538] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[ 3.011555] usb 1-1.4: new high-speed USB device number 5 using xhci-hcd
[ 3.182506] hub 1-1.4:1.0: USB hub found
[ 3.187970] hub 1-1.4:1.0: 4 ports detected
[ 3.531542] usb 1-1.4.1: new high-speed USB device number 6 using xhci-hcd
[ 3.999544] usb 1-1.4.2: new high-speed USB device number 7 using xhci-hcd
[ 4.289958] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 4.296801] scsi host0: usb-storage 1-1.4.2:1.0
[ 4.379542] usb 1-1.4.4: new full-speed USB device number 8 using xhci-hcd
[ 4.752710] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.3/0003:17EF:60F4.0001/input/input0
[ 4.827713] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.4.4/input3
[ 5.305609] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 5.314550] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 5.322900] sd 0:0:0:0: [sda] Write Protect is off
[ 5.328396] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 5.398120] sda: sda1
[ 5.400752] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 5.593051] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.615534] Sending DHCP requests ., OK
[ 5.635384] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.99
[ 5.643046] IP-Config: Complete:
[ 5.646272] device=eth0, hwaddr=3c:e0:64:62:db:99, ipaddr=192.168.0.99, mask=255.255.255.0, gw=192.168.0.1
[ 5.656350] host=192.168.0.99, domain=ti.com, nis-domain=(none)
[ 5.662695] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.662701] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.675478] clk: Disabling unused clocks
[ 5.683944] ALSA device list:
[ 5.686904] No soundcards found.
[ 5.706111] VFS: Mounted root (nfs filesystem) on device 0:21.
[ 5.712482] devtmpfs: mounted
[ 5.716200] Freeing unused kernel memory: 2560K
[ 5.720816] Run /sbin/init as init process
[ 5.875176] systemd[1]: System time before build time, advancing clock.
[ 5.961253] NET: Registered PF_INET6 protocol family
[ 5.972120] Segment Routing with IPv6
[ 5.975818] In-situ OAM (IOAM) with IPv6
[ 6.009817] 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.041632] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 6.117469] systemd[1]: Hostname set to <am65xx-evm>.
[ 6.236986] systemd-sysv-generator[99]: 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.262067] systemd-sysv-generator[99]: 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.287780] systemd-sysv-generator[99]: 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.319991] systemd[90]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 6.684051] 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.769466] 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.874042] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.937817] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 6.962252] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 6.986231] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.009711] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.031945] 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.055846] 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.079939] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 7.095691] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 7.115657] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 7.131689] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 7.183600] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 7.207802] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 7.237306] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 7.260021] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 7.285022] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 7.308713] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 7.332269] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 7.349042] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 7.374036] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 7.396122] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 7.416880] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 7.464014] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 7.488105] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 7.531992] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 7.552156] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 7.571729] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 7.597745] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 7.624100] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 7.652055] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 7.682914] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 7.745913] fuse: init (API version 7.39)
[ 7.756398] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 7.786181] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 7.804398] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 7.844945] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 7.872393] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 7.897289] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 7.925086] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 7.953329] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 7.984128] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.004395] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 8.032268] 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...
[ 8.402128] systemd-journald[116]: 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.596412] audit: type=1334 audit(1651167747.720:2): prog-id=5 op=LOAD
[ 8.603220] audit: type=1334 audit(1651167747.724: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.
[ 8.703578] random: crng init done
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.
[ 9.065385] omap-mailbox 29000000.mailbox: no available mbox devices found
Starting [0;1;39mNetwork Time Synchronization[0m...
[ 9.082274] omap-mailbox 29010000.mailbox: no available mbox devices found
[ 9.090508] omap-mailbox 29020000.mailbox: no available mbox devices found
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 9.139765] omap-mailbox 29030000.mailbox: no available mbox devices found
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.284642] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[ 9.305045] tlv320aic3x 1-001b: Failed to request supplies: -517
[ 9.349623] tlv320aic3x 1-001b: Failed to request supplies: -517
[ 9.361168] tlv320aic3x 1-001b: Failed to request supplies: -517
[ 9.408445] tlv320aic3x 1-001b: Failed to request supplies: -517
[ 9.547693] systemd-journald[116]: Oldest entry in /run/log/journal/b366648ecba44ac5b2a299bd8837934a/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 9.557174] usbcore: registered new device driver onboard-usb-hub
[ 9.568717] systemd-journald[116]: /run/log/journal/b366648ecba44ac5b2a299bd8837934a/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 9.574924] usb 1-1.1: USB disconnect, device number 3
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 9.623241] tlv320aic3x 1-001b: Failed to request supplies: -517
[[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.650617] usbcore: registered new interface driver cdc_acm
[ 9.657243] usb 1-1.2: USB disconnect, device number 4
[ 9.666753] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[[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.685945] usbcore: registered new interface driver cdc_ether
[[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.
[ 9.732756] mc: Linux media interface: v0.10
[ 9.745695] usb 1-1.4: USB disconnect, device number 5
[ 9.745778] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[ 9.745877] usbcore: registered new interface driver cdc_ncm
[ 9.753982] usb 1-1.4.1: USB disconnect, device number 6
[ 9.760970] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 03 9d 1f fe 00 00 01 00
Starting [0;1;39mDocker Socket for the API[0m...
[ 9.781684] I/O error, dev sda, sector 60628990 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[[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.
[ 9.855006] videodev: Linux video capture interface: v2.00
Starting [0;1;39mWeston socket[0m...
[ 9.863860] usb 1-1.4.2: USB disconnect, device number 7
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 9.887673] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[ 9.902369] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 03 9d 1f f8 00 00 01 00
[ 9.910681] I/O error, dev sda, sector 60628984 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 9.919496] Buffer I/O error on dev sda, logical block 7578623, async page read
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.
[ 10.016835] usb 1-1.4.4: USB disconnect, device number 8
[ 10.071946] usbcore: registered new interface driver uvcvideo
[[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.
[ 10.273950] tlv320aic3x 1-001b: Failed to request supplies: -517
Starting [0;1;39mPrint notice about GPLv3 packages[0m[ 10.283160] tlv320aic3x 1-001b: Failed to request supplies: -517
...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 10.438115] audit: type=1334 audit(1704445531.806:4): prog-id=7 op=LOAD
[ 10.446525] audit: type=1334 audit(1704445531.814:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[ 10.496187] hub 1-1:1.0: USB hub found
Starting [0;1;39mTelnet Server[0m...
[ 10.502312] hub 1-1:1.0: 4 ports detected
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 10.655673] hub 1-1:1.0: USB hub found
[ 10.661663] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[ 11.011641] usb 1-1.1: new full-speed USB device number 9 using xhci-hcd
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 11.180162] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.199686] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ 11.226539] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.233173] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 11.287101] usb 1-1.2: new high-speed USB device number 10 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigu[ 11.911717] cdc_ncm 1-1.2:2.0: MAC-Address: 20:7b:d2:46:6e:d2
re wl18xx bluetooth stack[0m.
[ 11.923038] cdc_ncm 1-1.2:2.0: setting rx_max = 16384
See 'systemctl status bt-enable.service' for details.
[ 11.943442] cdc_ncm 1-1.2:2.0: setting tx_max = 16384
[ 11.958636] cdc_ncm 1-1.2:2.0 eth1: register 'cdc_ncm' at usb-xhci-hcd.0.auto-1.2, CDC NCM (NO ZLP), 20:7b:d2:46:6e:d2
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[ 12.055092] usb 1-1.4: new high-speed USB device number 11 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 12.256779] hub 1-1.4:1.0: USB hub found
[ 12.266204] hub 1-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 12.377728] audit: type=1334 audit(1704445533.746:6): prog-id=9 op=LOAD
[ 12.386990] audit: type=1334 audit(1704445533.754:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 12.415909] hub 1-1.4:1.0: USB hub found
[ 12.431978] hub 1-1.4:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 12.767607] usb 1-1.4.1: new high-speed USB device number 12 using xhci-hcd
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[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;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[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/mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
[ 13.150865] usb 1-1.4.1: Found UVC 1.00 device <unnamed> (046d:081b)
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[ 13.199472] EXT4-fs (mmcblk1p3): mounted filesystem 5365c890-7540-4f4d-a76c-b3f14bc8a779 r/w with ordered data mode. Quota mode: none.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
[ 13.279807] usb 1-1.4.2: new high-speed USB device number 13 using xhci-hcd
[ 13.283968] EXT4-fs (mmcblk1p2): mounted filesystem 3b8fa005-b782-4117-863b-a9788526d916 r/w with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[ 13.392706] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 13.404009] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[ 13.407654] audit: type=1006 audit(1704445534.774:8): pid=580 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.422201] scsi host0: usb-storage 1-1.4.2:1.0
[ 13.423335] audit: type=1300 audit(1704445534.774:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffebb4a7d8 a2=4 a3=ffff90084020 items=0 ppid=1 pid=580 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 13.454465] audit: type=1327 audit(1704445534.774:8): proctitle="(systemd)"
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[ 13.539573] usb 1-1.4.4: new full-speed USB device number 14 using xhci-hcd
[ 13.761864] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.3/0003:17EF:60F4.0002/input/input1
[ 13.839826] hid-generic 0003:17EF:60F4.0002: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.4.4/input3
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 14.063902] audit: type=1006 audit(1704445535.434:9): pid=480 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 14.076424] audit: type=1300 audit(1704445535.434:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffebb4a7d8 a2=4 a3=ffff90084020 items=0 ppid=1 pid=480 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 14.102801] audit: type=1327 audit(1704445535.434:9): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 14.461632] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 14.470687] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 14.479101] sd 0:0:0:0: [sda] Write Protect is off
[ 14.484645] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 14.554807] sda: sda1
[ 14.557568] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am65xx-evm -
Arago 2023.04 am65xx-evm -
am65xx-evm login: root
[ 15.851134] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.852102] audit: type=1006 audit(1704445537.218:10): pid=656 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 15.873052] audit: type=1300 audit(1704445537.218:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffebb4a7d8 a2=1 a3=ffff90084020 items=0 ppid=1 pid=656 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)
[ 15.899390] audit: type=1327 audit(1704445537.218:10): proctitle="(systemd)"
[ 15.906477] audit: type=1334 audit(1704445537.254:11): prog-id=11 op=LOAD
[ 15.913305] audit: type=1300 audit(1704445537.254:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff6353220 a2=78 a3=0 items=0 ppid=1 pid=656 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)
[ 15.938702] audit: type=1327 audit(1704445537.254:11): proctitle="(systemd)"
[ 15.945800] audit: type=1334 audit(1704445537.266:12): prog-id=11 op=UNLOAD
7[r[999;999H[6nroot@am65xx-evm:~# uname -a
Linux am65xx-evm 6.7.0-rc8-next-20240105-00002-g6a541801874a #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62axx_sk-fs-00/autofs/5b50ed8fc16d4492c177b239bf042601,nolock,v3,tcp,rsize=4096,wsize=4096
root@am65xx-evm:~# uname -a
Linux am65xx-evm 6.7.0-rc8-next-20240105-00002-g6a541801874a #105 SMP PREEMPT Fri Jan 5 14:11:58 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am65xx-evm:~# cat /proc/mtd
dev: size erasesize name
root@am65xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am65xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 26320
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_0-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am65x-mcu-r5f0_1-fw -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am65x-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am65xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-pru2_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am65x-rtu2_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt2_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am65x-txpru2_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
-rw-r--r-- 1 root root 432248 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4105608 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1489652 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 432248 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 432276 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4105608 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-pruss
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am65xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk1 766 45 51796 4794 2 0 16 17 0 2148 4812 0 0 0 0 0 0
179 1 mmcblk1p1 271 10 16640 1761 0 0 0 0 0 1376 1761 0 0 0 0 0 0
179 2 mmcblk1p2 223 31 17226 1306 1 0 8 1 0 1224 1307 0 0 0 0 0 0
179 3 mmcblk1p3 234 4 16730 1608 1 0 8 16 0 1312 1624 0 0 0 0 0 0
8 0 sda 312 31 16467 758 0 0 0 0 0 668 758 0 0 0 0 0 0
8 1 sda1 270 31 15267 650 0 0 0 0 0 564 650 0 0 0 0 0 0
root@am65xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 3110 3174 3326 2836 GICv3 30 Level arch_timer
14: 0 0 0 0 GICv3 23 Level arm-pmu
15: 691 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
24: 3470 0 0 0 GICv3 193 Level 20000000.i2c
25: 42 0 0 0 GICv3 194 Level 20010000.i2c
26: 0 0 0 0 GICv3 195 Level 20020000.i2c
45: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan0
57: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan0
75: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan1
93: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan1
115: 0 0 0 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
123: 9 0 0 0 MSI-INTA 1970715 Level 8000000.ethernet-tx1
131: 0 0 0 0 MSI-INTA 1970723 Level 8000000.ethernet-tx2
139: 18 0 0 0 MSI-INTA 1970731 Level 8000000.ethernet-tx3
147: 27550 0 0 0 MSI-INTA 1970739 Level 8000000.ethernet-tx4
155: 19 0 0 0 MSI-INTA 1970747 Level 8000000.ethernet-tx5
163: 0 0 0 0 MSI-INTA 1970755 Level 8000000.ethernet-tx6
171: 27 0 0 0 MSI-INTA 1970763 Level 8000000.ethernet-tx7
205: 37830 0 0 0 MSI-INTA 1971731 Level 8000000.ethernet
249: 647 0 0 0 GICv3 210 Level 2800000.serial
251: 1891 0 0 0 GICv3 258 Level xhci-hcd:usb1
254: 0 0 0 0 GPIO 0 Edge -davinci_gpio tps6594-1-0x48
403: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
432: 1571 0 0 0 GICv3 115 Level mmc1
433: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
434: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
435: 0 0 0 0 tps6594-1-0x48 0 Edge buck1_ov
436: 0 0 0 0 tps6594-1-0x48 1 Edge buck1_uv
437: 0 0 0 0 tps6594-1-0x48 2 Edge buck1_sc
438: 0 0 0 0 tps6594-1-0x48 3 Edge buck1_ilim
439: 0 0 0 0 tps6594-1-0x48 4 Edge buck2_ov
440: 0 0 0 0 tps6594-1-0x48 5 Edge buck2_uv
441: 0 0 0 0 tps6594-1-0x48 6 Edge buck2_sc
442: 0 0 0 0 tps6594-1-0x48 7 Edge buck2_ilim
443: 0 0 0 0 tps6594-1-0x48 8 Edge buck3_ov
445: 0 0 0 0 tps6594-1-0x48 9 Edge buck3_uv
446: 0 0 0 0 tps6594-1-0x48 10 Edge buck3_sc
447: 0 0 0 0 tps6594-1-0x48 11 Edge buck3_ilim
448: 0 0 0 0 tps6594-1-0x48 12 Edge buck4_ov
449: 0 0 0 0 tps6594-1-0x48 13 Edge buck4_uv
450: 0 0 0 0 tps6594-1-0x48 14 Edge buck4_sc
451: 0 0 0 0 tps6594-1-0x48 15 Edge buck4_ilim
452: 0 0 0 0 tps6594-1-0x48 16 Edge buck5_ov
453: 0 0 0 0 tps6594-1-0x48 17 Edge buck5_uv
454: 0 0 0 0 tps6594-1-0x48 18 Edge buck5_sc
455: 0 0 0 0 tps6594-1-0x48 19 Edge buck5_ilim
456: 0 0 0 0 tps6594-1-0x48 20 Edge ldo1_ov
457: 0 0 0 0 tps6594-1-0x48 21 Edge ldo1_uv
458: 0 0 0 0 tps6594-1-0x48 22 Edge ldo1_sc
459: 0 0 0 0 tps6594-1-0x48 23 Edge ldo1_ilim
460: 0 0 0 0 tps6594-1-0x48 24 Edge ldo2_ov
461: 0 0 0 0 tps6594-1-0x48 25 Edge ldo2_uv
462: 0 0 0 0 tps6594-1-0x48 26 Edge ldo2_sc
463: 0 0 0 0 tps6594-1-0x48 27 Edge ldo2_ilim
464: 0 0 0 0 tps6594-1-0x48 28 Edge ldo3_ov
465: 0 0 0 0 tps6594-1-0x48 29 Edge ldo3_uv
466: 0 0 0 0 tps6594-1-0x48 30 Edge ldo3_sc
467: 0 0 0 0 tps6594-1-0x48 31 Edge ldo3_ilim
468: 0 0 0 0 tps6594-1-0x48 32 Edge ldo4_ov
469: 0 0 0 0 tps6594-1-0x48 33 Edge ldo4_uv
470: 0 0 0 0 tps6594-1-0x48 34 Edge ldo4_sc
471: 0 0 0 0 tps6594-1-0x48 35 Edge ldo4_ilim
472: 0 0 0 0 tps6594-1-0x48 36 Edge vcca_ov
473: 0 0 0 0 tps6594-1-0x48 37 Edge vcca_uv
491: 0 0 0 0 tps6594-1-0x48 55 Edge npwron_start
492: 0 0 0 0 tps6594-1-0x48 56 Edge enable
493: 0 0 0 0 tps6594-1-0x48 57 Edge fsd
494: 0 0 0 0 tps6594-1-0x48 58 Edge soft_reboot
495: 0 0 0 0 tps6594-1-0x48 59 Edge bist_pass
496: 0 0 0 0 tps6594-1-0x48 60 Edge ext_clk
497: 0 0 0 0 tps6594-1-0x48 61 Edge twarn
498: 0 0 0 0 tps6594-1-0x48 62 Edge tsd_ord
499: 0 0 0 0 tps6594-1-0x48 63 Edge bist_fail
500: 0 0 0 0 tps6594-1-0x48 64 Edge reg_crc_err
501: 0 0 0 0 tps6594-1-0x48 65 Edge recov_cnt
502: 0 0 0 0 tps6594-1-0x48 66 Edge spmi_err
503: 0 0 0 0 tps6594-1-0x48 67 Edge npwron_long
504: 0 0 0 0 tps6594-1-0x48 68 Edge nint_readback
505: 0 0 0 0 tps6594-1-0x48 69 Edge nrstout_readback
506: 0 0 0 0 tps6594-1-0x48 70 Edge tsd_imm
507: 0 0 0 0 tps6594-1-0x48 71 Edge vcca_ovp
508: 0 0 0 0 tps6594-1-0x48 72 Edge pfsm_err
509: 0 0 0 0 tps6594-1-0x48 73 Edge imm_shutdown
510: 0 0 0 0 tps6594-1-0x48 74 Edge ord_shutdown
511: 0 0 0 0 tps6594-1-0x48 75 Edge mcu_pwr_err
512: 0 0 0 0 tps6594-1-0x48 76 Edge soc_pwr_err
513: 0 0 0 0 tps6594-1-0x48 77 Edge comm_frm_err
514: 0 0 0 0 tps6594-1-0x48 78 Edge comm_crc_err
515: 0 0 0 0 tps6594-1-0x48 79 Edge comm_adr_err
516: 0 0 0 0 tps6594-1-0x48 82 Edge en_drv_readback
517: 0 0 0 0 tps6594-1-0x48 83 Edge nrstout_soc_readback
518: 0 0 0 0 tps6594-1-0x48 84 Edge esm_soc_pin
519: 0 0 0 0 tps6594-1-0x48 85 Edge esm_soc_fail
520: 0 0 0 0 tps6594-1-0x48 86 Edge esm_soc_rst
IPI0: 1547 4020 3147 2944 Rescheduling interrupts
IPI1: 4566 10577 10818 10970 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 0 0 0 0 IRQ work interrupts
Err: 0
root@am65xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 10 0 3 0
TIMER: 897 1130 1016 904
NET_TX: 41 3 3 3
NET_RX: 26214 12 18 13
BLOCK: 0 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 3312 2 10 6
SCHED: 1766 1812 1828 1538
HRTIMER: 0 0 0 0
RCU: 2721 3611 3851 3500
root@am65xx-evm:~# ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@am65xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am65xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.132
ti-test-extras - 1.0-r0.132
0
root@am65xx-evm:~# depmod -a
root@am65xx-evm:~# lsmod
Module Size Used by
overlay 139264 0
cfg80211 417792 0
rfkill 28672 2 cfg80211
pinctrl_tps6594 12288 0
gpio_regmap 12288 1 pinctrl_tps6594
tps6594_pfsm 12288 0
tps6594_esm 12288 0
tps6594_regulator 20480 2
uvcvideo 98304 0
videobuf2_vmalloc 12288 1 uvcvideo
uvc 12288 1 uvcvideo
videobuf2_memops 12288 1 videobuf2_vmalloc
videobuf2_v4l2 32768 1 uvcvideo
videobuf2_common 57344 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videodev 258048 2 videobuf2_v4l2,uvcvideo
mc 61440 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
cdc_ncm 32768 0
cdc_ether 16384 1 cdc_ncm
cdc_acm 32768 0
usbnet 40960 2 cdc_ncm,cdc_ether
snd_soc_simple_card 16384 0
onboard_usb_hub 16384 0
snd_soc_simple_card_utils 28672 1 snd_soc_simple_card
crct10dif_ce 12288 1
k3_j72xx_bandgap 12288 0
rti_wdt 12288 0
snd_soc_davinci_mcasp 32768 2
tps6594_i2c 12288 0
tps6598x 24576 0
snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp
snd_soc_tlv320aic3x_i2c 12288 1
tps6594_core 20480 1 tps6594_i2c
snd_soc_tlv320aic3x 73728 1 snd_soc_tlv320aic3x_i2c
typec 81920 1 tps6598x
snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp
omap_mailbox 20480 0
fuse 131072 1
drm 573440 0
drm_panel_orientation_quirks 24576 1 drm
backlight 20480 1 drm
ipv6 462848 40
root@am65xx-evm:~# echo 'hello world'
hello world
root@am65xx-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment