- 04:03:34 [INFO] Starting target session - 04:03:46 [INFO] Connected to dra71x-evm via serial - 04:03:46 [INFO] Host: #check prompt - 04:03:49 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired - 04:03:49 [INFO] Target: #check prompt /test # - 04:03:49 [INFO] Host: #check prompt - 04:03:49 [INFO] Target: #check prompt /test # - 04:03:49 [INFO] Host: sync - 04:03:49 [INFO] Target: sync /test # - 04:03:49 [INFO] Disconnected serial from dra71x-evm - 04:03:50 [INFO] Connected to dra71x-evm via serial - 04:03:50 [INFO] Host: - 04:03:56 [INFO] Target: U-Boot SPL 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) DRA722-GP ES2.0 Trying to boot from MMC1 no pinctrl state for default mode Loading Environment from MMC... OK U-Boot 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) CPU : DRA722-GP ES2.0 Model: TI DRA718 EVM Board: DRA71x EVM REV A.1 DRAM: 2 GiB NAND: 256 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from MMC... OK Net: eth2: ethernet@48484000 Hit any key to stop autoboot: 2 0 => => => => => => - 04:03:57 [INFO] Disconnected serial from dra71x-evm - 04:03:57 [INFO] Connected to dra71x-evm via serial - 04:03:57 [INFO] Host: - 04:03:57 [INFO] Target: => - 04:03:57 [INFO] Host: version - 04:03:57 [INFO] Target: version U-Boot 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025 GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209 => - 04:03:57 [INFO] Host: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' - 04:03:57 [INFO] Target: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' => - 04:03:57 [INFO] Host: setenv bootcmd '' - 04:03:57 [INFO] Target: setenv bootcmd '' => - 04:03:57 [INFO] Host: setenv autoload 'no' - 04:03:58 [INFO] Target: setenv autoload 'no' => - 04:03:58 [INFO] Host: setenv serverip '192.168.0.1' - 04:03:58 [INFO] Target: setenv serverip '192.168.0.1' => - 04:03:58 [INFO] Host: setenv _initramfs - - 04:03:58 [INFO] Target: setenv _initramfs - => - 04:03:58 [INFO] Host: printenv - 04:03:59 [INFO] Target: printenv _initramfs=- addr_fit=0x90000000 arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} autoload=no baudrate=115200 board=dra7xx board_name=dra71x board_rev=A.1 board_serial=unknown boot_fdt=try boot_fit=0 bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled bootcmd= bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_qspi=MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x800000 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 dofastboot=0 emmc_android_boot=if bcb load 1 misc; then if bcb test command = bootonce-bootloader; then echo BCB: Bootloader boot...; bcb clear command; bcb store; echo Booting into fastboot ...; fastboot 0; elif bcb test command = boot-recovery; then echo BCB: Recovery boot...; echo Warning: recovery is not implemented; echo Performing normal boot for now...; bcb clear command; bcb store; run emmc_android_normal_boot; else echo BCB: Normal boot requested...; run emmc_android_normal_boot; fi; else echo Warning: BCB is corrupted or does not exist; echo Performing normal boot...; run emmc_android_normal_boot; fi; emmc_android_normal_boot=echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv machid fe6; mmc dev $mmcdev; mmc rescan; if part start mmc ${mmcdev} boot${slot_suffix} boot_start; then part size mmc ${mmcdev} boot${slot_suffix} boot_size; mmc read ${loadaddr} ${boot_start} ${boot_size}; bootm ${loadaddr}#${fdtfile}; else echo boot${slot_suffix} partition not found; fi; emmc_linux_boot=echo Trying to boot Linux from eMMC ...; setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot; envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi; eth2addr=04:a3:16:dd:13:74 fastboot.board_rev=A.1 fastboot.cpu=DRA722 fastboot.product=dra71x fastboot.secure=GP fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=fcf18dd0 fdtfile=undefined findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x && test $boot_nand = 1; then setenv fdtfile dra71-evm-nand.dtb; fi;if test $board_name = dra71x && test $boot_nand = 0; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am5729_beagleboneai; then setenv fdtfile am5729-beagleboneai.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = no; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am574x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfile am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc ${bootpart} uuid get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi; mmcdev=0 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; 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=nand0=nand.0 mtdparts=mtdparts=nand.0:256k(NAND.SPL),256k(NAND.SPL.backup1),256k(NAND.SPL.backup2),256k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),2m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) name_fit=fitImage nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr} netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs} partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=2048K,uuid=${uuid_gpt_bootloader};name=uboot-env,start=2432K,size=256K,uuid=${uuid_gpt_reserved};name=misc,size=128K,uuid=${uuid_gpt_misc};name=recovery,size=40M,uuid=${uuid_gpt_recovery};name=boot,size=20M,uuid=${uuid_gpt_boot};name=system,size=1024M,uuid=${uuid_gpt_system};name=vendor,size=256M,uuid=${uuid_gpt_vendor};name=userdata,size=-,uuid=${uuid_gpt_userdata} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 rootpath=/export/rootfs run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring} scriptaddr=0x80000000 serial#=120080127b620001 serverip=192.168.0.1 soc=omap5 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@4806a000 stdin=serial@4806a000 stdout=serial@4806a000 update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} usbtty=cdc_acm vendor=ti ver=U-Boot 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) vram=16M Environment size: 8523/131067 bytes => - 04:03:59 [INFO] Host: printenv bootargs - 04:03:59 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled => - 04:03:59 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' - 04:03:59 [INFO] Target: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' => - 04:03:59 [INFO] Host: setenv serverip '192.168.0.1' - 04:03:59 [INFO] Target: setenv serverip '192.168.0.1' => - 04:03:59 [INFO] Host: setenv autoload 'no' - 04:04:00 [INFO] Target: setenv autoload 'no' => - 04:04:00 [INFO] Host: dhcp - 04:04:01 [INFO] Target: dhcp link up on port 0, speed 1000, full duplex BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.0.206 (1029 ms) => - 04:04:01 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_dra71x-evm-ep/d395a3dc7475884c46e17f33d4b7eada - 04:04:07 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_dra71x-evm-ep/d395a3dc7475884c46e17f33d4b7eada link up on port 0, speed 1000, full duplex Using ethernet@48484000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.206 Filename 'vatf_dra71x-evm-ep/d395a3dc7475884c46e17f33d4b7eada'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################### 961.9 KiB/s done Bytes transferred = 5389184 (523b80 hex) => - 04:04:07 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_dra71x-evm-ep/53fb10097f592958d48422ab8294c6e0 - 04:04:07 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_dra71x-evm-ep/53fb10097f592958d48422ab8294c6e0 link up on port 0, speed 1000, full duplex Using ethernet@48484000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.206 Filename 'vatf_dra71x-evm-ep/53fb10097f592958d48422ab8294c6e0'. Load address: 0x88000000 Loading: *########### 10.1 MiB/s done Bytes transferred = 148048 (24250 hex) => - 04:04:07 [INFO] Host: fdt address ${fdt_addr_r} - 04:04:07 [INFO] Target: fdt address ${fdt_addr_r} => - 04:04:07 [INFO] Host: printenv bootargs - 04:04:07 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp => - 04:04:07 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 ' - 04:04:07 [INFO] Target: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 ' => - 04:04:07 [INFO] Host: printenv bootcmd - 04:04:08 [INFO] Target: printenv bootcmd bootcmd= => - 04:04:08 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' - 04:04:08 [INFO] Target: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' => - 04:04:08 [INFO] Host: version - 04:04:08 [INFO] Target: version U-Boot 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025 GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209 => - 04:04:08 [INFO] Host: bdinfo - 04:04:08 [INFO] Target: bdinfo boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x7f000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0xfef5b000 reloc off = 0x7e75b000 Build = 32-bit current eth = ethernet@48484000 ethaddr = (not set) IP addr = 192.168.0.206 fdt_blob = 0xfcf18dd0 new_fdt = 0xfcf18dd0 fdt_size = 0x000220e0 lmb_dump_all: memory.cnt = 0x1 memory.size = 0x0 memory.reg[0x0].base = 0x80000000 .size = 0x7f000000 reserved.cnt = 0x1 reserved.size = 0x0 reserved.reg[0x0].base = 0xfcf17af8 .size = 0x20e8508 arch_number = 0x00000000 TLB addr = 0xfeff0000 irq_sp = 0xfcf18dc0 sp start = 0xfcf18db0 Early malloc usage: 10a4 / 18000 => - 04:04:08 [INFO] Host: - 04:04:08 [INFO] Target: boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x7f000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0xfef5b000 reloc off = 0x7e75b000 Build = 32-bit current eth = ethernet@48484000 ethaddr = (not set) IP addr = 192.168.0.206 fdt_blob = 0xfcf18dd0 new_fdt = 0xfcf18dd0 fdt_size = 0x000220e0 lmb_dump_all: memory.cnt = 0x1 memory.size = 0x0 memory.reg[0x0].base = 0x80000000 .size = 0x7f000000 reserved.cnt = 0x1 reserved.size = 0x0 reserved.reg[0x0].base = 0xfcf17af8 .size = 0x20e8508 arch_number = 0x00000000 TLB addr = 0xfeff0000 irq_sp = 0xfcf18dc0 sp start = 0xfcf18db0 Early malloc usage: 10a4 / 18000 => - 04:04:08 [INFO] Host: ls mmc 0:1 - 04:04:09 [INFO] Target: ls mmc 0:1 180384 MLO 1285472 u-boot.img 4 ws-calibrate.rules 3 file(s), 0 dir(s) => - 04:04:09 [INFO] Host: ls mmc 1:1 - 04:04:09 [INFO] Target: ls mmc 1:1 43 ws-calibrate.rules 129499 MLO 129499 MLO-old 3 file(s), 0 dir(s) => - 04:04:09 [INFO] Host: ext4ls mmc 0:2 /lib/firmware - 04:04:09 [INFO] Target: ext4ls mmc 0:2 /lib/firmware 4096 . 4096 .. 2040 LICENCE.ibt_firmware 2046 LICENCE.iwlwifi_firmware 49 am57xx-pru1_0-fw 49 am57xx-pru1_1-fw 49 am57xx-pru2_0-fw 49 am57xx-pru2_1-fw 9941039 dra7-dsp1-fw-radio.xe66 55 dra7-dsp1-fw.xe66 20893036 dra7-dsp1-fw.xe66.opencl-monitor 55 dra7-dsp2-fw.xe66 20893036 dra7-dsp2-fw.xe66.opencl-monitor 55 dra7-ipu1-fw.xem4 7016760 dra7-ipu1-fw.xem4.opencl-monitor 40 dra7-ipu2-fw.xem4 3747248 dra7-ipu2-fw.xem4.ipumm-fw 582866 dra7-ipu2-fw.xem4.map 186 goodix_9271_cfg.bin 4096 intel 4096 ipc 918268 iwlwifi-3160-17.ucode 2120860 iwlwifi-8000C-22.ucode 2227284 iwlwifi-8000C-27.ucode 2310116 iwlwifi-8000C-31.ucode 2448976 iwlwifi-8000C-34.ucode 2428004 iwlwifi-8000C-36.ucode 1811984 iwlwifi-8265-22.ucode 2234528 iwlwifi-8265-27.ucode 2307104 iwlwifi-8265-31.ucode 2440780 iwlwifi-8265-34.ucode 2436632 iwlwifi-8265-36.ucode 2637216 iwlwifi-9260-th-b0-jf-b0-33.ucode 2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode 2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode 2620656 iwlwifi-9260-th-b0-jf-b0-41.ucode 2558176 iwlwifi-9260-th-b0-jf-b0-43.ucode 1489668 iwlwifi-9260-th-b0-jf-b0-46.ucode 4096 pru 4592 regulatory.db 1182 regulatory.db.p7s 4096 ti-connectivity 4002 vpdma-1b8.bin => - 04:04:09 [INFO] Host: ext4ls mmc 1:2 /lib/firmware - 04:04:10 [INFO] Target: ext4ls mmc 1:2 /lib/firmware ** Unrecognized filesystem type ** => - 04:04:10 [INFO] Host: mmc rescan; echo $? - 04:04:10 [INFO] Target: mmc rescan; echo $? 0 => - 04:04:10 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 04:04:10 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 4 bytes written in 3 ms (1000 Bytes/s) => - 04:04:10 [INFO] Host: setenv extraargs 0 - 04:04:10 [INFO] Target: setenv extraargs 0 => - 04:04:10 [INFO] Host: printenv - 04:04:11 [INFO] Target: printenv _initramfs=- addr_fit=0x90000000 arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} autoload=no baudrate=115200 board=dra7xx board_name=dra71x board_rev=A.1 board_serial=unknown boot_fdt=try boot_fit=0 bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 bootcmd= if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyS2,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_qspi=MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x800000 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 dnsip=192.0.2.2 dnsip2=192.0.2.3 dofastboot=0 emmc_android_boot=if bcb load 1 misc; then if bcb test command = bootonce-bootloader; then echo BCB: Bootloader boot...; bcb clear command; bcb store; echo Booting into fastboot ...; fastboot 0; elif bcb test command = boot-recovery; then echo BCB: Recovery boot...; echo Warning: recovery is not implemented; echo Performing normal boot for now...; bcb clear command; bcb store; run emmc_android_normal_boot; else echo BCB: Normal boot requested...; run emmc_android_normal_boot; fi; else echo Warning: BCB is corrupted or does not exist; echo Performing normal boot...; run emmc_android_normal_boot; fi; emmc_android_normal_boot=echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv machid fe6; mmc dev $mmcdev; mmc rescan; if part start mmc ${mmcdev} boot${slot_suffix} boot_start; then part size mmc ${mmcdev} boot${slot_suffix} boot_size; mmc read ${loadaddr} ${boot_start} ${boot_size}; bootm ${loadaddr}#${fdtfile}; else echo boot${slot_suffix} partition not found; fi; emmc_linux_boot=echo Trying to boot Linux from eMMC ...; setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot; envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi; eth2addr=04:a3:16:dd:13:74 ethact=ethernet@48484000 extraargs=0 fastboot.board_rev=A.1 fastboot.cpu=DRA722 fastboot.product=dra71x fastboot.secure=GP fdt_addr_r=0x88000000 fdtaddr=88000000 fdtcontroladdr=fcf18dd0 fdtfile=undefined fileaddr=88000000 filesize=24250 findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x && test $boot_nand = 1; then setenv fdtfile dra71-evm-nand.dtb; fi;if test $board_name = dra71x && test $boot_nand = 0; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra76x_acd; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = beagle_x15_revc; then setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;if test $board_name = am5729_beagleboneai; then setenv fdtfile am5729-beagleboneai.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = no; then setenv fdtfile am574x-idk.dtb; fi;if test $board_name = am574x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am574x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfile am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd101t2045.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc ${bootpart} uuid gatewayip=192.168.0.1 get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} ipaddr=192.168.0.206 kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi; mmcdev=0 mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; 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=nand0=nand.0 mtdparts=mtdparts=nand.0:256k(NAND.SPL),256k(NAND.SPL.backup1),256k(NAND.SPL.backup2),256k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),2m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) name_fit=fitImage nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr} netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} netmask=255.255.255.0 nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs} partitions_android=uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=2048K,uuid=${uuid_gpt_bootloader};name=uboot-env,start=2432K,size=256K,uuid=${uuid_gpt_reserved};name=misc,size=128K,uuid=${uuid_gpt_misc};name=recovery,size=40M,uuid=${uuid_gpt_recovery};name=boot,size=20M,uuid=${uuid_gpt_boot};name=system,size=1024M,uuid=${uuid_gpt_system};name=vendor,size=256M,uuid=${uuid_gpt_vendor};name=userdata,size=-,uuid=${uuid_gpt_userdata} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 rootpath=/export/rootfs run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring} scriptaddr=0x80000000 serial#=120080127b620001 serverip=192.168.0.1 soc=omap5 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@4806a000 stdin=serial@4806a000 stdout=serial@4806a000 update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit} usbtty=cdc_acm vendor=ti ver=U-Boot 2021.01-g2ee8efd654 (Feb 23 2023 - 23:52:06 +0000) vram=16M Environment size: 9034/131067 bytes => - 04:04:11 [INFO] Host: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' - 04:04:12 [INFO] Target: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdt_addr_r}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdt_addr_r}; fi' => - 04:04:12 [INFO] Host: setenv emmc_android_normal_boot 'echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv machid fe6; mmc dev $mmcdev; mmc rescan; if part start mmc ${mmcdev} boot${slot_suffix} boot_start; then part size mmc ${mmcdev} boot${slot_suffix} boot_size; mmc read ${loadaddr} ${boot_start} ${boot_size}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr}#${fdtfile}; else echo boot${slot_suffix} partition not found; fi;' - 04:04:12 [INFO] Target: setenv emmc_android_normal_boot 'echo Trying to boot Android from eMMC ...; run update_to_fit; setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv machid fe6; mmc dev $mmcdev; mmc rescan; if part start mmc ${mmcdev} boot${slot_suffix} boot_start; then part size mmc ${mmcdev} boot${slot_suffix} boot_size; mmc read ${loadaddr} ${boot_start} ${boot_size}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr}#${fdtfile}; else echo boot${slot_suffix} partition not found; fi;' => - 04:04:12 [INFO] Host: setenv mmcloados 'if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' - 04:04:12 [INFO] Target: setenv mmcloados 'if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' => - 04:04:12 [INFO] Host: setenv nandboot 'echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' - 04:04:12 [INFO] Target: setenv nandboot 'echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' => - 04:04:12 [INFO] Host: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' - 04:04:12 [INFO] Target: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' => - 04:04:12 [INFO] Host: setenv run_fit 'setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${fdtfile}${overlaystring}' - 04:04:13 [INFO] Target: setenv run_fit 'setenv bootargs ${bootargs} ${extraargs}; bootm ${addr_fit}#${fdtfile}${overlaystring}' => - 04:04:13 [INFO] Host: boot - 04:04:13 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ffd8000, end 8ffff24f ... OK ft_fixup_clocks failed for DSP voltage domain: Starting kernel ... - 04:04:13 [INFO] Host: - 04:04:39 [INFO] Target: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc1 (KernelCI@build-j330527-arm-gcc-12-omap2plus-defconfig-f4kkj) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Oct 3 01:18:12 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TI DRA718 EVM [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x95800000..0x98ffffff (57344 KiB) map reusable ipu2-memory@95800000 [ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x99000000..0x9cffffff (65536 KiB) map reusable dsp1-memory@99000000 [ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x9d000000..0x9effffff (32768 KiB) map reusable ipu1-memory@9d000000 [ 0.000000] cma: Reserved 16 MiB at 0xfe000000 on node -1 [ 0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] HighMem [mem 0x00000000afe00000-0x00000000feffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000feffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000feffffff] [ 0.000000] On node 0, zone HighMem: 512 pages in unavailable ranges [ 0.000000] DRA722 ES2.0 [ 0.000000] percpu: Embedded 17 pages/cpu s40460 r8192 d20980 u69632 [ 0.000000] Kernel command line: console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 0 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] Unknown kernel command line parameters "0 earlyprintk=serial,ttyO0,115200n8", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 519680 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns [ 0.001434] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000 [ 0.003082] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000 [ 0.003143] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22 [ 0.003875] Console: colour dummy device 80x30 [ 0.003906] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.003906] This ensures that you still see kernel messages. Please [ 0.003906] update your kernel commandline. [ 0.003936] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.062072] CPU: Testing write buffer coherency: ok [ 0.062103] CPU0: Spectre v2: using ICIALLU workaround [ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs [ 0.062103] pid_max: default: 32768 minimum: 301 [ 0.062194] LSM: initializing lsm=capability [ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.063079] /cpus/cpu@0 missing clock-frequency property [ 0.063079] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.102264] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.112304] rcu: Hierarchical SRCU implementation. [ 0.112304] rcu: Max phase no-delay instances is 1000. [ 0.112945] smp: Bringing up secondary CPUs ... [ 0.112945] smp: Brought up 1 node, 1 CPU [ 0.112945] SMP: Total of 1 processors activated (1993.93 BogoMIPS). [ 0.112976] CPU: All CPU(s) started in HYP mode. [ 0.112976] CPU: Virtualization extensions available. [ 0.113037] Memory: 1867976K/2078720K available (11264K kernel code, 1157K rwdata, 2712K rodata, 1024K init, 298K bss, 36864K reserved, 172032K cma-reserved, 1277952K highmem) [ 0.113433] devtmpfs: initialized [ 0.138366] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.138580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.138580] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.141296] pinctrl core: initialized pinctrl subsystem [ 0.142700] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.144378] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.144958] audit: initializing netlink subsys (disabled) [ 0.145568] thermal_sys: Registered thermal governor 'fair_share' [ 0.145599] thermal_sys: Registered thermal governor 'step_wise' [ 0.145599] thermal_sys: Registered thermal governor 'user_space' [ 0.145660] audit: type=2000 audit(0.140:1): state=initialized audit_enabled=0 res=1 [ 0.145660] cpuidle: using governor menu [ 0.178344] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20 [ 0.178375] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20 [ 0.182769] platform connector: Fixed dependency cycle(s) with /encoder [ 0.182891] platform encoder: Fixed dependency cycle(s) with /connector [ 0.182952] platform encoder: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0 [ 0.184082] No ATAGs? [ 0.184143] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.184143] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.188140] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.205139] iommu: Default domain type: Translated [ 0.205169] iommu: DMA domain TLB invalidation policy: strict mode [ 0.208801] SCSI subsystem initialized [ 0.209197] pps_core: LinuxPPS API ver. 1 registered [ 0.209197] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.209228] PTP clock support registered [ 0.219879] vgaarb: loaded [ 0.220031] clocksource: Switched to clocksource 32k_counter [ 0.220336] VFS: Disk quotas dquot_6.6.0 [ 0.220367] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.230316] NET: Registered PF_INET protocol family [ 0.230499] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.231872] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.231903] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.231903] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.231964] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.232208] TCP: Hash tables configured (established 8192 bind 8192) [ 0.232269] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.232299] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.232421] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.240814] RPC: Registered named UNIX socket transport module. [ 0.240814] RPC: Registered udp transport module. [ 0.240814] RPC: Registered tcp transport module. [ 0.240814] RPC: Registered tcp-with-tls transport module. [ 0.240814] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.240844] PCI: CLS 0 bytes, default 64 [ 0.241699] Initialise system trusted keyrings [ 0.242004] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.242584] NFS: Registering the id_resolver key type [ 0.242614] Key type id_resolver registered [ 0.242645] Key type id_legacy registered [ 0.242675] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.242889] Key type asymmetric registered [ 0.242889] Asymmetric key parser 'x509' registered [ 0.242950] bounce: pool size: 64 pages [ 0.242980] io scheduler mq-deadline registered [ 0.242980] io scheduler kyber registered [ 0.243011] io scheduler bfq registered [ 0.244384] ledtrig-cpu: registered to indicate activity on CPUs [ 0.250366] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.269897] brd: module loaded [ 0.289367] loop: module loaded [ 0.290100] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.292480] i2c_dev: i2c /dev entries driver [ 0.293243] cpu cpu0: error -ENODEV: _opp_set_regulators: no regulator (vdd) found [ 0.293304] cpu cpu0: error -ENODEV: Failed to set OPP config [ 0.293579] sdhci: Secure Digital Host Controller Interface driver [ 0.293579] sdhci: Copyright(c) Pierre Ossman [ 0.293762] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.300964] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 (8000003f) counters available [ 0.301269] Initializing XFRM netlink socket [ 0.301330] NET: Registered PF_INET6 protocol family [ 0.302246] Segment Routing with IPv6 [ 0.302276] In-situ OAM (IOAM) with IPv6 [ 0.302368] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.302856] NET: Registered PF_PACKET protocol family [ 0.302886] NET: Registered PF_KEY protocol family [ 0.302947] Key type dns_resolver registered [ 0.303070] ThumbEE CPU extension supported. [ 0.303070] Registering SWP/SWPB emulation handler [ 0.303527] omap_voltage_late_init: Voltage driver support not added [ 0.303558] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu [ 0.303558] sr_init_by_name: Unable to get voltage domain pointer for VDD core [ 0.303558] Power Management for TI OMAP4+ devices. [ 0.303802] SmartReflex Class3 initialized [ 0.334381] Loading compiled-in X.509 certificates [ 0.400634] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20 [ 0.405517] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.423370] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.483245] OMAP GPIO hardware version 0.1 [ 0.496520] ti-sysc 4ae18000.target-module: probe with driver ti-sysc failed with error -16 [ 0.535980] l4per-clkctrl:00e8:0: failed to disable [ 0.573303] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 109, base_baud = 3000000) is a 8250 [ 0.573333] printk: legacy console [ttyS0] enabled [ 2.030853] pcf857x 0-0020: probed [ 2.035369] pcf857x 0-0021: probed [ 2.040985] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 2.055328] lp8733-ldo0: Bringing 2500000uV into 3300000-3300000uV [ 2.071044] pcf857x 4-0026: probed [ 2.074615] i2c 4-003c: Fixed dependency cycle(s) with /ocp/interconnect@48400000/target-module@5b000/cal@0 [ 2.084533] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz [ 2.104187] ocp:target-module@48210000:mpu:fck: device ID is greater than 24 [ 2.180084] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 2.195159] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver TI DP83867 [ 2.203491] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver TI DP83867 [ 2.212524] ------------[ cut here ]------------ [ 2.217163] WARNING: CPU: 0 PID: 33 at drivers/base/regmap/regmap.c:1208 devm_regmap_field_alloc+0xac/0xc8 [ 2.226928] invalid empty mask defined [ 2.230712] Modules linked in: [ 2.233795] CPU: 0 UID: 0 PID: 33 Comm: kworker/u4:3 Not tainted 6.12.0-rc1 #1 [ 2.241058] Hardware name: Generic DRA72X (Flattened Device Tree) [ 2.247161] Workqueue: events_unbound deferred_probe_work_func [ 2.253051] Call trace: [ 2.253051] unwind_backtrace from show_stack+0x10/0x14 [ 2.260864] show_stack from dump_stack_lvl+0x68/0x74 [ 2.265930] dump_stack_lvl from __warn+0x74/0x12c [ 2.270782] __warn from warn_slowpath_fmt+0x1a8/0x1bc [ 2.275939] warn_slowpath_fmt from devm_regmap_field_alloc+0xac/0xc8 [ 2.282440] devm_regmap_field_alloc from cpsw_ale_create+0x11c/0x36c [ 2.288909] cpsw_ale_create from cpsw_init_common+0x238/0x37c [ 2.294799] cpsw_init_common from cpsw_probe+0x530/0xc68 [ 2.300231] cpsw_probe from platform_probe+0x58/0xb0 [ 2.305328] platform_probe from really_probe+0xc4/0x2d0 [ 2.310668] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.316619] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.323211] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.329864] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.336181] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.341949] __device_attach from bus_probe_device+0x88/0x8c [ 2.347656] bus_probe_device from device_add+0x56c/0x774 [ 2.353088] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.359649] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.367462] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.374114] of_platform_populate from sysc_probe+0x1068/0x13fc [ 2.380065] sysc_probe from platform_probe+0x58/0xb0 [ 2.385162] platform_probe from really_probe+0xc4/0x2d0 [ 2.390533] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.396484] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.403045] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.409698] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.416015] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.421813] __device_attach from bus_probe_device+0x88/0x8c [ 2.427490] bus_probe_device from device_add+0x56c/0x774 [ 2.432922] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.439514] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.447296] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.453948] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.460357] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.466217] platform_probe from really_probe+0xc4/0x2d0 [ 2.471588] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.477539] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.484100] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.490783] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.497070] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.502868] __device_attach from bus_probe_device+0x88/0x8c [ 2.508544] bus_probe_device from device_add+0x56c/0x774 [ 2.513977] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.520568] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.528350] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.535034] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.541412] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.547302] platform_probe from really_probe+0xc4/0x2d0 [ 2.552642] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.558593] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.565155] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.571838] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.578124] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.583923] __device_attach from bus_probe_device+0x88/0x8c [ 2.589599] bus_probe_device from device_add+0x56c/0x774 [ 2.595031] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.601623] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.609405] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.616088] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.622467] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.628356] platform_probe from really_probe+0xc4/0x2d0 [ 2.633697] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.639648] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.646209] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.652893] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.659179] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.664978] __device_attach from bus_probe_device+0x88/0x8c [ 2.670684] bus_probe_device from deferred_probe_work_func+0x74/0xa0 [ 2.677154] deferred_probe_work_func from process_one_work+0x178/0x3c4 [ 2.683807] process_one_work from worker_thread+0x270/0x450 [ 2.689514] worker_thread from kthread+0xdc/0xfc [ 2.694244] kthread from ret_from_fork+0x14/0x20 [ 2.698974] Exception stack(0xf00cdfb0 to 0xf00cdff8) [ 2.704071] dfa0: 00000000 00000000 00000000 00000000 [ 2.712280] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 2.720489] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 2.727172] ---[ end trace 0000000000000000 ]--- [ 2.731872] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4 [ 2.738708] cpsw-switch 48484000.switch: ALE Table size 1024, Policers 0 [ 2.745605] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies) [ 2.753265] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec [ 2.764404] cpsw-switch 48484000.switch: Detected MACID = 04:a3:16:dd:13:74 [ 2.771453] cpsw-switch 48484000.switch: Detected MACID = 04:a3:16:dd:13:75 [ 2.780456] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0) [ 2.792114] i2c 4-003c: Fixed dependency cycle(s) with /ocp/interconnect@48400000/target-module@5b000/cal@0 [ 2.802032] platform 4845b000.cal: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0/ov5640@3c [ 2.825500] ti-sysc 4882c000.target-module: probe with driver ti-sysc failed with error -16 [ 2.834533] ti-sysc 4882e000.target-module: probe with driver ti-sysc failed with error -16 [ 2.855224] platform 51000000.pcie: Fixed dependency cycle(s) with /ocp/target-module@51000000/pcie@51000000/interrupt-controller [ 2.867980] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges: [ 2.877044] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000 [ 2.885223] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000 [ 2.899078] l3init-clkctrl:0020:0: failed to disable [ 2.904998] dra7-pcie 51000000.pcie: iATU: unroll F, 16 ob, 4 ib, align 4K, limit 4G [ 3.910125] dra7-pcie 51000000.pcie: Phy link never came up [ 3.916290] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 3.922637] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.928161] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 3.934387] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 3.941345] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400 PCIe Root Port [ 3.948699] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 3.954681] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x0000ffff] [ 3.960632] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.965911] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.972045] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 3.978881] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 3.986206] pci 0000:00:00.0: supports D1 [ 3.990234] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 4.002929] PCI: bus0: Fast back to back transfers disabled [ 4.008850] PCI: bus1: Fast back to back transfers enabled [ 4.014404] pci 0000:00:00.0: BAR 0 [mem 0x20100000-0x201fffff]: assigned [ 4.021270] pci 0000:00:00.0: BAR 1 [mem 0x20020000-0x2002ffff]: assigned [ 4.028106] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 4.033355] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 4.038970] pci_bus 0000:00: resource 5 [mem 0x20013000-0x2fffffff] [ 4.051208] edma 43300000.dma: memcpy is disabled [ 4.059173] edma 43300000.dma: TI EDMA DMA engine driver [ 4.069396] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 4.076416] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 4.083587] omap-iommu 58882000.mmu: 58882000.mmu registered [ 4.090850] omap-iommu 55082000.mmu: 55082000.mmu registered [ 4.108398] 5a05a400.target-module:iva:fck: device ID is greater than 24 [ 4.115875] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp [ 4.129486] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 4.138397] sdhci-omap 4809c000.mmc: Got CD GPIO [ 4.145874] sdhci-omap 480d1000.mmc: supply pbias not found, using dummy regulator [ 4.154266] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode [ 4.160797] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode [ 4.167175] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode [ 4.173583] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode [ 4.180694] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode [ 4.187347] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode [ 4.194061] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode [ 4.227783] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO [ 4.235290] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA [ 4.245361] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator [ 4.280090] mmc2: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA [ 4.287506] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac [ 4.311767] TI DP83867 48485000.mdio:02: attached PHY driver (mii_bus:phy_addr=48485000.mdio:02, irq=POLL) [ 4.357391] mmc2: new HS200 MMC card at address 0001 [ 4.363067] mmcblk2: mmc2:0001 MMC08G 7.25 GiB [ 4.368988] mmcblk2: p1 p2 p3 [ 4.372802] mmcblk2boot0: mmc2:0001 MMC08G 8.00 MiB [ 4.378875] mmcblk2boot1: mmc2:0001 MMC08G 8.00 MiB [ 4.384948] mmcblk2rpmb: mmc2:0001 MMC08G 128 KiB, chardev (250:0) [ 4.413818] mmc1: Failed to initialize a non-removable card [ 4.630798] mmc0: new ultra high speed SDR104 SDHC card at address aaaa [ 4.643615] mmcblk0: mmc0:aaaa SP32G 29.7 GiB [ 4.651336] mmcblk0: p1 p2 [ 7.453460] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.480041] Sending DHCP requests ., OK [ 7.523956] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.206 [ 7.531768] IP-Config: Complete: [ 7.535003] device=eth0, hwaddr=04:a3:16:dd:13:74, ipaddr=192.168.0.206, mask=255.255.255.0, gw=192.168.0.1 [ 7.545257] host=192.168.0.206, domain=ti.com, nis-domain=(none) [ 7.551727] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 7.551757] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 7.564788] clk: Disabling unused clocks [ 7.569061] PM: genpd: Disabling unused power domains [ 7.595184] VFS: Mounted root (nfs filesystem) on device 0:17. [ 7.601501] devtmpfs: mounted [ 7.605133] Freeing unused kernel image (initmem) memory: 1024K [ 7.611358] Run /sbin/init as init process [ 7.972930] systemd[1]: System time before build time, advancing clock. [ 8.016632] systemd[1]: Inserted module 'autofs4' [ 8.055450] systemd[1]: systemd 252.22-1~deb12u1 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) [ 8.092102] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! [ 8.123901] systemd[1]: Hostname set to . [ 9.179351] systemd[1]: Queued start job for default target graphical.target. [ 9.213745] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty. [ 9.241821] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39msystem-modprlice[0m - Slice /system/modprobe. [ 9.271759] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39msystem-seria[0m - Slice /system/serial-getty. [ 9.301269] systemd[1]: Created slice user.slice - User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice. [ 9.330474] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwoquests to Console Directory Watch. [ 9.360412] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo Requests to Wall Directory Watch. [ 9.390930] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount [0;1;39mproc-sys-rmats File System Automount Point. [ 9.420257] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... Expecting device [0;1;39mdev-ttyS0.device[0m - /dev/ttyS0... [ 9.450225] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.get[0m - Local Encrypted Volumes. [ 9.480316] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityseLocal Integrity Protected Volumes. [ 9.510375] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. [ 9.540222] systemd[1]: Reached target remote-fs.target - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems. [ 9.570220] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. [ 9.600280] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. [ 9.630310] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup - Local Verity Protected Volumes. [ 9.660583] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc initctl Compatibility Named Pipe. [ 9.691589] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journsocket[0m - Journal Audit Socket. [ 9.721252] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39msystemd-journt[0m - Journal Socket (/dev/log). [ 9.750823] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. [ 9.781219] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-netwo - Network Service Netlink Socket. [ 9.813049] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd.socket[0m - udev Control Socket. [ 9.840698] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevdl.socket[0m - udev Kernel Socket. [ 9.870605] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 9.921295] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mountPOSIX Message Queue File System... [ 9.956970] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.[0m - Kernel Debug File System... [ 10.020416] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Mounting [0;1;39msys-kernel-tracin[0m - Kernel Trace File System... [ 10.056976] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting [0;1;39mkmod-static-nodesate List of Static Device Nodes... [ 10.120605] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfsm - Load Kernel Module configfs... [ 10.156555] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s[0m - Load Kernel Module dm_mod... [ 10.220642] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... [ 10.279266] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto- Load Kernel Module efi_pstore... [ 10.360626] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Starting [0;1;39mmodprobe@fuse.sere[0m - Load Kernel Module fuse... [ 10.396667] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.sere[0m - Load Kernel Module loop... [ 10.418182] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 10.431610] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 10.470703] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... [ 10.519866] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-lrvice[0m - Load Kernel Modules... [ 10.592987] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting [0;1;39msystemd-network-g units from Kernel command line... [ 10.671844] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting [0;1;39msystemd-remount-fnt Root and Kernel File Systems... [ 10.751831] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig[0m - Coldplug All udev Devices... [ 10.807739] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[- POSIX Message Queue File System. [ 10.859802] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.mnt[0m - Kernel Debug File System. [ 10.900970] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-tracingnt[0m - Kernel Trace File System. [ 10.921478] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodesreate List of Static Device Nodes. [ 10.982086] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 11.010314] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs[0m - Load Kernel Module configfs. [ 11.031799] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 11.060516] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.se[0m - Load Kernel Module dm_mod. [ 11.081848] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 11.110626] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [ 11.131927] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.160583] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_pstom - Load Kernel Module efi_pstore. [ 11.199951] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Finished [0;1;39mmodprobe@fuse.service[0m - Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-lservice[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-grk units from Kernel command line. [[0;32m OK [0m] Finished [0;1;39msystemd-remount-fount Root and Kernel File Systems. [[0;32m OK [0m] Reached target [0;1;39mnetwork-preget[0m - Preparation for Network. Mounting [0;1;39msys-kernel-configernel Configuration File System... Starting [0;1;39msystemd-journal-fh Journal to Persistent Storage... Starting [0;1;39msystemd-random-seice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.sece[0m - Apply Kernel Variables... [ 11.551849] systemd-journald[123]: Received client request to flush runtime journal. [ 11.600128] systemd-journald[123]: File /var/log/journal/80881e859f6941008967258213179f85/system.journal corrupted or uncleanly shut down, renaming and replacing. Starting [0;1;39msystemd-sysusers.rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config. Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [ 12.130096] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-service[0m - Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trige[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-prreparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-udevd.serger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-journal-fush Journal to Persistent Storage. Starting [0;1;39msystemd-tmpfiles- Volatile Files and Directories... [[0;32m OK [0m] Started [0;1;39msystemd-udevd.servnager for Device Events and Files. Starting [0;1;39msystemd-networkd.ice[0m - Network Configuration... [[0;32m OK [0m] Found device [0;1;39mdev-ttyS0.device[0m - /dev/ttyS0. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-te Volatile Files and Directories. [ 14.908142] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 15.061126] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000 [ 15.069305] remoteproc remoteproc0: 58820000.ipu is available [ 15.075561] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000 [ 15.083740] remoteproc remoteproc1: 55020000.ipu is available [ 15.089904] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000 [ 15.098052] remoteproc remoteproc2: 40800000.dsp is available [ 15.110198] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.119293] remoteproc remoteproc0: powering up 58820000.ipu [ 15.125091] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.134246] remoteproc remoteproc0: request_firmware failed: -2 [ 15.150421] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.159606] remoteproc remoteproc1: powering up 55020000.ipu [ 15.165405] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.174499] remoteproc remoteproc1: request_firmware failed: -2 [ 15.182098] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.191253] remoteproc remoteproc2: powering up 40800000.dsp [ 15.196990] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.206115] remoteproc remoteproc2: request_firmware failed: -2 [ 15.355987] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 15.490264] omap-sham 4b101000.sham: will run requests pump with realtime priority [ 15.498443] omap-sham 42701000.sham: hw accel on OMAP rev 4.3 [ 15.694885] omap-sham 42701000.sham: will run requests pump with realtime priority [ 15.900543] omap_rng 48090000.rng: Random Number Generator ver. 20 [ 15.936798] Driver for 1-wire Dallas network protocol. [ 15.949401] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 16.067657] omap-des 480a5000.des: will run requests pump with realtime priority [ 16.085327] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode [ 16.381561] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d [ 16.463317] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 16.470001] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 16.477539] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 16.486236] cfg80211: failed to load regulatory.db [ 16.656341] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 16.662811] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 17.190612] thermal thermal_zone5: Temperature check failed (-19) [ 17.339447] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 17.462829] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 17.472869] CAN device driver interface [[0m[0;31m* [0m] Job systemd-networkd.service/start running (8s / 1min 34s) [ 17.579528] omap-aes 4b500000.aes: will run requests pump with realtime priority [ 17.587402] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 17.672332] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=780f62eb, irq=155) [ 17.833404] omap-aes 4b700000.aes: will run requests pump with realtime priority [ 18.118743] DSS: OMAP DSS rev 6.1 [ 18.248626] omapdss_hdmi5 58040000.encoder: supply vdda not found, using dummy regulator [ 18.258819] 10 fixed-partitions partitions found on MTD device spi0.0 [ 18.265380] Creating 10 MTD partitions on "spi0.0": [ 18.270324] 0x000000000000-0x000000010000 : "QSPI.SPL" M [K[[0;32m OK [0m] Started [0;1;39msystemd-networkd.service[0m - Network Configuration. [K[ 18.311737] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm]) [ 18.320892] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm]) [ 18.333892] usbcore: registered new interface driver usbfs [ 18.339477] usbcore: registered new interface driver hub [ 18.344940] usbcore: registered new device driver usb [ 18.400878] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1" [ 18.436096] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2" [ 18.451416] dmm 4e000000.dmm: workaround for errata i878 in use [ 18.471252] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3" [ 18.485504] dmm 4e000000.dmm: initialized all PAT entries [ 18.495361] dwc3 48890000.usb: changing max_speed on rev 5533202a [ 18.530181] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 18.576721] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 [ 18.593414] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 18.628387] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 18.634002] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1 [ 18.645233] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 18.694061] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 18.708740] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000808002000010 [ 18.718322] xhci-hcd xhci-hcd.5.auto: irq 160, io mem 0x488d0000 [ 18.724670] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 18.730255] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 [ 18.737976] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed [ 18.761108] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel" [ 18.769561] 0x0000009e0000-0x000002000000 : "QSPI.file-system" [ 18.982299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 18.990661] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.997924] usb usb1: Product: xHCI Host Controller [ 19.002868] usb usb1: Manufacturer: Linux 6.12.0-rc1 xhci-hcd [ 19.008636] usb usb1: SerialNumber: xhci-hcd.5.auto [ 19.063934] hub 1-0:1.0: USB hub found [ 19.072937] hub 1-0:1.0: 1 port detected [ 19.084350] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 19.101806] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 19.110168] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 19.117462] usb usb2: Product: xHCI Host Controller [ 19.122375] usb usb2: Manufacturer: Linux 6.12.0-rc1 xhci-hcd [ 19.128143] usb usb2: SerialNumber: xhci-hcd.5.auto [ 19.171813] hub 2-0:1.0: USB hub found [ 19.210327] hub 2-0:1.0: 1 port detected [ 19.216674] [drm] Enabling DMM ywrap scrolling [ 19.250915] Console: switching to colour frame buffer device 256x72 [ 19.350280] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device [ 19.370147] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 19.520996] usb 1-1: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00 [ 19.529235] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 19.536468] usb 1-1: Product: Cruzer Blade [ 19.540618] usb 1-1: Manufacturer: SanDisk [ 19.544738] usb 1-1: SerialNumber: 4C530001100510119265 [ 19.706787] usb-storage 1-1:1.0: USB Mass Storage device detected [ 19.715118] scsi host0: usb-storage 1-1:1.0 [ 19.719696] usbcore: registered new interface driver usb-storage [[0;32m OK [0m] Reached target [0;1;39mnetwork.target[0m - Network. [[0;32m OK [0m] Reached target [0;1;39msound.target[0m - Sound Card. [[0;32m OK [0m] Reached target [0;1;39musb-gadget.m - Hardware activated USB gadget. Starting [0;1;39msystemd-timesyncd - Network Time Synchronization... Starting [0;1;39msystemd-update-utrd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-utcord System Boot/Shutdown in UTMP. [ 20.359924] systemd-journald[123]: Oldest entry in /var/log/journal/80881e859f6941008967258213179f85/system.journal is older than the configured file retention duration (1month), suggesting rotation. [ 20.378234] systemd-journald[123]: /var/log/journal/80881e859f6941008967258213179f85/system.journal: Journal header limits reached or header out-of-date, rotating. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mapt-daily.timer[0m - Daily apt download activities. [[0;32m OK [0m] Started [0;1;39mapt-daily-upgrade. apt upgrade and clean activities. [[0;32m OK [0m] Started [0;1;39mdpkg-db-backup.tim Daily dpkg database backup timer. [[0;32m OK [0m] Started [0;1;39me2scrub_all.timeretadata Check for All Filesystems. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - B[ 20.743865] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Blade 1.00 PQ: 0 ANSI: 6 asic System. [ 20.817718] sd 0:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 20.830291] sd 0:0:0:0: [sda] Write Protect is off [ 20.850646] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... [ 20.933410] sda: sda1 [ 20.936462] sd 0:0:0:0: [sda] Attached SCSI removable disk Starting [0;1;39me2scrub_reap.serve ext4 Metadata Check Snapshots... Starting [0;1;39msystemd-logind.seice[0m - User Login Management... Starting [0;1;39msystemd-user-sessvice[0m - Permit User Sessions... [[0;32m OK [0m] Finished [0;1;39msystemd-user-sesservice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS0rvice[0m - Serial Getty on ttyS0. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Finished [0;1;39me2scrub_reap.servine ext4 Metadata Check Snapshots. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut Record Runlevel Change in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut - Record Runlevel Change in UTMP. Debian GNU/Lin debian-bookworm-armhf login: root (automatic login) Linux debian-bookworm-armhf 6.12.0-rc1 #1 SMP Thu Oct 3 01:18:12 UTC 2024 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Oct 4 08:56:22 UTC 2024 on ttyS0 / # - 04:04:39 [INFO] Sleeping 15 secs to allow systemd to finish starting processes... - 04:04:54 [INFO] Disconnected serial from dra71x-evm - 04:04:54 [INFO] Connected to dra71x-evm via serial - 04:04:54 [INFO] Host: uname -a - 04:04:54 [INFO] Target: uname -a Linux debian-bookworm-armhf 6.12.0-rc1 #1 SMP Thu Oct 3 01:18:12 UTC 2024 armv7l GNU/Linux / # - 04:04:54 [INFO] Host: cat /proc/cmdline - 04:04:54 [INFO] Target: cat /proc/cmdline console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 0 / # - 04:04:54 [INFO] Host: uname -a - 04:04:54 [INFO] Target: uname -a Linux debian-bookworm-armhf 6.12.0-rc1 #1 SMP Thu Oct 3 01:18:12 UTC 2024 armv7l GNU/Linux / # - 04:04:54 [INFO] Host: cat /proc/mtd - 04:04:54 [INFO] Target: cat /proc/mtd dev: size erasesize name mtd0: 00010000 00010000 "QSPI.SPL" mtd1: 00010000 00010000 "QSPI.SPL.backup1" mtd2: 00010000 00010000 "QSPI.SPL.backup2" mtd3: 00010000 00010000 "QSPI.SPL.backup3" mtd4: 00100000 00010000 "QSPI.u-boot" mtd5: 00080000 00010000 "QSPI.u-boot-spl-os" mtd6: 00010000 00010000 "QSPI.u-boot-env" mtd7: 00010000 00010000 "QSPI.u-boot-env.backup1" mtd8: 00800000 00010000 "QSPI.kernel" mtd9: 01620000 00010000 "QSPI.file-system" / # - 04:04:54 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved - 04:04:55 [INFO] Target: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved [0;1;31mFailed to restart systemd-resolved.service: Unit systemd-resolved.service not found.[0m / # - 04:04:55 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc - 04:04:55 [INFO] Target: ls -l /lib/firmware; ls -lR /lib/firmware/ipc ls: cannot access '/lib/firmware': No such file or directory ls: cannot access '/lib/firmware/ipc': No such file or directory / # - 04:04:55 [INFO] Host: cat /proc/diskstats - 04:04:55 [INFO] Target: cat /proc/diskstats 1 0 ram0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 ram1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 ram2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 ram3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 4 ram4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 5 ram5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 6 ram6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 7 ram7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 8 ram8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 9 ram9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 10 ram10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 11 ram11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 12 ram12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 13 ram13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 14 ram14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 15 ram15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 179 0 mmcblk2 126 0 7458 936 0 0 0 0 0 0 936 0 0 0 0 0 0 179 1 mmcblk2p1 30 0 2089 201 0 0 0 0 0 0 201 0 0 0 0 0 0 179 2 mmcblk2p2 31 0 2097 280 0 0 0 0 0 0 280 0 0 0 0 0 0 179 3 mmcblk2p3 28 0 2080 265 0 0 0 0 0 0 265 0 0 0 0 0 0 179 8 mmcblk2boot0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 179 16 mmcblk2boot1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 179 24 mmcblk0 107 0 6280 865 0 0 0 0 0 0 865 0 0 0 0 0 0 179 25 mmcblk0p1 29 0 2080 122 0 0 0 0 0 0 122 0 0 0 0 0 0 179 26 mmcblk0p2 28 0 2096 139 0 0 0 0 0 0 139 0 0 0 0 0 0 31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 2 mtdblock2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 3 mtdblock3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 4 mtdblock4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 5 mtdblock5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 6 mtdblock6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 7 mtdblock7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 8 mtdblock8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 9 mtdblock9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 sda 74 0 2800 189 0 0 0 0 0 0 189 0 0 0 0 0 0 8 1 sda1 38 0 2120 134 0 0 0 0 0 0 134 0 0 0 0 0 0 / # - 04:04:55 [INFO] Host: cat /proc/interrupts - 04:04:56 [INFO] Target: cat /proc/interrupts CPU0 25: 20 CBAR 32 Level clockevent 26: 3557 CBAR 341 Level percpu-dmtimer 92: 0 WUGEN 131 Level arm-pmu 93: 0 CBAR 4 Level l3-dbg-irq 94: 0 WUGEN 10 Level l3-app-irq 95: 1 CBAR 8 Level omap-dma-engine 96: 0 CBAR 24 Level 4ae10000.gpio 102: 12 CBAR 30 Level 48051000.gpio 103: 0 CBAR 116 Level 48053000.gpio 104: 0 CBAR 25 Level 48055000.gpio 105: 0 CBAR 26 Level 48057000.gpio 106: 0 CBAR 27 Level 48059000.gpio 107: 0 CBAR 28 Level 4805b000.gpio 108: 0 CBAR 29 Level 4805d000.gpio 109: 447 CBAR 67 Level 4806a000.serial 110: 0 pinctrl 992 Edge 4806a000.serial:wakeup 111: 172 CBAR 51 Level 48070000.i2c 112: 11 48051000.gpio 31 Edge 0-0020, 0-0021 113: 0 CBAR 1 Level 48078000.elm 114: 18 CBAR 55 Level 4807c000.i2c 117: 25620 CBAR 335 Level 48484000.switch 118: 35066 CBAR 336 Level 48484000.switch 119: 10 CBAR 337 Level 48484000.switch 126: 1 CBAR 232 Level dra7xx-pcie-main 128: 1 CBAR 121 Level talert 129: 0 CBAR 361 Level 43300000.dma_ccint 130: 0 CBAR 359 Level 43300000.dma_ccerrint 131: 0 CBAR 23 Level 40d01000.mmu 132: 0 CBAR 145 Level 40d02000.mmu 133: 0 CBAR 395 Level 58882000.mmu 134: 0 CBAR 396 Level 55082000.mmu 135: 716 CBAR 78 Level mmc0 136: 52 CBAR 91 Level mmc1 137: 0 4805d000.gpio 27 Edge 4809c000.mmc cd 138: 840 CBAR 81 Level mmc2 139: 0 pcf857x 1 Edge extcon_usb1 140: 0 pcf857x 14 Edge extcon_usb1 141: 0 pcf857x 2 Edge extcon_usb2 142: 3 pcf857x 15 Edge extcon_usb2 143: 1 48051000.gpio 12 Edge tpd12s015 hpd 144: 0 CBAR 46 Level 4b101000.sham 145: 0 CBAR 163 Level 42701000.sham 146: 0 CBAR 47 Level 48090000.rng 147: 0 CBAR 53 Level omap_hdq 148: 0 CBAR 150 Level 48468000.mcasp_rx 149: 0 CBAR 151 Level 48468000.mcasp_tx 150: 2 CBAR 72 Level dwc3-omap 153: 4 CBAR 87 Level dwc3-omap 156: 1 CBAR 96 Level OMAP HDMI 157: 484 CBAR 20 Level OMAP DISPC 158: 3 CBAR 108 Level omap_dmm_irq_handler 160: 481 CBAR 73 Level xhci-hcd:usb1 IPI0: 0 CPU wakeup interrupts IPI1: 0 Timer broadcast interrupts IPI2: 0 Rescheduling interrupts IPI3: 0 Function call interrupts IPI4: 0 CPU stop interrupts IPI5: 0 IRQ work interrupts IPI6: 0 completion interrupts Err: 0 / # - 04:04:56 [INFO] Host: cat /proc/softirqs - 04:04:56 [INFO] Target: cat /proc/softirqs CPU0 HI: 1 TIMER: 1831 NET_TX: 3 NET_RX: 44437 BLOCK: 0 IRQ_POLL: 0 TASKLET: 1463 SCHED: 0 HRTIMER: 0 RCU: 5537 / # - 04:04:56 [INFO] Host: ls -lR /run/media/mmcblk0p1 - 04:04:56 [INFO] Target: ls -lR /run/media/mmcblk0p1 ls: cannot access '/run/media/mmcblk0p1': No such file or directory / # - 04:04:56 [INFO] Host: lsmod - 04:04:56 [INFO] Target: lsmod Module Size Used by usb_storage 53248 0 snd_soc_omap_hdmi 12288 0 xhci_plat_hcd 12288 0 xhci_hcd 192512 1 xhci_plat_hcd dwc3 155648 0 roles 12288 1 dwc3 udc_core 45056 1 dwc3 usbcore 208896 4 usb_storage,xhci_plat_hcd,dwc3,xhci_hcd spi_nor 77824 0 usb_common 12288 5 udc_core,xhci_plat_hcd,usbcore,dwc3,xhci_hcd omapdrm 229376 2 drm_display_helper 126976 1 omapdrm cec 45056 1 omapdrm snd_soc_simple_card 16384 0 c_can_platform 12288 0 snd_soc_simple_card_utils 20480 1 snd_soc_simple_card c_can 16384 1 c_can_platform can_dev 24576 1 c_can omap_aes_driver 24576 0 libaes 12288 1 omap_aes_driver spi_ti_qspi 16384 0 omap_wdt 12288 0 phy_omap_usb2 12288 3 watchdog 24576 1 omap_wdt bq27xxx_battery_hdq 12288 0 bq27xxx_battery 16384 1 bq27xxx_battery_hdq omap_mailbox 12288 0 dwc3_omap 12288 0 snd_soc_davinci_mcasp 24576 2 snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp snd_soc_ti_sdma 12288 2 snd_soc_davinci_mcasp,snd_soc_omap_hdmi snd_soc_tlv320aic3x_i2c 12288 1 snd_soc_tlv320aic3x 49152 1 snd_soc_tlv320aic3x_i2c snd_soc_core 180224 8 snd_soc_davinci_mcasp,snd_soc_omap_hdmi,snd_soc_simple_card_utils,snd_soc_ti_sdma,snd_soc_ti_edma,snd_soc_tlv320aic3x,snd_soc_ti_udma,snd_soc_simple_card snd_pcm_dmaengine 12288 1 snd_soc_core snd_pcm 114688 6 snd_soc_davinci_mcasp,snd_pcm_dmaengine,snd_soc_omap_hdmi,snd_soc_simple_card_utils,snd_soc_core,snd_soc_tlv320aic3x snd_timer 32768 1 snd_pcm omap_hdq 16384 0 snd 65536 3 snd_timer,snd_soc_core,snd_pcm soundcore 12288 1 snd omap_des 20480 0 wire 28672 2 bq27xxx_battery_hdq,omap_hdq libdes 24576 1 omap_des cn 12288 1 wire omap_rng 12288 0 hwmon 24576 1 wire omap_crypto 12288 2 omap_des,omap_aes_driver rng_core 16384 1 omap_rng sha256_generic 12288 0 libsha256 12288 1 sha256_generic sha256_arm 20480 0 omap_sham 28672 0 crypto_engine 12288 3 omap_des,omap_aes_driver,omap_sham omap_remoteproc 16384 0 display_connector 12288 0 cfg80211 770048 0 drm_kms_helper 122880 3 display_connector,drm_display_helper,omapdrm extcon_usb_gpio 12288 0 ti_tpd12s015 12288 0 drm 425984 6 ti_tpd12s015,display_connector,drm_display_helper,omapdrm,drm_kms_helper drm_panel_orientation_quirks 12288 1 drm ip_tables 20480 0 x_tables 24576 1 ip_tables autofs4 32768 2 / # - 04:04:56 [INFO] Host: export IPERFHOST=192.168.0.1 - 04:04:57 [INFO] Target: export IPERFHOST=192.168.0.1 / # - 04:04:57 [INFO] Host: export NFS_SERVER=192.168.0.1 - 04:04:57 [INFO] Target: export NFS_SERVER=192.168.0.1 / # - 04:04:57 [INFO] Host: export NFS_ROOT_PATH=/opt/NFS_exports/linux/dra71x-evm2 - 04:04:57 [INFO] Target: export NFS_ROOT_PATH=/opt/NFS_exports/linux/dra71x-evm2 / # - 04:04:57 [INFO] Host: export AP_SSID= - 04:04:57 [INFO] Target: export AP_SSID= / # - 04:04:57 [INFO] Host: mkdir -p -m 777 /test - 04:04:57 [INFO] Target: mkdir -p -m 777 /test / # - 04:04:57 [INFO] Host: cd /test - 04:04:58 [INFO] Target: cd /test /test # - 04:04:58 [INFO] Host: cat > test.sh << EOF - 04:04:58 [INFO] Target: cat > test.sh << EOF > - 04:04:58 [INFO] Host: failtest() { - 04:04:58 [INFO] Target: failtest() { > - 04:04:58 [INFO] Host: echo 1 >&3 - 04:04:58 [INFO] Target: echo 1 >&3 > - 04:04:58 [INFO] Host: } - 04:04:58 [INFO] Target: } > - 04:04:58 [INFO] Host: timeout=20 - 04:04:59 [INFO] Target: timeout=20 > - 04:04:59 [INFO] Host: - 04:04:59 [INFO] Target: > - 04:04:59 [INFO] Host: # Start of user's script logic - 04:04:59 [INFO] Target: # Start of user's script logic > - 04:04:59 [INFO] Host: dmesg - 04:04:59 [INFO] Target: dmesg > - 04:04:59 [INFO] Host: EOF - 04:04:59 [INFO] Target: EOF /test # - 04:04:59 [INFO] Host: cd /test - 04:05:00 [INFO] Target: cd /test /test # - 04:05:00 [INFO] Host: chmod +x test.sh - 04:05:00 [INFO] Target: chmod +x test.sh /test # - 04:05:00 [INFO] Host: ./test.sh 2>&1 3> result.log - 04:05:06 [INFO] Target: ./test.sh 2>&1 3> result.log [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc1 (KernelCI@build-j330527-arm-gcc-12-omap2plus-defconfig-f4kkj) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Oct 3 01:18:12 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TI DRA718 EVM [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x95800000..0x98ffffff (57344 KiB) map reusable ipu2-memory@95800000 [ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x99000000..0x9cffffff (65536 KiB) map reusable dsp1-memory@99000000 [ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x9d000000..0x9effffff (32768 KiB) map reusable ipu1-memory@9d000000 [ 0.000000] cma: Reserved 16 MiB at 0xfe000000 on node -1 [ 0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] HighMem [mem 0x00000000afe00000-0x00000000feffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afdfffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000feffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000feffffff] [ 0.000000] On node 0, zone HighMem: 512 pages in unavailable ranges [ 0.000000] DRA722 ES2.0 [ 0.000000] percpu: Embedded 17 pages/cpu s40460 r8192 d20980 u69632 [ 0.000000] pcpu-alloc: s40460 r8192 d20980 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/dra71x-evm2/autofs/b06161d40b3c772047a7b3c7161409a5,nolock,v3,tcp,rsize=4096,wsize=4096 0 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] Unknown kernel command line parameters "0 earlyprintk=serial,ttyO0,115200n8", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 519680 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns [ 0.001434] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000 [ 0.003082] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000 [ 0.003143] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22 [ 0.003875] Console: colour dummy device 80x30 [ 0.003906] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.003906] This ensures that you still see kernel messages. Please [ 0.003906] update your kernel commandline. [ 0.003936] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.062072] CPU: Testing write buffer coherency: ok [ 0.062103] CPU0: Spectre v2: using ICIALLU workaround [ 0.062103] CPU0: Spectre BHB: enabling loop workaround for all CPUs [ 0.062103] pid_max: default: 32768 minimum: 301 [ 0.062194] LSM: initializing lsm=capability [ 0.062286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.062286] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.063079] /cpus/cpu@0 missing clock-frequency property [ 0.063079] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.102264] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.112304] rcu: Hierarchical SRCU implementation. [ 0.112304] rcu: Max phase no-delay instances is 1000. [ 0.112945] smp: Bringing up secondary CPUs ... [ 0.112945] smp: Brought up 1 node, 1 CPU [ 0.112945] SMP: Total of 1 processors activated (1993.93 BogoMIPS). [ 0.112976] CPU: All CPU(s) started in HYP mode. [ 0.112976] CPU: Virtualization extensions available. [ 0.113037] Memory: 1867976K/2078720K available (11264K kernel code, 1157K rwdata, 2712K rodata, 1024K init, 298K bss, 36864K reserved, 172032K cma-reserved, 1277952K highmem) [ 0.113433] devtmpfs: initialized [ 0.138366] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.138580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.138580] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.141296] pinctrl core: initialized pinctrl subsystem [ 0.142700] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.144378] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.144958] audit: initializing netlink subsys (disabled) [ 0.145568] thermal_sys: Registered thermal governor 'fair_share' [ 0.145599] thermal_sys: Registered thermal governor 'step_wise' [ 0.145599] thermal_sys: Registered thermal governor 'user_space' [ 0.145660] audit: type=2000 audit(0.140:1): state=initialized audit_enabled=0 res=1 [ 0.145660] cpuidle: using governor menu [ 0.178344] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20 [ 0.178375] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20 [ 0.182769] platform connector: Fixed dependency cycle(s) with /encoder [ 0.182891] platform encoder: Fixed dependency cycle(s) with /connector [ 0.182952] platform encoder: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0/target-module@40000/encoder@0 [ 0.184082] No ATAGs? [ 0.184143] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.184143] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.188140] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.205139] iommu: Default domain type: Translated [ 0.205169] iommu: DMA domain TLB invalidation policy: strict mode [ 0.206481] reg-fixed-voltage fixedregulator-evm12v0: using DT '/fixedregulator-evm12v0' for '(default)' GPIO lookup [ 0.206512] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-evm12v0[0]' [ 0.206512] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm12v0[0]' [ 0.206542] reg-fixed-voltage fixedregulator-evm12v0: using lookup tables for GPIO lookup [ 0.206542] reg-fixed-voltage fixedregulator-evm12v0: No GPIO consumer (default) found [ 0.206817] reg-fixed-voltage fixedregulator-evm5v0: using DT '/fixedregulator-evm5v0' for '(default)' GPIO lookup [ 0.206817] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-evm5v0[0]' [ 0.206848] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm5v0[0]' [ 0.206848] reg-fixed-voltage fixedregulator-evm5v0: using lookup tables for GPIO lookup [ 0.206848] reg-fixed-voltage fixedregulator-evm5v0: No GPIO consumer (default) found [ 0.207153] reg-fixed-voltage fixedregulator-evm_3v6: using DT '/fixedregulator-evm_3v6' for '(default)' GPIO lookup [ 0.207183] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-evm_3v6[0]' [ 0.207183] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_3v6[0]' [ 0.207183] reg-fixed-voltage fixedregulator-evm_3v6: using lookup tables for GPIO lookup [ 0.207214] reg-fixed-voltage fixedregulator-evm_3v6: No GPIO consumer (default) found [ 0.207489] reg-fixed-voltage fixedregulator-vsys3v3: using DT '/fixedregulator-vsys3v3' for '(default)' GPIO lookup [ 0.207489] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-vsys3v3[0]' [ 0.207519] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vsys3v3[0]' [ 0.207519] reg-fixed-voltage fixedregulator-vsys3v3: using lookup tables for GPIO lookup [ 0.207519] reg-fixed-voltage fixedregulator-vsys3v3: No GPIO consumer (default) found [ 0.207794] reg-fixed-voltage fixedregulator-evm_3v3: using DT '/fixedregulator-evm_3v3' for '(default)' GPIO lookup [ 0.207794] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-evm_3v3[0]' [ 0.207824] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_3v3[0]' [ 0.207824] reg-fixed-voltage fixedregulator-evm_3v3: using lookup tables for GPIO lookup [ 0.207824] reg-fixed-voltage fixedregulator-evm_3v3: No GPIO consumer (default) found [ 0.208099] reg-fixed-voltage fixedregulator-aic_dvdd: using DT '/fixedregulator-aic_dvdd' for '(default)' GPIO lookup [ 0.208129] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-aic_dvdd[0]' [ 0.208129] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]' [ 0.208160] reg-fixed-voltage fixedregulator-aic_dvdd: using lookup tables for GPIO lookup [ 0.208160] reg-fixed-voltage fixedregulator-aic_dvdd: No GPIO consumer (default) found [ 0.208801] SCSI subsystem initialized [ 0.208953] libata version 3.00 loaded. [ 0.209197] pps_core: LinuxPPS API ver. 1 registered [ 0.209197] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.209228] PTP clock support registered [ 0.219879] vgaarb: loaded [ 0.220031] clocksource: Switched to clocksource 32k_counter [ 0.220336] VFS: Disk quotas dquot_6.6.0 [ 0.220367] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.230316] NET: Registered PF_INET protocol family [ 0.230499] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.231872] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.231903] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.231903] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.231964] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.232208] TCP: Hash tables configured (established 8192 bind 8192) [ 0.232269] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.232299] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.232421] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.240814] RPC: Registered named UNIX socket transport module. [ 0.240814] RPC: Registered udp transport module. [ 0.240814] RPC: Registered tcp transport module. [ 0.240814] RPC: Registered tcp-with-tls transport module. [ 0.240814] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.240844] PCI: CLS 0 bytes, default 64 [ 0.241699] Initialise system trusted keyrings [ 0.242004] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.242584] NFS: Registering the id_resolver key type [ 0.242614] Key type id_resolver registered [ 0.242645] Key type id_legacy registered [ 0.242675] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.242889] Key type asymmetric registered [ 0.242889] Asymmetric key parser 'x509' registered [ 0.242950] bounce: pool size: 64 pages [ 0.242980] io scheduler mq-deadline registered [ 0.242980] io scheduler kyber registered [ 0.243011] io scheduler bfq registered [ 0.244384] ledtrig-cpu: registered to indicate activity on CPUs [ 0.250366] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.269897] brd: module loaded [ 0.289367] loop: module loaded [ 0.290100] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.291259] mdio_bus fixed-0: using lookup tables for GPIO lookup [ 0.291290] mdio_bus fixed-0: No GPIO consumer reset found [ 0.292480] i2c_dev: i2c /dev entries driver [ 0.293243] cpu cpu0: error -ENODEV: _opp_set_regulators: no regulator (vdd) found [ 0.293304] cpu cpu0: error -ENODEV: Failed to set OPP config [ 0.293579] sdhci: Secure Digital Host Controller Interface driver [ 0.293579] sdhci: Copyright(c) Pierre Ossman [ 0.293762] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.300964] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 (8000003f) counters available [ 0.301269] Initializing XFRM netlink socket [ 0.301330] NET: Registered PF_INET6 protocol family [ 0.302246] Segment Routing with IPv6 [ 0.302276] In-situ OAM (IOAM) with IPv6 [ 0.302368] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.302856] NET: Registered PF_PACKET protocol family [ 0.302886] NET: Registered PF_KEY protocol family [ 0.302947] Key type dns_resolver registered [ 0.303070] ThumbEE CPU extension supported. [ 0.303070] Registering SWP/SWPB emulation handler [ 0.303527] omap_voltage_late_init: Voltage driver support not added [ 0.303558] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu [ 0.303558] sr_init_by_name: Unable to get voltage domain pointer for VDD core [ 0.303558] Power Management for TI OMAP4+ devices. [ 0.303802] SmartReflex Class3 initialized [ 0.334381] Loading compiled-in X.509 certificates [ 0.400634] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20 [ 0.405517] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.423370] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.437255] gpiochip_find_base_unlocked: found new base at 512 [ 0.483123] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0) [ 0.483215] gpio gpiochip0: registered GPIOs 512 to 543 on gpio-0-31 [ 0.483245] OMAP GPIO hardware version 0.1 [ 0.496520] ti-sysc 4ae18000.target-module: probe with driver ti-sysc failed with error -16 [ 0.509429] gpiochip_find_base_unlocked: found new base at 544 [ 0.528991] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1) [ 0.529052] gpio gpiochip1: registered GPIOs 544 to 575 on gpio-32-63 [ 0.530334] gpiochip_find_base_unlocked: found new base at 576 [ 0.535980] l4per-clkctrl:00e8:0: failed to disable [ 0.536102] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2) [ 0.536193] gpio gpiochip2: registered GPIOs 576 to 607 on gpio-64-95 [ 0.537322] gpiochip_find_base_unlocked: found new base at 608 [ 0.537536] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3) [ 0.537628] gpio gpiochip3: registered GPIOs 608 to 639 on gpio-96-127 [ 0.538726] gpiochip_find_base_unlocked: found new base at 640 [ 0.545349] gpio gpiochip4: (gpio-128-159): added GPIO chardev (254:4) [ 0.545440] gpio gpiochip4: registered GPIOs 640 to 671 on gpio-128-159 [ 0.546539] gpiochip_find_base_unlocked: found new base at 672 [ 0.553161] gpio gpiochip5: (gpio-160-191): added GPIO chardev (254:5) [ 0.553222] gpio gpiochip5: registered GPIOs 672 to 703 on gpio-160-191 [ 0.554504] gpiochip_find_base_unlocked: found new base at 704 [ 0.554809] gpio gpiochip6: (gpio-192-223): added GPIO chardev (254:6) [ 0.554870] gpio gpiochip6: registered GPIOs 704 to 735 on gpio-192-223 [ 0.556091] gpiochip_find_base_unlocked: found new base at 736 [ 0.562774] gpio gpiochip7: (gpio-224-255): added GPIO chardev (254:7) [ 0.562835] gpio gpiochip7: registered GPIOs 736 to 767 on gpio-224-255 [ 0.572875] omap8250 4806a000.serial: using DT '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0' for 'rs485-term' GPIO lookup [ 0.572906] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0[0]' [ 0.572937] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0[0]' [ 0.572967] omap8250 4806a000.serial: using lookup tables for GPIO lookup [ 0.572998] omap8250 4806a000.serial: No GPIO consumer rs485-term found [ 0.572998] omap8250 4806a000.serial: using DT '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0' for 'rs485-rx-during-tx' GPIO lookup [ 0.573028] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0[0]' [ 0.573059] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@6a000/serial@0[0]' [ 0.573089] omap8250 4806a000.serial: using lookup tables for GPIO lookup [ 0.573089] omap8250 4806a000.serial: No GPIO consumer rs485-rx-during-tx found [ 0.573303] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 109, base_baud = 3000000) is a 8250 [ 0.573333] printk: legacy console [ttyS0] enabled [ 2.013244] i2c i2c-0: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0' for 'scl' GPIO lookup [ 2.013305] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 2.013336] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 2.013366] i2c i2c-0: using lookup tables for GPIO lookup [ 2.013366] i2c i2c-0: No GPIO consumer scl found [ 2.013397] i2c i2c-0: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0' for 'sda' GPIO lookup [ 2.013427] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 2.013458] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0[0]' [ 2.013488] i2c i2c-0: using lookup tables for GPIO lookup [ 2.013488] i2c i2c-0: No GPIO consumer sda found [ 2.030548] gpiochip_find_base_unlocked: found new base at 768 [ 2.030761] gpio gpiochip8: (pcf8575): added GPIO chardev (254:8) [ 2.030853] gpio gpiochip8: registered GPIOs 768 to 783 on pcf8575 [ 2.030853] pcf857x 0-0020: probed [ 2.035095] gpiochip_find_base_unlocked: found new base at 784 [ 2.035308] gpio gpiochip9: (pcf8575): added GPIO chardev (254:9) [ 2.035369] gpio gpiochip9: registered GPIOs 784 to 799 on pcf8575 [ 2.035369] pcf857x 0-0021: probed [ 2.040985] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 2.053131] i2c i2c-4: using DT '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0' for 'scl' GPIO lookup [ 2.053161] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0[0]' [ 2.053222] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0[0]' [ 2.053253] i2c i2c-4: using lookup tables for GPIO lookup [ 2.053253] i2c i2c-4: No GPIO consumer scl found [ 2.053283] i2c i2c-4: using DT '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0' for 'sda' GPIO lookup [ 2.053314] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0[0]' [ 2.053344] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0[0]' [ 2.053375] i2c i2c-4: using lookup tables for GPIO lookup [ 2.053375] i2c i2c-4: No GPIO consumer sda found [ 2.055328] lp8733-ldo0: Bringing 2500000uV into 3300000-3300000uV [ 2.070434] gpiochip_find_base_unlocked: found new base at 800 [ 2.070465] gpio gpiochip10: Persistence not supported for GPIO 1 [ 2.070617] gpio-801 (vin6_sel_s0): hogged as output/low [ 2.070648] gpio gpiochip10: Persistence not supported for GPIO 0 [ 2.070770] gpio-800 (pm_oe_n): hogged as output/high [ 2.070953] gpio gpiochip10: (pcf8575): added GPIO chardev (254:10) [ 2.071044] gpio gpiochip10: registered GPIOs 800 to 815 on pcf8575 [ 2.071044] pcf857x 4-0026: probed [ 2.074615] i2c 4-003c: Fixed dependency cycle(s) with /ocp/interconnect@48400000/target-module@5b000/cal@0 [ 2.084533] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz [ 2.104187] ocp:target-module@48210000:mpu:fck: device ID is greater than 24 [ 2.123901] cpsw-switch 48484000.switch: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0' for 'mode' GPIO lookup [ 2.123962] of_get_named_gpiod_flags: parsed 'mode-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0[0]' - status (0) [ 2.124023] gpio gpiochip9: Persistence not supported for GPIO 4 [ 2.124206] cpsw-switch 48484000.switch: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0' for 'mode' GPIO lookup [ 2.124267] of_get_named_gpiod_flags: parsed 'mode-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0[1]' - status (0) [ 2.124298] gpio gpiochip10: Persistence not supported for GPIO 9 [ 2.128601] cpsw-switch 48484000.switch: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0' for 'mode' GPIO lookup [ 2.128662] of_get_named_gpiod_flags: parsed 'mode-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0[2]' - status (0) [ 2.128723] gpio gpiochip10: Persistence not supported for GPIO 10 [ 2.130004] mdio_bus 48485000.mdio: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000' for 'reset' GPIO lookup [ 2.130096] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000[0]' [ 2.130126] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000[0]' [ 2.130157] mdio_bus 48485000.mdio: using lookup tables for GPIO lookup [ 2.130187] mdio_bus 48485000.mdio: No GPIO consumer reset found [ 2.180084] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 2.188507] mdio_bus 48485000.mdio:02: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@2' for 'reset' GPIO lookup [ 2.188568] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@2[0]' [ 2.188629] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@2[0]' [ 2.188659] mdio_bus 48485000.mdio:02: using lookup tables for GPIO lookup [ 2.188659] mdio_bus 48485000.mdio:02: No GPIO consumer reset found [ 2.192199] mdio_bus 48485000.mdio:03: using DT '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@3' for 'reset' GPIO lookup [ 2.192260] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@3[0]' [ 2.192291] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48400000/segment@0/target-module@84000/switch@0/mdio@1000/ethernet-phy@3[0]' [ 2.192321] mdio_bus 48485000.mdio:03: using lookup tables for GPIO lookup [ 2.192352] mdio_bus 48485000.mdio:03: No GPIO consumer reset found [ 2.195159] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver TI DP83867 [ 2.203491] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver TI DP83867 [ 2.212524] ------------[ cut here ]------------ [ 2.217163] WARNING: CPU: 0 PID: 33 at drivers/base/regmap/regmap.c:1208 devm_regmap_field_alloc+0xac/0xc8 [ 2.226928] invalid empty mask defined [ 2.230712] Modules linked in: [ 2.233795] CPU: 0 UID: 0 PID: 33 Comm: kworker/u4:3 Not tainted 6.12.0-rc1 #1 [ 2.241058] Hardware name: Generic DRA72X (Flattened Device Tree) [ 2.247161] Workqueue: events_unbound deferred_probe_work_func [ 2.253051] Call trace: [ 2.253051] unwind_backtrace from show_stack+0x10/0x14 [ 2.260864] show_stack from dump_stack_lvl+0x68/0x74 [ 2.265930] dump_stack_lvl from __warn+0x74/0x12c [ 2.270782] __warn from warn_slowpath_fmt+0x1a8/0x1bc [ 2.275939] warn_slowpath_fmt from devm_regmap_field_alloc+0xac/0xc8 [ 2.282440] devm_regmap_field_alloc from cpsw_ale_create+0x11c/0x36c [ 2.288909] cpsw_ale_create from cpsw_init_common+0x238/0x37c [ 2.294799] cpsw_init_common from cpsw_probe+0x530/0xc68 [ 2.300231] cpsw_probe from platform_probe+0x58/0xb0 [ 2.305328] platform_probe from really_probe+0xc4/0x2d0 [ 2.310668] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.316619] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.323211] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.329864] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.336181] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.341949] __device_attach from bus_probe_device+0x88/0x8c [ 2.347656] bus_probe_device from device_add+0x56c/0x774 [ 2.353088] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.359649] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.367462] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.374114] of_platform_populate from sysc_probe+0x1068/0x13fc [ 2.380065] sysc_probe from platform_probe+0x58/0xb0 [ 2.385162] platform_probe from really_probe+0xc4/0x2d0 [ 2.390533] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.396484] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.403045] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.409698] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.416015] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.421813] __device_attach from bus_probe_device+0x88/0x8c [ 2.427490] bus_probe_device from device_add+0x56c/0x774 [ 2.432922] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.439514] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.447296] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.453948] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.460357] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.466217] platform_probe from really_probe+0xc4/0x2d0 [ 2.471588] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.477539] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.484100] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.490783] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.497070] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.502868] __device_attach from bus_probe_device+0x88/0x8c [ 2.508544] bus_probe_device from device_add+0x56c/0x774 [ 2.513977] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.520568] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.528350] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.535034] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.541412] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.547302] platform_probe from really_probe+0xc4/0x2d0 [ 2.552642] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.558593] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.565155] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.571838] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.578124] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.583923] __device_attach from bus_probe_device+0x88/0x8c [ 2.589599] bus_probe_device from device_add+0x56c/0x774 [ 2.595031] device_add from of_platform_device_create_pdata+0xb4/0xe8 [ 2.601623] of_platform_device_create_pdata from of_platform_bus_create+0x1a4/0x234 [ 2.609405] of_platform_bus_create from of_platform_populate+0x60/0xb8 [ 2.616088] of_platform_populate from simple_pm_bus_probe+0xc4/0xec [ 2.622467] simple_pm_bus_probe from platform_probe+0x58/0xb0 [ 2.628356] platform_probe from really_probe+0xc4/0x2d0 [ 2.633697] really_probe from __driver_probe_device+0x84/0x1a0 [ 2.639648] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 2.646209] driver_probe_device from __device_attach_driver+0x94/0x104 [ 2.652893] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 2.659179] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 2.664978] __device_attach from bus_probe_device+0x88/0x8c [ 2.670684] bus_probe_device from deferred_probe_work_func+0x74/0xa0 [ 2.677154] deferred_probe_work_func from process_one_work+0x178/0x3c4 [ 2.683807] process_one_work from worker_thread+0x270/0x450 [ 2.689514] worker_thread from kthread+0xdc/0xfc [ 2.694244] kthread from ret_from_fork+0x14/0x20 [ 2.698974] Exception stack(0xf00cdfb0 to 0xf00cdff8) [ 2.704071] dfa0: 00000000 00000000 00000000 00000000 [ 2.712280] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 2.720489] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 2.727172] ---[ end trace 0000000000000000 ]--- [ 2.731872] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4 [ 2.738708] cpsw-switch 48484000.switch: ALE Table size 1024, Policers 0 [ 2.745605] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies) [ 2.753265] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec [ 2.764404] cpsw-switch 48484000.switch: Detected MACID = 04:a3:16:dd:13:74 [ 2.771453] cpsw-switch 48484000.switch: Detected MACID = 04:a3:16:dd:13:75 [ 2.780456] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0) [ 2.792114] i2c 4-003c: Fixed dependency cycle(s) with /ocp/interconnect@48400000/target-module@5b000/cal@0 [ 2.802032] platform 4845b000.cal: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@0/target-module@7c000/i2c@0/ov5640@3c [ 2.825500] ti-sysc 4882c000.target-module: probe with driver ti-sysc failed with error -16 [ 2.834533] ti-sysc 4882e000.target-module: probe with driver ti-sysc failed with error -16 [ 2.855224] platform 51000000.pcie: Fixed dependency cycle(s) with /ocp/target-module@51000000/pcie@51000000/interrupt-controller [ 2.867614] dra7-pcie 51000000.pcie: using DT '/ocp/target-module@51000000/pcie@51000000' for '(default)' GPIO lookup [ 2.867645] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/ocp/target-module@51000000/pcie@51000000[0]' [ 2.867675] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/ocp/target-module@51000000/pcie@51000000[0]' [ 2.867675] dra7-pcie 51000000.pcie: using lookup tables for GPIO lookup [ 2.867706] dra7-pcie 51000000.pcie: No GPIO consumer (default) found [ 2.867980] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges: [ 2.877044] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0x0000000000 [ 2.885223] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0x0020013000 [ 2.899078] l3init-clkctrl:0020:0: failed to disable [ 2.904998] dra7-pcie 51000000.pcie: iATU: unroll F, 16 ob, 4 ib, align 4K, limit 4G [ 3.910125] dra7-pcie 51000000.pcie: Phy link never came up [ 3.916290] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 3.922637] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.928161] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 3.934387] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 3.941345] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400 PCIe Root Port [ 3.948699] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 3.954681] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x0000ffff] [ 3.960632] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.965911] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.972045] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 3.978881] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 3.986206] pci 0000:00:00.0: supports D1 [ 3.990234] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 4.002929] PCI: bus0: Fast back to back transfers disabled [ 4.008850] PCI: bus1: Fast back to back transfers enabled [ 4.014404] pci 0000:00:00.0: BAR 0 [mem 0x20100000-0x201fffff]: assigned [ 4.021270] pci 0000:00:00.0: BAR 1 [mem 0x20020000-0x2002ffff]: assigned [ 4.028106] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 4.033355] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 4.038970] pci_bus 0000:00: resource 5 [mem 0x20013000-0x2fffffff] [ 4.051208] edma 43300000.dma: memcpy is disabled [ 4.059173] edma 43300000.dma: TI EDMA DMA engine driver [ 4.069396] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 4.076416] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 4.083587] omap-iommu 58882000.mmu: 58882000.mmu registered [ 4.090850] omap-iommu 55082000.mmu: 55082000.mmu registered [ 4.108398] 5a05a400.target-module:iva:fck: device ID is greater than 24 [ 4.115875] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp [ 4.125579] poweroff-gpio gpio-poweroff: using DT '/gpio-poweroff' for '(default)' GPIO lookup [ 4.125640] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-poweroff[0]' - status (0) [ 4.125671] gpio gpiochip1: Persistence not supported for GPIO 30 [ 4.126892] reg-fixed-voltage fixedregulator-sd: using DT '/fixedregulator-sd' for '(default)' GPIO lookup [ 4.126922] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-sd[0]' [ 4.126953] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-sd[0]' - status (0) [ 4.126983] gpio gpiochip9: Persistence not supported for GPIO 5 [ 4.127197] reg-fixed-voltage fixedregulator-mmcwl: using DT '/fixedregulator-mmcwl' for '(default)' GPIO lookup [ 4.127227] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-mmcwl[0]' [ 4.127258] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-mmcwl[0]' - status (0) [ 4.127288] gpio gpiochip6: Persistence not supported for GPIO 8 [ 4.127899] reg-fixed-voltage fixedregulator-evm_1v8: using DT '/fixedregulator-evm_1v8' for '(default)' GPIO lookup [ 4.127929] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-evm_1v8[0]' [ 4.127929] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_1v8[0]' [ 4.127960] reg-fixed-voltage fixedregulator-evm_1v8: using lookup tables for GPIO lookup [ 4.127960] reg-fixed-voltage fixedregulator-evm_1v8: No GPIO consumer (default) found [ 4.128204] gpio-regulator gpio-regulator-TPS74801: using DT '/gpio-regulator-TPS74801' for '(default)' GPIO lookup [ 4.128234] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-regulator-TPS74801[0]' - status (0) [ 4.128234] gpio gpiochip1: Persistence not supported for GPIO 11 [ 4.128265] gpio-regulator gpio-regulator-TPS74801: using DT '/gpio-regulator-TPS74801' for 'enable' GPIO lookup [ 4.128295] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/gpio-regulator-TPS74801[0]' [ 4.128295] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/gpio-regulator-TPS74801[0]' [ 4.128326] gpio-regulator gpio-regulator-TPS74801: using lookup tables for GPIO lookup [ 4.128326] gpio-regulator gpio-regulator-TPS74801: No GPIO consumer enable found [ 4.129364] sdhci-omap 4809c000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0' for 'cd' GPIO lookup [ 4.129425] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' - status (0) [ 4.129486] gpio gpiochip7: Persistence not supported for GPIO 27 [ 4.129486] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 4.138397] sdhci-omap 4809c000.mmc: Got CD GPIO [ 4.143066] sdhci-omap 4809c000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0' for 'wp' GPIO lookup [ 4.143096] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' [ 4.143127] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0[0]' [ 4.143157] sdhci-omap 4809c000.mmc: using lookup tables for GPIO lookup [ 4.143157] sdhci-omap 4809c000.mmc: No GPIO consumer wp found [ 4.144744] sdhci-omap 480d1000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@d1000/mmc@0' for 'wp' GPIO lookup [ 4.144805] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@d1000/mmc@0[0]' [ 4.144836] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@d1000/mmc@0[0]' [ 4.144866] sdhci-omap 480d1000.mmc: using lookup tables for GPIO lookup [ 4.144866] sdhci-omap 480d1000.mmc: No GPIO consumer wp found [ 4.145874] sdhci-omap 480d1000.mmc: supply pbias not found, using dummy regulator [ 4.154266] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode [ 4.160797] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode [ 4.167175] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode [ 4.173583] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode [ 4.180694] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode [ 4.187347] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode [ 4.194061] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode [ 4.227783] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO [ 4.235290] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA [ 4.245086] sdhci-omap 480b4000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0' for 'wp' GPIO lookup [ 4.245147] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0[0]' [ 4.245178] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@b4000/mmc@0[0]' [ 4.245208] sdhci-omap 480b4000.mmc: using lookup tables for GPIO lookup [ 4.245208] sdhci-omap 480b4000.mmc: No GPIO consumer wp found [ 4.245361] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator [ 4.280090] mmc2: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA [ 4.287506] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac [ 4.311767] TI DP83867 48485000.mdio:02: attached PHY driver (mii_bus:phy_addr=48485000.mdio:02, irq=POLL) [ 4.357391] mmc2: new HS200 MMC card at address 0001 [ 4.363067] mmcblk2: mmc2:0001 MMC08G 7.25 GiB [ 4.368988] mmcblk2: p1 p2 p3 [ 4.372802] mmcblk2boot0: mmc2:0001 MMC08G 8.00 MiB [ 4.378875] mmcblk2boot1: mmc2:0001 MMC08G 8.00 MiB [ 4.384948] mmcblk2rpmb: mmc2:0001 MMC08G 128 KiB, chardev (250:0) [ 4.413818] mmc1: Failed to initialize a non-removable card [ 4.630798] mmc0: new ultra high speed SDR104 SDHC card at address aaaa [ 4.643615] mmcblk0: mmc0:aaaa SP32G 29.7 GiB [ 4.651336] mmcblk0: p1 p2 [ 7.453460] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.480041] Sending DHCP requests ., OK [ 7.523956] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.206 [ 7.531768] IP-Config: Complete: [ 7.535003] device=eth0, hwaddr=04:a3:16:dd:13:74, ipaddr=192.168.0.206, mask=255.255.255.0, gw=192.168.0.1 [ 7.545257] host=192.168.0.206, domain=ti.com, nis-domain=(none) [ 7.551727] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 7.551757] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 7.564788] clk: Disabling unused clocks [ 7.569061] PM: genpd: Disabling unused power domains [ 7.595184] VFS: Mounted root (nfs filesystem) on device 0:17. [ 7.601501] devtmpfs: mounted [ 7.605133] Freeing unused kernel image (initmem) memory: 1024K [ 7.611358] Run /sbin/init as init process [ 7.615478] with arguments: [ 7.615478] /sbin/init [ 7.615509] 0 [ 7.615509] with environment: [ 7.615509] HOME=/ [ 7.615509] TERM=linux [ 7.615509] earlyprintk=serial,ttyO0,115200n8 [ 7.972930] systemd[1]: System time before build time, advancing clock. [ 8.016632] systemd[1]: Inserted module 'autofs4' [ 8.055450] systemd[1]: systemd 252.22-1~deb12u1 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) [ 8.092102] systemd[1]: Detected architecture arm. [ 8.123901] systemd[1]: Hostname set to . [ 9.179351] systemd[1]: Queued start job for default target graphical.target. [ 9.213745] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 9.241821] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 9.271759] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 9.301269] systemd[1]: Created slice user.slice - User and Session Slice. [ 9.330474] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 9.360412] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 9.390930] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 9.420257] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... [ 9.450225] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ 9.480316] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 9.510375] systemd[1]: Reached target paths.target - Path Units. [ 9.540222] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 9.570220] systemd[1]: Reached target slices.target - Slice Units. [ 9.600280] systemd[1]: Reached target swap.target - Swaps. [ 9.630310] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 9.660583] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 9.691589] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 9.721252] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 9.750823] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 9.781219] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ 9.813049] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 9.840698] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 9.870605] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 9.921295] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 9.956970] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 10.020416] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 10.056976] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 10.120605] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 10.156555] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 10.220642] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 10.279266] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 10.360626] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 10.396667] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 10.418182] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 10.431610] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 10.470703] systemd[1]: Starting systemd-journald.service - Journal Service... [ 10.519866] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 10.592987] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 10.671844] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 10.751831] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 10.807739] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 10.859802] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 10.900970] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 10.921478] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 10.982086] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 11.010314] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 11.031799] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 11.060516] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 11.081848] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 11.110626] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 11.131927] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.160583] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 11.199951] systemd[1]: Started systemd-journald.service - Journal Service. [ 11.551849] systemd-journald[123]: Received client request to flush runtime journal. [ 11.600128] systemd-journald[123]: File /var/log/journal/80881e859f6941008967258213179f85/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 12.130096] random: crng init done [ 14.843597] extcon-usb-gpio extcon_usb1: using DT '/extcon_usb1' for 'id' GPIO lookup [ 14.843658] of_get_named_gpiod_flags: parsed 'id-gpios' property of node '/extcon_usb1[0]' - status (0) [ 14.843688] gpio gpiochip9: Persistence not supported for GPIO 1 [ 14.843872] extcon-usb-gpio extcon_usb1: using DT '/extcon_usb1' for 'vbus' GPIO lookup [ 14.843902] of_get_named_gpiod_flags: parsed 'vbus-gpios' property of node '/extcon_usb1[0]' - status (0) [ 14.843933] gpio gpiochip8: Persistence not supported for GPIO 14 [ 14.859497] extcon-usb-gpio extcon_usb2: using DT '/extcon_usb2' for 'id' GPIO lookup [ 14.859558] of_get_named_gpiod_flags: parsed 'id-gpios' property of node '/extcon_usb2[0]' - status (0) [ 14.859558] gpio gpiochip9: Persistence not supported for GPIO 2 [ 14.859741] extcon-usb-gpio extcon_usb2: using DT '/extcon_usb2' for 'vbus' GPIO lookup [ 14.859771] of_get_named_gpiod_flags: parsed 'vbus-gpios' property of node '/extcon_usb2[0]' - status (0) [ 14.859802] gpio gpiochip8: Persistence not supported for GPIO 15 [ 14.908142] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 14.925384] display-connector connector: using DT '/connector' for 'hpd' GPIO lookup [ 14.925415] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector[0]' [ 14.925445] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/connector[0]' [ 14.925445] display-connector connector: using lookup tables for GPIO lookup [ 14.925445] display-connector connector: No GPIO consumer hpd found [ 14.925476] display-connector connector: using DT '/connector' for 'ddc-en' GPIO lookup [ 14.925476] of_get_named_gpiod_flags: can't parse 'ddc-en-gpios' property of node '/connector[0]' [ 14.925506] of_get_named_gpiod_flags: can't parse 'ddc-en-gpio' property of node '/connector[0]' [ 14.925537] display-connector connector: using lookup tables for GPIO lookup [ 14.925537] display-connector connector: No GPIO consumer ddc-en found [ 14.926879] tpd12s015 encoder: using DT '/encoder' for '(default)' GPIO lookup [ 14.926940] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[0]' - status (0) [ 14.926940] gpio gpiochip10: Persistence not supported for GPIO 4 [ 14.936431] tpd12s015 encoder: using DT '/encoder' for '(default)' GPIO lookup [ 14.936492] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[1]' - status (0) [ 14.936523] gpio gpiochip10: Persistence not supported for GPIO 5 [ 14.936676] tpd12s015 encoder: using DT '/encoder' for '(default)' GPIO lookup [ 14.936706] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0) [ 14.936737] gpio gpiochip1: Persistence not supported for GPIO 12 [ 15.061126] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000 [ 15.069305] remoteproc remoteproc0: 58820000.ipu is available [ 15.075561] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000 [ 15.083740] remoteproc remoteproc1: 55020000.ipu is available [ 15.089904] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000 [ 15.098052] remoteproc remoteproc2: 40800000.dsp is available [ 15.110198] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.119293] remoteproc remoteproc0: powering up 58820000.ipu [ 15.125091] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 15.134246] remoteproc remoteproc0: request_firmware failed: -2 [ 15.150421] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.159606] remoteproc remoteproc1: powering up 55020000.ipu [ 15.165405] remoteproc remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2 [ 15.174499] remoteproc remoteproc1: request_firmware failed: -2 [ 15.182098] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.191253] remoteproc remoteproc2: powering up 40800000.dsp [ 15.196990] remoteproc remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2 [ 15.206115] remoteproc remoteproc2: request_firmware failed: -2 [ 15.355987] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 15.490264] omap-sham 4b101000.sham: will run requests pump with realtime priority [ 15.498443] omap-sham 42701000.sham: hw accel on OMAP rev 4.3 [ 15.694885] omap-sham 42701000.sham: will run requests pump with realtime priority [ 15.900543] omap_rng 48090000.rng: Random Number Generator ver. 20 [ 15.936798] Driver for 1-wire Dallas network protocol. [ 15.949401] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 16.067657] omap-des 480a5000.des: will run requests pump with realtime priority [ 16.085327] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode [ 16.286132] tlv320aic3x 0-0019: using DT '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tlv320aic3106@19' for 'reset' GPIO lookup [ 16.286193] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tlv320aic3106@19[0]' [ 16.286224] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tlv320aic3106@19[0]' [ 16.286285] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/tlv320aic3106@19[0]' [ 16.286315] tlv320aic3x 0-0019: using lookup tables for GPIO lookup [ 16.286315] tlv320aic3x 0-0019: No GPIO consumer reset found [ 16.381561] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d [ 16.463317] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 16.470001] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 16.477539] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 16.486236] cfg80211: failed to load regulatory.db [ 16.656341] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 16.662811] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 17.190612] thermal thermal_zone5: Temperature check failed (-19) [ 17.339447] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 17.462829] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 17.472869] CAN device driver interface [ 17.579528] omap-aes 4b500000.aes: will run requests pump with realtime priority [ 17.587402] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 17.671722] c_can_platform 4ae3c000.can: using DT '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0' for 'termination' GPIO lookup [ 17.671783] of_get_named_gpiod_flags: can't parse 'termination-gpios' property of node '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0[0]' [ 17.671813] of_get_named_gpiod_flags: can't parse 'termination-gpio' property of node '/ocp/interconnect@4ae00000/segment@30000/target-module@c000/can@0[0]' [ 17.671844] c_can_platform 4ae3c000.can: using lookup tables for GPIO lookup [ 17.671844] c_can_platform 4ae3c000.can: No GPIO consumer termination found [ 17.672332] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=780f62eb, irq=155) [ 17.711608] asoc-simple-card sound0: using DT '/sound0' for 'simple-audio-card,hp-det' GPIO lookup [ 17.711669] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpios' property of node '/sound0[0]' [ 17.711669] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound0[0]' [ 17.711700] asoc-simple-card sound0: using lookup tables for GPIO lookup [ 17.711700] asoc-simple-card sound0: No GPIO consumer simple-audio-card,hp-det found [ 17.711730] asoc-simple-card sound0: using DT '/sound0' for 'simple-audio-card,mic-det' GPIO lookup [ 17.711730] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpios' property of node '/sound0[0]' [ 17.711761] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound0[0]' [ 17.711761] asoc-simple-card sound0: using lookup tables for GPIO lookup [ 17.711791] asoc-simple-card sound0: No GPIO consumer simple-audio-card,mic-det found [ 17.833404] omap-aes 4b700000.aes: will run requests pump with realtime priority [ 18.118743] DSS: OMAP DSS rev 6.1 [ 18.242126] spi-nor spi0.0: using DT '/ocp/target-module@4b300000/spi@0/flash@0' for 'reset' GPIO lookup [ 18.242156] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@4b300000/spi@0/flash@0[0]' [ 18.242187] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@4b300000/spi@0/flash@0[0]' [ 18.242218] spi-nor spi0.0: using lookup tables for GPIO lookup [ 18.242218] spi-nor spi0.0: No GPIO consumer reset found [ 18.248626] omapdss_hdmi5 58040000.encoder: supply vdda not found, using dummy regulator [ 18.258819] 10 fixed-partitions partitions found on MTD device spi0.0 [ 18.265380] Creating 10 MTD partitions on "spi0.0": [ 18.270324] 0x000000000000-0x000000010000 : "QSPI.SPL" [ 18.311737] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdrm]) [ 18.320892] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops [omapdrm]) [ 18.333892] usbcore: registered new interface driver usbfs [ 18.339477] usbcore: registered new interface driver hub [ 18.344940] usbcore: registered new device driver usb [ 18.400878] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1" [ 18.436096] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2" [ 18.451416] dmm 4e000000.dmm: workaround for errata i878 in use [ 18.471252] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3" [ 18.485504] dmm 4e000000.dmm: initialized all PAT entries [ 18.495361] dwc3 48890000.usb: changing max_speed on rev 5533202a [ 18.530181] 0x000000040000-0x000000140000 : "QSPI.u-boot" [ 18.576721] [drm] Initialized omapdrm 1.0.0 for omapdrm.0 on minor 0 [ 18.593414] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os" [ 18.628387] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 18.634002] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1 [ 18.645233] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env" [ 18.694061] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1" [ 18.708740] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000808002000010 [ 18.718322] xhci-hcd xhci-hcd.5.auto: irq 160, io mem 0x488d0000 [ 18.724670] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller [ 18.730255] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 [ 18.737976] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed [ 18.761108] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel" [ 18.769561] 0x0000009e0000-0x000002000000 : "QSPI.file-system" [ 18.982299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 18.990661] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.997924] usb usb1: Product: xHCI Host Controller [ 19.002868] usb usb1: Manufacturer: Linux 6.12.0-rc1 xhci-hcd [ 19.008636] usb usb1: SerialNumber: xhci-hcd.5.auto [ 19.063934] hub 1-0:1.0: USB hub found [ 19.072937] hub 1-0:1.0: 1 port detected [ 19.084350] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 19.101806] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 19.110168] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 19.117462] usb usb2: Product: xHCI Host Controller [ 19.122375] usb usb2: Manufacturer: Linux 6.12.0-rc1 xhci-hcd [ 19.128143] usb usb2: SerialNumber: xhci-hcd.5.auto [ 19.171813] hub 2-0:1.0: USB hub found [ 19.210327] hub 2-0:1.0: 1 port detected [ 19.216674] [drm] Enabling DMM ywrap scrolling [ 19.250915] Console: switching to colour frame buffer device 256x72 [ 19.350280] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device [ 19.370147] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 19.520996] usb 1-1: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00 [ 19.529235] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 19.536468] usb 1-1: Product: Cruzer Blade [ 19.540618] usb 1-1: Manufacturer: SanDisk [ 19.544738] usb 1-1: SerialNumber: 4C530001100510119265 [ 19.706787] usb-storage 1-1:1.0: USB Mass Storage device detected [ 19.715118] scsi host0: usb-storage 1-1:1.0 [ 19.719696] usbcore: registered new interface driver usb-storage [ 20.359924] systemd-journald[123]: Oldest entry in /var/log/journal/80881e859f6941008967258213179f85/system.journal is older than the configured file retention duration (1month), suggesting rotation. [ 20.378234] systemd-journald[123]: /var/log/journal/80881e859f6941008967258213179f85/system.journal: Journal header limits reached or header out-of-date, rotating. [ 20.743865] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Blade 1.00 PQ: 0 ANSI: 6 [ 20.817718] sd 0:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 20.830291] sd 0:0:0:0: [sda] Write Protect is off [ 20.835144] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 20.850646] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 20.933410] sda: sda1 [ 20.936462] sd 0:0:0:0: [sda] Attached SCSI removable disk /test # - 04:05:06 [INFO] Host: echo $? - 04:05:06 [INFO] Target: echo $? 0 /test # - 04:05:06 [INFO] Host: cat result.log - 04:05:08 [ERROR] On command: cat result.log waiting for cat result.log.+?(?m-ix:^1[\0\n\r]+) >>> error: execution expired - 04:05:08 [INFO] Target: cat result.log /test # - 04:05:08 [INFO] Host: cd /test - 04:05:08 [INFO] Target: cd /test /test #