U-Boot SPL 2025.01-g847ec74f66f8 (Jan 07 2026 - 20:17:44 +0000) SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)') Configuring LPDDR4 for 4GB SPL initial stack usage: 13568 bytes Trying to boot from MMC2 Authentication passed Authentication passed Authentication passed Authentication passed Authentication passed Starting ATF on ARM64 core... NOTICE: BL31: v2.13.0(release):v2.13.0-259-ge0c4d3903b-dirty NOTICE: BL31: Built : 07:01:36, Jul 1 2025 U-Boot SPL 2025.01-g847ec74f66f8 (Jan 07 2026 - 20:17:44 +0000) SYSFW ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)') DM ABI: 3.0 (firmware ver 0x000b 'MSDK.11.01.00.16-dirty--v11.01.02' patch_ver: 2) Trying to boot from MMC2 Authentication passed Authentication passed U-Boot 2025.01-g847ec74f66f8 (Jan 07 2026 - 20:17:44 +0000) SoC: AM62AX SR1.0 HS-FS Model: Critical Link MitySOM-AM62A MitySOM-62x - Model No: 62A74-TX-XAE-RI Serial No: 24008072 Part Number: 80-001736RI-2A DRAM: 4 GiB Core: 112 devices, 31 uclasses, devicetree: separate MMC: mmc@fa10000: 0, mmc@fa00000: 1 Loading Environment from FAT... Unable to read "uboot.env" from mmc1:1... Loading Environment from MMC... Reading from MMC(0)... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1, eth1: ethernet@8000000port@2 Hit any key to stop autoboot: 0 => env default -a ## Resetting to default environment => saveenv Saving Environment to MMC... Writing to MMC(0)... OK => printenv addr_fit=0x90000000 arch=arm args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 ${mtdparts} args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs baudrate=115200 board=mitysom-62ax board_name=mitysom-62ax boot=mmc boot_fdt=try boot_fit=0 boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi; boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${secure_suffix}; run rproc_load_and_boot_one; env set rproc_id; env set rproc_fw; fi; done boot_targets=mmc1 mmc0 usb pxe dhcp bootcmd=run reset_hdmi; run envboot; run bootcmd_ti_mmc; setenv mmcdev 0; setenv bootpart 0; run bootcmd_ti_mmc; bootflow scan -lb bootcmd_ti_mmc=run init_${boot}; run update_do_main_cpsw0_qsgmii_phyinit; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1; then run main_cpsw0_qsgmii_phyinit; fi; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot} && run get_fit_overlaystring && run run_fit; else; run get_kern_${boot} && run get_fdt_${boot} && run get_overlay_${boot} && run run_kern; fi; bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootm_size=0x10000000 bootmeths=script efi extlinux bootpart=1:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv8 dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x800 mmcpart 1 dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1 dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000 dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7 dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000 dorprocboot=1 dtboaddr=0x89000000 envboot=if mmc dev ${mmcdev}; then if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if test -n "${loadbootscript}" && run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi; fi; fi; fi; fastboot_raw_partition_tiboot3=0x0 0x400 mmcpart 1 fastboot_raw_partition_tispl=0x400 0x1000 mmcpart 1 fastboot_raw_partition_uboot=0x1400 0x2000 mmcpart 1 fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile="ti/k3-am62a7-mitysom-devkit.dtb" fdtoverlay_addr_r=0x89000000 finduuid=part uuid ${boot} ${bootpart} uuid get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile} get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile}; get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile} get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit} get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit} get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done; get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern} get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern} get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; overlay_found=0; for overlay_base in $overlay_bases; do; if test -e mmc ${bootpart} ${bootdir}/${overlay_base}/${overlay}; then load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay_base}/${overlay} && fdt apply ${dtboaddr}; overlay_found=1; fi; done; if test "${overlay_found}" = "0"; then echo "Could not find ${overlay}"; fi; true "Overrides background return code from if test"; done; get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} init_mmc=run args_all args_mmc init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile} loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcboot=if mmc dev ${mmcdev}; then devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi; fi; mmcdev=1 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi; mmcrootfstype=ext4 rootwait mtdids=spi-nand0=spi-nand0 mtdparts=mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) name_fdt="ti/k3-am62a7-mitysom-devkit.dtb" name_fit=fitImage name_kern=Image ospi_nand_bootpart=ospi_nand.rootfs ospi_nand_bootvolume=ubi0:rootfs ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume}; overlay_bases= dtb/ti dtb partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rd_spec=- rdaddr=0x88080000 reset_hdmi=echo Resetting HDMI tfp410; i2c dev 1; i2c mw 0x20 3 fb; i2c mw 0x20 1 fb; i2c mw 0x20 1 ff rproc_fw_binaries= 0 /lib/firmware/am62a-mcu-r5f0_0-fw 2 /lib/firmware/am62a-c71_0-fw # Boot rproc in u-boot rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring} run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} scriptaddr=0x80000000 secure_rprocs=0 soc=k3 update_do_main_cpsw0_qsgmii_phyinit=setenv do_main_cpsw0_qsgmii_phyinit 0; update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} vendor=cl Environment size: 6888/126972 bytes => boot Resetting HDMI tfp410 Setting bus to 1 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 950 bytes read in 2 ms (463.9 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 54164 bytes read in 24 ms (2.2 MiB/s) Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices Load Remote Processor 0 with data@addr=0x82000000 54164 bytes: Success! 19210280 bytes read in 568 ms (32.3 MiB/s) Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices Load Remote Processor 2 with data@addr=0x82000000 19210280 bytes: Success! Failed to load 'rproc' Failed to load 'u-boot' 29514240 bytes read in 1161 ms (24.2 MiB/s) 64965 bytes read in 6 ms (10.3 MiB/s) Working FDT set to 88000000 ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK Working FDT set to 8feed000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.43-g-g26975df2e66f-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Dec 30 20:22:52 UTC 2025 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Critical Link MitySOM-AM62A [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000c0000000..0x00000000e3ffffff (589824 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000099800000..0x00000000998fffff (1024 KiB) nomap non-reusable c7x-dma-memory@99800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000099900000..0x000000009a7fffff (15360 KiB) nomap non-reusable c7x-memory@99900000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9b800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff (15360 KiB) nomap non-reusable r5f-dma-memory@9b900000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9c800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000 [ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a0ffffff (16384 KiB) nomap non-reusable edgeai-rtos-ipc-memory-region [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a2ffffff (32768 KiB) nomap non-reusable edgeai-dma-memory@a1000000 [ 0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout [ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000adffffff (180224 KiB) map non-reusable edgeai_shared-memories [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB [ 0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000bfffffff (294912 KiB) nomap non-reusable edgeai-core-heap-memory@ae000000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff] [ 0.000000] node 0: [mem 0x0000000080080000-0x00000000997fffff] [ 0.000000] node 0: [mem 0x0000000099800000-0x000000009a7fffff] [ 0.000000] node 0: [mem 0x000000009a800000-0x000000009b7fffff] [ 0.000000] node 0: [mem 0x000000009b800000-0x000000009e6fffff] [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a2ffffff] [ 0.000000] node 0: [mem 0x00000000a3000000-0x00000000adffffff] [ 0.000000] node 0: [mem 0x00000000ae000000-0x00000000bfffffff] [ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.5 [ 0.000000] percpu: Embedded 32 pages/cpu s90328 r8192 d32552 u131072 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS2,115200n8 audit=0 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait [ 0.000000] audit: disabled (until reboot) [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048576 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 49654 entries in 194 pages [ 0.000000] ftrace: allocated 194 pages with 3 groups [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008801b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008801c0000 [ 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.008733] Console: colour dummy device 80x25 [ 0.013346] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.024033] pid_max: default: 32768 minimum: 301 [ 0.028849] LSM: initializing lsm=capability,selinux [ 0.033985] SELinux: Initializing. [ 0.038075] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.045659] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.056229] rcu: Hierarchical SRCU implementation. [ 0.061194] rcu: Max phase no-delay instances is 1000. [ 0.066743] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.075521] EFI services will not be available. [ 0.080446] smp: Bringing up secondary CPUs ... [ 0.085778] Detected VIPT I-cache on CPU1 [ 0.085874] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.085892] GICv3: CPU1: using allocated LPI pending table @0x00000008801d0000 [ 0.085946] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.086788] Detected VIPT I-cache on CPU2 [ 0.086862] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.086879] GICv3: CPU2: using allocated LPI pending table @0x00000008801e0000 [ 0.086919] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.087664] Detected VIPT I-cache on CPU3 [ 0.087734] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.087749] GICv3: CPU3: using allocated LPI pending table @0x00000008801f0000 [ 0.087787] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.087935] smp: Brought up 1 node, 4 CPUs [ 0.167686] SMP: Total of 4 processors activated. [ 0.172499] CPU: All CPU(s) started at EL2 [ 0.176711] CPU features: detected: 32-bit EL0 Support [ 0.181975] CPU features: detected: CRC32 instructions [ 0.187283] alternatives: applying system-wide alternatives [ 0.193665] Memory: 2804484K/4194304K available (15232K kernel code, 2326K rwdata, 5608K rodata, 5504K init, 592K bss, 789604K reserved, 589824K cma-reserved) [ 0.209315] devtmpfs: initialized [ 0.222913] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232936] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.256885] 25392 pages in range for non-PLT usage [ 0.256916] 516912 pages in range for PLT usage [ 0.262179] pinctrl core: initialized pinctrl subsystem [ 0.272824] DMI not present or invalid. [ 0.279158] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.286179] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.293532] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.301633] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.310289] thermal_sys: Registered thermal governor 'step_wise' [ 0.310297] thermal_sys: Registered thermal governor 'power_allocator' [ 0.316513] cpuidle: using governor menu [ 0.327400] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.334443] ASID allocator initialised with 65536 entries [ 0.345623] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000 [ 0.357844] /bus@f0000/bus@4000000/pinctrl@4084000: Fixed dependency cycle(s) with /bus@f0000/bus@4000000/pinctrl@4084000/mcu-gpio-p3-default-pins [ 0.371310] /bus@f0000/bus@4000000/pinctrl@4084000: Fixed dependency cycle(s) with /bus@f0000/bus@4000000/pinctrl@4084000/mcu-uart0-default-pins [ 0.384572] /bus@f0000/bus@4000000/pinctrl@4084000: Fixed dependency cycle(s) with /bus@f0000/bus@4000000/pinctrl@4084000/mcu_system_pins_default [ 0.397923] /bus@f0000/bus@4000000/pinctrl@4084000: Fixed dependency cycle(s) with /bus@f0000/bus@4000000/pinctrl@4084000/jtag-default-pins [ 0.415047] /bus@f0000/pinctrl@f4000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@f4000/gpio-1-default-pins [ 0.425583] /bus@f0000/pinctrl@f4000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@f4000/gpio-0-default-pins [ 0.436090] /bus@f0000/pinctrl@f4000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@f4000/main-system-default-pins [ 0.453614] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /usb_microb_connector [ 0.463596] /usb_microb_connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 0.474732] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.481724] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.488139] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.495082] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.501493] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.508436] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.514847] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.521789] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.530189] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected [ 0.541966] iommu: Default domain type: Translated [ 0.546898] iommu: DMA domain TLB invalidation policy: strict mode [ 0.556472] SCSI subsystem initialized [ 0.560740] usbcore: registered new interface driver usbfs [ 0.566395] usbcore: registered new interface driver hub [ 0.571870] usbcore: registered new device driver usb [ 0.577616] pps_core: LinuxPPS API ver. 1 registered [ 0.582703] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.592064] PTP clock support registered [ 0.596108] EDAC MC: Ver: 3.0.0 [ 0.599687] scmi_core: SCMI protocol bus registered [ 0.605009] FPGA manager framework [ 0.608577] Advanced Linux Sound Architecture Driver Initialized. [ 0.616042] clocksource: Switched to clocksource arch_sys_counter [ 0.622726] VFS: Disk quotas dquot_6.6.0 [ 0.626782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641619] Carveout Heap: Exported 176 MiB at 0x00000000a3000000 [ 0.647975] NET: Registered PF_INET protocol family [ 0.653204] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.663784] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.672616] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.680558] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.688873] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.697399] TCP: Hash tables configured (established 32768 bind 32768) [ 0.704308] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.711262] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.718816] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.725188] RPC: Registered named UNIX socket transport module. [ 0.731272] RPC: Registered udp transport module. [ 0.736084] RPC: Registered tcp transport module. [ 0.740894] RPC: Registered tcp-with-tls transport module. [ 0.746503] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.753097] NET: Registered PF_XDP protocol family [ 0.758020] PCI: CLS 0 bytes, default 64 [ 0.763589] Initialise system trusted keyrings [ 0.768472] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.775416] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.781727] NFS: Registering the id_resolver key type [ 0.786932] Key type id_resolver registered [ 0.791211] Key type id_legacy registered [ 0.795330] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.802188] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.866297] Key type asymmetric registered [ 0.870506] Asymmetric key parser 'x509' registered [ 0.875581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.883362] io scheduler mq-deadline registered [ 0.888006] io scheduler kyber registered [ 0.892150] io scheduler bfq registered [ 0.903207] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.909941] pinctrl-single f4000.pinctrl: 151 pins, size 604 [ 0.917526] ledtrig-cpu: registered to indicate activity on CPUs [ 0.930476] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.946532] loop: module loaded [ 0.950938] megasas: 07.727.03.00-rc1 [ 0.959100] tun: Universal TUN/TAP device driver, 1.6 [ 0.965514] VFIO - User Level meta-driver version: 0.3 [ 0.972224] usbcore: registered new interface driver usb-storage [ 0.979135] i2c_dev: i2c /dev entries driver [ 0.985346] sdhci: Secure Digital Host Controller Interface driver [ 0.991706] sdhci: Copyright(c) Pierre Ossman [ 0.996446] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.003026] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.010563] usbcore: registered new interface driver usbhid [ 1.016274] usbhid: USB HID core driver [ 1.021800] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available [ 1.032157] optee: probing for conduit method. [ 1.036750] optee: revision 4.6 (71785645fa6ce42d) [ 1.037159] optee: dynamic shared memory is enabled [ 1.047844] optee: initialized driver [ 1.047962] random: crng init done [ 1.053886] Initializing XFRM netlink socket [ 1.059511] NET: Registered PF_PACKET protocol family [ 1.064858] Key type dns_resolver registered [ 1.078368] registered taskstats version 1 [ 1.082922] Loading compiled-in X.509 certificates [ 1.098801] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)') [ 1.153053] /bus@f0000/i2c@20000000/pmic@30: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@30/regulators/buck2 [ 1.181058] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 1.187610] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.195977] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.205266] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.214301] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created [ 1.225173] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 1.234059] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) [ 1.245435] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 1.256698] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 1.266372] ti-udma 4e230000.dma-controller: Number of rings: 6 [ 1.273038] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6) [ 1.282695] printk: legacy console [ttyS2] disabled [ 1.288082] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 247, base_baud = 3000000) is a 8250 [ 1.297107] printk: legacy console [ttyS2] enabled [ 1.297107] printk: legacy console [ttyS2] enabled [ 1.306812] printk: legacy bootconsole [ns16550a0] disabled [ 1.306812] printk: legacy bootconsole [ns16550a0] disabled [ 1.330878] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006 [ 1.344104] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 1.384072] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.399693] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver Microchip KSZ9131 Gigabit PHY [ 1.409517] davinci_mdio 8000f00.mdio: phy[3]: device 8000f00.mdio:03, driver Microchip KSZ9131 Gigabit PHY [ 1.419506] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.426658] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32 [ 1.434726] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.448949] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.460247] /usb_microb_connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 1.470129] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /usb_microb_connector [ 1.480106] pinctrl-single f4000.pinctrl: pin PIN59 already requested by f4000.pinctrl; cannot claim for 31000000.usb [ 1.490723] pinctrl-single f4000.pinctrl: error -EINVAL: pin-59 (31000000.usb) [ 1.497951] pinctrl-single f4000.pinctrl: error -EINVAL: could not request pin 59 (PIN59) from group usb0-default-pins on device pinctrl-single [ 1.510812] dwc3 31000000.usb: Error applying setting, reverse things back [ 1.521314] core: _opp_supported_by_regulators: OPP minuV: 850000 maxuV: 850000, not supported by regulator [ 1.531116] cpu cpu0: _opp_add: OPP not supported by regulators (1400000000) [ 1.539027] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz [ 1.551589] mmc0: CQHCI version 5.10 [ 1.562966] input: tps65219-pwrbutton as /devices/platform/bus@f0000/20000000.i2c/i2c-0/0-0030/tps65219-pwrbutton.2.auto/input/input0 [ 1.580101] mmc1: CQHCI version 5.10 [ 1.580651] clk: Disabling unused clocks [ 1.592247] PM: genpd: Disabling unused power domains [ 1.596114] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.597454] ALSA device list: [ 1.607832] No soundcards found. [ 1.624054] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.631806] Waiting for root device PARTUUID=076c4a2a-02... [ 1.658982] mmc0: Command Queue Engine enabled [ 1.663462] mmc0: new HS200 MMC card at address 0001 [ 1.669070] mmcblk0: mmc0:0001 IY2964 58.3 GiB [ 1.676489] mmcblk0: p1 [ 1.679485] mmcblk0boot0: mmc0:0001 IY2964 4.00 MiB [ 1.685390] mmcblk0boot1: mmc0:0001 IY2964 4.00 MiB [ 1.690135] mmc1: new ultra high speed DDR50 SDHC card at address aaaa [ 1.691240] mmcblk0rpmb: mmc0:0001 IY2964 4.00 MiB, chardev (239:0) [ 1.697436] mmcblk1: mmc1:aaaa SU32G 29.7 GiB [ 1.709435] mmcblk1: p1 p2 [ 1.819229] EXT4-fs (mmcblk1p2): recovery complete [ 1.825332] EXT4-fs (mmcblk1p2): mounted filesystem 5cbb1793-d2d7-48bd-9a4c-d35063907559 r/w with ordered data mode. Quota mode: none. [ 1.837523] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.844400] devtmpfs: mounted [ 1.851400] Freeing unused kernel memory: 5504K [ 1.856128] Run /sbin/init as init process [ 2.179380] systemd[1]: System time before build time, advancing clock. [ 2.252899] NET: Registered PF_INET6 protocol family [ 2.259058] Segment Routing with IPv6 [ 2.262796] In-situ OAM (IOAM) with IPv6 [ 2.305400] systemd[1]: systemd 255.21^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 2.337341] systemd[1]: Detected architecture arm64. Welcome to Arago 2025.01! [ 2.355940] systemd[1]: Hostname set to . [ 2.918149] systemd[1]: Queued start job for default target Multi-User System. [ 2.954667] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 2.974785] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 2.994694] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 3.014098] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.032603] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 3.052449] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 3.072275] systemd[1]: Expecting device /dev/fb0... Expecting device /dev/fb0... [ 3.084194] systemd[1]: Expecting device /dev/ttyS2... Expecting device /dev/ttyS2... [ 3.096323] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 3.108234] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 3.124186] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 3.136206] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 3.187033] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 3.204401] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 3.228106] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 3.244722] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 3.271054] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). [ 3.282955] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.301128] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.317272] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.337178] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.356853] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.372949] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 3.420532] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.441106] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.465203] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.489365] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 3.532621] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 3.550295] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 3.573604] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 3.601596] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 3.625634] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 3.651312] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 3.668690] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 3.691405] fuse: init (API version 7.41) [ 3.691603] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.720415] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.740807] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network units from Kernel command line... [ 3.770623] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems cryptodev: loading out-of-tree module taints kernel. [0m... [ 3.791264] sysctl table check failed: ioctl/(null) procname is null [ 3.797817] sysctl table check failed: ioctl/(null) No proc_handler [ 3.803350] systemd-journald[128]: Collecting audit messages is disabled. [ 3.804218] cryptodev: driver 1.14 loaded. [ 3.805129] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 3.838425] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 3.859531] systemd[1]: Mounted Huge Pages File System. [ 3.865320] EXT4-fs (mmcblk1p2): re-mounted 5cbb1793-d2d7-48bd-9a4c-d35063907559. [ OK ] Mounted Huge Pages File System. [ 3.890982] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Kernel Trace 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. [ 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... Starting Create Static Device Nodes in /dev gracefully... [ 4.214629] systemd-journald[128]: Received client request to flush runtime journal. [ 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 gracefully. Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /var/volatile... Starting Rule-based Manager for Device Events and Files... [ OK ] Mounted /var/volatile. Starting Load/Save OS Random Seed... [ OK ] Reached target Local File Systems. Starting Create System Files and Directories... [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Load/Save OS Random Seed. [ OK ] Finished Create System Files and Directories. Starting Network Name Resolution... Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... Starting User Database Manager... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started User Database Manager. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Found device /dev/ttyS2. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timer Units. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API... [ OK ] Listening on dropbear.socket. Starting D-Bus System Message Bus... Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ OK ] Finished Reboot and dump vmcore via kexec. [ OK ] Reached target Socket Units. [ OK ] Started D-Bus System Message Bus. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... Starting Print notice about GPLv3 packages... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf. Starting User Login Management... Starting Telnet Server... [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Finished Telnet Server. [ OK ] Reached target Preparation for Network. Starting Network Configuration... [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started User Login Management. [ 6.463053] at24 0-0050: supply vcc not found, using dummy regulator [ 6.464512] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100 [ 6.473903] at24 0-0050: 4096 byte 24c32 EEPROM, read-only [ 6.476542] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100 [ 6.488710] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100 [ 6.495596] omap-mailbox 29030000.mailbox: no available mbox devices found [ 6.506859] mc: Linux media interface: v0.10 [ 6.582968] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.600198] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000 [ 6.609643] platform 79000000.r5f: configured R5F for IPC-only mode [ 6.609970] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.616712] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode [ 6.619187] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000 [ 6.622788] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 6.646702] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 6.655673] cfg80211: failed to load regulatory.db [ 6.689831] remoteproc remoteproc1: 79000000.r5f is available [ 6.701926] remoteproc remoteproc1: attaching to 79000000.r5f [ 6.708535] remoteproc remoteproc0: 7e000000.dsp is available [ 6.714218] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9b800000 [ 6.714511] remoteproc remoteproc0: attaching to 7e000000.dsp [ 6.727337] videodev: Linux video capture interface: v2.00 [ 6.730547] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node c7x-dma-memory@99800000 [ 6.742575] virtio_rpmsg_bus virtio0: rpmsg host is online [ 6.749547] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 6.757051] rproc-virtio rproc-virtio.3.auto: registered virtio0 (type 7) [ 6.764102] remoteproc remoteproc1: remote processor 79000000.r5f is now attached [ 6.778911] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 6.793195] virtio_rpmsg_bus virtio1: rpmsg host is online [ 6.794157] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [ 6.804737] rproc-virtio rproc-virtio.4.auto: registered virtio1 (type 7) [ 6.813527] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached [ OK ] Started Network Configuration. [ OK ] Reached target Network. [ 6.830647] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 6.845127] platform 78000000.r5f: configured R5F for IPC-only mode [ 6.851725] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000 [ 6.861077] remoteproc remoteproc2: 78000000.r5f is available [ 6.867091] remoteproc remoteproc2: attaching to 78000000.r5f [ 6.878557] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9c800000 [ 6.906655] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 [ 6.934786] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL) [ 6.944933] virtio_rpmsg_bus virtio2: rpmsg host is online [ 6.946051] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 6.958509] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 6.966051] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 6.968909] pinctrl-single f4000.pinctrl: pin PIN145 already requested by f4000.pinctrl; cannot claim for dmtimer-main-pwm-7 [ 6.974699] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0x15 [ 6.986185] pinctrl-single f4000.pinctrl: error -EINVAL: pin-145 (dmtimer-main-pwm-7) [ 6.993515] virtio_rpmsg_bus virtio1: msg received with no recipient [ 7.001316] pinctrl-single f4000.pinctrl: error -EINVAL: could not request pin 145 (PIN145) from group usr-led-default-pins on device pinctrl-single [ 7.016391] rproc-virtio rproc-virtio.5.auto: registered virtio2 (type 7) [ 7.021206] omap-dmtimer-pwm dmtimer-main-pwm-7: Error applying setting, reverse things back [ 7.041127] remoteproc remoteproc2: remote processor 78000000.r5f is now attached [ 7.056805] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 7.066709] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:03] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL) [ 7.079125] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode [ 7.079342] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found [ 7.079572] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0x15 [ 7.079696] virtio_rpmsg_bus virtio2: msg received with no recipient Starting LLDP daemon... [ 7.108654] vdec 30210000.video-codec: failed to get irq resource, falling back to polling [ 7.121627] vdec 30210000.video-codec: OPP table not found in device tree [ OK ] Started Netperf Benchmark Server. Starting Simple Network Management Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ 7.372362] e5010 fd20000.jpeg-encoder: Device registered as /dev/video2 [ OK ] Finished Permit User Sessions. [ 7.389582] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE' [ 7.397993] vdec 30210000.video-codec: Product Code: 0x521c [ 7.404428] vdec 30210000.video-codec: Firmware Revision: 363254 [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. [ OK ] Started LLDP daemon. [ OK ] Created slice Slice /system/tee-supplicant. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Virtual Console Setup... [ OK ] Started TEE Supplicant on teepriv0. [ OK ] Created slice Slice /system/systemd-fsck. Expecting device /dev/mmcblk0p1... [ OK ] Found device /dev/mmcblk0p1. Starting File System Check on /dev/mmcblk0p1... [ OK ] Finished Virtual Console Setup. Expecting device /dev/mmcblk1p1... [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [ OK ] Started Simple Network Management Protocol (SNMP) Daemon.. [ 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/primary-mmcblk0p1... [ 9.540095] EXT4-fs (mmcblk0p1): mounted filesystem 07a119d8-8473-429b-a853-d964f42d92f1 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted /run/media/primary-mmcblk0p1. [ OK ] Started containerd container runtime. *************************************************************** *************************************************************** NOTICE: This file system contains the following GPL-3.0 packages: bash binutils cifs-utils dosfstools gdbserver grub-common grub-editenv grub-efi hidapi kbd-keymaps-pine less libbfd libdebuginfod1 libdw1 libelf1 libgcc1 libopcodes libreadline8 libstdc++6 parted rsync If you do not wish to distribute GPL-3.0 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove Where is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Finished Print notice about GPLv3 packages. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in UTMP. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project mitysom-am62ax-tfc ttyS2 Arago 2025.01 mitysom-am62ax-tfc ttyS2 mitysom-am62ax-tfc login: root root@mitysom-am62ax-tfc:~# [ 17.865160] platform leds: deferred probe pending: leds_pwm: unable to request PWM for devkit-d1 [ 17.873983] platform usb_microb_connector: deferred probe pending: usb-conn-gpio: failed to get role switch root@mitysom-am62ax-tfc:~# find /sys/firmware | grep uart5 /sys/firmware/devicetree/base/bus@f0000/pinctrl@f4000/uart5-default-pins /sys/firmware/devicetree/base/bus@f0000/pinctrl@f4000/uart5-default-pins/pinctrl-single,pins /sys/firmware/devicetree/base/bus@f0000/pinctrl@f4000/uart5-default-pins/phandle /sys/firmware/devicetree/base/bus@f0000/pinctrl@f4000/uart5-default-pins/name /sys/firmware/devicetree/base/__symbols__/uart5_pins_default /sys/firmware/devicetree/base/__symbols__/main_uart5 root@mitysom-am62ax-tfc:~# [ 31.944345] UNUSED: disabling