Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created April 3, 2024 12:00
Show Gist options
  • Save DhruvaG2000/036010f6ae75aa6443fc77f61fd74893 to your computer and use it in GitHub Desktop.
Save DhruvaG2000/036010f6ae75aa6443fc77f61fd74893 to your computer and use it in GitHub Desktop.
#check prompt
=> #check prompt
=> #check prompt
=> #check prompt
=>
U-Boot SPL 2024.04-00437-gf2e334642424-dirty (Apr 03 2024 - 17:13:13 +0530)
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 930435 bytes
Starting ATF on ARM64 core...
DEBUG1
DEBUG2
U-Boot SPL 2024.04-00437-gf2e334642424-dirty (Apr 03 2024 - 17:13:23 +0530)
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 736995 bytes
U-Boot 2024.04-00437-gf2e334642424-dirty (Apr 03 2024 - 17:13:23 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 57 devices, 23 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=>
=> version
U-Boot 2024.04-00437-gf2e334642424-dirty (Apr 03 2024 - 17:13:23 +0530)
=> setenv bootargs 'console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled '
=> setenv bootcmd ''
=> setenv autoload 'no'
=> setenv serverip '192.168.0.1'
=> setenv _initramfs -
=> printenv
_initramfs=-
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
autoload=no
baudrate=115200
board=am62x
board_name=am62x
boot=mmc
boot_fdt=try
boot_fit=0
boot_targets=mmc1 mmc0 usb pxe dhcp
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
bootcmd=
bootcmd_ti_mmc=run findfdt; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
do_main_cpsw0_qsgmii_phyinit=0
dtboaddr=0x89000000
envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi;
ethaddr=1c:63:49:22:4e:bf
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=ffb110a0
fdtfile=ti/k3-am625-sk.dtb
fdtoverlay_addr_r=0x89000000
findfdt=echo WARN: fdtfile already set. Stop using findfdt in script
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
kernel_addr_r=0x82000000
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
name_fit=fitImage
name_kern=Image
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scriptaddr=0x80000000
serverip=192.168.0.1
soc=k3
splashfile=ti_logo_414x97_32bpp.bmp.gz
splashimage=0x80200000
splashpos=m,m
splashsource=sf
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 3727/126972 bytes
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled
=> setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp '
=> setenv serverip '192.168.0.1'
=> setenv autoload 'no'
=> dhcp
ethernet@8000000port@1 Waiting for PHY auto negotiation to complete. done
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.252 (1239 ms)
=> tftp ${loadaddr} 192.168.0.1:vatf_am62xx_sk-fs/5b08862607bfda47d352c0196b1ec104
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.252
Filename 'vatf_am62xx_sk-fs/5b08862607bfda47d352c0196b1ec104'.
Load address: 0x82000000
Loading: *T #T ################################################# 18.5 MiB
1.6 MiB/s
done
Bytes transferred = 19376640 (127aa00 hex)
=> tftp ${fdt_addr_r} 192.168.0.1:vatf_am62xx_sk-fs/bd8b7f26aba42369333e903d33a7a170
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.252
Filename 'vatf_am62xx_sk-fs/bd8b7f26aba42369333e903d33a7a170'.
Load address: 0x88000000
Loading: *################################################## 58.2 KiB
5.7 MiB/s
done
Bytes transferred = 59546 (e89a hex)
=> fdt address ${fdt_addr_r}
Working FDT set to 88000000
=> printenv bootargs
bootargs=console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp
=> setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/ac65900275e7079261ed5abe5d53477d,nolock,v3,tcp,rsize=4096,wsize=4096 '
=> printenv bootcmd
bootcmd=
=> setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else booti ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi'
=> version
U-Boot 2024.04-00437-gf2e334642424-dirty (Apr 03 2024 - 17:13:23 +0530)
=> bdinfo
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.252
fdt_blob = 0x00000000ffb110a0
new_fdt = 0x00000000ffb110a0
fdt_size = 0x0000000000010d00
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11090
sp start = 0x00000000ffb11090
Early malloc usage: 2b30 / 8000
=>
boot_params = 0x0000000000000000
DRAM bank = 0x0000000000000000
-> start = 0x0000000080000000
-> size = 0x0000000080000000
flashstart = 0x0000000000000000
flashsize = 0x0000000000000000
flashoffset = 0x0000000000000000
baudrate = 115200 bps
relocaddr = 0x00000000fff41000
reloc off = 0x000000007f741000
Build = 64-bit
current eth = ethernet@8000000port@1
ethaddr = 1c:63:49:22:4e:bf
IP addr = 192.168.0.252
fdt_blob = 0x00000000ffb110a0
new_fdt = 0x00000000ffb110a0
fdt_size = 0x0000000000010d00
multi_dtb_fit= 0x0000000000000000
lmb_dump_all:
memory.cnt = 0x1 / max = 0x10
memory[0] [0x80000000-0xffffffff], 0x80000000 bytes flags: 0
reserved.cnt = 0x4 / max = 0x10
reserved[0] [0x9ca00000-0x9cafffff], 0x00100000 bytes flags: 0
reserved[1] [0x9db00000-0x9e6fffff], 0x00c00000 bytes flags: 4
reserved[2] [0x9e780000-0x9fffffff], 0x01880000 bytes flags: 4
reserved[3] [0xfeb0a000-0xffffffff], 0x014f6000 bytes flags: 0
devicetree = separate
serial addr = 0x0000000002800000
width = 0x0000000000000000
shift = 0x0000000000000002
offset = 0x0000000000000000
clock = 0x0000000002dc6c00
arch_number = 0x0000000000000000
TLB addr = 0x00000000ffff0000
irq_sp = 0x00000000ffb11090
sp start = 0x00000000ffb11090
Early malloc usage: 2b30 / 8000
=> ls mmc 0:1
335066 tiboot3.bin
964124 tispl.bin
895936 u-boot.img
3 file(s), 0 dir(s)
=> ls mmc 1:1
EFI/
19376640 Image
292913 tiboot3-am62x-gp-evm.bin
295502 tiboot3-am62x-hs-evm.bin
295502 tiboot3-am62x-hs-fs-evm.bin
295502 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1182907 tispl.bin
987683 u-boot.img
574 uEnv.txt
4 ws-calibrate.rules
10 file(s), 1 dir(s)
=> ext4ls mmc 0:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 63 am62-main-r5f0_0-fw
<SYM> 72 am62-mcu-m4f0_0-fw
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2120860 iwlwifi-8000C-22.ucode
2227284 iwlwifi-8000C-27.ucode
2310116 iwlwifi-8000C-31.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
1811984 iwlwifi-8265-22.ucode
2234528 iwlwifi-8265-27.ucode
2307104 iwlwifi-8265-31.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode
2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode
1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pdk-ipc
<DIR> 4096 pru
4592 regulatory.db
1182 regulatory.db.p7s
114688 rgx.fw.33.15.11.3
114688 rgx.fw.33.15.11.3.64k
349784 rgx.sh.33.15.11.3
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-sysfw
=> ext4ls mmc 1:2 /lib/firmware
<DIR> 4096 .
<DIR> 4096 ..
2040 LICENCE.ibt_firmware
2046 LICENCE.iwlwifi_firmware
<SYM> 68 am62-main-r5f0_0-fw
<SYM> 75 am62-main-r5f0_0-fw-sec
<SYM> 68 am62-mcu-m4f0_0-fw
<SYM> 75 am62-mcu-m4f0_0-fw-sec
<SYM> 47 am62x-pru0-fw
<SYM> 47 am62x-pru1-fw
478552 bl32.bin
4319944 bl32.elf
<DIR> 4096 intel
918268 iwlwifi-3160-17.ucode
2448976 iwlwifi-8000C-34.ucode
2428004 iwlwifi-8000C-36.ucode
2440780 iwlwifi-8265-34.ucode
2436632 iwlwifi-8265-36.ucode
2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode
2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode
1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode
<DIR> 4096 pru
4728 regulatory.db
1182 regulatory.db.p7s
126976 rgx.fw.33.15.11.3
126976 rgx.fw.33.15.11.3.64k
387960 rgx.sh.33.15.11.3
28 tee-header_v2.bin
0 tee-pageable_v2.bin
478552 tee-pager_v2.bin
478552 tee-raw.bin
478580 tee.bin
4319944 tee.elf
<DIR> 4096 ti-connectivity
<DIR> 4096 ti-ipc
=> mmc rescan; echo $?
0
=> fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4
4 bytes written in 26 ms (0 Bytes/s)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffee000, end 000000008ffff899 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.82-ti-ge44f83d2aa43 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Mar 25 23:31:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 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] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/ac65900275e7079261ed5abe5d53477d,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1848332K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 117748K reserved, 131072K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008545] Console: colour dummy device 80x25
[ 0.013145] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023830] pid_max: default: 32768 minimum: 301
[ 0.028599] LSM: Security Framework initializing
[ 0.033455] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041042] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050877] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058325] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064629] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072026] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078419] rcu: Hierarchical SRCU implementation.
[ 0.083330] rcu: Max phase no-delay instances is 1000.
[ 0.088936] Platform MSI: msi-controller@1820000 domain created
[ 0.095243] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104641] EFI services will not be available.
[ 0.109566] smp: Bringing up secondary CPUs ...
[ 0.114908] Detected VIPT I-cache on CPU1
[ 0.115029] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115047] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
[ 0.115105] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115848] Detected VIPT I-cache on CPU2
[ 0.115927] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115941] GICv3: CPU2: using allocated LPI pending table @0x0000000080470000
[ 0.115978] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116634] Detected VIPT I-cache on CPU3
[ 0.116713] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.116726] GICv3: CPU3: using allocated LPI pending table @0x0000000080480000
[ 0.116758] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.116827] smp: Brought up 1 node, 4 CPUs
[ 0.196577] SMP: Total of 4 processors activated.
[ 0.201391] CPU features: detected: 32-bit EL0 Support
[ 0.206664] CPU features: detected: CRC32 instructions
[ 0.211983] CPU: All CPU(s) started at EL2
[ 0.216184] alternatives: applying system-wide alternatives
[ 0.223763] devtmpfs: initialized
[ 0.235623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245629] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257691] pinctrl core: initialized pinctrl subsystem
[ 0.263721] DMI not present or invalid.
[ 0.268311] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275541] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.283034] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.291102] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.299288] audit: initializing netlink subsys (disabled)
[ 0.304984] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305456] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312919] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.319103] cpuidle: using governor menu
[ 0.329967] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.337002] ASID allocator initialised with 65536 entries
[ 0.353000] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.362472] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.373811] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.384737] KASLR disabled due to lack of seed
[ 0.396127] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.403104] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.409515] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.416455] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.422863] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.429803] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.436212] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.443150] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.451052] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.461621] iommu: Default domain type: Translated
[ 0.466641] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.473373] SCSI subsystem initialized
[ 0.477588] usbcore: registered new interface driver usbfs
[ 0.483237] usbcore: registered new interface driver hub
[ 0.488701] usbcore: registered new device driver usb
[ 0.494336] pps_core: LinuxPPS API ver. 1 registered
[ 0.499418] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.508772] PTP clock support registered
[ 0.512917] EDAC MC: Ver: 3.0.0
[ 0.517061] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.524098] FPGA manager framework
[ 0.527662] Advanced Linux Sound Architecture Driver Initialized.
[ 0.534895] clocksource: Switched to clocksource arch_sys_counter
[ 0.541403] VFS: Disk quotas dquot_6.6.0
[ 0.545461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.558586] NET: Registered PF_INET protocol family
[ 0.563893] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.573204] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.582014] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.589951] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.598158] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.606153] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.613074] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.619996] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.627550] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.633822] RPC: Registered named UNIX socket transport module.
[ 0.639902] RPC: Registered udp transport module.
[ 0.644712] RPC: Registered tcp transport module.
[ 0.649522] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.656114] NET: Registered PF_XDP protocol family
[ 0.661029] PCI: CLS 0 bytes, default 64
[ 0.665870] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.676001] Initialise system trusted keyrings
[ 0.680824] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.691893] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.698487] NFS: Registering the id_resolver key type
[ 0.703706] Key type id_resolver registered
[ 0.707986] Key type id_legacy registered
[ 0.712140] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.718997] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.762848] Key type asymmetric registered
[ 0.767044] Asymmetric key parser 'x509' registered
[ 0.772086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.779825] io scheduler mq-deadline registered
[ 0.784464] io scheduler kyber registered
[ 0.792092] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.798650] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.806202] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.818707] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.835104] loop: module loaded
[ 0.839543] megasas: 07.719.03.00-rc1
[ 0.846431] tun: Universal TUN/TAP device driver, 1.6
[ 0.852399] VFIO - User Level meta-driver version: 0.3
[ 0.858470] usbcore: registered new interface driver usb-storage
[ 0.865190] i2c_dev: i2c /dev entries driver
[ 0.871119] sdhci: Secure Digital Host Controller Interface driver
[ 0.877455] sdhci: Copyright(c) Pierre Ossman
[ 0.882135] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.888721] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.895088] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.902048] usbcore: registered new interface driver usbhid
[ 0.907752] usbhid: USB HID core driver
[ 0.912592] optee: probing for conduit method.
[ 0.917198] optee: revision 4.1 (012cdca4)
[ 0.917519] optee: dynamic shared memory is enabled
[ 0.926981] optee: initialized driver
[ 0.932421] Initializing XFRM netlink socket
[ 0.936858] NET: Registered PF_PACKET protocol family
[ 0.942102] Key type dns_resolver registered
[ 0.946943] registered taskstats version 1
[ 0.951157] Loading compiled-in X.509 certificates
[ 0.965771] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.044618] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.051679] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 1.060854] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 1.070254] i2c 1-003b: Fixed dependency cycle(s) with /connector
[ 1.076536] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[ 1.084368] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.091422] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.097400] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.106650] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.119219] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.127543] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.138585] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.148789] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.159044] printk: console [ttyS2] disabled
[ 1.163503] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.172393] printk: console [ttyS2] enabled
[ 1.172393] printk: console [ttyS2] enabled
[ 1.180852] printk: bootconsole [ns16550a0] disabled
[ 1.180852] printk: bootconsole [ns16550a0] disabled
[ 1.192297] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.238918] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.249162] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.257274] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.265405] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.278361] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.284630] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.291756] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.298221] pps pps0: new PPS source ptp0
[ 1.302539] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.312937] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.322431] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.335358] mmc0: CQHCI version 5.10
[ 1.340232] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.347010] pca953x 1-0022: using AI
[ 1.376755] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.380407] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.381831] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.396152] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.401546] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.408292] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.414609] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.420997] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.427156] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.434005] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.440402] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.457644] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.458012] mmc1: CQHCI version 5.10
[ 1.458031] mmc2: CQHCI version 5.10
[ 1.466966] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.479673] mmc0: Command Queue Engine enabled
[ 1.484175] mmc0: new HS200 MMC card at address 0001
[ 1.489916] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.496220] mmcblk0: p1 p2
[ 1.499717] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.499775] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.505836] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.510042] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.525799] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.541322] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.550690] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.575337] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.582844] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.592573] mmcblk1: p1 p2 p3
[ 5.640424] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.666924] Sending DHCP requests ., OK
[ 5.687122] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.252
[ 5.695011] IP-Config: Complete:
[ 5.698254] device=eth0, hwaddr=1c:63:49:22:4e:bf, ipaddr=192.168.0.252, mask=255.255.255.0, gw=192.168.0.1
[ 5.708520] host=192.168.0.252, domain=ti.com, nis-domain=(none)
[ 5.715029] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.715063] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.744858] ALSA device list:
[ 5.747951] No soundcards found.
[ 5.766954] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.773216] devtmpfs: mounted
[ 5.777548] Freeing unused kernel memory: 1984K
[ 5.791022] Run /sbin/init as init process
[ 6.422598] systemd[1]: System time before build time, advancing clock.
[ 6.592522] NET: Registered PF_INET6 protocol family
[ 6.603329] Segment Routing with IPv6
[ 6.607091] In-situ OAM (IOAM) with IPv6
[ 6.736063] 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.768565] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.916167] systemd[1]: Hostname set to <am62xx-evm>.
[ 7.203486] systemd-sysv-generator[162]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.204067] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.702956] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.791258] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.892668] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.968190] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.994332] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.018647] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.044888] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.075015] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.099529] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.123607] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.139200] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.159278] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.175469] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.261892] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.283510] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.323738] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.348022] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.374605] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.398613] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.426128] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.452414] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.483155] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.509587] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.535171] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.595621] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.624896] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.675754] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.700436] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.726322] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.780014] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.811633] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.842265] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.866601] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.940190] fuse: init (API version 7.37)
[ 8.956069] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.992600] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.007959] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.049066] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.180091] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.201474] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.233867] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.265638] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.293780] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.307899] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[ 9.315236] cryptodev: loading out-of-tree module taints kernel.
[ 9.326743] cryptodev: driver 1.12 loaded.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.777124] systemd-journald[177]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 10.063762] audit: type=1334 audit(1651167748.640:2): prog-id=5 op=LOAD
[ 10.072533] audit: type=1334 audit(1651167748.648:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 10.714951] random: crng init done
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.892726] systemd-journald[177]: Oldest entry in /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 10.911825] systemd-journald[177]: /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal: Journal header limits reached or header out-of-date, rotating.
n[0m.
[ 10.938267] mc: Linux media interface: v0.10
[[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.
[ 11.058469] videodev: Linux video capture interface: v2.00
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[ 11.073811] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.096612] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 11.115989] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
Starting [0;1;39mDocker Socket for the API[0m...
[ 11.139851] remoteproc remoteproc0: 5000000.m4fss is available
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[ 11.201401] remoteproc remoteproc0: powering up 5000000.m4fss
[ 11.207335] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemo[ 11.208576] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
n Activation Socket[0m.
[ 11.232722] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.242103] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 11.252302] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 11.268055] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 11.273999] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:52 UTC (232)
[ 11.283646] systemd-journald[177]: Time jumped backwards, rotating.
Starting [0;1;39mWeston socket[0m...
[ 11.312276] systemd-journald[177]: Oldest entry in /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.340720] systemd-journald[177]: /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal: Journal header limits reached or header out-of-date, rotating.
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 11.388432] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.388752] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.388794] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.388993] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
Starting [0;1;39mReboot and dump vmcore via kexec[0m.[ 11.417793] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
..
[ 11.432110] i2c i2c-1: Added multiplexed i2c bus 3
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the [ 11.450009] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[ 11.482500] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.494561] platform 78000000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 11.508324] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.524208] remoteproc remoteproc1: 78000000.r5f is available
[ 11.542352] remoteproc remoteproc1: attaching to 78000000.r5f
[ 11.543186] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.543228] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.543966] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.544028] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.544036] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 11.544285] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.546381] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.576829] Console: switching to colour frame buffer device 256x72
[ 11.596106] PVR_K: 205: Device: fd00000.gpu
[ 11.596914] PVR_K: 205: Read BVNC 33.15.11.3 from HW device registers
[ 11.598419] PVR_K: 205: RGX Device registered with BVNC 33.15.11.3
[ 11.609002] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
[ 11.713448] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 12.324186] audit: type=1334 audit(1712145268.076:4): prog-id=7 op=LOAD
[ 12.331965] audit: type=1334 audit(1712145268.084:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 13.369058] remoteproc remoteproc2: 30074000.pru is available
[ 13.376500] remoteproc remoteproc3: 30078000.pru is available
[ 13.490157] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.602528] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.610313] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 13.617902] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 14.062632] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 14.192923] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 14.198809] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 14.211710] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[[0;32m OK [0m] Reached target [0;1;39mHardware activated U[ 14.228164] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
SB gadget[0m.
[ 14.240813] xhci-hcd xhci-hcd.4.auto: irq 425, io mem 0x31100000
[ 14.307178] hub 1-0:1.0: USB hub found
[ 14.311082] hub 1-0:1.0: 1 port detected
[ 14.321299] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 14.352018] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
[ 14.363690] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
[ 14.370600] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
[ 14.380627] xhci-hcd xhci-hcd.5.auto: irq 424, io mem 0x31000000
[ 14.393101] hub 2-0:1.0: USB hub found
[ 14.397585] hub 2-0:1.0: 1 port detected
[ 14.659083] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[[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...
[ 14.823625] usb-storage 2-1:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[ 14.844622] usb-storage 2-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 14.854499] scsi host0: usb-storage 2-1:1.0
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
Starting [0;1;39mSave/Restore Sound Card State[0m...
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
[ 15.891678] scsi 0:0:0:0: Direct-Access RSH-319 ASM1153E 0 PQ: 0 ANSI: 6
[ 15.904984] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[ 15.916692] sd 0:0:0:0: [sda] Write Protect is off
[ 15.933119] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 15.962956] sda: sda1 sda2 sda3
[ 15.968739] sd 0:0:0:0: [sda] Attached SCSI disk
[ 16.009244] audit: type=1334 audit(1712145271.760:6): prog-id=9 op=LOAD
[ 16.020788] audit: type=1334 audit(1712145271.768:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 17.153481] audit: type=1006 audit(1712145272.904:8): pid=749 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 17.168213] audit: type=1300 audit(1712145272.904:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0872f58 a2=4 a3=ffffb46fe020 items=0 ppid=1 pid=749 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.196086] audit: type=1327 audit(1712145272.904:8): proctitle="(systemd)"
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
Mounting [0;1;39m/run/media/mmcblk1p3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 17.818380] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.821588] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[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.
Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
[ 18.169839] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
[ 18.420946] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 18.700503] audit: type=1006 audit(1712145274.448:9): pid=633 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 18.713017] audit: type=1300 audit(1712145274.448:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0872f58 a2=4 a3=ffffb46fe020 items=0 ppid=1 pid=633 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 18.739382] audit: type=1327 audit(1712145274.448:9): proctitle="(weston)"
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Found device [0;1;39mPNY_CS900_240GB_SSD 1[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
[ 19.930906] PVR_K: 633: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
Starting [0;1;39mFile System Check on /dev/sda2[0m...
[ 19.988576] PVR_K: 633: Shader binary image 'rgx.sh.33.15.11.3' loaded
[[0;32m OK [0m] Found device [0;1;39mPNY_CS900_240GB_SSD data[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda2[0m.
Mounting [0;1;39m/run/media/sda1[0m...
Mounting [0;1;39m/run/media/sda2[0m...
Starting [0;1;39mFile System Check on /dev/sda3[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda3[0m.
Mounting [0;1;39m/run/media/data-sda3[0m...
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda2[0m.
[ 20.262014] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/sda1[0m.
[ 20.326241] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/data-sda3[0m.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm -
Arago 2023.10 am62xx-evm -
am62xx-evm login: root
[ 22.221978] audit: type=1006 audit(1712145277.972:10): pid=1003 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 22.235400] audit: type=1300 audit(1712145277.972:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc0872f58 a2=1 a3=ffffb46fe020 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 22.262255] audit: type=1327 audit(1712145277.972:10): proctitle="(systemd)"
[ 22.340295] audit: type=1334 audit(1712145278.092:11): prog-id=11 op=LOAD
[ 22.347586] audit: type=1300 audit(1712145278.092:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe4554cf0 a2=78 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 22.374162] audit: type=1327 audit(1712145278.092:11): proctitle="(systemd)"
[ 22.381759] audit: type=1334 audit(1712145278.092:12): prog-id=11 op=UNLOAD
[ 22.389453] audit: type=1334 audit(1712145278.092:13): prog-id=12 op=LOAD
[ 22.396895] audit: type=1300 audit(1712145278.092:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe4554d90 a2=78 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 22.422503] audit: type=1327 audit(1712145278.092:13): proctitle="(systemd)"
7[r[999;999H[6n***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.82-ti-ge44f83d2aa43 #1 SMP PREEMPT Mon Mar 25 23:31:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/ac65900275e7079261ed5abe5d53477d,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.1.82-ti-ge44f83d2aa43 #1 SMP PREEMPT Mon Mar 25 23:31:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27960
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am62-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 47 Mar 9 2018 am62x-pru1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4319944 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 4896 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1085 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387960 Mar 9 2018 rgx.sh.33.15.11.3
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4319944 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 44 0 352 21 0 0 0 0 0 48 21 0 0 0 0 0 0
31 1 mtdblock1 84 0 672 31 0 0 0 0 0 48 31 0 0 0 0 0 0
31 2 mtdblock2 116 0 928 85 0 0 0 0 0 140 85 0 0 0 0 0 0
31 3 mtdblock3 30 0 240 12 0 0 0 0 0 28 12 0 0 0 0 0 0
31 4 mtdblock4 60 0 480 38 0 0 0 0 0 80 38 0 0 0 0 0 0
31 5 mtdblock5 140 0 2688 230 0 0 0 0 0 220 230 0 0 0 0 0 0
31 6 mtdblock6 60 0 480 43 0 0 0 0 0 96 43 0 0 0 0 0 0
179 0 mmcblk0 608 25 39042 441 2 0 9 1 0 692 442 0 0 0 0 0 0
179 1 mmcblk0p1 303 6 18864 227 1 0 1 0 0 388 227 0 0 0 0 0 0
179 2 mmcblk0p2 268 19 18986 196 1 0 8 0 0 400 196 0 0 0 0 0 0
179 32 mmcblk0boot0 136 1 2688 82 0 0 0 0 0 140 82 0 0 0 0 0 0
179 64 mmcblk0boot1 104 0 2016 29 0 0 0 0 0 48 29 0 0 0 0 0 0
179 96 mmcblk1 853 38 57932 1293 2 0 16 3 0 1284 1297 0 0 0 0 0 0
179 97 mmcblk1p1 303 3 18720 400 0 0 0 0 0 548 400 0 0 0 0 0 0
179 98 mmcblk1p2 253 31 19234 428 1 0 8 1 0 516 429 0 0 0 0 0 0
179 99 mmcblk1p3 260 4 18786 431 1 0 8 2 0 568 434 0 0 0 0 0 0
8 0 sda 904 997 53796 1924 2 0 9 1 0 1340 1927 0 0 0 0 1 0
8 1 sda1 268 63 15187 576 0 0 0 0 0 696 576 0 0 0 0 0 0
8 2 sda2 274 64 15215 536 1 0 1 0 0 692 536 0 0 0 0 0 0
8 3 sda3 320 870 22194 765 1 0 8 1 0 796 766 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5609 5786 5299 5695 GICv3 30 Level arch_timer
14: 8 0 0 0 GICv3 108 Level mbox-m4-0, mbox-r5-0
15: 0 0 0 0 GICv3 23 Level arm-pmu
16: 0 0 0 0 GICv3 130 Level pinctrl
17: 3639 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
26: 585 0 0 0 GICv3 193 Level 20000000.i2c
27: 414 0 0 0 GICv3 194 Level 20010000.i2c
28: 0 0 0 0 GICv3 195 Level 20020000.i2c
29: 2 0 0 0 GICv3 171 Level fc40000.spi
30: 5998 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
48: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
60: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
78: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
96: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
118: 27717 0 1696 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
190: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
208: 20579 1277 0 0 MSI-INTA 1971731 Level 8000000.ethernet
232: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
233: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
240: 704 0 0 0 GICv3 210 Level 2800000.serial
241: 0 0 0 0 pinctrl 456 Edge 2800000.serial:wakeup
242: 0 0 0 0 GICv3 134 Level 8000000.ethernet
245: 1235 0 0 0 GICv3 165 Level mmc0
371: 0 0 0 0 GPIO 23 Edge -davinci_gpio 1-0022
401: 1808 0 0 0 GICv3 115 Level mmc1
402: 52 0 0 0 GICv3 114 Level mmc2
406: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
407: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
412: 0 0 0 0 1-0022 16 Edge 1-003b
413: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
414: 850 0 0 0 GICv3 116 Level tidss
416: 61 0 0 0 GICv3 118 Level pvrsrvkm
424: 2973 0 0 0 GICv3 220 Level xhci-hcd:usb2
425: 0 0 0 0 GICv3 258 Level xhci-hcd:usb1
IPI0: 2574 7530 5488 6019 Rescheduling interrupts
IPI1: 6736 13579 14080 12922 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: 193 207 146 160 IRQ work interrupts
IPI6: 0 0 0 0 CPU wake-up interrupts
Err: 0
root@am62xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 28 0 0
TIMER: 1475 1635 1297 1832
NET_TX: 166 25 25 35
NET_RX: 43992 1303 1705 7
BLOCK: 830 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 11460 50 15 11
SCHED: 2571 2696 2474 2604
HRTIMER: 0 0 0 0
RCU: 5834 7332 7348 6697
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2148
-rwxrwx--- 1 root disk 335066 Feb 13 2023 tiboot3.bin
-rwxrwx--- 1 root disk 964124 Feb 13 2023 tispl.bin
-rwxrwx--- 1 root disk 895936 Feb 13 2023 u-boot.img
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.168
ti-test-extras - 1.0-r0.168
0
root@am62xx-evm:~# lsmod
Module Size Used by
overlay 122880 0
xhci_plat_hcd 16384 0
cdns_csi2rx 20480 0
v4l2_fwnode 20480 1 cdns_csi2rx
snd_soc_hdmi_codec 20480 0
rpmsg_ctrl 16384 0
rpmsg_char 16384 1 rpmsg_ctrl
dwc3 98304 1
cfg80211 389120 0
rfkill 24576 2 cfg80211
irq_pruss_intc 16384 0
pru_rproc 24576 0
snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
crct10dif_ce 16384 1
j721e_csi2rx 24576 0
pvrsrvkm 1273856 16
videobuf2_dma_contig 20480 1 j721e_csi2rx
ti_k3_r5_remoteproc 28672 0
display_connector 16384 0
virtio_rpmsg_bus 20480 0
videobuf2_memops 16384 1 videobuf2_dma_contig
dwc3_am62 16384 0
rpmsg_ns 16384 1 virtio_rpmsg_bus
k3_j72xx_bandgap 20480 0
videobuf2_v4l2 32768 1 j721e_csi2rx
rti_wdt 16384 0
rtc_ti_k3 16384 1
videobuf2_common 57344 4 j721e_csi2rx,videobuf2_dma_contig,videobuf2_v4l2,videobuf2_memops
tidss 61440 3
sii902x 20480 0
drm_dma_helper 20480 1 tidss
drm_kms_helper 184320 6 sii902x,drm_dma_helper,display_connector,tidss
v4l2_async 24576 3 v4l2_fwnode,j721e_csi2rx,cdns_csi2rx
snd_soc_tlv320aic3x_i2c 16384 1
snd_soc_tlv320aic3x 77824 1 snd_soc_tlv320aic3x_i2c
syscopyarea 16384 1 drm_kms_helper
ti_k3_m4_remoteproc 16384 0
videodev 245760 5 v4l2_async,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
sysfillrect 16384 1 drm_kms_helper
ti_k3_common 16384 1 ti_k3_m4_remoteproc
tps6598x 20480 0
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
snd_soc_davinci_mcasp 32768 2
typec 73728 1 tps6598x
mc 57344 6 v4l2_async,videodev,j721e_csi2rx,videobuf2_v4l2,cdns_csi2rx,videobuf2_common
cdns_dphy_rx 16384 0
mcrc 16384 0
sa2ul 36864 0
snd_soc_ti_udma 16384 1 snd_soc_davinci_mcasp
pruss 16384 1 pru_rproc
snd_soc_ti_edma 16384 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 16384 1 snd_soc_davinci_mcasp
cryptodev 53248 0
fuse 131072 1
drm 561152 13 sii902x,drm_kms_helper,drm_dma_helper,display_connector,pvrsrvkm,tidss
drm_panel_orientation_quirks 28672 1 drm
ipv6 479232 44
root@am62xx-evm:~# mkdir /debug
root@am62xx-evm:~# mount -t debugfs debugfs /debug
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
200000 3129
400000 171
600000 122
800000 94
1000000 182
1250000 164
1400000 1687
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
1000000
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/pm_debug/count
cat: /sys/kernel/debug/pm_debug/count: No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/pm_debug/time
cat: /sys/kernel/debug/pm_debug/time: No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/suspend_stats
success: 0
fail: 0
failed_freeze: 0
failed_prepare: 0
failed_suspend: 0
failed_suspend_late: 0
failed_suspend_noirq: 0
failed_resume: 0
failed_resume_early: 0
failed_resume_noirq: 0
failures:
last_failed_dev:
last_failed_errno: 0
0
last_failed_step:
root@am62xx-evm:~#
root@am62xx-evm:~# find /sys/kernel/debug/pm_qos/* -exec echo '{}' ; -exec cat '{
{}' ;
find: -exec requires an argument
-sh: -exec: command not found
root@am62xx-evm:~#
root@am62xx-evm:~# for s in `ls /sys/devices/system/cpu/cpu0/cpuidle/`; do cat /s
sys/devices/system/cpu/cpu0/cpuidle/${s}/time; done
ls: cannot access '/sys/devices/system/cpu/cpu0/cpuidle/': No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpuidle/state*/usage
cat: '/sys/devices/system/cpu/cpu0/cpuidle/state*/usage': No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# top -bn1
top - 11:55:16 up 1 min, 2 users, load average: 1.04, 0.39, 0.14
Tasks: 178 total, 1 running, 177 sleeping, 0 stopped, 0 zombie
%Cpu(s): 2.8 us, 8.4 sy, 0.0 ni, 87.9 id, 0.0 wa, 0.9 hi, 0.0 si, 0.0 st
MiB Mem : 1934.9 total, 1558.7 free, 188.4 used, 187.9 buff/cache
MiB Swap: 0.0 total, 0.0 free, 0.0 used. 1657.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1395 root 20 0 5628 2432 2060 R 18.2 0.1 0:00.12 top
1 root 20 0 94568 8608 6184 S 0.0 0.4 0:04.81 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kthreadd
3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par+
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 slub_fl+
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
7 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
9 root 20 0 0 0 0 I 0.0 0.0 0:00.90 kworker+
10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_perc+
11 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
12 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
13 root 20 0 0 0 0 S 0.0 0.0 0:00.44 ksoftir+
14 root 20 0 0 0 0 I 0.0 0.0 0:00.06 rcu_pre+
15 root rt 0 0 0 0 S 0.0 0.0 0:00.01 migrati+
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
18 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
19 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+
20 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
21 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
23 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+
25 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
28 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
29 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+
30 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
31 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
32 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kdevtmp+
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 inet_fr+
34 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
35 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
36 root 20 0 0 0 0 S 0.0 0.0 0:00.27 kauditd
37 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeba+
39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompac+
40 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
41 root 39 19 0 0 0 S 0.0 0.0 0:00.00 khugepa+
42 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kintegr+
43 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd
44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 blkcg_p+
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 tpm_dev+
46 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ata_sff
47 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 edac-po+
48 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 devfreq+
49 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
50 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
51 root 20 0 0 0 0 I 0.0 0.0 0:00.56 kworker+
52 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
53 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rpciod
54 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 xprtiod
55 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 nfsiod
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kthrotld
59 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
61 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kpcitest
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kpcintb
64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 vfio-ir+
65 root 20 0 0 0 0 I 0.0 0.0 0:00.44 kworker+
118 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+
119 root -51 0 0 0 0 S 0.0 0.0 0:00.01 irq/26-+
120 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
121 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+
122 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+
125 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp0
126 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/242+
127 root rt 0 0 0 0 S 0.0 0.0 0:00.11 sugov:0
128 root 20 0 0 0 0 I 0.0 0.0 0:00.76 kworker+
129 root 20 0 0 0 0 I 0.0 0.0 0:00.84 kworker+
130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/245+
133 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/371+
134 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
136 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/402+
137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
138 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/401+
139 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mmc_com+
140 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+
141 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
142 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mmc_com+
143 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
144 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/241+
145 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
146 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+
147 root 20 0 0 0 0 I 0.0 0.0 0:00.89 kworker+
148 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
149 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+
150 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mld
151 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ipv6_ad+
176 rpc 20 0 4380 1172 996 S 0.0 0.1 0:00.03 rpcbind
177 root 20 0 33920 6280 5512 S 0.0 0.3 0:01.15 systemd+
182 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 cryptod+
196 root 20 0 21504 6852 4576 S 0.0 0.3 0:00.96 systemd+
206 systemd+ 20 0 83040 2604 2184 S 0.0 0.1 0:00.35 systemd+
207 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
208 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
209 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
210 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
211 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
212 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
213 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
223 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
232 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/406+
233 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/407+
239 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/413+
245 message+ 20 0 6676 2900 2344 S 0.0 0.1 0:00.16 dbus-br+
254 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
255 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_tim+
259 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_fen+
260 root 39 19 0 0 0 S 0.0 0.0 0:00.00 pvr_def+
261 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pvr_dev+
312 message+ 20 0 3268 1536 1216 S 0.0 0.1 0:00.26 dbus-br+
326 root 20 0 2428 1580 1456 S 0.0 0.1 0:00.01 atd
330 root 20 0 2876 860 768 S 0.0 0.0 0:00.01 crond
361 root 20 0 78568 2480 2220 S 0.0 0.1 0:00.09 irqbala+
365 root 20 0 2800 1960 1728 S 0.0 0.1 0:00.10 starter
370 root 20 0 9396 4812 4332 S 0.0 0.2 0:00.52 systemd+
377 root 20 0 2708 1408 1284 S 0.0 0.1 0:00.01 tee-sup+
386 root 20 0 3088 96 0 S 0.0 0.0 0:00.00 telnetd
394 systemd+ 20 0 10536 5040 4612 S 0.0 0.3 0:00.40 systemd+
400 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
401 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
403 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+
405 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 optee_b+
430 root 20 0 8108 3320 2740 S 0.0 0.2 0:00.03 lighttpd
453 root 20 0 868124 9964 6468 S 0.0 0.5 0:00.23 charon
478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 cfg80211
570 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
592 avahi 20 0 5812 3040 2708 S 0.0 0.2 0:00.12 avahi-d+
595 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
596 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
597 root 20 0 3052 856 760 S 0.0 0.0 0:00.01 netserv+
599 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tm+
600 root 20 0 0 0 0 S 0.0 0.0 0:00.15 usb-sto+
604 rpcuser 20 0 2928 1848 1684 S 0.0 0.1 0:00.05 rpc.sta+
606 root 20 0 1498632 53372 31608 S 0.0 2.7 0:01.38 contain+
620 root 20 0 2244 792 716 S 0.0 0.0 0:00.01 agetty
630 root 20 0 5288 2764 2376 S 0.0 0.1 0:00.14 login
631 avahi 20 0 5612 256 0 S 0.0 0.0 0:00.00 avahi-d+
633 weston 20 0 136684 31392 21684 S 0.0 1.6 0:00.90 weston
670 root 20 0 8864 2248 1896 S 0.0 0.1 0:00.29 systemd+
706 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.03 systemd+
707 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.04 systemd+
708 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.05 systemd+
749 weston 20 0 10988 7092 6124 S 0.0 0.4 0:00.93 systemd
765 weston 20 0 13900 4344 1904 S 0.0 0.2 0:00.00 (sd-pam)
830 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
831 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
832 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
844 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
846 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
847 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
848 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
882 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
883 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
905 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
921 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
924 weston 20 0 13268 3812 1840 S 0.0 0.2 0:00.00 (sd-pam)
987 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
988 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
989 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
991 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
995 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+
996 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
998 weston 20 0 17232 8044 6820 S 0.0 0.4 0:00.22 weston-+
1000 weston 20 0 26012 17400 15920 S 0.0 0.9 0:01.57 weston-+
1003 root 20 0 11068 7164 6136 S 0.0 0.4 0:00.92 systemd
1004 root 20 0 13900 4288 1840 S 0.0 0.2 0:00.00 (sd-pam)
1069 root 20 0 4900 4028 2556 S 0.0 0.2 0:00.41 sh
1372 systemd+ 20 0 9292 5052 4604 S 0.0 0.3 0:00.31 systemd+
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
1000000
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_fr
requencies
200000 400000 600000 800000 1000000 1250000 1400000
root@am62xx-evm:~# echo 0 > /debug/pm_debug/sleep_while_idle
-sh: /debug/pm_debug/sleep_while_idle: No such file or directory
root@am62xx-evm:~# echo 0 > /debug/pm_debug/enable_off_mode
-sh: /debug/pm_debug/enable_off_mode: No such file or directory
root@am62xx-evm:~# uname -r
6.1.82-ti-ge44f83d2aa43
root@am62xx-evm:~# #check prompt
root@am62xx-evm:~# cat /proc/version
Linux version 6.1.82-ti-ge44f83d2aa43 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Mar 25 23:31:33 UTC 2024
root@am62xx-evm:~# consoles=$(find /sys/bus/platform/devices/*.serial/ -name cons
sole)
/platform/devices/*.serial/power/ -type d)
for uart in $uarts; do
echo -n 3000 > $uart/autosuspend_delay_ms
echo -n enabled > $uart/wakeup
echo -n auto > $uart/control
done
# Configure wake-up from suspend
uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/null)
for uart in $uarts; do
echo -n enabled > $uart/wakeup
done
root@am62xx-evm:~# for console in ${consoles}; do
> echo -n N > ${console}
> done
[ 64.412076] printk: console [ttyS2] disabled
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure PM runtime autosuspend
root@am62xx-evm:~# uarts=$(find /sys/bus/platform/devices/*.serial/power/ -type
e d)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n 3000 > $uart/autosuspend_delay_ms
> echo -n enabled > $uart/wakeup
> echo -n auto > $uart/control
> done
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure wake-up from suspend
root@am62xx-evm:~# uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/n
null)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n enabled > $uart/wakeup
> done
root@am62xx-evm:~#
root@am62xx-evm:~# dmesg -c
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.82-ti-ge44f83d2aa43 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Mar 25 23:31:33 UTC 2024
[ 0.000000] Machine model: Texas Instruments AM625 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f8000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
[ 0.000000] pcpu-alloc: s41064 r8192 d32664 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs/autofs/ac65900275e7079261ed5abe5d53477d,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1848332K/2097152K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 117748K reserved, 131072K cma-reserved)
[ 0.000000] SLUB: HWalisync
gn=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080450000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008545] Console: colour dummy device 80x25
[ 0.013145] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023830] pid_max: default: 32768 minimum: 301
[ 0.028599] LSM: Security Framework initializing
[ 0.033455] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041042] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050877] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.058325] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.064629] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072026] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.078419] rcu: Hierarchical SRCU implementation.
[ 0.083330] rcu: Max phase no-delay instances is 1000.
[ 0.088936] Platform MSI: msi-controller@1820000 domain created
[ 0.095243] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.104641] EFI services will not be available.
[ 0.109566] smp: Bringing up secondary CPUs ...
[ 0.114908] Detected VIPT I-cache on CPU1
[ 0.115029] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115047] GICv3: CPU1: using allocated LPI pending table @0x0000000080460000
[ 0.115105] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.115848] Detected VIPT I-cache on CPU2
[ 0.115927] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.115941] GICv3: CPU2: using allocated LPI pending table @0x0000000080470000
[ 0.115978] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.116634] Detected VIPT I-cache on CPU3
[ 0.116713] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.116726] GICv3: CPU3: using allocated LPI pending table @0x0000000080480000
[ 0.116758] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.116827] smp: Brought up 1 node, 4 CPUs
[ 0.196577] SMP: Total of 4 processors activated.
[ 0.201391] CPU features: detected: 32-bit EL0 Support
[ 0.206664] CPU features: detected: CRC32 instructions
[ 0.211983] CPU: All CPU(s) started at EL2
[ 0.216184] alternatives: applying system-wide alternatives
[ 0.223763] devtmpfs: initialized
[ 0.235623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245629] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.257691] pinctrl core: initialized pinctrl subsystem
[ 0.263721] DMI not present or invalid.
[ 0.268311] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.275541] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.283034] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.291102] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.299288] audit: initializing netlink subsys (disabled)
[ 0.304984] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.305456] thermal_sys: Registered thermal governor 'step_wise'
[ 0.312919] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.319103] cpuidle: using governor menu
[ 0.329967] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.337002] ASID allocator initialised with 65536 entries
[ 0.353000] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.362472] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[ 0.373811] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 0.384737] KASLR disabled due to lack of seed
[ 0.396127] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.403104] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.409515] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.416455] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.422863] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.429803] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.436212] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.443150] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.451052] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.461621] iommu: Default domain type: Translated
[ 0.466641] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.473373] SCSI subsystem initialized
[ 0.477373] libata version 3.00 loaded.
[ 0.477588] usbcore: registered new interface driver usbfs
[ 0.483237] usbcore: registered new interface driver hub
[ 0.488701] usbcore: registered new device driver usb
[ 0.494336] pps_core: LinuxPPS API ver. 1 registered
[ 0.499418] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.508772] PTP clock support registered
[ 0.512917] EDAC MC: Ver: 3.0.0
[ 0.517061] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.524098] FPGA manager framework
[ 0.527662] Advanced Linux Sound Architecture Driver Initialized.
[ 0.534895] clocksource: Switched to clocksource arch_sys_counter
[ 0.541403] VFS: Disk quotas dquot_6.6.0
[ 0.545461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.558586] NET: Registered PF_INET protocol family
[ 0.563893] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.573204] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.582014] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.589951] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.598158] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.606153] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.613074] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.619996] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.627550] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.633822] RPC: Registered named UNIX socket transport module.
[ 0.639902] RPC: Registered udp transport module.
[ 0.644712] RPC: Registered tcp transport module.
[ 0.649522] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.656114] NET: Registered PF_XDP protocol family
[ 0.661029] PCI: CLS 0 bytes, default 64
[ 0.665870] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.676001] Initialise system trusted keyrings
[ 0.680824] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.691893] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.698487] NFS: Registering the id_resolver key type
[ 0.703706] Key type id_resolver registered
[ 0.707986] Key type id_legacy registered
[ 0.712140] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.718997] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.762848] Key type asymmetric registered
[ 0.767044] Asymmetric key parser 'x509' registered
[ 0.772086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.779825] io scheduler mq-deadline registered
[ 0.784464] io scheduler kyber registered
[ 0.792092] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.798650] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.806202] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.818707] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[ 0.835104] loop: module loaded
[ 0.839543] megasas: 07.719.03.00-rc1
[ 0.846431] tun: Universal TUN/TAP device driver, 1.6
[ 0.852399] VFIO - User Level meta-driver version: 0.3
[ 0.858470] usbcore: registered new interface driver usb-storage
[ 0.865190] i2c_dev: i2c /dev entries driver
[ 0.871119] sdhci: Secure Digital Host Controller Interface driver
[ 0.877455] sdhci: Copyright(c) Pierre Ossman
[ 0.882135] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.888721] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.895088] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.902048] usbcore: registered new interface driver usbhid
[ 0.907752] usbhid: USB HID core driver
[ 0.912592] optee: probing for conduit method.
[ 0.917198] optee: revision 4.1 (012cdca4)
[ 0.917519] optee: dynamic shared memory is enabled
[ 0.926981] optee: initialized driver
[ 0.932421] Initializing XFRM netlink socket
[ 0.936858] NET: Registered PF_PACKET protocol family
[ 0.942102] Key type dns_resolver registered
[ 0.946943] registered taskstats version 1
[ 0.951157] Loading compiled-in X.509 certificates
[ 0.965771] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
[ 1.044618] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.051679] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 1.060854] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
[ 1.070254] i2c 1-003b: Fixed dependency cycle(s) with /connector
[ 1.076536] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[ 1.084368] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.091422] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.097400] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.106650] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.119219] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.127543] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.138585] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.148789] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.159044] printk: console [ttyS2] disabled
[ 1.163503] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 240, base_baud = 3000000) is a 8250
[ 1.172393] printk: console [ttyS2] enabled
[ 1.180852] printk: bootconsole [ns16550a0] disabled
[ 1.192297] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.238918] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.249162] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.257274] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.265405] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.278361] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.284630] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.291756] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.298221] pps pps0: new PPS source ptp0
[ 1.302539] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.312937] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.322431] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.335358] mmc0: CQHCI version 5.10
[ 1.340232] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.347010] pca953x 1-0022: using AI
[ 1.376755] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.380407] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.381831] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.396152] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.401546] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.408292] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.414609] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.420997] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.427156] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.434005] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.440402] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.457644] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.458012] mmc1: CQHCI version 5.10
[ 1.458031] mmc2: CQHCI version 5.10
[ 1.466966] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
[ 1.479673] mmc0: Command Queue Engine enabled
[ 1.484175] mmc0: new HS200 MMC card at address 0001
[ 1.489916] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.496220] mmcblk0: p1 p2
[ 1.499717] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.499775] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 1.505836] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.510042] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.525799] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.541322] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.550690] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.575337] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 1.582844] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 1.592573] mmcblk1: p1 p2 p3
[ 5.640424] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.666924] Sending DHCP requests ., OK
[ 5.687122] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.252
[ 5.695011] IP-Config: Complete:
[ 5.698254] device=eth0, hwaddr=1c:63:49:22:4e:bf, ipaddr=192.168.0.252, mask=255.255.255.0, gw=192.168.0.1
[ 5.708520] host=192.168.0.252, domain=ti.com, nis-domain=(none)
[ 5.715029] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.715063] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.744858] ALSA device list:
[ 5.747951] No soundcards found.
[ 5.766954] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 5.773216] devtmpfs: mounted
[ 5.777548] Freeing unused kernel memory: 1984K
[ 5.791022] Run /sbin/init as init process
[ 5.795147] with arguments:
[ 5.795153] /sbin/init
[ 5.795160] with environment:
[ 5.795165] HOME=/
[ 5.795171] TERM=linux
[ 5.795176] earlyprintk=serial,ttyS2,115200n8
[ 6.422598] systemd[1]: System time before build time, advancing clock.
[ 6.592522] NET: Registered PF_INET6 protocol family
[ 6.603329] Segment Routing with IPv6
[ 6.607091] In-situ OAM (IOAM) with IPv6
[ 6.736063] 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.768565] systemd[1]: Detected architecture arm64.
[ 6.916167] systemd[1]: Hostname set to <am62xx-evm>.
[ 7.203486] systemd-sysv-generator[162]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.204067] systemd[153]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.702956] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.791258] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.892668] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.968190] systemd[1]: Created slice Slice /system/getty.
[ 7.994332] systemd[1]: Created slice Slice /system/modprobe.
[ 8.018647] systemd[1]: Created slice Slice /system/serial-getty.
[ 8.044888] systemd[1]: Created slice User and Session Slice.
[ 8.075015] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.099529] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.123607] systemd[1]: Reached target Path Units.
[ 8.139200] systemd[1]: Reached target Remote File Systems.
[ 8.159278] systemd[1]: Reached target Slice Units.
[ 8.175469] systemd[1]: Reached target Swaps.
[ 8.261892] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 8.283510] systemd[1]: Reached target RPC Port Mapper.
[ 8.323738] systemd[1]: Listening on Process Core Dump Socket.
[ 8.348022] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 8.374605] systemd[1]: Listening on Journal Audit Socket.
[ 8.398613] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.426128] systemd[1]: Listening on Journal Socket.
[ 8.452414] systemd[1]: Listening on Network Service Netlink Socket.
[ 8.483155] systemd[1]: Listening on udev Control Socket.
[ 8.509587] systemd[1]: Listening on udev Kernel Socket.
[ 8.535171] systemd[1]: Listening on User Database Manager Socket.
[ 8.595621] systemd[1]: Mounting Huge Pages File System...
[ 8.624896] systemd[1]: Mounting POSIX Message Queue File System...
[ 8.675754] systemd[1]: Mounting Kernel Debug File System...
[ 8.700436] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.726322] systemd[1]: Mounting Temporary Directory /tmp...
[ 8.780014] systemd[1]: Starting Create List of Static Device Nodes...
[ 8.811633] systemd[1]: Starting Load Kernel Module configfs...
[ 8.842265] systemd[1]: Starting Load Kernel Module drm...
[ 8.866601] systemd[1]: Starting Load Kernel Module fuse...
[ 8.940190] fuse: init (API version 7.37)
[ 8.956069] systemd[1]: Starting Start psplash boot splash screen...
[ 8.992600] systemd[1]: Starting RPC Bind...
[ 9.007959] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.049066] systemd[1]: Starting Journal Service...
[ 9.180091] systemd[1]: Starting Load Kernel Modules...
[ 9.201474] systemd[1]: Starting Generate network units from Kernel command line...
[ 9.233867] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 9.265638] systemd[1]: Starting Coldplug All udev Devices...
[ 9.293780] systemd[1]: Started RPC Bind.
[ 9.307899] systemd[1]: Started Journal Service.
[ 9.315236] cryptodev: loading out-of-tree module taints kernel.
[ 9.326743] cryptodev: driver 1.12 loaded.
[ 9.777124] systemd-journald[177]: Received client request to flush runtime journal.
[ 10.063762] audit: type=1334 audit(1651167748.640:2): prog-id=5 op=LOAD
[ 10.072533] audit: type=1334 audit(1651167748.648:3): prog-id=6 op=LOAD
[ 10.714951] random: crng init done
[ 10.892726] systemd-journald[177]: Oldest entry in /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 10.911825] systemd-journald[177]: /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 10.938267] mc: Linux media interface: v0.10
[ 11.058469] videodev: Linux video capture interface: v2.00
[ 11.073811] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.096612] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 11.115989] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ 11.139851] remoteproc remoteproc0: 5000000.m4fss is available
[ 11.201401] remoteproc remoteproc0: powering up 5000000.m4fss
[ 11.207335] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 11.208576] rtc-ti-k3 2b1f0000.rtc: Clock rate 32552 is not 32768! Could misbehave!
[ 11.232722] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 11.242103] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 11.252302] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 11.268055] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 11.273999] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:03:52 UTC (232)
[ 11.283646] systemd-journald[177]: Time jumped backwards, rotating.
[ 11.312276] systemd-journald[177]: Oldest entry in /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 11.340720] systemd-journald[177]: /run/log/journal/5c279ee8ef1e455a8f06c25950bc1eb7/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 11.388432] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.388752] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.388794] sii902x 1-003b: supply iovcc not found, using dummy regulator
[ 11.388993] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[ 11.417793] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.432110] i2c i2c-1: Added multiplexed i2c bus 3
[ 11.450009] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 11.482500] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.494561] platform 78000000.r5f: configured R5F for IPC-only mode
[ 11.508324] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.524208] remoteproc remoteproc1: 78000000.r5f is available
[ 11.542352] remoteproc remoteproc1: attaching to 78000000.r5f
[ 11.543186] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 11.543228] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
[ 11.543966] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.544028] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
[ 11.544036] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
[ 11.544285] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.546381] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.576829] Console: switching to colour frame buffer device 256x72
[ 11.596106] PVR_K: 205: Device: fd00000.gpu
[ 11.596914] PVR_K: 205: Read BVNC 33.15.11.3 from HW device registers
[ 11.598419] PVR_K: 205: RGX Device registered with BVNC 33.15.11.3
[ 11.609002] [drm] Initialized pvr 23.3.6512818 20170530 for fd00000.gpu on minor 1
[ 11.713448] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 12.324186] audit: type=1334 audit(1712145268.076:4): prog-id=7 op=LOAD
[ 12.331965] audit: type=1334 audit(1712145268.084:5): prog-id=8 op=LOAD
[ 13.369058] remoteproc remoteproc2: 30074000.pru is available
[ 13.376500] remoteproc remoteproc3: 30078000.pru is available
[ 13.490157] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.602528] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.610313] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 13.617902] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[ 14.062632] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
[ 14.192923] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 14.198809] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
[ 14.211710] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
[ 14.228164] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
[ 14.240813] xhci-hcd xhci-hcd.4.auto: irq 425, io mem 0x31100000
[ 14.307178] hub 1-0:1.0: USB hub found
[ 14.311082] hub 1-0:1.0: 1 port detected
[ 14.321299] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 14.352018] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
[ 14.363690] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
[ 14.370600] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
[ 14.380627] xhci-hcd xhci-hcd.5.auto: irq 424, io mem 0x31000000
[ 14.393101] hub 2-0:1.0: USB hub found
[ 14.397585] hub 2-0:1.0: 1 port detected
[ 14.659083] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[ 14.823625] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 14.844622] usb-storage 2-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 14.854499] scsi host0: usb-storage 2-1:1.0
[ 15.891678] scsi 0:0:0:0: Direct-Access RSH-319 ASM1153E 0 PQ: 0 ANSI: 6
[ 15.904984] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[ 15.916692] sd 0:0:0:0: [sda] Write Protect is off
[ 15.932389] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 15.933119] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 15.962956] sda: sda1 sda2 sda3
[ 15.968739] sd 0:0:0:0: [sda] Attached SCSI disk
[ 16.009244] audit: type=1334 audit(1712145271.760:6): prog-id=9 op=LOAD
[ 16.020788] audit: type=1334 audit(1712145271.768:7): prog-id=10 op=LOAD
[ 17.153481] audit: type=1006 audit(1712145272.904:8): pid=749 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 17.168213] audit: type=1300 audit(1712145272.904:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0872f58 a2=4 a3=ffffb46fe020 items=0 ppid=1 pid=749 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.196086] audit: type=1327 audit(1712145272.904:8): proctitle="(systemd)"
[ 17.818380] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.821588] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 18.169839] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 18.420946] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 18.700503] audit: type=1006 audit(1712145274.448:9): pid=633 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 18.713017] audit: type=1300 audit(1712145274.448:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc0872f58 a2=4 a3=ffffb46fe020 items=0 ppid=1 pid=633 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 18.739382] audit: type=1327 audit(1712145274.448:9): proctitle="(weston)"
[ 19.930906] PVR_K: 633: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
[ 19.988576] PVR_K: 633: Shader binary image 'rgx.sh.33.15.11.3' loaded
[ 20.262014] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.326241] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
[ 22.221978] audit: type=1006 audit(1712145277.972:10): pid=1003 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 22.235400] audit: type=1300 audit(1712145277.972:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc0872f58 a2=1 a3=ffffb46fe020 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 22.262255] audit: type=1327 audit(1712145277.972:10): proctitle="(systemd)"
[ 22.340295] audit: type=1334 audit(1712145278.092:11): prog-id=11 op=LOAD
[ 22.347586] audit: type=1300 audit(1712145278.092:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe4554cf0 a2=78 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 22.374162] audit: type=1327 audit(1712145278.092:11): proctitle="(systemd)"
[ 22.381759] audit: type=1334 audit(1712145278.092:12): prog-id=11 op=UNLOAD
[ 22.389453] audit: type=1334 audit(1712145278.092:13): prog-id=12 op=LOAD
[ 22.396895] audit: type=1300 audit(1712145278.092:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe4554d90 a2=78 a3=0 items=0 ppid=1 pid=1003 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 22.422503] audit: type=1327 audit(1712145278.092:13): proctitle="(systemd)"
[ 64.412076] printk: console [ttyS2] disabled
root@am62xx-evm:~# sync
root@am62xx-evm:~# echo mem > /sys/power/state
root@am62xx-evm:~# echo Board successfully resumed.
Board successfully resumed.
root@am62xx-evm:~# dmesg
[ 68.044164] PM: suspend entry (deep)
[ 68.047956] Filesystems sync: 0.003 seconds
[ 68.066987] remoteproc remoteproc0: stopped remote processor 5000000.m4fss
[ 68.067807] Freezing user space processes
[ 68.070663] Freezing user space processes completed (elapsed 0.002 seconds)
[ 68.070777] OOM killer disabled.
[ 68.070787] Freezing remaining freezable tasks
[ 68.072845] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[ 68.072871] printk: Suspending console(s) (use no_console_suspend to debug)
[ 68.114753] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 68.133980] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
[ 68.136901] omap8250 2800000.serial: PM domain pd:146 will not be powered off
[ 68.145256] Disabling non-boot CPUs ...
[ 68.147439] psci: CPU1 killed (polled 4 ms)
[ 68.150756] psci: CPU2 killed (polled 4 ms)
[ 68.153711] psci: CPU3 killed (polled 0 ms)
[ 68.155130] Enabling non-boot CPUs ...
[ 68.155551] Detected VIPT I-cache on CPU1
[ 68.155640] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 68.155706] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 68.156637] CPU1 is up
[ 68.156902] Detected VIPT I-cache on CPU2
[ 68.156945] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 68.156985] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 68.157682] CPU2 is up
[ 68.157962] Detected VIPT I-cache on CPU3
[ 68.158009] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 68.158052] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 68.158881] CPU3 is up
[ 68.159342] ti-sci 44043000.system-controller: ti_sci_resume: wakeup source: 0x80
[ 68.270016] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 68.279111] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 68.279142] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 68.496393] OOM killer enabled.
[ 68.496414] Restarting tasks ... done.
[ 68.501141] random: crng reseeded on system resumption
[ 68.501279] remoteproc remoteproc0: powering up 5000000.m4fss
[ 68.501403] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 68.504550] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 68.506473] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 68.506577] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 68.506595] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 68.506885] PM: suspend exit
[ 68.510060] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 68.510390] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 71.336580] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
root@am62xx-evm:~#
root@am62xx-evm:~# uname
Linux
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
[Aroot@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_stat[Ke
200000 5987
400000 257
600000 161
800000 113
1000000 215
1250000 209
1400000 2056
root@am62xx-evm:~# consoles=$(find /sys/bus/platform/devices/*.serial/ -name cons
sole)
uart in $uarts; do
echo -n 3000 > $uart/autosuspend_delay_ms
echo -n enabled > $uart/wakeup
echo -n auto > $uart/control
done
# Configure wake-up from suspend
uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/null)
for uart in $uarts; do
echo -n enabled > $uart/wakeup
done
root@am62xx-evm:~# for console in ${consoles}; do
> echo -n N > ${console}
> done
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure PM runtime autosuspend
root@am62xx-evm:~# uarts=$(find /sys/bus/platform/devices/*.serial/power/ -type
e d)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n 3000 > $uart/autosuspend_delay_ms
> echo -n enabled > $uart/wakeup
> echo -n auto > $uart/control
> done
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure wake-up from suspend
root@am62xx-evm:~# uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/n
null)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n enabled > $uart/wakeup
> done
root@am62xx-evm:~#
root@am62xx-evm:~# dmesg -c
[ 68.044164] PM: suspend entry (deep)
[ 68.047956] Filesystems sync: 0.003 seconds
[ 68.066987] remoteproc remoteproc0: stopped remote processor 5000000.m4fss
[ 68.067807] Freezing user space processes
[ 68.070663] Freezing user space processes completed (elapsed 0.002 seconds)
[ 68.070777] OOM killer disabled.
[ 68.070787] Freezing remaining freezable tasks
[ 68.072845] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[ 68.072871] printk: Suspending console(s) (use no_console_suspend to debug)
[ 68.114753] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 68.133980] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
[ 68.136901] omap8250 2800000.serial: PM domain pd:146 will not be powered off
[ 68.145256] Disabling non-boot CPUs ...
[ 68.147439] psci: CPU1 killed (polled 4 ms)
[ 68.150756] psci: CPU2 killed (polled 4 ms)
[ 68.153711] psci: CPU3 killed (polled 0 ms)
[ 68.155130] Enabling non-boot CPUs ...
[ 68.155551] Detected VIPT I-cache on CPU1
[ 68.155640] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 68.155706] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 68.156637] CPU1 is up
[ 68.156902] Detected VIPT I-cache on CPU2
[ 68.156945] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 68.156985] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 68.157682] CPU2 is up
[ 68.157962] Detected VIPT I-cache on CPU3
[ 68.158009] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 68.158052] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 68.158881] CPU3 is up
[ 68.159342] ti-sci 44043000.system-controller: ti_sci_resume: wakeup source: 0x80
[ 68.270016] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 68.279111] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 68.279142] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 68.496393] OOM killer enabled.
[ 68.496414] Restarting tasks ... done.
[ 68.501141] random: crng reseeded on system resumption
[ 68.501279] remoteproc remoteproc0: powering up 5000000.m4fss
[ 68.501403] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 68.504550] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 68.506473] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 68.506577] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 68.506595] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 68.506885] PM: suspend exit
[ 68.510060] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 68.510390] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 71.336580] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
sync
root@am62xx-evm:~# sync
root@am62xx-evm:~# echo mem > /sys/power/state
root@am62xx-evm:~# echo Board successfully resumed.
Board successfully resumed.
root@am62xx-evm:~# dmesg
[ 92.419769] PM: suspend entry (deep)
[ 92.423440] Filesystems sync: 0.003 seconds
[ 92.442909] remoteproc remoteproc0: stopped remote processor 5000000.m4fss
[ 92.443605] Freezing user space processes
[ 92.446254] Freezing user space processes completed (elapsed 0.002 seconds)
[ 92.446303] OOM killer disabled.
[ 92.446313] Freezing remaining freezable tasks
[ 92.448377] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[ 92.448407] printk: Suspending console(s) (use no_console_suspend to debug)
[ 92.478669] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 92.966619] tidss 30200000.dss: Timeout waiting for framedone on crtc 1
[ 92.974060] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
[ 92.985512] Disabling non-boot CPUs ...
[ 92.987766] psci: CPU1 killed (polled 0 ms)
[ 92.990645] psci: CPU2 killed (polled 4 ms)
[ 92.993541] psci: CPU3 killed (polled 0 ms)
[ 92.994240] Enabling non-boot CPUs ...
[ 92.994661] Detected VIPT I-cache on CPU1
[ 92.994755] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 92.994820] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 92.995764] CPU1 is up
[ 92.996030] Detected VIPT I-cache on CPU2
[ 92.996074] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 92.996114] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 92.996785] CPU2 is up
[ 92.997055] Detected VIPT I-cache on CPU3
[ 92.997100] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 92.997141] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 92.997859] CPU3 is up
[ 92.998320] ti-sci 44043000.system-controller: ti_sci_resume: wakeup source: 0x80
[ 93.108852] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 93.117915] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 93.117947] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 93.336959] OOM killer enabled.
[ 93.336980] Restarting tasks ... done.
[ 93.341594] random: crng reseeded on system resumption
[ 93.341652] remoteproc remoteproc0: powering up 5000000.m4fss
[ 93.341689] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 93.348314] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 93.350300] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 93.350368] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 93.350377] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 93.350399] PM: suspend exit
[ 93.353870] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 93.354142] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 96.199788] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
root@am62xx-evm:~#
root@am62xx-evm:~# uname
Linux
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
[Aroot@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_stat[Ke
200000 8017
400000 299
600000 176
800000 119
1000000 231
1250000 300
1400000 2330
root@am62xx-evm:~# consoles=$(find /sys/bus/platform/devices/*.serial/ -name cons
sole)
platform/devices/*.serial/power/ -type d)
for uart in $uarts; do
echo -n 3000 > $uart/autosuspend_delay_ms
echo -n enabled > $uart/wakeup
echo -n auto > $uart/control
done
# Configure wake-up from suspend
uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/null)
for uart in $uarts; do
echo -n enabled > $uart/wakeup
done
root@am62xx-evm:~# for console in ${consoles}; do
> echo -n N > ${console}
> done
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure PM runtime autosuspend
root@am62xx-evm:~# uarts=$(find /sys/bus/platform/devices/*.serial/power/ -type
e d)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n 3000 > $uart/autosuspend_delay_ms
> echo -n enabled > $uart/wakeup
> echo -n auto > $uart/control
> done
root@am62xx-evm:~#
root@am62xx-evm:~# # Configure wake-up from suspend
root@am62xx-evm:~# uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/n
null)
root@am62xx-evm:~# for uart in $uarts; do
> echo -n enabled > $uart/wakeup
> done
root@am62xx-evm:~#
root@am62xx-evm:~# dmesg -c
[ 92.419769] PM: suspend entry (deep)
[ 92.423440] Filesystems sync: 0.003 seconds
[ 92.442909] remoteproc remoteproc0: stopped remote processor 5000000.m4fss
[ 92.443605] Freezing user space processes
[ 92.446254] Freezing user space processes completed (elapsed 0.002 seconds)
[ 92.446303] OOM killer disabled.
[ 92.446313] Freezing remaining freezable tasks
[ 92.448377] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[ 92.448407] printk: Suspending console(s) (use no_console_suspend to debug)
[ 92.478669] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 92.966619] tidss 30200000.dss: Timeout waiting for framedone on crtc 1
[ 92.974060] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
[ 92.985512] Disabling non-boot CPUs ...
[ 92.987766] psci: CPU1 killed (polled 0 ms)
[ 92.990645] psci: CPU2 killed (polled 4 ms)
[ 92.993541] psci: CPU3 killed (polled 0 ms)
[ 92.994240] Enabling non-boot CPUs ...
[ 92.994661] Detected VIPT I-cache on CPU1
[ 92.994755] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 92.994820] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 92.995764] CPU1 is up
[ 92.996030] Detected VIPT I-cache on CPU2
[ 92.996074] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 92.996114] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 92.996785] CPU2 is up
[ 92.997055] Detected VIPT I-cache on CPU3
[ 92.997100] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 92.997141] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 92.997859] CPU3 is up
[ 92.998320] ti-sci 44043000.system-controller: ti_sci_resume: wakeup source: 0x80
[ 93.108852] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 93.117915] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 93.117947] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 93.336959] OOM killer enabled.
[ 93.336980] Restarting tasks ... done.
[ 93.341594] random: crng reseeded on system resumption
[ 93.341652] remoteproc remoteproc0: powering up 5000000.m4fss
[ 93.341689] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 93.348314] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 93.350300] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 93.350368] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 93.350377] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 93.350399] PM: suspend exit
[ 93.353870] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 93.354142] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 96.199788] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
sync
root@am62xx-evm:~# sync
root@am62xx-evm:~# echo mem > /sys/power/state
root@am62xx-evm:~# echo Board successfully resumed.
Board successfully resumed.
root@am62xx-evm:~# dmesg
[ 117.063818] PM: suspend entry (deep)
[ 117.067828] Filesystems sync: 0.003 seconds
[ 117.086735] remoteproc remoteproc0: stopped remote processor 5000000.m4fss
[ 117.087273] Freezing user space processes
[ 117.089686] Freezing user space processes completed (elapsed 0.002 seconds)
[ 117.089732] OOM killer disabled.
[ 117.089740] Freezing remaining freezable tasks
[ 117.091759] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[ 117.091793] printk: Suspending console(s) (use no_console_suspend to debug)
[ 117.134600] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 117.152328] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
[ 117.163859] Disabling non-boot CPUs ...
[ 117.166071] psci: CPU1 killed (polled 0 ms)
[ 117.169158] psci: CPU2 killed (polled 0 ms)
[ 117.171921] psci: CPU3 killed (polled 0 ms)
[ 117.172758] Enabling non-boot CPUs ...
[ 117.173178] Detected VIPT I-cache on CPU1
[ 117.173268] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 117.173332] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 117.174287] CPU1 is up
[ 117.174566] Detected VIPT I-cache on CPU2
[ 117.174615] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 117.174658] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 117.175385] CPU2 is up
[ 117.175666] Detected VIPT I-cache on CPU3
[ 117.175714] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 117.175759] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 117.176557] CPU3 is up
[ 117.177019] ti-sci 44043000.system-controller: ti_sci_resume: wakeup source: 0x80
[ 117.287585] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 117.296685] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 117.296718] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 117.517132] OOM killer enabled.
[ 117.517155] Restarting tasks ... done.
[ 117.521611] random: crng reseeded on system resumption
[ 117.521727] remoteproc remoteproc0: powering up 5000000.m4fss
[ 117.521785] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55016
[ 117.525892] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000
[ 117.532315] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 117.532401] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 117.532412] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ 117.532438] PM: suspend exit
[ 117.532846] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 117.533258] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 120.360437] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
root@am62xx-evm:~#
root@am62xx-evm:~# uname
Linux
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
[Aroot@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_stat[Ke
200000 10071
400000 349
600000 203
800000 125
1000000 247
1250000 344
1400000 2550
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
200000 10204
400000 349
600000 203
800000 125
1000000 248
1250000 344
1400000 2564
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
1000000
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/pm_debug/count
cat: /sys/kernel/debug/pm_debug/count: No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/pm_debug/time
cat: /sys/kernel/debug/pm_debug/time: No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/kernel/debug/suspend_stats
success: 3
fail: 0
failed_freeze: 0
failed_prepare: 0
failed_suspend: 0
failed_suspend_late: 0
failed_suspend_noirq: 0
failed_resume: 0
failed_resume_early: 0
failed_resume_noirq: 0
failures:
last_failed_dev:
last_failed_errno: 0
0
last_failed_step:
root@am62xx-evm:~#
root@am62xx-evm:~# find /sys/kernel/debug/pm_qos/* -exec echo '{}' ; -exec cat '{
{}' ;
find: -exec requires an argument
-sh: -exec: command not found
root@am62xx-evm:~#
root@am62xx-evm:~# for s in `ls /sys/devices/system/cpu/cpu0/cpuidle/`; do cat /s
sys/devices/system/cpu/cpu0/cpuidle/${s}/time; done
ls: cannot access '/sys/devices/system/cpu/cpu0/cpuidle/': No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# cat /sys/devices/system/cpu/cpu0/cpuidle/state*/usage
cat: '/sys/devices/system/cpu/cpu0/cpuidle/state*/usage': No such file or directory
root@am62xx-evm:~#
root@am62xx-evm:~# top -bn1
top - 11:57:02 up 2 min, 2 users, load average: 0.39, 0.34, 0.14
Tasks: 191 total, 1 running, 190 sleeping, 0 stopped, 0 zombie
%Cpu(s): 2.5 us, 2.5 sy, 0.0 ni, 94.9 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 1934.9 total, 1557.3 free, 189.3 used, 188.3 buff/cache
MiB Swap: 0.0 total, 0.0 free, 0.0 used. 1656.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1463 root 20 0 5628 2436 2060 R 11.1 0.1 0:00.05 top
1 root 20 0 94568 8780 6184 S 0.0 0.4 0:04.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kthreadd
3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par+
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 slub_fl+
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
7 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
9 root 20 0 0 0 0 I 0.0 0.0 0:00.90 kworker+
10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_perc+
11 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
12 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
13 root 20 0 0 0 0 S 0.0 0.0 0:00.44 ksoftir+
14 root 20 0 0 0 0 I 0.0 0.0 0:00.07 rcu_pre+
15 root rt 0 0 0 0 S 0.0 0.0 0:00.02 migrati+
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
18 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
19 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+
20 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
21 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
23 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+
25 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
28 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+
29 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+
30 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
31 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
32 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kdevtmp+
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 inet_fr+
34 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
35 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
36 root 20 0 0 0 0 S 0.0 0.0 0:00.27 kauditd
37 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeba+
39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompac+
40 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
41 root 39 19 0 0 0 S 0.0 0.0 0:00.02 khugepa+
42 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kintegr+
43 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd
44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 blkcg_p+
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 tpm_dev+
46 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ata_sff
47 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 edac-po+
48 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 devfreq+
49 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
50 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
51 root 20 0 0 0 0 I 0.0 0.0 0:00.58 kworker+
52 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
53 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rpciod
54 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 xprtiod
55 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 nfsiod
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kthrotld
59 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
61 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kpcitest
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kpcintb
64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 vfio-ir+
65 root 20 0 0 0 0 I 0.0 0.0 0:00.44 kworker+
118 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+
119 root -51 0 0 0 0 S 0.0 0.0 0:00.02 irq/26-+
120 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
121 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+
122 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+
125 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp0
126 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/242+
127 root rt 0 0 0 0 S 0.0 0.0 0:00.20 sugov:0
128 root 20 0 0 0 0 I 0.0 0.0 0:00.77 kworker+
129 root 20 0 0 0 0 I 0.0 0.0 0:00.85 kworker+
130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/245+
133 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/371+
134 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
136 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/402+
137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 sdhci
138 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/401+
139 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mmc_com+
140 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+
141 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
142 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mmc_com+
143 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
144 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/241+
145 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
146 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+
147 root 20 0 0 0 0 I 0.0 0.0 0:00.92 kworker+
148 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
149 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+
150 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mld
151 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ipv6_ad+
176 rpc 20 0 4380 1172 996 S 0.0 0.1 0:00.03 rpcbind
177 root 20 0 33920 6544 5776 S 0.0 0.3 0:01.37 systemd+
182 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 cryptod+
196 root 20 0 21504 6972 4576 S 0.0 0.4 0:01.14 systemd+
206 systemd+ 20 0 83040 2604 2184 S 0.0 0.1 0:00.41 systemd+
207 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
208 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
209 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
210 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
211 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
212 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
213 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
223 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
232 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/406+
233 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/407+
239 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/413+
245 message+ 20 0 6676 2900 2344 S 0.0 0.1 0:00.16 dbus-br+
254 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
255 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_tim+
259 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_fen+
260 root 39 19 0 0 0 S 0.0 0.0 0:00.00 pvr_def+
261 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pvr_dev+
312 message+ 20 0 3268 1536 1216 S 0.0 0.1 0:00.31 dbus-br+
326 root 20 0 2428 1580 1456 S 0.0 0.1 0:00.01 atd
330 root 20 0 2876 860 768 S 0.0 0.0 0:00.02 crond
361 root 20 0 78568 2480 2220 S 0.0 0.1 0:00.19 irqbala+
365 root 20 0 2800 1960 1728 S 0.0 0.1 0:00.10 starter
370 root 20 0 9396 4812 4332 S 0.0 0.2 0:00.54 systemd+
377 root 20 0 2708 1408 1284 S 0.0 0.1 0:00.01 tee-sup+
386 root 20 0 3088 96 0 S 0.0 0.0 0:00.00 telnetd
394 systemd+ 20 0 10536 5040 4612 S 0.0 0.3 0:00.61 systemd+
400 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
401 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
403 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+
405 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 optee_b+
430 root 20 0 8108 3320 2740 S 0.0 0.2 0:00.04 lighttpd
453 root 20 0 1195804 9964 6468 S 0.0 0.5 0:00.26 charon
478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 cfg80211
570 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
592 avahi 20 0 5812 3040 2708 S 0.0 0.2 0:00.20 avahi-d+
595 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
596 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
597 root 20 0 3052 856 760 S 0.0 0.0 0:00.01 netserv+
599 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tm+
600 root 20 0 0 0 0 S 0.0 0.0 0:00.15 usb-sto+
604 rpcuser 20 0 2928 1848 1684 S 0.0 0.1 0:00.06 rpc.sta+
606 root 20 0 1498632 60996 31608 S 0.0 3.1 0:02.00 contain+
620 root 20 0 2244 792 716 S 0.0 0.0 0:00.01 agetty
630 root 20 0 5288 2764 2376 S 0.0 0.1 0:00.14 login
631 avahi 20 0 5612 256 0 S 0.0 0.0 0:00.00 avahi-d+
633 weston 20 0 136684 31392 21684 S 0.0 1.6 0:00.91 weston
670 root 20 0 8864 2248 1896 S 0.0 0.1 0:00.29 systemd+
706 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.03 systemd+
707 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.04 systemd+
708 root 20 0 9144 4140 3712 S 0.0 0.2 0:00.05 systemd+
749 weston 20 0 10988 7092 6124 S 0.0 0.4 0:00.93 systemd
765 weston 20 0 13900 4344 1904 S 0.0 0.2 0:00.00 (sd-pam)
830 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
831 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
832 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
844 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
846 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
847 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
848 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
882 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/mm+
883 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
905 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
921 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
924 weston 20 0 13268 3812 1840 S 0.0 0.2 0:00.00 (sd-pam)
987 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
988 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
989 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 pvr_misr
991 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
995 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+
996 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ext4-rs+
998 weston 20 0 17232 8044 6820 S 0.0 0.4 0:00.22 weston-+
1000 weston 20 0 26012 17400 15920 S 0.0 0.9 0:01.57 weston-+
1003 root 20 0 11068 7164 6136 S 0.0 0.4 0:00.93 systemd
1004 root 20 0 13900 4288 1840 S 0.0 0.2 0:00.00 (sd-pam)
1069 root 20 0 4900 4048 2556 S 0.0 0.2 0:01.30 sh
1372 systemd+ 20 0 9292 5052 4604 S 0.0 0.3 0:00.53 systemd+
1411 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1412 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1413 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
1414 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
1415 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1416 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1417 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1418 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1433 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1434 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1435 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1449 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
1450 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
root@am62xx-evm:~#
root@am62xx-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment