This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm using the default image of PROCESSOR-SDK-LINUX-RT-AM62X 09.00.00.03 (tisdk-default-image-am62xx-evm) on the SK-AM62.
I tried to access the OSPI flash using UBIFS following this URL.
root@am62xx-evm:~# modprobe ubi 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:~# ubiformat /dev/mtd5 ubiformat: mtd5 (nor), size 58458112 bytes (55.7 MiB), 223 eraseblocks of 262144 bytes (256.0 KiB), min. I/O size 16 bytes libscan: scanning eraseblock 222 -- 100 % complete ubiformat: 223 eraseblocks have valid erase counter, mean value is 3 ubiformat: formatting eraseblock 222 -- 100 % complete root@am62xx-evm:~# ubiattach -p /dev/mtd5 [ 418.477433] ubi0: attaching mtd5 [ 418.499562] ubi0: scanning is finished UBI device number 0, total 223 LEBs (58429568 bytes, 55.7 MiB), [ 418.518764] ubi0: attached mtd5 (name "ospi.rootfs", size 55 MiB) available 219 LEBs (57381504 bytes, 54.7 MiB), LEB size 262016 b[ 418.518786] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 262016 bytes ytes (255.8 KiB) [ 418.518792] ubi0: min./max. I/O unit sizes: 16/256, sub-page size 16 [ 418.518797] ubi0: VID header offset: 64 (aligned 64), data offset: 128 [ 418.518803] ubi0: good PEBs: 223, bad PEBs: 0, corrupted PEBs: 0 [ 418.518807] ubi0: user volume: 0, internal volumes: 1, max. volumes count: 128 root@am62xx-evm:~# [ 418.518813] ubi0: max/mean erase counter: 8/4, WL threshold: 4096, image sequence number: 1799411425 [ 418.518820] ubi0: available PEBs: 219, total reserved PEBs: 4, PEBs reserved for bad PEB handling: 0 [ 418.518858] ubi0: background thread "ubi_bgt0d" started, PID 1914 root@am62xx-evm:~# ubimkvol /dev/ubi0 -N flash_fs -s 20MiB Volume ID 0, size 81 LEBs (21223296 bytes, 20.2 MiB), LEB size 262016 bytes (255.8 KiB), dynamic, name "flash_fs", alignment 1 root@am62xx-evm:~# mkdir /mnt/flash root@am62xx-evm:~# mount -t ubifs ubi0:flash_fs /mnt/flash/ [ 450.767895] UBIFS (ubi0:0): default file-system created [ 450.769598] UBIFS (ubi0:0): Mounting in unauthenticated mode [ 450.769824] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 1996 root@am62xx-evm:~# [ 451.082991] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "flash_fs" [ 451.083015] UBIFS (ubi0:0): LEB size: 262016 bytes (255 KiB), min./max. I/O unit sizes: 16 bytes/256 bytes [ 451.083023] UBIFS (ubi0:0): FS size: 18603136 bytes (17 MiB, 71 LEBs), max 81 LEBs, journal size 2096129 bytes (1 MiB, 6 LEBs) [ 451.083033] UBIFS (ubi0:0): reserved for root: 878671 bytes (858 KiB) [ 451.083039] UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID BF07F616-C65F-42E2-A365-846BA321768B, small LPT model
Then, the below error occurs when I executed the ls
command right after the first file is created.
There seems to be no problem with subsequent accesses.
root@am62xx-evm:~# cd /mnt/flash/ root@am62xx-evm:/mnt/flash# ls -al total 4 drwxr-xr-x 2 root root 160 Jan 1 00:07 . drwxr-xr-x 3 root root 4096 Jan 1 00:05 .. root@am62xx-evm:/mnt/flash# echo hello > hello.txt root@am62xx-evm:/mnt/flash# ls -al total 4 [ 488.459521] UBIFS error (ubi0:0 pid 2076): ubifs_read_node [ubifs]: bad node type (255 but expected 2) drwxr-xr-x 2 root root 232 Jan 1 00:08 . [ 488.459605] UBIFS error (ubi0:0 pid 2076): ubifs_read_node [ubifs]: bad node at LEB 11:160, LEB mapping status 1 [ 488.459642] Not a node, first 24 bytes: drwxr-xr-x 3 root root 4096 Jan 1 00:05 ..[ 488.459649] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ........................ [ 488.459659] CPU: 1 PID: 2076 Comm: ls Tainted: G O 6.1.33-rt11-g685e771524 #1 [ 488.459667] Hardware name: Texas Instruments AM625 SK (DT) [ 488.459672] Call trace: [ 488.459676] dump_backtrace.part.0+0xdc/0xf0 [ 488.459697] show_stack+0x18/0x30 [ 488.459704] dump_stack_lvl+0x68/0x84 [ 488.459715] dump_stack+0x18/0x34 [ 488.459721] ubifs_read_node+0x234/0x260 [ubifs] root@am62xx-evm:/mnt/flash# [ 488.459753] ubifs_read_node_wbuf+0xbc/0x2b0 [ubifs] [ 488.459785] ubifs_tnc_read_node+0x48/0xbc [ubifs] [ 488.459816] tnc_read_hashed_node+0xb0/0x1e4 [ubifs] [ 488.459847] ubifs_tnc_next_ent+0x190/0x1e0 [ubifs] [ 488.459877] ubifs_readdir+0x2d4/0x390 [ubifs] [ 488.459908] iterate_dir+0x168/0x1b4 [ 488.459919] __arm64_sys_getdents64+0x68/0x150 [ 488.459927] invoke_syscall+0x48/0x114 [ 488.459936] el0_svc_common.constprop.0+0xd4/0xfc [ 488.459944] do_el0_svc+0x30/0xd0 [ 488.459951] el0_svc+0x2c/0x84 [ 488.459958] el0t_64_sync_handler+0xbc/0x140 [ 488.459965] el0t_64_sync+0x18c/0x190 [ 488.459975] UBIFS error (ubi0:0 pid 2076): ubifs_readdir [ubifs]: cannot find next direntry, error -22 root@am62xx-evm:/mnt/flash# echo $? 0 root@am62xx-evm:/mnt/flash# ls -al total 8 drwxr-xr-x 2 root root 232 Jan 1 00:08 . drwxr-xr-x 3 root root 4096 Jan 1 00:05 .. -rw-r--r-- 1 root root 6 Jan 1 00:08 hello.txt root@am62xx-evm:/mnt/flash# cat hello.txt hello root@am62xx-evm:/mnt/flash# echo world >> hello.txt root@am62xx-evm:/mnt/flash# ls -al total 8 drwxr-xr-x 2 root root 232 Jan 1 00:08 . drwxr-xr-x 3 root root 4096 Jan 1 00:05 .. -rw-r--r-- 1 root root 12 Jan 1 00:24 hello.txt root@am62xx-evm:/mnt/flash# cat hello.txt hello world
Do you know why this error occurs?
Regards,
Numata
Hi Numata-san,
this was assigned to me but I'm currently traveling, so please allow a few days for a response (should be able to look at your request by early next week).
Regards, Andreas
Hi Numata-san,
apologies for the delay in getting back on this. Is this still an open issue on your end?
If so, can you please also post the complete Kernel boot log?
Thanks, Andreas
Hi Andreas-san,
Thank you for your reply.
It is not urgent or critical, but we will eventually need a filesystem on flash memory.
Here are the console log and output of dmesg. Would you please check them?
U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') SPL initial stack usage: 13376 bytes Trying to boot from MMC2 Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Starting ATF on ARM64 core... NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty NOTICE: BL31: Built : 00:42:57, Jan 13 2023 U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') SPL initial stack usage: 1856 bytes Trying to boot from MMC2 Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted U-Boot 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000) SoC: AM62X SR1.0 GP Model: Texas Instruments AM625 SK EEPROM not available at 80, trying to read at 81 Board: AM62-SKEVM rev E3 DRAM: 2 GiB Core: 71 devices, 31 uclasses, devicetree: separate MMC: mmc@fa10000: 0, mmc@fa00000: 1 Loading Environment from nowhere... OK In: serial Out: serial Err: serial Net: eth0: ethernet@8000000port@1 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 574 bytes read in 13 ms (43 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... ## Error: "main_cpsw0_qsgmii_phyinit" not defined 20251136 bytes read in 222 ms (87 MiB/s) 57500 bytes read in 16 ms (3.4 MiB/s) Working FDT set to 88000000 ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4) Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK Working FDT set to 8feee000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.33-rt11-g685e771524 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Thu Jul 6 16:09:58 UTC 2023 [ 0.000000] Machine model: Texas Instruments AM625 SK [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff] [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff] [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff] [ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff] [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff] [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff] [ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 19 pages/cpu s37568 r8192 d32064 u77824 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=2009d4d0-02 rw rootfstype=ext4 rootwait [ 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: 1838416K/2097152K available (12288K kernel code, 1280K rwdata, 3972K rodata, 2112K init, 523K bss, 127664K 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] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads. [ 0.000000] No expedited grace period (rcu_normal_after_boot). [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.000375] Console: colour dummy device 80x25 [ 0.515200] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.515210] pid_max: default: 32768 minimum: 301 [ 0.515308] LSM: Security Framework initializing [ 0.515486] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.515517] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.517911] cblist_init_generic: Setting adjustable number of callback queues. [ 0.517929] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.567285] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.573932] rcu: Hierarchical SRCU implementation. [ 0.573935] rcu: Max phase no-delay instances is 1000. [ 0.574010] printk: bootconsole [ns16550a0] printing thread started [ 0.591148] Platform MSI: msi-controller@1820000 domain created [ 0.591453] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.592184] EFI services will not be available. [ 0.592739] smp: Bringing up secondary CPUs ... [ 0.618352] Detected VIPT I-cache on CPU1 [ 0.618500] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.618517] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000 [ 0.618592] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.645044] Detected VIPT I-cache on CPU2 [ 0.645161] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.645177] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000 [ 0.645225] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.671501] Detected VIPT I-cache on CPU3 [ 0.671619] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.671635] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000 [ 0.671683] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.671793] smp: Brought up 1 node, 4 CPUs [ 0.671799] SMP: Total of 4 processors activated. [ 0.706042] CPU features: detected: 32-bit EL0 Support [ 0.706048] CPU features: detected: CRC32 instructions [ 0.706134] CPU: All CPU(s) started at EL2 [ 0.706141] alternatives: applying system-wide alternatives [ 0.710406] devtmpfs: initialized [ 0.723639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.723673] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.729560] pinctrl core: initialized pinctrl subsystem [ 0.730308] DMI not present or invalid. [ 0.731091] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.764735] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.765134] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.765363] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.765492] audit: initializing netlink subsys (disabled) [ 0.765729] audit: type=2000 audit(0.764:1): state=initialized audit_enabled=0 res=1 [ 0.766457] thermal_sys: Registered thermal governor 'step_wise' [ 0.766714] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.766840] ASID allocator initialised with 65536 entries [ 0.780492] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 0.783034] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 0.785607] KASLR disabled due to lack of seed [ 0.796309] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.796327] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.796332] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.796335] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.796340] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.796343] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.796347] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.796350] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.804399] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected [ 0.806454] iommu: Default domain type: Translated [ 0.806464] iommu: DMA domain TLB invalidation policy: strict mode [ 0.806897] SCSI subsystem initialized [ 0.807476] usbcore: registered new interface driver usbfs [ 0.807530] usbcore: registered new interface driver hub [ 0.807569] usbcore: registered new device driver usb [ 0.808403] pps_core: LinuxPPS API ver. 1 registered [ 0.808407] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.808425] PTP clock support registered [ 0.808582] EDAC MC: Ver: 3.0.0 [ 0.809637] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100 [ 0.810271] FPGA manager framework [ 0.810401] Advanced Linux Sound Architecture Driver Initialized. [ 0.811697] clocksource: Switched to clocksource arch_sys_counter [ 0.812248] VFS: Disk quotas dquot_6.6.0 [ 0.812304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.820364] NET: Registered PF_INET protocol family [ 0.820714] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.822631] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear) [ 0.822764] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.822788] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.823031] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear) [ 0.824875] TCP: Hash tables configured (established 16384 bind 16384) [ H▒▒0.825201] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear) [ 1.053424] printk: cons[ole [ttyS2] printing thread started 0.825393] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear) [ 1.053448] printk: console [ttyS2] enabled [ 1.053453] printk: bootconsole [ns16550a0] disabled [ 1.066307] printk: bootconsole [ns16550a0] printing thread stopped [ 1.070871] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.071043] 7 fixed-partitions partitions found on MTD device fc40000.spi.0 [ 1.071061] Creating 7 MTD partitions on "fc40000.spi.0": [ 1.071068] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 1.072890] 0x000000080000-0x000000280000 : "ospi.tispl" [ 1.074515] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 1.076210] 0x000000680000-0x0000006c0000 : "ospi.env" [ 1.077882] 0x0000006c0000-0x000000700000 : "ospi.env.backup" [ 1.079421] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.081080] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.084721] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 1.123711] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.126464] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.126478] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867 [ 1.126539] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006 [ 1.126794] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.126801] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.127606] pps pps0: new PPS source ptp0 [ 1.128128] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.145300] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.150894] mmc0: CQHCI version 5.10 [ 1.160606] pca953x 1-0022: supply vcc not found, using dummy regulator [ 1.160766] pca953x 1-0022: using AI [ 1.192935] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.194877] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 1.196070] mmc2: CQHCI version 5.10 [ 1.196130] mmc1: CQHCI version 5.10 [ 1.212303] ALSA device list: [ 1.212318] No soundcards found. [ 1.236949] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.238589] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit [ 1.238896] Waiting for root device PARTUUID=2009d4d0-02... [ 1.276526] mmc0: Command Queue Engine enabled [ 1.276552] mmc0: new HS200 MMC card at address 0001 [ 1.277604] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.279978] mmcblk0: p1 p2 [ 1.280963] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB [ 1.282881] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB [ 1.285595] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) [ 1.286243] mmc1: new ultra high speed SDR104 SDHC card at address 59b4 [ 1.287292] mmcblk1: mmc1:59b4 USD00 14.7 GiB [ 1.290002] mmcblk1: p1 p2 [ 1.496989] EXT4-fs (mmcblk1p2): recovery complete [ 1.498480] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.498596] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.499370] devtmpfs: mounted [ 1.501250] Freeing unused kernel memory: 2112K [ 1.501399] Run /sbin/init as init process [ 1.662568] systemd[1]: System time before build time, advancing clock. [ 1.699568] NET: Registered PF_INET6 protocol family [ 1.701541] Segment Routing with IPv6 [ 1.701584] In-situ OAM (IOAM) with IPv6 [ 1.731354] 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) [ 1.732211] systemd[1]: Detected architecture arm64. Welcome to Arago 2023.04! [ 1.827479] systemd[1]: Hostname set to <am62xx-evm>. [ 1.980456] systemd-sysv-generator[181]: SysV service '/etc/init.d/inetd.busybox' 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. [ 1.981867] systemd-sysv-generator[181]: SysV service '/etc/init.d/umountnfs.sh' 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. [ 1.982024] systemd-sysv-generator[181]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.985482] systemd-sysv-generator[181]: SysV service '/etc/init.d/resize_rootfs.sh' 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. [ 1.986534] systemd-sysv-generator[181]: SysV service '/etc/init.d/sendsigs' 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. [ 1.986696] systemd-sysv-generator[181]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.989813] systemd-sysv-generator[181]: SysV service '/etc/init.d/dropbear' 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. [ 1.990030] systemd-sysv-generator[181]: SysV service '/etc/init.d/single' 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. [ 1.990180] systemd-sysv-generator[181]: SysV service '/etc/init.d/reboot' 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. [ 1.990320] systemd-sysv-generator[181]: SysV service '/etc/init.d/halt' 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. [ 1.991261] systemd-sysv-generator[181]: SysV service '/etc/init.d/netperf' 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. [ 1.992003] systemd-sysv-generator[181]: SysV service '/etc/init.d/umountfs' 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. [ 1.992992] systemd-sysv-generator[181]: SysV service '/etc/init.d/psplash.sh' 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. [ 1.993421] systemd-sysv-generator[181]: SysV service '/etc/init.d/docker.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. [ 1.994389] systemd-sysv-generator[181]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.997657] systemd-sysv-generator[181]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 2.002541] systemd-sysv-generator[181]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 2.169110] systemd[1]: Configuration file /etc/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.225399] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.226632] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.259456] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.307380] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.367575] systemd[1]: Queued start job for default target Graphical Interface. [ 2.465866] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ OK ] Created slice Slice /system/modprob[ 2.500237] systemd[1]: Created slice Slice /system/modprobe. e. [ OK ] Created slice Slice /system/serial-[ 2.527971] systemd[1]: Created slice Slice /system/serial-getty. getty. [ OK ] Created slice User and Session Slic[ 2.555176] systemd[1]: Created slice User and Session Slice. e. [ OK ] Started Dispatch Password …ts to [ 2.576503] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. Console Directory Watch. [ OK ] Started Forward Password R…uests [ 2.600313] systemd[1]: Started Forward Password Requests to Wall Directory Watch. to Wall Directory Watch. [ OK ] Reached target Path Units. [ 2.624416] systemd[1]: Reached target Path Units. [ OK ] Reached target Remote File Systems systemd[1]: Reached target Remote File Systems. [0m. [ OK ] Reached target Slice Units. [ 2.655923] systemd[1]: Reached target Slice Units. [ OK ] Reached target Swaps. [ 2.667958] systemd[1]: Reached target Swaps. [ OK ] Listening on RPCbind Server Activat[ 2.743955] systemd[1]: Listening on RPCbind Server Activation Socket. ion Socket. [ OK ] Reached target RPC Port Mapper.[ 2.772118] systemd[1]: Reached target RPC Port Mapper. [ OK ] Listening on Process Core Dump Sock[ 2.799875] systemd[1]: Listening on Process Core Dump Socket. et. [ OK ] Listening on initctl Compatibility [ 2.820505] systemd[1]: Listening on initctl Compatibility Named Pipe. Named Pipe. [ OK ] Listening on Journal Audit Socket 2.845094] systemd[1]: Listening on Journal Audit Socket. 0m. [ OK ] Listening on Journal Socket (/dev/l[ 2.868793] systemd[1]: Listening on Journal Socket (/dev/log). og). [ OK ] Listening on Journal Socket. [ 2.892728] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Network Service Netlin[ 2.905086] systemd[1]: Listening on Network Service Netlink Socket. k Socket. [ OK ] Listening on udev Control Socket 2.929043] systemd[1]: Listening on udev Control Socket. m. [ OK ] Listening on udev Kernel Socket[ 2.952642] systemd[1]: Listening on udev Kernel Socket. . [ OK ] Listening on User Database Manager [ 2.976729] systemd[1]: Listening on User Database Manager Socket. Socket. Mounting Huge Pages File System... [ 3.040570] systemd[1]: Mounting Huge Pages File System... Mounting POSIX Message Queue File System..[ 3.059123] systemd[1]: Mounting POSIX Message Queue File System... . Mounting Kernel Debug File System... [ 3.087233] systemd[1]: Mounting Kernel Debug File System... [ 3.100643] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). Mounting Temporary Directory /tmp... [ 3.109662] systemd[1]: Mounting Temporary Directory /tmp... Starting Create List of Static Device Nodes 3.141018] systemd[1]: Starting Create List of Static Device Nodes... m... [ 3.171639] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... Starting Load Kernel Module drm...[ 3.195142] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module fuse... [ 3.225347] systemd[1]: Starting Load Kernel Module fuse... [ 3.242925] fuse: init (API version 7.37) Starting Start psplash boot splash screen.[ 3.252666] systemd[1]: Starting Start psplash boot splash screen... .. Starting RPC Bind... [ 3.285197] systemd[1]: Starting RPC Bind... [ 3.296382] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 3.308738] systemd[1]: Starting Journal Service... Starting Journal Service... Starting Load Kernel Modules... [ 3.341760] systemd[1]: Starting Load Kernel Modules... Starting Generate network …ts from Kernel co[ 3.365805] systemd[1]: Starting Generate network units from Kernel command line... [ 3.370024] cryptodev: loading out-of-tree module taints kernel. mmand line... [ 3.372426] cryptodev: driver 1.12 loaded. Starting Remount Root and Kernel File Systems systemd[1]: Starting Remount Root and Kernel File Systems... [0m... Starting Coldplug All udev Devices... [ 3.434911] systemd[1]: Starting Coldplug All udev Devices... [ 3.443882] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 3.467399] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ OK ] Started Journal Service. [ 3.484992] systemd[1]: Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... Starting Apply Kernel Variables... [ 3.877747] systemd-journald[197]: Received client request to flush runtime journal. Starting Create Static Device Nodes in /dev... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /media/ram... Mounting /var/volatile... [ 4.123186] audit: type=1334 audit(1651167747.456:2): prog-id=5 op=LOAD Starting Rule-based Manage…for Device Events[ 4.123582] audit: type=1334 audit(1651167747.456:3): prog-id=6 op=LOAD and Files... [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. [ OK ] Finished Coldplug All udev Devices. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Found device /dev/ttyS2. [ 5.056201] mc: Linux media interface: v0.10 [ 5.147831] random: crng init done [ OK ] Finished Load/Save Random Seed. [ 5.285441] videodev: Linux video capture interface: v2.00 [ 5.309149] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000 [ 5.309394] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode [ 5.309575] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ 5.365728] remoteproc remoteproc0: 5000000.m4fss is available [ 5.370345] remoteproc remoteproc0: powering up 5000000.m4fss [ OK ] Started Daily Cleanup of Temporary [ 5.370384] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860 Directories. [ 5.375844] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000 [ 5.376089] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7) [ 5.376109] remoteproc remoteproc0: remote processor 5000000.m4fss is now up [ OK ] Reached target System Time Set. [ OK ] Started Daily rotation of log files[ 5.440724] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 . [ 5.440828] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:10 UTC (10) [ 5.442796] systemd-journald[197]: Time jumped backwards, rotating. [ OK ] Reached target Timer Units. [ 5.468218] virtio_rpmsg_bus virtio0: rpmsg host is online [ OK ] Listening on Avahi mDNS/DNS-SD Stac[ 5.469010] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd k Activation Socket. [ 5.469397] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 5.480815] PVR_K: 238: Device: fd00000.gpu [ OK ] Listening on D-Bus System Message B[ 5.481103] PVR_K: 238: Read BVNC 33.15.11.3 from HW device registers us Socket. [ 5.481288] PVR_K: 238: RGX Device registered with BVNC 33.15.11.3 [ 5.482645] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 0 [ 5.500724] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 5.502475] sii902x 1-003b: supply iovcc not found, using dummy regulator Starting Docker Socket for the API... [ 5.503844] platform 78000000.r5f: configured R5F for IPC-only mode [ 5.504085] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000 [ 5.504613] remoteproc remoteproc1: 78000000.r5f is available [ 5.504789] remoteproc remoteproc1: attaching to 78000000.r5f [ 5.510962] platform 78000000.r5f: R5F core initialized in IPC-only mode [ 5.511029] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@9da00000 [ 5.511388] sii902x 1-003b: supply cvcc12 not found, using dummy regulator [ 5.512269] virtio_rpmsg_bus virtio1: rpmsg host is online [ 5.512330] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7) [ 5.512340] remoteproc remoteproc1: remote processor 78000000.r5f is now attached [ 5.512483] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 5.512700] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 5.558508] i2c i2c-1: Added multiplexed i2c bus 3 [ OK ] Listening on dropbear.socket. [ 5.564507] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 1 [ 5.565211] tidss 30200000.dss: [drm] Cannot find any crtc or sizes Starting Weston socket... Starting D-Bus System Message Bus... Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ OK ] Listening on Weston socket. [ OK ] Reached target Socket Units. [ OK ] Finished Reboot and dump vmcore via kexec. [ OK ] Started D-Bus System Message Bus. [ OK ] Reached target Basic System. [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. Starting Print notice about GPLv3 packages... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting startwlanap... Starting startwlansta... [ 6.438951] audit: type=1334 audit(11.492:4): prog-id=7 op=LOAD [ 6.438986] audit: type=1334 audit(11.492:5): prog-id=8 op=LOAD Starting User Login Management... [ OK ] Started TEE Supplicant. Starting telnetd.service... [ 6.648827] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ OK ] Started ti-apps-launcher service. [ 6.699491] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Started startwlanap. [ OK ] Started startwlansta. [ 6.752850] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ OK ] Started telnetd.service. [ OK ] Reached target Preparation for Network. Starting LSB: Expand Rootfs of boot device... Starting Network Configuration... [ 7.096530] remoteproc remoteproc2: 30074000.pru is available [ 7.097874] remoteproc remoteproc3: 30078000.pru is available [ 7.262908] tps6598x 0-003f: Unable to find the interrupt, switching to polling [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [ 7.433174] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22 [ OK ] Reached target Hardware activated USB gadget. [ 7.533386] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 7.533455] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1 [ 7.533666] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports [ 7.533682] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010 [ 7.534537] xhci-hcd xhci-hcd.4.auto: irq 459, io mem 0x31100000 [ OK ] Started LSB: Expand Rootfs of boot device. [ OK ] Started User Login Management. [ 7.656476] hub 1-0:1.0: USB hub found [ 7.657719] hub 1-0:1.0: 1 port detected [ 7.659279] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 7.659641] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 [ 7.660171] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports [ 7.660190] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010 [ 7.665594] xhci-hcd xhci-hcd.5.auto: irq 458, io mem 0x31000000 [ 7.709429] hub 2-0:1.0: USB hub found [ 7.709531] hub 2-0:1.0: 1 port detected [ OK ] Started Network Configuration. Starting Wait for Network to be Configured... Starting Network Name Resolution... Starting Save/Restore Sound Card State... [ 7.902297] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) [ 7.902334] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode [ OK ] Finished Save/Restore Sound Card State. [ OK ] Reached target Sound Card. [ 7.997067] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 7.997105] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 8.127190] startwlanap.sh[700]: sed: unmatched '/' [ 8.147949] startwlanap.sh[701]: adding wlan1 interface [ 8.173457] startwlanap.sh[703]: command failed: No such file or directory (-2) [ 8.293384] startwlanap.sh[704]: Line 499: unknown configuration item 'wep_rekey_period' [ 8.294036] startwlanap.sh[704]: 1 errors found in configuration file '/usr/share/wl18xx/hostapd.conf' [ 8.294832] startwlanap.sh[704]: Failed to set up interface with /usr/share/wl18xx/hostapd.conf [ 8.295442] startwlanap.sh[704]: Failed to initialize interface [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... Starting containerd container runtime... [ OK ] Started Netperf Benchmark Server. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Finished Enable and configure wl18xx bluetooth stack. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Finished Permit User Sessions. [ OK ] Created slice Slice /system/systemd-fsck. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... Starting Weston, a Wayland…ositor, as a system service... Starting File System Check on /dev/mmcblk1p1... [ OK ] Found device /dev/mmcblk0p1. Starting File System Check on /dev/mmcblk0p1... [ 9.253146] audit: type=1334 audit(14.308:6): prog-id=9 op=LOAD Starting User Database Manager... [ 9.253547] audit: type=1334 audit(14.308:7): prog-id=10 op=LOAD [ 9.283956] startwlanap.sh[805]: wlan1: ERROR while getting interface flags: No such device [ 9.301441] startwlanap.sh[805]: SIOCSIFNETMASK: No such device [ 9.327095] startwlanap.sh[805]: wlan1: ERROR while getting interface flags: No such device [ OK ] Finished File System Check on /dev/mmcblk1p1. Mounting /run/media/boot-mmcblk1p1... [ OK ] Mounted /run/media/boot-mmcblk1p1. [ OK ] Finished File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ OK ] Mounted /run/media/mmcblk0p1. [ 9.740237] audit: type=1325 audit(14.780:8): table=nat family=2 entries=0 op=xt_register pid=832 comm="iptables" [ 9.740297] audit: type=1300 audit(14.780:8): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffe13f0c78 items=0 ppid=701 pid=832 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 9.740332] audit: type=1327 audit(14.780:8): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445 [ 9.741338] audit: type=1325 audit(14.796:9): table=nat family=2 entries=5 op=xt_replace pid=832 comm="iptables" [ 9.741489] audit: type=1300 audit(14.796:9): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=6a62210 items=0 ppid=701 pid=832 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 9.741536] audit: type=1327 audit(14.796:9): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445 [ OK ] Started User Database Manager. [ OK ] Finished Synchronize System and HW clocks. [ OK ] Created slice User Slice of UID 1000. Starting User Runtime Directory /run/user/1000... [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon.. [ OK ] Finished User Runtime Directory /run/user/1000. Starting User Manager for UID 1000... [ 10.801472] startwlanap.sh[852]: iperf3: error - unable to start listener for connections: Cannot assign requested address [ 10.802549] startwlanap.sh[852]: iperf3: exiting [ OK ] Started User Manager for UID 1000. [ OK ] Started Session c1 of User weston. [ OK ] Started containerd container runtime. [ 11.223421] PVR_K: 782: RGX Firmware image 'rgx.fw.33.15.11.3' loaded [ 11.233323] PVR_K: 782: Shader binary image 'rgx.sh.33.15.11.3' loaded [ OK ] Started Weston, a Wayland …mpositor, as a system service. [ OK ] Finished Print notice about GPLv3 packages. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project am62xx-evm - Arago 2023.04 am62xx-evm - am62xx-evm login: root [ 43.268190] kauditd_printk_skb: 6 callbacks suppressed [ 43.268211] audit: type=1006 audit(48.324:12): pid=950 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 [ 43.268232] audit: type=1300 audit(48.324:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff3b70e48 a2=1 a3=ffff9697a020 items=0 ppid=1 pid=950 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) [ 43.268245] audit: type=1327 audit(48.324:12): proctitle="(systemd)" [ 43.296980] audit: type=1334 audit(48.352:13): prog-id=11 op=LOAD [ 43.297009] audit: type=1300 audit(48.352:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcd0115e0 a2=78 a3=0 items=0 ppid=1 pid=950 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) [ 43.297023] audit: type=1327 audit(48.352:13): proctitle="(systemd)" [ 43.297044] audit: type=1334 audit(48.352:14): prog-id=11 op=UNLOAD [ 43.297249] audit: type=1334 audit(48.352:15): prog-id=12 op=LOAD [ 43.297284] audit: type=1300 audit(48.352:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcd011680 a2=78 a3=0 items=0 ppid=1 pid=950 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) [ 43.297300] audit: type=1327 audit(48.352:15): proctitle="(systemd)" root@am62xx-evm:~# [ 129.445914] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 129.449827] Bridge firewalling registered [ 129.476125] kauditd_printk_skb: 1 callbacks suppressed [ 129.476146] audit: type=1325 audit(134.524:17): table=filter family=2 entries=0 op=xt_register pid=1181 comm="iptables" [ 129.476808] audit: type=1300 audit(134.524:17): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffef1ed0a8 items=0 ppid=1137 pid=1181 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.476831] audit: type=1327 audit(134.524:17): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 129.592634] audit: type=1325 audit(134.648:18): table=nat family=2 entries=6 op=xt_replace pid=1202 comm="iptables" [ 129.592668] audit: type=1300 audit(134.648:18): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=215d9c00 items=0 ppid=1137 pid=1202 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.592682] audit: type=1327 audit(134.648:18): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552 [ 129.603455] audit: type=1325 audit(134.656:19): table=filter family=2 entries=4 op=xt_replace pid=1204 comm="iptables" [ 129.603486] audit: type=1300 audit(134.656:19): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=12a84940 items=0 ppid=1137 pid=1204 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.603501] audit: type=1327 audit(134.656:19): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552 [ 129.614346] audit: type=1325 audit(134.668:20): table=filter family=2 entries=6 op=xt_replace pid=1206 comm="iptables" root@am62xx-evm:~# modprobe ubi 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:~# ubiformat /dev/mtd5 ubiformat: mtd5 (nor), size 58458112 bytes (55.7 MiB), 223 eraseblocks of 262144 bytes (256.0 KiB), min. I/O size 16 bytes libscan: scanning eraseblock 222 -- 100 % complete ubiformat: 223 eraseblocks are supposedly empty ubiformat: formatting eraseblock 222 -- 100 % complete root@am62xx-evm:~# ubiattach -p /dev/mtd5 [ 418.531062] ubi0: attaching mtd5 [ 418.552712] ubi0: scanning is finished [ 418.571304] ubi0: attached mtd5 (name "ospi.rootfs", size 55 MiB) [ 418.571324] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 262016 bytes [ 418.571330] ubi0: min./max. I/O unit sizes: 16/256, sub-page size 16 [ 418.571335] ubi0: VID header offset: 64 (aligned 64), data offset: 128 [ 418.571341] ubi0: good PEBs: 223, bad PEBs: 0, corrupted PEBs: 0 UBI device number 0, total 223 LEBs (58429568 bytes, 55.7 MiB), [ 418.571346] ubi0: user volume: 0, internal volumes: 1, max. volumes count: 128 available 219 LEBs (57381504 bytes, 54.7 MiB), LEB size 262016 b[ 418.571351] ubi0: max/mean erase counter: 0/0, WL threshold: 4096, image sequence number: 1109071774 ytes (255.8 KiB) [ 418.571358] ubi0: available PEBs: 219, total reserved PEBs: 4, PEBs reserved for bad PEB handling: 0 [ 418.571374] ubi0: background thread "ubi_bgt0d" started, PID 1911 root@am62xx-evm:~# ubimkvol /dev/ubi0 -N flash_fs -s 20MiB Volume ID 0, size 81 LEBs (21223296 bytes, 20.2 MiB), LEB size 262016 bytes (255.8 KiB), dynamic, name "flash_fs", alignment 1 root@am62xx-evm:~# mkdir /mnt/flash root@am62xx-evm:~# mount -t ubifs ubi0:flash_fs /mnt/flash/ [ 612.383187] UBIFS (ubi0:0): default file-system created [ 612.384954] UBIFS (ubi0:0): Mounting in unauthenticated mode [ 612.385229] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 2315 root@am62xx-evm:~# [ 612.700219] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "flash_fs" [ 612.700244] UBIFS (ubi0:0): LEB size: 262016 bytes (255 KiB), min./max. I/O unit sizes: 16 bytes/256 bytes [ 612.700253] UBIFS (ubi0:0): FS size: 18603136 bytes (17 MiB, 71 LEBs), max 81 LEBs, journal size 2096129 bytes (1 MiB, 6 LEBs) [ 612.700262] UBIFS (ubi0:0): reserved for root: 878671 bytes (858 KiB) [ 612.700269] UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID B4EE8378-7E86-4B6B-A361-EEDDA3F81DA1, small LPT model root@am62xx-evm:~# cd /mnt/flash/ root@am62xx-evm:/mnt/flash# ls -al total 4 drwxr-xr-x 2 root root 160 Jan 1 00:10 . drwxr-xr-x 3 root root 4096 Jan 1 00:10 .. root@am62xx-evm:/mnt/flash# echo hello > hello.txt root@am62xx-evm:/mnt/flash# ls -al [ 646.413180] UBIFS error (ubi0:0 pid 2386): ubifs_read_node [ubifs]: bad node type (255 but expected 2) total 4 [ 646.413264] UBIFS error (ubi0:0 pid 2386): ubifs_read_node [ubifs]: bad node at LEB 11:160, LEB mapping status 1 drwxr-xr-x 2 root root 232 Jan 1 00:10 . [ 646.413300] Not a node, first 24 bytes: drwxr-xr-x 3 root root 4096 Jan 1 00:10 .. [ 646.413307] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ........................ [ 646.413317] CPU: 1 PID: 2386 Comm: ls Tainted: G O 6.1.33-rt11-g685e771524 #1 [ 646.413325] Hardware name: Texas Instruments AM625 SK (DT) root@am62xx-evm:/mnt/flash# [ 646.413330] Call trace: [ 646.413336] dump_backtrace.part.0+0xdc/0xf0 [ 646.413356] show_stack+0x18/0x30 [ 646.413364] dump_stack_lvl+0x68/0x84 [ 646.413375] dump_stack+0x18/0x34 [ 646.413381] ubifs_read_node+0x234/0x260 [ubifs] [ 646.413413] ubifs_read_node_wbuf+0xbc/0x2b0 [ubifs] [ 646.413445] ubifs_tnc_read_node+0x48/0xbc [ubifs] [ 646.413476] tnc_read_hashed_node+0xb0/0x1e4 [ubifs] [ 646.413507] ubifs_tnc_next_ent+0x190/0x1e0 [ubifs] [ 646.413538] ubifs_readdir+0x2d4/0x390 [ubifs] [ 646.413569] iterate_dir+0x168/0x1b4 [ 646.413580] __arm64_sys_getdents64+0x68/0x150 [ 646.413588] invoke_syscall+0x48/0x114 [ 646.413597] el0_svc_common.constprop.0+0xd4/0xfc [ 646.413605] do_el0_svc+0x30/0xd0 [ 646.413611] el0_svc+0x2c/0x84 [ 646.413619] el0t_64_sync_handler+0xbc/0x140 [ 646.413626] el0t_64_sync+0x18c/0x190 [ 646.413635] UBIFS error (ubi0:0 pid 2386): ubifs_readdir [ubifs]: cannot find next direntry, error -22 root@am62xx-evm:/mnt/flash# echo $? 0 root@am62xx-evm:/mnt/flash# ls -al total 8 drwxr-xr-x 2 root root 232 Jan 1 00:10 . drwxr-xr-x 3 root root 4096 Jan 1 00:10 .. -rw-r--r-- 1 root root 6 Jan 1 00:10 hello.txt root@am62xx-evm:/mnt/flash# cat hello.txt hello root@am62xx-evm:/mnt/flash# echo world >> hello.txt root@am62xx-evm:/mnt/flash# ls -al total 8 drwxr-xr-x 2 root root 232 Jan 1 00:10 . drwxr-xr-x 3 root root 4096 Jan 1 00:10 .. -rw-r--r-- 1 root root 12 Jan 1 00:11 hello.txt root@am62xx-evm:/mnt/flash# cat hello.txt hello world
root@am62xx-evm:/mnt/flash# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.33-rt11-g685e771524 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Thu Jul 6 16:09:58 UTC 2023 [ 0.000000] Machine model: Texas Instruments AM625 SK [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff] [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff] [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff] [ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff] [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff] [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000fffc9fff] [ 0.000000] node 0: [mem 0x00000000fffca000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 19 pages/cpu s37568 r8192 d32064 u77824 [ 0.000000] pcpu-alloc: s37568 r8192 d32064 u77824 alloc=19*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 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=2009d4d0-02 rw rootfstype=ext4 rootwait [ 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: 1838416K/2097152K available (12288K kernel code, 1280K rwdata, 3972K rodata, 2112K init, 523K bss, 127664K 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] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads. [ 0.000000] No expedited grace period (rcu_normal_after_boot). [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.000375] Console: colour dummy device 80x25 [ 0.515200] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.515210] pid_max: default: 32768 minimum: 301 [ 0.515308] LSM: Security Framework initializing [ 0.515486] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.515517] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.517911] cblist_init_generic: Setting adjustable number of callback queues. [ 0.517929] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.567285] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.573932] rcu: Hierarchical SRCU implementation. [ 0.573935] rcu: Max phase no-delay instances is 1000. [ 0.574010] printk: bootconsole [ns16550a0] printing thread started [ 0.591148] Platform MSI: msi-controller@1820000 domain created [ 0.591453] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.592184] EFI services will not be available. [ 0.592739] smp: Bringing up secondary CPUs ... [ 0.618352] Detected VIPT I-cache on CPU1 [ 0.618500] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.618517] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000 [ 0.618592] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.645044] Detected VIPT I-cache on CPU2 [ 0.645161] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.645177] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000 [ 0.645225] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.671501] Detected VIPT I-cache on CPU3 [ 0.671619] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.671635] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000 [ 0.671683] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.671793] smp: Brought up 1 node, 4 CPUs [ 0.671799] SMP: Total of 4 processors activated. [ 0.706042] CPU features: detected: 32-bit EL0 Support [ 0.706048] CPU features: detected: CRC32 instructions [ 0.706134] CPU: All CPU(s) started at EL2 [ 0.706141] alternatives: applying system-wide alternatives [ 0.710406] devtmpfs: initialized [ 0.723639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.723673] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.729560] pinctrl core: initialized pinctrl subsystem [ 0.730308] DMI not present or invalid. [ 0.731091] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.764735] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.765134] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.765363] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.765492] audit: initializing netlink subsys (disabled) [ 0.765729] audit: type=2000 audit(0.764:1): state=initialized audit_enabled=0 res=1 [ 0.766457] thermal_sys: Registered thermal governor 'step_wise' [ 0.766714] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.766840] ASID allocator initialised with 65536 entries [ 0.780492] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 0.783034] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b [ 0.785607] KASLR disabled due to lack of seed [ 0.796309] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.796327] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.796332] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.796335] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.796340] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.796343] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.796347] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.796350] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.804399] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected [ 0.806454] iommu: Default domain type: Translated [ 0.806464] iommu: DMA domain TLB invalidation policy: strict mode [ 0.806897] SCSI subsystem initialized [ 0.807134] libata version 3.00 loaded. [ 0.807476] usbcore: registered new interface driver usbfs [ 0.807530] usbcore: registered new interface driver hub [ 0.807569] usbcore: registered new device driver usb [ 0.808403] pps_core: LinuxPPS API ver. 1 registered [ 0.808407] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.808425] PTP clock support registered [ 0.808582] EDAC MC: Ver: 3.0.0 [ 0.809637] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100 [ 0.810271] FPGA manager framework [ 0.810401] Advanced Linux Sound Architecture Driver Initialized. [ 0.811697] clocksource: Switched to clocksource arch_sys_counter [ 0.812248] VFS: Disk quotas dquot_6.6.0 [ 0.812304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.820364] NET: Registered PF_INET protocol family [ 0.820714] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.822631] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear) [ 0.822764] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.822788] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.823031] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear) [ 0.824875] TCP: Hash tables configured (established 16384 bind 16384) [ 0.825201] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear) [ 0.825393] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear) [ 0.825865] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.826599] RPC: Registered named UNIX socket transport module. [ 0.826606] RPC: Registered udp transport module. [ 0.826609] RPC: Registered tcp transport module. [ 0.826611] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.826621] NET: Registered PF_XDP protocol family [ 0.826650] PCI: CLS 0 bytes, default 64 [ 0.836018] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.838146] Initialise system trusted keyrings [ 0.838462] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.848466] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.849333] NFS: Registering the id_resolver key type [ 0.849390] Key type id_resolver registered [ 0.849394] Key type id_legacy registered [ 0.849502] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.849507] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.849798] 9p: Installing v9fs 9p2000 file system support [ 0.884274] Key type asymmetric registered [ 0.884281] Asymmetric key parser 'x509' registered [ 0.884372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.884612] io scheduler mq-deadline registered [ 0.884618] io scheduler kyber registered [ 0.891129] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.892148] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 0.893719] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.903783] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.916118] loop: module loaded [ 0.917919] megasas: 07.719.03.00-rc1 [ 0.923668] tun: Universal TUN/TAP device driver, 1.6 [ 0.924708] thunder_xcv, ver 1.0 [ 0.924767] thunder_bgx, ver 1.0 [ 0.924812] nicpf, ver 1.0 [ 0.925307] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 0.925317] hns3: Copyright (c) 2017 Huawei Corporation. [ 0.925402] hclge is initializing [ 0.925427] e1000: Intel(R) PRO/1000 Network Driver [ 0.925434] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.925485] e1000e: Intel(R) PRO/1000 Network Driver [ 0.925488] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 0.925540] igb: Intel(R) Gigabit Ethernet Network Driver [ 0.925543] igb: Copyright (c) 2007-2014 Intel Corporation. [ 0.925585] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.925589] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.925744] sky2: driver version 1.30 [ 0.926622] VFIO - User Level meta-driver version: 0.3 [ 0.927629] usbcore: registered new interface driver usb-storage [ 0.928790] i2c_dev: i2c /dev entries driver [ 0.930047] sdhci: Secure Digital Host Controller Interface driver [ 0.930052] sdhci: Copyright(c) Pierre Ossman [ 0.930697] Synopsys Designware Multimedia Card Interface Driver [ 0.931205] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.932681] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.933129] usbcore: registered new interface driver usbhid [ 0.933133] usbhid: USB HID core driver [ 0.934826] optee: probing for conduit method. [ 0.934870] optee: revision 3.20 (8e74d476) [ 0.935302] optee: dynamic shared memory is enabled [ 0.935616] optee: initialized driver [ 0.937998] Initializing XFRM netlink socket [ 0.938056] NET: Registered PF_PACKET protocol family [ 0.938245] 9pnet: Installing 9P2000 support [ 0.938327] Key type dns_resolver registered [ 0.938626] registered taskstats version 1 [ 0.938661] Loading compiled-in X.509 certificates [ 0.950470] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') [ 1.022468] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 1.024948] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz [ 1.026677] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz [ 1.027002] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.027201] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.027523] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.029239] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 1.032372] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) [ 1.036014] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 1.041651] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 1.045258] printk: console [ttyS2] disabled [ 1.046400] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3000000) is a 8250 [ 1.053424] printk: console [ttyS2] printing thread started [ 1.053448] printk: console [ttyS2] enabled [ 1.053453] printk: bootconsole [ns16550a0] disabled [ 1.066307] printk: bootconsole [ns16550a0] printing thread stopped [ 1.070871] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.071043] 7 fixed-partitions partitions found on MTD device fc40000.spi.0 [ 1.071061] Creating 7 MTD partitions on "fc40000.spi.0": [ 1.071068] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 1.072890] 0x000000080000-0x000000280000 : "ospi.tispl" [ 1.074515] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 1.076210] 0x000000680000-0x0000006c0000 : "ospi.env" [ 1.077882] 0x0000006c0000-0x000000700000 : "ospi.env.backup" [ 1.079421] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.081080] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.084721] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 1.123711] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.126464] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.126478] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867 [ 1.126539] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006 [ 1.126794] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.126801] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.127606] pps pps0: new PPS source ptp0 [ 1.128128] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.145300] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.150894] mmc0: CQHCI version 5.10 [ 1.160606] pca953x 1-0022: supply vcc not found, using dummy regulator [ 1.160766] pca953x 1-0022: using AI [ 1.192935] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.194877] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 1.196070] mmc2: CQHCI version 5.10 [ 1.196130] mmc1: CQHCI version 5.10 [ 1.212303] ALSA device list: [ 1.212318] No soundcards found. [ 1.236949] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.238589] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit [ 1.238896] Waiting for root device PARTUUID=2009d4d0-02... [ 1.276526] mmc0: Command Queue Engine enabled [ 1.276552] mmc0: new HS200 MMC card at address 0001 [ 1.277604] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.279978] mmcblk0: p1 p2 [ 1.280963] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB [ 1.282881] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB [ 1.285595] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) [ 1.286243] mmc1: new ultra high speed SDR104 SDHC card at address 59b4 [ 1.287292] mmcblk1: mmc1:59b4 USD00 14.7 GiB [ 1.290002] mmcblk1: p1 p2 [ 1.496989] EXT4-fs (mmcblk1p2): recovery complete [ 1.498480] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.498596] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.499370] devtmpfs: mounted [ 1.501250] Freeing unused kernel memory: 2112K [ 1.501399] Run /sbin/init as init process [ 1.501403] with arguments: [ 1.501404] /sbin/init [ 1.501407] with environment: [ 1.501408] HOME=/ [ 1.501410] TERM=linux [ 1.662568] systemd[1]: System time before build time, advancing clock. [ 1.699568] NET: Registered PF_INET6 protocol family [ 1.701541] Segment Routing with IPv6 [ 1.701584] In-situ OAM (IOAM) with IPv6 [ 1.731354] 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) [ 1.732211] systemd[1]: Detected architecture arm64. [ 1.827479] systemd[1]: Hostname set to <am62xx-evm>. [ 1.980456] systemd-sysv-generator[181]: SysV service '/etc/init.d/inetd.busybox' 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. [ 1.981867] systemd-sysv-generator[181]: SysV service '/etc/init.d/umountnfs.sh' 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. [ 1.982024] systemd-sysv-generator[181]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.985482] systemd-sysv-generator[181]: SysV service '/etc/init.d/resize_rootfs.sh' 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. [ 1.986534] systemd-sysv-generator[181]: SysV service '/etc/init.d/sendsigs' 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. [ 1.986696] systemd-sysv-generator[181]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.989813] systemd-sysv-generator[181]: SysV service '/etc/init.d/dropbear' 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. [ 1.990030] systemd-sysv-generator[181]: SysV service '/etc/init.d/single' 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. [ 1.990180] systemd-sysv-generator[181]: SysV service '/etc/init.d/reboot' 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. [ 1.990320] systemd-sysv-generator[181]: SysV service '/etc/init.d/halt' 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. [ 1.991261] systemd-sysv-generator[181]: SysV service '/etc/init.d/netperf' 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. [ 1.992003] systemd-sysv-generator[181]: SysV service '/etc/init.d/umountfs' 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. [ 1.992992] systemd-sysv-generator[181]: SysV service '/etc/init.d/psplash.sh' 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. [ 1.993421] systemd-sysv-generator[181]: SysV service '/etc/init.d/docker.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. [ 1.994389] systemd-sysv-generator[181]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 1.997657] systemd-sysv-generator[181]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 2.002541] systemd-sysv-generator[181]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 2.169110] systemd[1]: Configuration file /etc/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.225399] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.226632] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.259456] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.307380] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.367575] systemd[1]: Queued start job for default target Graphical Interface. [ 2.465866] systemd[1]: Created slice Slice /system/getty. [ 2.500237] systemd[1]: Created slice Slice /system/modprobe. [ 2.527971] systemd[1]: Created slice Slice /system/serial-getty. [ 2.555176] systemd[1]: Created slice User and Session Slice. [ 2.576503] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.600313] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.624416] systemd[1]: Reached target Path Units. [ 2.635978] systemd[1]: Reached target Remote File Systems. [ 2.655923] systemd[1]: Reached target Slice Units. [ 2.667958] systemd[1]: Reached target Swaps. [ 2.743955] systemd[1]: Listening on RPCbind Server Activation Socket. [ 2.772118] systemd[1]: Reached target RPC Port Mapper. [ 2.799875] systemd[1]: Listening on Process Core Dump Socket. [ 2.820505] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 2.845094] systemd[1]: Listening on Journal Audit Socket. [ 2.868793] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.892728] systemd[1]: Listening on Journal Socket. [ 2.905086] systemd[1]: Listening on Network Service Netlink Socket. [ 2.929043] systemd[1]: Listening on udev Control Socket. [ 2.952642] systemd[1]: Listening on udev Kernel Socket. [ 2.976729] systemd[1]: Listening on User Database Manager Socket. [ 3.040570] systemd[1]: Mounting Huge Pages File System... [ 3.059123] systemd[1]: Mounting POSIX Message Queue File System... [ 3.087233] systemd[1]: Mounting Kernel Debug File System... [ 3.100643] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 3.109662] systemd[1]: Mounting Temporary Directory /tmp... [ 3.141018] systemd[1]: Starting Create List of Static Device Nodes... [ 3.171639] systemd[1]: Starting Load Kernel Module configfs... [ 3.195142] systemd[1]: Starting Load Kernel Module drm... [ 3.225347] systemd[1]: Starting Load Kernel Module fuse... [ 3.242925] fuse: init (API version 7.37) [ 3.252666] systemd[1]: Starting Start psplash boot splash screen... [ 3.285197] systemd[1]: Starting RPC Bind... [ 3.296382] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 3.308738] systemd[1]: Starting Journal Service... [ 3.341760] systemd[1]: Starting Load Kernel Modules... [ 3.365805] systemd[1]: Starting Generate network units from Kernel command line... [ 3.370024] cryptodev: loading out-of-tree module taints kernel. [ 3.372426] cryptodev: driver 1.12 loaded. [ 3.400442] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.434911] systemd[1]: Starting Coldplug All udev Devices... [ 3.443882] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 3.467399] systemd[1]: Started RPC Bind. [ 3.484992] systemd[1]: Started Journal Service. [ 3.877747] systemd-journald[197]: Received client request to flush runtime journal. [ 4.123186] audit: type=1334 audit(1651167747.456:2): prog-id=5 op=LOAD [ 4.123582] audit: type=1334 audit(1651167747.456:3): prog-id=6 op=LOAD [ 5.056201] mc: Linux media interface: v0.10 [ 5.147831] random: crng init done [ 5.285441] videodev: Linux video capture interface: v2.00 [ 5.309149] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000 [ 5.309394] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode [ 5.309575] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device [ 5.365728] remoteproc remoteproc0: 5000000.m4fss is available [ 5.370345] remoteproc remoteproc0: powering up 5000000.m4fss [ 5.370384] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860 [ 5.375844] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@9cb00000 [ 5.376089] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7) [ 5.376109] remoteproc remoteproc0: remote processor 5000000.m4fss is now up [ 5.440724] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 [ 5.440828] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:10 UTC (10) [ 5.442796] systemd-journald[197]: Time jumped backwards, rotating. [ 5.468218] virtio_rpmsg_bus virtio0: rpmsg host is online [ 5.469010] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 5.469397] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 5.480815] PVR_K: 238: Device: fd00000.gpu [ 5.481103] PVR_K: 238: Read BVNC 33.15.11.3 from HW device registers [ 5.481288] PVR_K: 238: RGX Device registered with BVNC 33.15.11.3 [ 5.482645] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 0 [ 5.500724] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 5.502475] sii902x 1-003b: supply iovcc not found, using dummy regulator [ 5.503844] platform 78000000.r5f: configured R5F for IPC-only mode [ 5.504085] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000 [ 5.504613] remoteproc remoteproc1: 78000000.r5f is available [ 5.504789] remoteproc remoteproc1: attaching to 78000000.r5f [ 5.510962] platform 78000000.r5f: R5F core initialized in IPC-only mode [ 5.511029] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@9da00000 [ 5.511388] sii902x 1-003b: supply cvcc12 not found, using dummy regulator [ 5.512269] virtio_rpmsg_bus virtio1: rpmsg host is online [ 5.512330] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7) [ 5.512340] remoteproc remoteproc1: remote processor 78000000.r5f is now attached [ 5.512483] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 5.512700] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 5.558508] i2c i2c-1: Added multiplexed i2c bus 3 [ 5.564507] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 1 [ 5.565211] tidss 30200000.dss: [drm] Cannot find any crtc or sizes [ 6.438951] audit: type=1334 audit(11.492:4): prog-id=7 op=LOAD [ 6.438986] audit: type=1334 audit(11.492:5): prog-id=8 op=LOAD [ 6.648827] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 6.699491] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.752850] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 7.096530] remoteproc remoteproc2: 30074000.pru is available [ 7.097874] remoteproc remoteproc3: 30078000.pru is available [ 7.262908] tps6598x 0-003f: Unable to find the interrupt, switching to polling [ 7.433174] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22 [ 7.533386] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 7.533455] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1 [ 7.533666] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports [ 7.533682] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010 [ 7.534537] xhci-hcd xhci-hcd.4.auto: irq 459, io mem 0x31100000 [ 7.656476] hub 1-0:1.0: USB hub found [ 7.657719] hub 1-0:1.0: 1 port detected [ 7.659279] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 7.659641] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 [ 7.660171] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports [ 7.660190] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010 [ 7.665594] xhci-hcd xhci-hcd.5.auto: irq 458, io mem 0x31000000 [ 7.709429] hub 2-0:1.0: USB hub found [ 7.709531] hub 2-0:1.0: 1 port detected [ 7.902297] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) [ 7.902334] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode [ 7.997067] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 7.997105] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 9.253146] audit: type=1334 audit(14.308:6): prog-id=9 op=LOAD [ 9.253547] audit: type=1334 audit(14.308:7): prog-id=10 op=LOAD [ 9.740237] audit: type=1325 audit(14.780:8): table=nat family=2 entries=0 op=xt_register pid=832 comm="iptables" [ 9.740297] audit: type=1300 audit(14.780:8): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffe13f0c78 items=0 ppid=701 pid=832 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 9.740332] audit: type=1327 audit(14.780:8): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445 [ 9.741338] audit: type=1325 audit(14.796:9): table=nat family=2 entries=5 op=xt_replace pid=832 comm="iptables" [ 9.741489] audit: type=1300 audit(14.796:9): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=6a62210 items=0 ppid=701 pid=832 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 9.741536] audit: type=1327 audit(14.796:9): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445 [ 11.223421] PVR_K: 782: RGX Firmware image 'rgx.fw.33.15.11.3' loaded [ 11.233323] PVR_K: 782: Shader binary image 'rgx.sh.33.15.11.3' loaded [ 43.268190] kauditd_printk_skb: 6 callbacks suppressed [ 43.268211] audit: type=1006 audit(48.324:12): pid=950 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 [ 43.268232] audit: type=1300 audit(48.324:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff3b70e48 a2=1 a3=ffff9697a020 items=0 ppid=1 pid=950 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) [ 43.268245] audit: type=1327 audit(48.324:12): proctitle="(systemd)" [ 43.296980] audit: type=1334 audit(48.352:13): prog-id=11 op=LOAD [ 43.297009] audit: type=1300 audit(48.352:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcd0115e0 a2=78 a3=0 items=0 ppid=1 pid=950 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) [ 43.297023] audit: type=1327 audit(48.352:13): proctitle="(systemd)" [ 43.297044] audit: type=1334 audit(48.352:14): prog-id=11 op=UNLOAD [ 43.297249] audit: type=1334 audit(48.352:15): prog-id=12 op=LOAD [ 43.297284] audit: type=1300 audit(48.352:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcd011680 a2=78 a3=0 items=0 ppid=1 pid=950 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) [ 43.297300] audit: type=1327 audit(48.352:15): proctitle="(systemd)" [ 129.445914] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 129.449827] Bridge firewalling registered [ 129.476125] kauditd_printk_skb: 1 callbacks suppressed [ 129.476146] audit: type=1325 audit(134.524:17): table=filter family=2 entries=0 op=xt_register pid=1181 comm="iptables" [ 129.476808] audit: type=1300 audit(134.524:17): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffef1ed0a8 items=0 ppid=1137 pid=1181 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.476831] audit: type=1327 audit(134.524:17): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 129.592634] audit: type=1325 audit(134.648:18): table=nat family=2 entries=6 op=xt_replace pid=1202 comm="iptables" [ 129.592668] audit: type=1300 audit(134.648:18): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=215d9c00 items=0 ppid=1137 pid=1202 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.592682] audit: type=1327 audit(134.648:18): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552 [ 129.603455] audit: type=1325 audit(134.656:19): table=filter family=2 entries=4 op=xt_replace pid=1204 comm="iptables" [ 129.603486] audit: type=1300 audit(134.656:19): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=12a84940 items=0 ppid=1137 pid=1204 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null) [ 129.603501] audit: type=1327 audit(134.656:19): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552 [ 129.614346] audit: type=1325 audit(134.668:20): table=filter family=2 entries=6 op=xt_replace pid=1206 comm="iptables" [ 418.531062] ubi0: attaching mtd5 [ 418.552712] ubi0: scanning is finished [ 418.571304] ubi0: attached mtd5 (name "ospi.rootfs", size 55 MiB) [ 418.571324] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 262016 bytes [ 418.571330] ubi0: min./max. I/O unit sizes: 16/256, sub-page size 16 [ 418.571335] ubi0: VID header offset: 64 (aligned 64), data offset: 128 [ 418.571341] ubi0: good PEBs: 223, bad PEBs: 0, corrupted PEBs: 0 [ 418.571346] ubi0: user volume: 0, internal volumes: 1, max. volumes count: 128 [ 418.571351] ubi0: max/mean erase counter: 0/0, WL threshold: 4096, image sequence number: 1109071774 [ 418.571358] ubi0: available PEBs: 219, total reserved PEBs: 4, PEBs reserved for bad PEB handling: 0 [ 418.571374] ubi0: background thread "ubi_bgt0d" started, PID 1911 [ 612.383187] UBIFS (ubi0:0): default file-system created [ 612.384954] UBIFS (ubi0:0): Mounting in unauthenticated mode [ 612.385229] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 2315 [ 612.700219] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "flash_fs" [ 612.700244] UBIFS (ubi0:0): LEB size: 262016 bytes (255 KiB), min./max. I/O unit sizes: 16 bytes/256 bytes [ 612.700253] UBIFS (ubi0:0): FS size: 18603136 bytes (17 MiB, 71 LEBs), max 81 LEBs, journal size 2096129 bytes (1 MiB, 6 LEBs) [ 612.700262] UBIFS (ubi0:0): reserved for root: 878671 bytes (858 KiB) [ 612.700269] UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID B4EE8378-7E86-4B6B-A361-EEDDA3F81DA1, small LPT model [ 646.413180] UBIFS error (ubi0:0 pid 2386): ubifs_read_node [ubifs]: bad node type (255 but expected 2) [ 646.413264] UBIFS error (ubi0:0 pid 2386): ubifs_read_node [ubifs]: bad node at LEB 11:160, LEB mapping status 1 [ 646.413300] Not a node, first 24 bytes: [ 646.413307] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ........................ [ 646.413317] CPU: 1 PID: 2386 Comm: ls Tainted: G O 6.1.33-rt11-g685e771524 #1 [ 646.413325] Hardware name: Texas Instruments AM625 SK (DT) [ 646.413330] Call trace: [ 646.413336] dump_backtrace.part.0+0xdc/0xf0 [ 646.413356] show_stack+0x18/0x30 [ 646.413364] dump_stack_lvl+0x68/0x84 [ 646.413375] dump_stack+0x18/0x34 [ 646.413381] ubifs_read_node+0x234/0x260 [ubifs] [ 646.413413] ubifs_read_node_wbuf+0xbc/0x2b0 [ubifs] [ 646.413445] ubifs_tnc_read_node+0x48/0xbc [ubifs] [ 646.413476] tnc_read_hashed_node+0xb0/0x1e4 [ubifs] [ 646.413507] ubifs_tnc_next_ent+0x190/0x1e0 [ubifs] [ 646.413538] ubifs_readdir+0x2d4/0x390 [ubifs] [ 646.413569] iterate_dir+0x168/0x1b4 [ 646.413580] __arm64_sys_getdents64+0x68/0x150 [ 646.413588] invoke_syscall+0x48/0x114 [ 646.413597] el0_svc_common.constprop.0+0xd4/0xfc [ 646.413605] do_el0_svc+0x30/0xd0 [ 646.413611] el0_svc+0x2c/0x84 [ 646.413619] el0t_64_sync_handler+0xbc/0x140 [ 646.413626] el0t_64_sync+0x18c/0x190 [ 646.413635] UBIFS error (ubi0:0 pid 2386): ubifs_readdir [ubifs]: cannot find next direntry, error -22 root@am62xx-evm:/mnt/flash#
Best regards,
Numata
Hi Numata-san,
thanks for the additional log file. I'll be out of the office tomorrow but will look into this as soon as I'm back (later this week). Stay tuned.
Regards, Andreas