- 05:28:34 [INFO] Starting target session - 05:28:52 [INFO] Connected to am335x-sk via serial - 05:28:52 [INFO] Host: #check prompt - 05:28:55 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:.*?login:)|[Pp]assword)) >>> error: execution expired - 05:28:55 [INFO] Target: #check prompt /test # - 05:28:55 [INFO] Host: #check prompt - 05:28:55 [INFO] Target: #check prompt /test # - 05:28:55 [INFO] Host: sync;poweroff - 05:28:58 [INFO] Target: sync;poweroff /test # Stopping dropbear sshd: OK Stopping network: ifdown: interface lo not configured OK Saving random seed: OK Stopping klogd: OK Stopping syslogd: OK umount: devtmpfs busy - remounted read-only umount: can't unmount /: Invalid argument The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes Requesting system poweroff [ 363.775913] reboot: Power off not available: System halted instead - 05:28:58 [INFO] Disconnected serial from am335x-sk - 05:28:58 [INFO] Connected to am335x-sk via serial - 05:28:58 [INFO] Host: - 05:28:58 [ERROR] On command Input/output errorTarget: - 05:28:58 [INFO] Target: - 05:28:58 [INFO] Disconnected serial from am335x-sk - 05:29:01 [INFO] Disconnected serial from am335x-sk - 05:29:04 [INFO] Disconnected serial from am335x-sk - 05:29:06 [INFO] Connected to am335x-sk via serial - 05:29:06 [INFO] Host: - 05:29:07 [INFO] Target: U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000) CPU : AM335X-GP rev 1.0 Model: TI AM335x EVM-SK DRAM: 256 MiB Core: 157 devices, 17 uclasses, devicetree: separate WDT: Started wdt@44e35000 with servicing every 1000ms (60s timeout) NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 2 0 => = - 05:29:08 [INFO] Disconnected serial from am335x-sk - 05:29:08 [INFO] Connected to am335x-sk via serial - 05:29:08 [INFO] Host: - 05:29:08 [INFO] Target: => - 05:29:08 [INFO] Host: version - 05:29:08 [INFO] Target: version U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000) arm-oe-linux-gnueabi-gcc (GCC) 11.4.0 GNU ld (GNU Binutils) 2.38.20220708 => - 05:29:08 [INFO] Host: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' - 05:29:08 [INFO] Target: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' => - 05:29:08 [INFO] Host: setenv bootcmd '' - 05:29:08 [INFO] Target: setenv bootcmd '' => - 05:29:08 [INFO] Host: setenv autoload 'no' - 05:29:09 [INFO] Target: setenv autoload 'no' => - 05:29:09 [INFO] Host: setenv serverip '192.168.0.1' - 05:29:09 [INFO] Target: setenv serverip '192.168.0.1' => - 05:29:09 [INFO] Host: setenv _initramfs - - 05:29:09 [INFO] Target: setenv _initramfs - => - 05:29:09 [INFO] Host: printenv - 05:29:10 [INFO] Target: printenv _initramfs=- arch=arm autoload=no baudrate=115200 board=am335x board_name=A335X_SK board_rev=1.2B board_serial=29124P190776 boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} boot_fdt=try boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=mmc0 mmc1 nand0 usb0 pxe dhcp bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled bootcmd= bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci; bootcmd_mmc0=devnum=0; run mmc_boot bootcmd_mmc1=devnum=1; run mmc_boot bootcmd_nand=run nandboot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_usb0=devnum=0; run usb_boot bootcount=1 bootdelay=2 bootm_size=0x10000000 console=ttyO0,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_nand=SPL part 0 1;SPL.backup1 part 0 2;SPL.backup2 part 0 3;SPL.backup3 part 0 4;u-boot part 0 5;u-boot-spl-os part 0 6;kernel part 0 8;rootfs part 0 9 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 distro_bootcmd=extension_need_init=; setenv extension_overlay_addr ${fdtoverlay_addr_r}; for target in ${boot_targets}; do run bootcmd_${target}; done dtboaddr=0x89000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ eth1addr=d4:94:a1:88:15:55 eth2addr=d4:94:a1:88:15:54 eth3addr=de:ad:be:ef:00:01 ethaddr=d4:94:a1:88:15:54 extension_apply=if fdt addr -q ${fdt_addr_r}; then extension apply all; fi extension_init=echo Extension init...; if ${extension_need_init}; then extension_need_init=false; extension scan; fi extension_overlay_cmd=load ${devtype} ${devnum}:${distro_bootpart} ${extension_overlay_addr} ${prefix}${extension_overlay_name} fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=8df2c380 fdtfile=undefined fdtoverlay_addr_r=0x89000000 findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A335BNLT; then setenv fdtfile am335x-boneblack.dtb; fi; if test $board_name = A335PBGL; then setenv fdtfile am335x-pocketbeagle.dtb; fi; if test $board_name = BBBW; then setenv fdtfile am335x-boneblack-wireless.dtb; fi; if test $board_name = BBG1; then setenv fdtfile am335x-bonegreen.dtb; fi; if test $board_name = BBGW; then setenv fdtfile am335x-bonegreen-wireless.dtb; fi; if test $board_name = BBBL; then setenv fdtfile am335x-boneblue.dtb; fi; if test $board_name = BBEN; then setenv fdtfile am335x-sancloud-bbe.dtb; fi; if test $board_name = BBELITE; then setenv fdtfile am335x-sancloud-bbe-lite.dtb; fi; if test $board_name = BBE_EX_WIFI; then setenv fdtfile am335x-sancloud-bbe-extended-wifi.dtb; fi; if test $board_name = A33515BB; then setenv fdtfile am335x-evm.dtb; fi; if test $board_name = A335X_SK; then setenv fdtfile am335x-evmsk.dtb; fi; if test $board_name = A335_ICE; then setenv fdtfile am335x-icev2.dtb; if test $ice_mii = mii; then setenv pxe_label_override Pruss; fi;fi; if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc 0:2 uuid ice_mii=mii init_console=if test $board_name = A335_ICE; then setenv console ttyO3,115200n8;else setenv console ttyO0,115200n8;fi; kernel_addr_r=0x82000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=0x82000000 loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) 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 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} pxefile_addr_r=0x80100000 ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramdisk_addr_r=0x88080000 ramroot=/dev/ram0 rw ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; run extension_init; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; run extension_apply; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x80000000 serial#=29124P190776 serverip=192.168.0.1 soc=am33xx spiargs=setenv bootargs console=${console} ${optargs} root=${spiroot} rootfstype=${spirootfstype} spiboot=echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; bootz ${loadaddr} spibusno=0 spiimgsize=0x362000 spiroot=/dev/mtdblock4 rw spirootfstype=jffs2 spisrcaddr=0xe0000 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@0 stdin=serial@0 stdout=serial@0 usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi usbnet_devaddr=de:ad:be:ef:00:01 vendor=ti ver=U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000) Environment size: 9005/131068 bytes => - 05:29:10 [INFO] Host: printenv bootargs - 05:29:10 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled => - 05:29:10 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' - 05:29:10 [INFO] Target: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' => - 05:29:10 [INFO] Host: setenv serverip '192.168.0.1' - 05:29:11 [INFO] Target: setenv serverip '192.168.0.1' => - 05:29:11 [INFO] Host: setenv autoload 'no' - 05:29:11 [INFO] Target: setenv autoload 'no' => - 05:29:11 [INFO] Host: dhcp - 05:29:12 [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.170 (1003 ms) => - 05:29:12 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_am335x-sk/3ae8a59055ce13379012602fc13a7f34 - 05:29:13 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_am335x-sk/3ae8a59055ce13379012602fc13a7f34 link up on port 0, speed 1000, full duplex Using ethernet@4a100000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.170 Filename 'vatf_am335x-sk/3ae8a59055ce13379012602fc13a7f34'. Load address: 0x82000000 Loading: *################################################## 5.1 MiB 11.1 MiB/s done Bytes transferred = 5344968 (518ec8 hex) => - 05:29:13 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_am335x-sk/2c121a93199f049ded295ee202ad2d5f - 05:29:13 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_am335x-sk/2c121a93199f049ded295ee202ad2d5f link up on port 0, speed 1000, full duplex Using ethernet@4a100000 device TFTP from server 192.168.0.1; our IP address is 192.168.0.170 Filename 'vatf_am335x-sk/2c121a93199f049ded295ee202ad2d5f'. Load address: 0x88000000 Loading: *################################################## 70 KiB 7.6 MiB/s done Bytes transferred = 71663 (117ef hex) => - 05:29:13 [INFO] Host: fdt address ${fdt_addr_r} - 05:29:13 [INFO] Target: fdt address ${fdt_addr_r} Working FDT set to 88000000 => - 05:29:13 [INFO] Host: printenv bootargs - 05:29:13 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp => - 05:29:13 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' - 05:29:14 [INFO] Target: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' => - 05:29:14 [INFO] Host: printenv bootcmd - 05:29:14 [INFO] Target: printenv bootcmd bootcmd= => - 05:29:14 [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' - 05:29:14 [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' => - 05:29:14 [INFO] Host: version - 05:29:14 [INFO] Target: version U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000) arm-oe-linux-gnueabi-gcc (GCC) 11.4.0 GNU ld (GNU Binutils) 2.38.20220708 => - 05:29:14 [INFO] Host: bdinfo - 05:29:14 [INFO] Target: bdinfo boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x10000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0x8ff62000 reloc off = 0x0f762000 Build = 32-bit current eth = ethernet@4a100000 ethaddr = d4:94:a1:88:15:54 IP addr = 192.168.0.170 fdt_blob = 0x8df2c380 new_fdt = 0x8df2c380 fdt_size = 0x00015b20 lmb_dump_all: memory.cnt = 0x1 memory[0] [0x80000000-0x8fffffff], 0x10000000 bytes flags: 0 reserved.cnt = 0x1 reserved[0] [0x8cf20000-0x8fffffff], 0x030e0000 bytes flags: 0 devicetree = separate arch_number = 0x00000000 TLB addr = 0x8fff0000 irq_sp = 0x8df2c370 sp start = 0x8df2c360 Early malloc usage: 8c8 / 2000 => - 05:29:14 [INFO] Host: - 05:29:15 [INFO] Target: boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x10000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0x8ff62000 reloc off = 0x0f762000 Build = 32-bit current eth = ethernet@4a100000 ethaddr = d4:94:a1:88:15:54 IP addr = 192.168.0.170 fdt_blob = 0x8df2c380 new_fdt = 0x8df2c380 fdt_size = 0x00015b20 lmb_dump_all: memory.cnt = 0x1 memory[0] [0x80000000-0x8fffffff], 0x10000000 bytes flags: 0 reserved.cnt = 0x1 reserved[0] [0x8cf20000-0x8fffffff], 0x030e0000 bytes flags: 0 devicetree = separate arch_number = 0x00000000 TLB addr = 0x8fff0000 irq_sp = 0x8df2c370 sp start = 0x8df2c360 Early malloc usage: 8c8 / 2000 => - 05:29:15 [INFO] Host: ls mmc 0:1 - 05:29:15 [INFO] Target: ls mmc 0:1 98037 am335x-boneblack.dtb 98339 am335x-boneblack-wireless.dtb 96121 am335x-boneblue.dtb 93767 am335x-bone.dtb 94094 am335x-bonegreen.dtb 96067 am335x-bonegreen-wireless.dtb 101729 am335x-evm.dtb 100319 am335x-evmsk.dtb 95770 am335x-icev2.dtb 95678 am335x-pocketbeagle.dtb 97981 am335x-sancloud-bbe.dtb extlinux/ 110356 MLO 1453452 u-boot.img 574 uEnv.txt 7676416 zImage 4 ws-calibrate.rules 16 file(s), 1 dir(s) => - 05:29:15 [INFO] Host: ls mmc 1:1 - 05:29:15 [INFO] Target: ls mmc 1:1 ** Bad device specification mmc 1 ** Couldn't find partition mmc 1:1 => - 05:29:15 [INFO] Host: ext4ls mmc 0:2 /lib/firmware - 05:29:15 [INFO] Target: ext4ls mmc 0:2 /lib/firmware 4096 . 4096 .. 2040 LICENCE.ibt_firmware 2046 LICENCE.iwlwifi_firmware 73 am335x-bone-scale-data.bin 17 am335x-evm-scale-data.bin 230332 am335x-pm-firmware.elf 47 am335x-pru0-fw 47 am335x-pru1-fw 41 am43x-evm-scale-data.bin 4096 intel 918268 iwlwifi-3160-17.ucode 2448976 iwlwifi-8000C-34.ucode 2428004 iwlwifi-8000C-36.ucode 2440780 iwlwifi-8265-34.ucode 2436632 iwlwifi-8265-36.ucode 2678092 iwlwifi-9260-th-b0-jf-b0-34.ucode 2521412 iwlwifi-9260-th-b0-jf-b0-38.ucode 1489652 iwlwifi-9260-th-b0-jf-b0-46.ucode 4096 pru 4896 regulatory.db 1085 regulatory.db.p7s 4096 ti-connectivity 4096 ti-pruss => - 05:29:15 [INFO] Host: ext4ls mmc 1:2 /lib/firmware - 05:29:15 [INFO] Target: ext4ls mmc 1:2 /lib/firmware ** Bad device specification mmc 1 ** Couldn't find partition mmc 1:2 => - 05:29:15 [INFO] Host: mmc rescan; echo $? - 05:29:16 [INFO] Target: mmc rescan; echo $? 0 => - 05:29:16 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 05:29:16 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 4 bytes written in 7 ms (0 Bytes/s) => - 05:29:16 [INFO] Host: setenv extraargs 0 - 05:29:16 [INFO] Target: setenv extraargs 0 => - 05:29:16 [INFO] Host: printenv - 05:29:17 [INFO] Target: printenv _initramfs=- arch=arm autoload=no baudrate=115200 board=am335x board_name=A335X_SK board_rev=1.2B board_serial=29124P190776 boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} boot_fdt=try boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=mmc0 mmc1 nand0 usb0 pxe dhcp 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/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,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 bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci; bootcmd_mmc0=devnum=0; run mmc_boot bootcmd_mmc1=devnum=1; run mmc_boot bootcmd_nand=run nandboot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_usb0=devnum=0; run usb_boot bootcount=1 bootdelay=2 bootm_size=0x10000000 console=ttyO0,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_nand=SPL part 0 1;SPL.backup1 part 0 2;SPL.backup2 part 0 3;SPL.backup3 part 0 4;u-boot part 0 5;u-boot-spl-os part 0 6;kernel part 0 8;rootfs part 0 9 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 distro_bootcmd=extension_need_init=; setenv extension_overlay_addr ${fdtoverlay_addr_r}; for target in ${boot_targets}; do run bootcmd_${target}; done dnsip=192.0.2.2 dnsip2=192.0.2.3 dtboaddr=0x89000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ eth1addr=d4:94:a1:88:15:55 eth2addr=d4:94:a1:88:15:54 eth3addr=de:ad:be:ef:00:01 ethact=ethernet@4a100000 ethaddr=d4:94:a1:88:15:54 extension_apply=if fdt addr -q ${fdt_addr_r}; then extension apply all; fi extension_init=echo Extension init...; if ${extension_need_init}; then extension_need_init=false; extension scan; fi extension_overlay_cmd=load ${devtype} ${devnum}:${distro_bootpart} ${extension_overlay_addr} ${prefix}${extension_overlay_name} extraargs=0 fdt_addr_r=0x88000000 fdtaddr=88000000 fdtcontroladdr=8df2c380 fdtfile=undefined fdtoverlay_addr_r=0x89000000 fileaddr=88000000 filesize=117ef findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A335BNLT; then setenv fdtfile am335x-boneblack.dtb; fi; if test $board_name = A335PBGL; then setenv fdtfile am335x-pocketbeagle.dtb; fi; if test $board_name = BBBW; then setenv fdtfile am335x-boneblack-wireless.dtb; fi; if test $board_name = BBG1; then setenv fdtfile am335x-bonegreen.dtb; fi; if test $board_name = BBGW; then setenv fdtfile am335x-bonegreen-wireless.dtb; fi; if test $board_name = BBBL; then setenv fdtfile am335x-boneblue.dtb; fi; if test $board_name = BBEN; then setenv fdtfile am335x-sancloud-bbe.dtb; fi; if test $board_name = BBELITE; then setenv fdtfile am335x-sancloud-bbe-lite.dtb; fi; if test $board_name = BBE_EX_WIFI; then setenv fdtfile am335x-sancloud-bbe-extended-wifi.dtb; fi; if test $board_name = A33515BB; then setenv fdtfile am335x-evm.dtb; fi; if test $board_name = A335X_SK; then setenv fdtfile am335x-evmsk.dtb; fi; if test $board_name = A335_ICE; then setenv fdtfile am335x-icev2.dtb; if test $ice_mii = mii; then setenv pxe_label_override Pruss; fi;fi; if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc 0:2 uuid gatewayip=192.168.0.1 ice_mii=mii init_console=if test $board_name = A335_ICE; then setenv console ttyO3,115200n8;else setenv console ttyO0,115200n8;fi; ipaddr=192.168.0.170 kernel_addr_r=0x82000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=0x82000000 loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) 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 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} pxefile_addr_r=0x80100000 ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramdisk_addr_r=0x88080000 ramroot=/dev/ram0 rw ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distro_bootpart} distro_bootpart_uuid ; run scan_dev_for_boot; fi; done; setenv devplist scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; run extension_init; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; run extension_apply; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x80000000 serial#=29124P190776 serverip=192.168.0.1 soc=am33xx spiargs=setenv bootargs console=${console} ${optargs} root=${spiroot} rootfstype=${spirootfstype} spiboot=echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; bootz ${loadaddr} spibusno=0 spiimgsize=0x362000 spiroot=/dev/mtdblock4 rw spirootfstype=jffs2 spisrcaddr=0xe0000 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@0 stdin=serial@0 stdout=serial@0 usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi usbnet_devaddr=de:ad:be:ef:00:01 vendor=ti ver=U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000) Environment size: 9514/131068 bytes => - 05:29:17 [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' - 05:29:17 [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' => - 05:29:17 [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}' - 05:29:17 [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}' => - 05:29:17 [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}' - 05:29:18 [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}' => - 05:29:18 [INFO] Host: setenv ramboot 'echo Booting from ramdisk ...; run ramargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${rdaddr} ${fdtaddr}' - 05:29:18 [INFO] Target: setenv ramboot 'echo Booting from ramdisk ...; run ramargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${rdaddr} ${fdtaddr}' => - 05:29:18 [INFO] Host: setenv spiboot 'echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr}' - 05:29:18 [INFO] Target: setenv spiboot 'echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr}' => - 05:29:18 [INFO] Host: boot - 05:29:18 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! Kernel image @ 0x82000000 [ 0x000000 - 0x518ec8 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 8cf0b000, end 8cf1f7ee ... OK Working FDT set to 8cf0b000 Starting kernel ... - 05:29:18 [INFO] Host: - 05:30:04 [INFO] Target: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc6 (KernelCI@build-j303935-arm-gcc-12-omap2plus-defconfig-fzwrc) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Sun Sep 1 09:03:54 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x EVM-SK [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 16 MiB at 0x8e800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES1.0 (sgx neon) [ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 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/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,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: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024 [ 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] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 [ 0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000037] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000638] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.002601] Console: colour dummy device 80x30 [ 0.002690] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.002702] This ensures that you still see kernel messages. Please [ 0.002710] update your kernel commandline. [ 0.002764] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144) [ 0.120778] CPU: Testing write buffer coherency: ok [ 0.120878] CPU0: Spectre v2: using BPIALL workaround [ 0.120894] pid_max: default: 32768 minimum: 301 [ 0.121054] LSM: initializing lsm=capability [ 0.121260] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.121292] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.123153] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.125283] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.125662] rcu: Hierarchical SRCU implementation. [ 0.125679] rcu: Max phase no-delay instances is 1000. [ 0.127000] smp: Bringing up secondary CPUs ... [ 0.127058] smp: Brought up 1 node, 1 CPU [ 0.127075] SMP: Total of 1 processors activated (718.02 BogoMIPS). [ 0.127092] CPU: All CPU(s) started in SVC mode. [ 0.127301] Memory: 222604K/260096K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 19712K reserved, 16384K cma-reserved, 0K highmem) [ 0.128216] devtmpfs: initialized [ 0.148745] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.149203] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.149257] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.151270] pinctrl core: initialized pinctrl subsystem [ 0.154430] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.157998] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.158731] audit: initializing netlink subsys (disabled) [ 0.160356] thermal_sys: Registered thermal governor 'fair_share' [ 0.160379] thermal_sys: Registered thermal governor 'step_wise' [ 0.160393] thermal_sys: Registered thermal governor 'user_space' [ 0.160529] audit: type=2000 audit(0.150:1): state=initialized audit_enabled=0 res=1 [ 0.160611] cpuidle: using governor menu [ 0.193404] platform panel: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 0.193824] No ATAGs? [ 0.193840] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.197605] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.215019] iommu: Default domain type: Translated [ 0.215048] iommu: DMA domain TLB invalidation policy: strict mode [ 0.231827] SCSI subsystem initialized [ 0.232884] pps_core: LinuxPPS API ver. 1 registered [ 0.232901] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.232938] PTP clock support registered [ 0.235397] vgaarb: loaded [ 0.235799] clocksource: Switched to clocksource dmtimer [ 0.236549] VFS: Disk quotas dquot_6.6.0 [ 0.236606] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.271186] NET: Registered PF_INET protocol family [ 0.271602] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.272969] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.273018] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.273042] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.273082] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.273159] TCP: Hash tables configured (established 2048 bind 2048) [ 0.273313] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.273353] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.273570] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.287402] RPC: Registered named UNIX socket transport module. [ 0.287435] RPC: Registered udp transport module. [ 0.287445] RPC: Registered tcp transport module. [ 0.287454] RPC: Registered tcp-with-tls transport module. [ 0.287462] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.287495] PCI: CLS 0 bytes, default 64 [ 0.289311] Initialise system trusted keyrings [ 0.290646] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.296477] NFS: Registering the id_resolver key type [ 0.296589] Key type id_resolver registered [ 0.296603] Key type id_legacy registered [ 0.296671] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.297193] Key type asymmetric registered [ 0.297217] Asymmetric key parser 'x509' registered [ 0.297308] io scheduler mq-deadline registered [ 0.297324] io scheduler kyber registered [ 0.297420] io scheduler bfq registered [ 0.316139] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.362047] brd: module loaded [ 0.391462] loop: module loaded [ 0.392705] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.397135] i2c_dev: i2c /dev entries driver [ 0.398334] cpuidle: enable-method property 'ti,am3352' found operations [ 0.398910] sdhci: Secure Digital Host Controller Interface driver [ 0.398924] sdhci: Copyright(c) Pierre Ossman [ 0.399191] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.399593] ledtrig-cpu: registered to indicate activity on CPUs [ 0.400887] Initializing XFRM netlink socket [ 0.401042] NET: Registered PF_INET6 protocol family [ 0.426219] Segment Routing with IPv6 [ 0.426340] In-situ OAM (IOAM) with IPv6 [ 0.426468] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.427629] NET: Registered PF_PACKET protocol family [ 0.427664] NET: Registered PF_KEY protocol family [ 0.427821] Key type dns_resolver registered [ 0.428107] ThumbEE CPU extension supported. [ 0.428137] Registering SWP/SWPB emulation handler [ 0.428694] omap_voltage_late_init: Voltage driver support not added [ 0.429108] SmartReflex Class3 initialized [ 0.476164] Loading compiled-in X.509 certificates [ 0.599182] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins [ 0.599265] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/gpio-keys-s0-pins [ 0.599950] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.606411] ti-sysc 44e31000.target-module: probe with driver ti-sysc failed with error -16 [ 0.679013] ti-sysc 48040000.target-module: probe with driver ti-sysc failed with error -16 [ 0.709757] OMAP GPIO hardware version 0.1 [ 0.760098] 48000000.interconnect:segment@200000:target-module@0:mpu@0:fck: device ID is greater than 24 [ 0.768452] platform panel: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 0.768641] platform 4830e000.lcdc: Fixed dependency cycle(s) with /panel [ 0.857418] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 1.333144] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Qualcomm Atheros AR8031/AR8033 [ 1.333180] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Qualcomm Atheros AR8031/AR8033 [ 1.333813] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 [ 1.333838] cpsw-switch 4a100000.switch: ALE Table size 1024 [ 1.334012] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) [ 1.334035] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec [ 1.334145] cpsw-switch 4a100000.switch: Detected MACID = d4:94:a1:88:15:54 [ 1.334231] cpsw-switch 4a100000.switch: Detected MACID = d4:94:a1:88:15:55 [ 1.338380] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) [ 1.351763] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 1.351821] edma 49000000.dma: TI EDMA DMA engine driver [ 1.399856] target-module@4b000000:target-module@140000:pmu@0:fck: device ID is greater than 24 [ 1.427477] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 1.436513] l3-aon-clkctrl:0000:0: failed to disable [ 1.440151] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 32, base_baud = 3000000) is a 8250 [ 1.440253] printk: legacy console [ttyS0] enabled [ 2.626176] tps65910 0-002d: No interrupt support, no core IRQ [ 2.634037] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.643769] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.652686] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.657817] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.670564] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.679272] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 2.688806] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 2.701325] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.710320] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.715424] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.727334] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.740253] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.749204] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.754307] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.764484] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.797069] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.805990] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.811115] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.819647] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.856279] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA [ 2.879512] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA [ 2.888621] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac [ 2.904288] sdhci-omap 481d8000.mmc: card claims to support voltages below defined range [ 2.939352] mmc0: new high speed SDHC card at address aaaa [ 2.946856] mmcblk0: mmc0:aaaa SH32G 29.7 GiB [ 2.955290] mmcblk0: p1 p2 p3 [ 2.965197] mmc1: new SDIO card at address 0001 [ 2.974277] Qualcomm Atheros AR8031/AR8033 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) [ 7.129164] cpsw-switch 4a100000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.185828] Sending DHCP requests ., OK [ 7.229785] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.170 [ 7.237648] IP-Config: Complete: [ 7.240897] device=eth0, hwaddr=d4:94:a1:88:15:54, ipaddr=192.168.0.170, mask=255.255.255.0, gw=192.168.0.1 [ 7.251198] host=192.168.0.170, domain=ti.com, nis-domain=(none) [ 7.257710] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 7.257727] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 7.271017] clk: Disabling unused clocks [ 7.275206] PM: genpd: Disabling unused power domains [ 7.315918] VFS: Mounted root (nfs filesystem) on device 0:17. [ 7.322778] devtmpfs: mounted [ 7.328159] Freeing unused kernel image (initmem) memory: 1024K [ 7.334918] Run /sbin/init as init process [ 8.156194] systemd[1]: System time before build time, advancing clock. [ 8.252206] systemd[1]: Inserted module 'autofs4' [ 8.351487] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 8.385524] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! [ 8.429305] systemd[1]: Set hostname to . [ 10.972369] systemd[1]: Queued start job for default target Graphical Interface. [ 12.335876] random: crng init done [ 12.339921] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 12.352493] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 12.390619] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. [ 12.429417] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. [ 12.469281] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. [ 12.508857] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [ 12.547156] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. [ 12.586992] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. [ 12.628280] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount [0;1;39mArbitrarys File System Automount Point[0m. [ 12.666741] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. [ 12.706893] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. [ 12.746374] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. [ 12.786253] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. [ 12.826499] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. [ 12.867407] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. [ 12.909639] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. [ 12.949194] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. [ 12.988172] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. [ 13.029506] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. [ 13.073965] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. [ 13.117862] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. [ 13.157620] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 13.199615] systemd[1]: Mounting POSIX Message Queue File System... Mounting [0;1;39mPOSIX Message Queue File System[0m... [ 13.287756] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... [ 13.367561] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... [ 13.470126] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting [0;1;39mCreate list of stodes for the current kernel[0m... [ 13.587297] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... [ 13.657894] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... [ 13.739018] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... [ 13.834410] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 13.927292] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... [ 13.998150] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... [ 14.071564] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... [ 14.177956] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [ 14.293896] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. [ 14.349776] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [ 14.392253] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. [ 14.497042] systemd[1]: Finished Create list of static device nodes for the current kernel. [[0;32m OK [0m] Finished [0;1;39mCreate list of st nodes for the current kernel[0m. [ 14.591062] systemd[1]: modprobe@configfs.service: Succeeded. [ 14.640225] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [ 14.711107] systemd[1]: modprobe@drm.service: Succeeded. [ 14.750064] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [ 14.810509] systemd[1]: modprobe@fuse.service: Succeeded. [ 14.839801] systemd[1]: Finished Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. [ 14.876495] systemd[1]: Finished Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. [ 14.916781] systemd[1]: Finished Remount Root and Kernel File Systems. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. [ 14.960082] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 15.027162] systemd[1]: Mounting Kernel Configuration File System... Mounting [0;1;39mKernel Configuration File System[0m... [ 15.087240] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 15.114380] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.197978] systemd[1]: Starting Load/Save Random Seed... Starting [0;1;39mLoad/Save Random Seed[0m... [ 15.290860] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... [ 15.381887] systemd[1]: Starting Create System Users... Starting [0;1;39mCreate System Users[0m... [ 15.509986] systemd[1]: Mounted Kernel Configuration File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [ 15.760606] systemd[1]: Finished Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. [ 15.798435] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 15.882888] systemd[1]: Finished Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [ 16.077262] systemd[1]: Finished Create System Users. [[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. [ 16.158174] systemd[1]: Starting Create Static Device Nodes in /dev... Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [ 16.208064] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. Starting [0;1;39mFlush Journal to Persistent Storage[0m... [ 16.719057] systemd-journald[83]: Received client request to flush runtime journal. [ 16.780424] systemd-journald[83]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mRule-based Managefor Device Events and Files[0m... [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. Starting [0;1;39mNetwork Service[0m... [ 20.670553] input: gpio_buttons0 as /devices/platform/gpio_buttons0/input/input0 [[0m[0;31m* [0m] (1 of 3) A start job is running forersistent Storage (10s / 1min 35s) [ 21.413589] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 21.446721] usbcore: registered new interface driver usbfs [ 21.452395] usbcore: registered new interface driver hub [ 21.458081] usbcore: registered new device driver usb [ 21.523935] remoteproc remoteproc0: wkup_m3 is available M [K[[0;1;31m*[0m[0;31m* [0m] (1 of 3) A start job is running forersistent Storage (10s / 1min 35s) [ 21.748399] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 21.764906] musb-hdrc musb-hdrc.0: MUSB HDRC host driver [ 21.770579] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1 [ 21.941850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 21.950444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 21.957798] usb usb1: Product: MUSB HDRC host driver [ 21.962798] usb usb1: Manufacturer: Linux 6.11.0-rc6 musb-hcd [ 21.968616] usb usb1: SerialNumber: musb-hdrc.0 [ 22.136634] hub 1-0:1.0: USB hub found [ 22.191847] hub 1-0:1.0: 1 port detected [ 22.253119] musb-hdrc musb-hdrc.1: MUSB HDRC host driver [ 22.258986] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2 M [K[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS0[0m. [K[ 22.423324] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 22.432057] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.439420] usb usb2: Product: MUSB HDRC host driver [ 22.444421] usb usb2: Manufacturer: Linux 6.11.0-rc6 musb-hcd [ 22.450239] usb usb2: SerialNumber: musb-hdrc.1 [ 22.602155] hub 2-0:1.0: USB hub found [ 22.667963] hub 2-0:1.0: 1 port detected [ 22.818086] st-accel-i2c 0-0018: supply vdd not found, using dummy regulator [ 22.936841] iio iio:device0: lis3lv02dl_accel: WhoAmI mismatch (0x32). [ 22.943497] st-accel-i2c 0-0018: mounting matrix not found: using identity... [ 22.982329] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.029201] omap_rtc 44e3e000.rtc: registered as rtc0 [ 23.034439] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 23.046449] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.151451] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.236104] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 23.319212] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.468533] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.598023] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.751711] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.878967] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 23.936474] usb 2-1: new high-speed USB device number 2 using musb-hdrc [ 23.968694] remoteproc remoteproc0: powering up wkup_m3 [ 24.054683] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2 [ 24.064508] remoteproc remoteproc0: request_firmware failed: -2 [ 24.070574] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed [ 24.224547] usb 2-1: New USB device found, idVendor=0718, idProduct=063d, bcdDevice= 1.00 [ 24.233076] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 24.240335] usb 2-1: Product: Nano Pro [ 24.244116] usb 2-1: Manufacturer: Imation [ 24.248277] usb 2-1: SerialNumber: 07034AFAAFEC7707 [[0;31m*[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running forersistent Storage (13s / 1min 35s) M [K[[0;32m OK [0m] Started [0;1;39mNetwork Service[0m. [K[ 24.694873] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 25.176282] ------------[ cut here ]------------ [ 25.180998] WARNING: CPU: 0 PID: 106 at drivers/gpu/drm/drm_atomic_state_helper.c:174 drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 25.195069] Modules linked in: tilcdc(+) drm_dma_helper omap_rng pwm_tiecap drm_kms_helper rng_core omap_mailbox snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x snd_soc_ti_sdma omap_wdt snd_soc_core rtc_omap wkup_m3_ipc watchdog snd_pcm_dmaengine st_accel_i2c snd_pcm st_sensors_i2c st_accel st_sensors snd_timer industrialio_triggered_buffer kfifo_buf snd industrialio soundcore ti_am335x_tscadc musb_dsps musb_hdrc wkup_m3_rproc udc_core phy_am335x usbcore phy_am335x_control phy_generic usb_common cppi41 leds_gpio led_class gpio_keys cpufreq_dt pwm_bl drm drm_panel_orientation_quirks ip_tables x_tables autofs4 [ 25.254163] CPU: 0 UID: 0 PID: 106 Comm: systemd-udevd Not tainted 6.11.0-rc6 #1 [ 25.261620] Hardware name: Generic AM33XX (Flattened Device Tree) [ 25.267749] Call trace: [ 25.267769] unwind_backtrace from show_stack+0x10/0x14 [ 25.275597] show_stack from dump_stack_lvl+0x68/0x74 [ 25.280694] dump_stack_lvl from __warn+0x70/0x124 [ 25.285537] __warn from warn_slowpath_fmt+0x134/0x1bc [ 25.290725] warn_slowpath_fmt from drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 25.300114] drm_atomic_helper_crtc_duplicate_state [drm_kms_helper] from drm_atomic_get_crtc_state+0x68/0x104 [drm] [ 25.311190] drm_atomic_get_crtc_state [drm] from drm_atomic_helper_disable_all+0x90/0x1cc [drm_kms_helper] [ 25.321214] drm_atomic_helper_disable_all [drm_kms_helper] from drm_atomic_helper_shutdown+0x90/0x148 [drm_kms_helper] [ 25.332150] drm_atomic_helper_shutdown [drm_kms_helper] from tilcdc_fini+0x50/0xc8 [tilcdc] [ 25.340762] tilcdc_fini [tilcdc] from tilcdc_init.constprop.0+0x1b4/0x618 [tilcdc] [ 25.348513] tilcdc_init.constprop.0 [tilcdc] from tilcdc_pdev_probe+0x50/0xa8 [tilcdc] [ 25.356609] tilcdc_pdev_probe [tilcdc] from platform_probe+0x58/0xb0 [ 25.363140] platform_probe from really_probe+0xc4/0x2d0 [ 25.368504] really_probe from __driver_probe_device+0x84/0x1a0 [ 25.374474] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 25.381055] driver_probe_device from __driver_attach+0x90/0x170 [ 25.387113] __driver_attach from bus_for_each_dev+0x7c/0xd0 [ 25.392821] bus_for_each_dev from bus_add_driver+0xc4/0x1ec [ 25.398528] bus_add_driver from driver_register+0x7c/0x114 [ 25.404150] driver_register from do_one_initcall+0x58/0x26c [ 25.409865] do_one_initcall from do_init_module+0x50/0x1f8 [ 25.415491] do_init_module from init_module_from_file+0x94/0xd4 [ 25.421546] init_module_from_file from sys_finit_module+0x190/0x2f8 [ 25.427949] sys_finit_module from __sys_trace_return+0x0/0x10 [ 25.433827] Exception stack(0xd0459fa8 to 0xd0459ff0) [ 25.438917] 9fa0: b6f2f708 00000000 00000010 b6f2e504 00000000 b6f2f27c [ 25.447144] 9fc0: b6f2f708 00000000 f5cd4c00 0000017b 004f5890 004b94cf 00518190 0050ff40 [ 25.455366] 9fe0: bee616d8 bee616c8 b6f28d49 b6e11932 [ 25.460700] ---[ end trace 0000000000000000 ]--- [ 25.465400] tilcdc 4830e000.lcdc: [drm] *ERROR* Disabling all crtc's during unload failed with -12 [ 26.789633] ------------[ cut here ]------------ [ 26.794335] WARNING: CPU: 0 PID: 54 at drivers/gpu/drm/drm_atomic_state_helper.c:174 drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 26.808284] Modules linked in: ti_emif_sram wlcore_sdio tilcdc drm_dma_helper omap_rng pwm_tiecap drm_kms_helper rng_core omap_mailbox snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x snd_soc_ti_sdma omap_wdt snd_soc_core rtc_omap wkup_m3_ipc watchdog snd_pcm_dmaengine st_accel_i2c snd_pcm st_sensors_i2c st_accel st_sensors snd_timer industrialio_triggered_buffer kfifo_buf snd industrialio soundcore ti_am335x_tscadc musb_dsps musb_hdrc wkup_m3_rproc udc_core phy_am335x usbcore phy_am335x_control phy_generic usb_common cppi41 leds_gpio led_class gpio_keys cpufreq_dt pwm_bl drm drm_panel_orientation_quirks ip_tables x_tables autofs4 [ 26.869228] CPU: 0 UID: 0 PID: 54 Comm: kworker/u4:5 Tainted: G W 6.11.0-rc6 #1 [ 26.877995] Tainted: [W]=WARN [ 26.880979] Hardware name: Generic AM33XX (Flattened Device Tree) [ 26.887110] Workqueue: events_unbound deferred_probe_work_func [ 26.893011] Call trace: [ 26.893031] unwind_backtrace from show_stack+0x10/0x14 [ 26.900847] show_stack from dump_stack_lvl+0x68/0x74 [ 26.905943] dump_stack_lvl from __warn+0x70/0x124 [ 26.910786] __warn from warn_slowpath_fmt+0x134/0x1bc [ 26.915974] warn_slowpath_fmt from drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 26.925335] drm_atomic_helper_crtc_duplicate_state [drm_kms_helper] from drm_atomic_get_crtc_state+0x68/0x104 [drm] [ 26.936408] drm_atomic_get_crtc_state [drm] from drm_atomic_helper_disable_all+0x90/0x1cc [drm_kms_helper] [ 26.946439] drm_atomic_helper_disable_all [drm_kms_helper] from drm_atomic_helper_shutdown+0x90/0x148 [drm_kms_helper] [ 26.957372] drm_atomic_helper_shutdown [drm_kms_helper] from tilcdc_fini+0x50/0xc8 [tilcdc] [ 26.965930] tilcdc_fini [tilcdc] from tilcdc_init.constprop.0+0x1b4/0x618 [tilcdc] [ 26.973656] tilcdc_init.constprop.0 [tilcdc] from tilcdc_pdev_probe+0x50/0xa8 [tilcdc] [ 26.981728] tilcdc_pdev_probe [tilcdc] from platform_probe+0x58/0xb0 [ 26.988243] platform_probe from really_probe+0xc4/0x2d0 [ 26.993607] really_probe from __driver_probe_device+0x84/0x1a0 [ 26.999577] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 27.006159] driver_probe_device from __device_attach_driver+0x94/0x104 [ 27.012828] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 27.019147] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 27.024941] __device_attach from bus_probe_device+0x88/0x8c [ 27.030648] bus_probe_device from deferred_probe_work_func+0x74/0xa0 [ 27.037141] deferred_probe_work_func from process_one_work+0x178/0x3c4 [ 27.043809] process_one_work from worker_thread+0x270/0x44c [ 27.049508] worker_thread from kthread+0xdc/0xfc [ 27.054264] kthread from ret_from_fork+0x14/0x20 [ 27.059011] Exception stack(0xd03cdfb0 to 0xd03cdff8) [ 27.064099] dfa0: 00000000 00000000 00000000 00000000 [ 27.072323] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 27.080546] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 27.087380] ---[ end trace 0000000000000000 ]--- [ 27.092071] tilcdc 4830e000.lcdc: [drm] *ERROR* Disabling all crtc's during unload failed with -12 [ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Flush Joersistent Storage (16s / 1min 35s) M [K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Flush Joersistent Storage (16s / 1min 35s) [ 27.980512] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 28.006212] PM: Cannot get wkup_m3_ipc handle [ 28.056337] omap-sham 53100000.sham: will run requests pump with realtime priority [ 28.111477] panel-simple panel: supply power not found, using dummy regulator [ 28.186900] PM: Cannot get wkup_m3_ipc handle [ 28.328274] [drm] Initialized tilcdc 1.0.0 for 4830e000.lcdc on minor 0 [ 28.414008] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 28.414679] Console: switching to colour frame buffer device 60x34 [ 28.416126] omap-aes 53500000.aes: will run requests pump with realtime priority [ 28.619612] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device M [K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is run[ 28.717648] PM: Cannot get wkup_m3_ipc handle ning for Flush Joersistent Storage (17s / 1min 35s) M [K[ [0;31m*[0;1;31m*[0m] A start job is running for Flush Joersistent Storage (18s / 1min 35s) M [K[ [0;31m*[0m] A start job is running for Flush Joersistent Storage (19s / 1min 35s) M [K[ [0;31m*[0;1;31m*[0m] A start job is running for Flush Joersistent Storage (19s / 1min 35s) M [K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Flush Joersistent Storage (19s / 1min 35s) [ 31.419100] TI-am335x-tsc TI-am335x-tsc.0.auto: ti,charge-delay not specified [ 31.427369] input: ti-tsc as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input1 [ 31.562020] PM: Cannot get wkup_m3_ipc handle M [K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Flush Joersistent Storage (20s / 1min 35s) M [K[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m. [K[[0;32m OK [0m] Created slice [0;1;39msystem-systemd\x2dbacklight.slice[0m. Starting [0;1;39mLoad/Save Screen ness of backlight:backlight[0m... [ 32.824090] usb-storage 2-1:1.0: USB Mass Storage device detected [ 32.918503] mousedev: PS/2 mouse device common for all mice [ 32.974701] scsi host0: usb-storage 2-1:1.0 [ 33.008696] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 33.026649] usbcore: registered new interface driver usb-storage [ 33.033361] PM: Cannot get wkup_m3_ipc handle [[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. [[0;32m OK [0m] Finished [0;1;39mLoad/Save Screen htness of backlight:backlight[0m. [ 33.688906] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 33.718574] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 33.726777] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 33.735664] cfg80211: failed to load regulatory.db [ 34.136891] scsi 0:0:0:0: Direct-Access Imation Nano Pro PMAP PQ: 0 ANSI: 4 [ 34.194995] sd 0:0:0:0: [sda] 8256 512-byte logical blocks: (4.23 MB/4.03 MiB) [ 34.216224] sd 0:0:0:0: [sda] Write Protect is on [ 34.226257] sd 0:0:0:0: [sda] No Caching mode page found [ 34.231657] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 34.262320] sda: detected capacity change from 8256 to 0 [ 34.296432] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 34.304573] PM: Cannot get wkup_m3_ipc handle [ 34.496515] wl12xx_driver wl12xx.2.auto: Direct firmware load for ti-connectivity/wl127x-nvs.bin failed with error -2 [ 34.507926] PM: Cannot get wkup_m3_ipc handle [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... [[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. Starting [0;1;39mNetwork Name Resolution[0m... Starting [0;1;39mNetwork Time Synchronization[0m... Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m... [ 35.910092] wlcore: loaded [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. [[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Time Synchronized[0m. [[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m. [[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m. [[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onliata Check for All Filesystems[0m. [[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m. [[0;32m OK [0m] Reached target [0;1;39mTimers[0m. [[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m. [[0;32m OK [0m] Reached target [0;1;39mSockets[0m. [[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. [[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. Starting [0;1;39mRemove Stale Onlit4 Metadata Check Snapshots[0m... Starting [0;1;39mUser Login Management[0m... [[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m. [[0;32m OK [0m] Reached target [0;1;39mNetwork[0m. [[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m. Starting [0;1;39mPermit User Sessions[0m... [[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m. [[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. [[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS0[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. [[0;32m OK [0m] Finished [0;1;39mRemove Stale Onliext4 Metadata Check Snapshots[0m. [[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. Starting [0;1;39mUpdate UTMP about System Runlevel Changes[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Runlevel Changes[0m. Debian GNU/Linux 11 debian-bullsdebian-bullseye-armhf login: root (automatic login) Linux debian-bullseye-armhf 6.11.0-rc6 #1 SMP Sun Sep 1 09:03:54 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: Mon Sep 2 10:17:39 UTC 2024 on ttyS0 / # - 05:30:04 [INFO] Sleeping 15 secs to allow systemd to finish starting processes... - 05:30:19 [INFO] Disconnected serial from am335x-sk - 05:30:19 [INFO] Connected to am335x-sk via serial - 05:30:19 [INFO] Host: uname -a - 05:30:20 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc6 #1 SMP Sun Sep 1 09:03:54 UTC 2024 armv7l GNU/Linux / # - 05:30:20 [INFO] Host: cat /proc/cmdline - 05:30:20 [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/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 0 / # - 05:30:20 [INFO] Host: uname -a - 05:30:20 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc6 #1 SMP Sun Sep 1 09:03:54 UTC 2024 armv7l GNU/Linux / # - 05:30:20 [INFO] Host: cat /proc/mtd - 05:30:20 [INFO] Target: cat /proc/mtd dev: size erasesize name / # - 05:30:20 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved - 05:30:22 [INFO] Target: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved / # - 05:30:22 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc - 05:30:22 [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 / # - 05:30:22 [INFO] Host: cat /proc/diskstats - 05:30:22 [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 mmcblk0 123 0 7450 3474 0 0 0 0 0 0 3474 0 0 0 0 0 0 179 1 mmcblk0p1 29 0 2080 1007 0 0 0 0 0 0 1007 0 0 0 0 0 0 179 2 mmcblk0p2 29 0 2098 841 0 0 0 0 0 0 841 0 0 0 0 0 0 179 3 mmcblk0p3 28 0 2080 1272 0 0 0 0 0 0 1272 0 0 0 0 0 0 8 0 sda 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 / # - 05:30:22 [INFO] Host: cat /proc/interrupts - 05:30:23 [INFO] Target: cat /proc/interrupts CPU0 16: 6474 INTC 68 Level clockevent 17: 0 INTC 96 Level 44e07000.gpio 23: 0 INTC 98 Level 4804c000.gpio 24: 0 INTC 32 Level 481ac000.gpio 25: 0 INTC 62 Level 481ae000.gpio 26: 25054 INTC 41 Level 4a100000.switch 27: 37939 INTC 42 Level 4a100000.switch 28: 17 INTC 43 Level 4a100000.switch 29: 174 INTC 12 Level 49000000.dma_ccint 30: 1 INTC 14 Level 49000000.dma_ccerrint 31: 0 INTC 3 Level arm-pmu 32: 437 INTC 72 Level 44e09000.serial 33: 379 INTC 70 Level 44e0b000.i2c 34: 438 INTC 64 Level mmc0 35: 360 INTC 28 Level mmc1 36: 0 44e07000.gpio 6 Edge 48060000.mmc cd 37: 0 481ac000.gpio 3 Edge button0 38: 0 481ac000.gpio 2 Edge button1 39: 0 44e07000.gpio 30 Edge button2 40: 0 481ac000.gpio 5 Edge button3 41: 110 INTC 17 Level 47400000.dma-controller 42: 0 INTC 18 Level musb-hdrc.0 43: 54 INTC 19 Level musb-hdrc.1 44: 0 INTC 16 Level TI-am335x-tsc 45: 0 INTC 75 Level rtc0 46: 0 INTC 76 Level rtc0 47: 0 INTC 78 Level wkup_m3_txev 48: 0 INTC 83 Level 4803c000.mcasp_rx 49: 0 INTC 82 Level 4803c000.mcasp_tx 50: 0 INTC 77 Level mbox-wkup-m3 51: 0 INTC 111 Level 48310000.rng 52: 0 44e07000.gpio 31 Edge wl12xx 53: 0 INTC 109 Level 53100000.sham 54: 1894 INTC 36 Level tilcdc Err: 0 / # - 05:30:23 [INFO] Host: cat /proc/softirqs - 05:30:23 [INFO] Target: cat /proc/softirqs CPU0 HI: 4 TIMER: 3662 NET_TX: 3 NET_RX: 53160 BLOCK: 0 IRQ_POLL: 0 TASKLET: 212 SCHED: 0 HRTIMER: 0 RCU: 6872 / # - 05:30:23 [INFO] Host: ls -lR /run/media/mmcblk0p1 - 05:30:23 [INFO] Target: ls -lR /run/media/mmcblk0p1 ls: cannot access '/run/media/mmcblk0p1': No such file or directory / # - 05:30:23 [INFO] Host: lsmod - 05:30:24 [INFO] Target: lsmod Module Size Used by wl12xx 61440 0 wlcore 184320 1 wl12xx mac80211 790528 2 wlcore,wl12xx libarc4 12288 1 mac80211 sha256_generic 12288 0 libsha256 12288 1 sha256_generic sha256_arm 20480 0 joydev 16384 0 mousedev 16384 0 cfg80211 770048 2 wlcore,mac80211 usb_storage 53248 0 ti_am335x_tsc 12288 0 evdev 20480 0 snd_soc_simple_card 16384 0 snd_soc_simple_card_utils 20480 1 snd_soc_simple_card omap_aes_driver 24576 0 omap_crypto 12288 1 omap_aes_driver panel_simple 73728 0 libaes 12288 1 omap_aes_driver pm33xx 12288 0 omap_sham 28672 0 crypto_engine 12288 2 omap_aes_driver,omap_sham ti_emif_sram 12288 1 pm33xx wlcore_sdio 12288 0 tilcdc 32768 0 drm_dma_helper 16384 2 tilcdc omap_rng 12288 0 pwm_tiecap 12288 1 drm_kms_helper 126976 2 drm_dma_helper,tilcdc rng_core 16384 1 omap_rng omap_mailbox 12288 1 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_tlv320aic3x_i2c 12288 1 snd_soc_tlv320aic3x 49152 1 snd_soc_tlv320aic3x_i2c snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp omap_wdt 12288 0 snd_soc_core 184320 7 snd_soc_davinci_mcasp,snd_soc_simple_card_utils,snd_soc_ti_sdma,snd_soc_ti_edma,snd_soc_tlv320aic3x,snd_soc_ti_udma,snd_soc_simple_card rtc_omap 16384 2 pm33xx wkup_m3_ipc 12288 1 pm33xx watchdog 24576 1 omap_wdt snd_pcm_dmaengine 12288 1 snd_soc_core st_accel_i2c 16384 0 snd_pcm 114688 5 snd_soc_davinci_mcasp,snd_pcm_dmaengine,snd_soc_simple_card_utils,snd_soc_core,snd_soc_tlv320aic3x st_sensors_i2c 12288 1 st_accel_i2c st_accel 16384 1 st_accel_i2c st_sensors 16384 2 st_accel_i2c,st_accel snd_timer 32768 1 snd_pcm industrialio_triggered_buffer 12288 1 st_accel kfifo_buf 12288 1 industrialio_triggered_buffer snd 65536 3 snd_timer,snd_soc_core,snd_pcm industrialio 69632 5 st_sensors,st_accel_i2c,st_accel,industrialio_triggered_buffer,kfifo_buf soundcore 12288 1 snd ti_am335x_tscadc 12288 1 ti_am335x_tsc musb_dsps 16384 0 musb_hdrc 126976 1 musb_dsps wkup_m3_rproc 12288 1 udc_core 45056 1 musb_hdrc phy_am335x 12288 2 usbcore 208896 2 usb_storage,musb_hdrc phy_am335x_control 12288 1 phy_am335x phy_generic 12288 1 phy_am335x usb_common 12288 5 phy_am335x,udc_core,musb_hdrc,musb_dsps,usbcore cppi41 16384 60 leds_gpio 12288 0 led_class 12288 1 leds_gpio gpio_keys 16384 0 cpufreq_dt 12288 0 pwm_bl 16384 0 drm 425984 5 drm_dma_helper,panel_simple,tilcdc,drm_kms_helper drm_panel_orientation_quirks 12288 1 drm ip_tables 20480 0 x_tables 24576 1 ip_tables autofs4 32768 2 / # - 05:30:24 [INFO] Host: export IPERFHOST=192.168.0.1 - 05:30:24 [INFO] Target: export IPERFHOST=192.168.0.1 / # - 05:30:24 [INFO] Host: export NFS_SERVER=192.168.0.1 - 05:30:24 [INFO] Target: export NFS_SERVER=192.168.0.1 / # - 05:30:24 [INFO] Host: export NFS_ROOT_PATH=/opt/NFS_exports/linux/am335x-sk - 05:30:24 [INFO] Target: export NFS_ROOT_PATH=/opt/NFS_exports/linux/am335x-sk / # - 05:30:24 [INFO] Host: export AP_SSID= - 05:30:24 [INFO] Target: export AP_SSID= / # - 05:30:24 [INFO] Host: mkdir -p -m 777 /test - 05:30:25 [INFO] Target: mkdir -p -m 777 /test / # - 05:30:25 [INFO] Host: cd /test - 05:30:25 [INFO] Target: cd /test /test # - 05:30:25 [INFO] Host: cat > test.sh << EOF - 05:30:25 [INFO] Target: cat > test.sh << EOF > - 05:30:25 [INFO] Host: failtest() { - 05:30:25 [INFO] Target: failtest() { > - 05:30:25 [INFO] Host: echo 1 >&3 - 05:30:25 [INFO] Target: echo 1 >&3 > - 05:30:25 [INFO] Host: } - 05:30:26 [INFO] Target: } > - 05:30:26 [INFO] Host: timeout=20 - 05:30:26 [INFO] Target: timeout=20 > - 05:30:26 [INFO] Host: - 05:30:26 [INFO] Target: > - 05:30:26 [INFO] Host: # Start of user's script logic - 05:30:26 [INFO] Target: # Start of user's script logic > - 05:30:26 [INFO] Host: dmesg - 05:30:26 [INFO] Target: dmesg > - 05:30:26 [INFO] Host: EOF - 05:30:27 [INFO] Target: EOF /test # - 05:30:27 [INFO] Host: cd /test - 05:30:27 [INFO] Target: cd /test /test # - 05:30:27 [INFO] Host: chmod +x test.sh - 05:30:27 [INFO] Target: chmod +x test.sh /test # - 05:30:27 [INFO] Host: ./test.sh 2>&1 3> result.log - 05:30:33 [INFO] Target: ./test.sh 2>&1 3> result.log [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc6 (KernelCI@build-j303935-arm-gcc-12-omap2plus-defconfig-fzwrc) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Sun Sep 1 09:03:54 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x EVM-SK [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 16 MiB at 0x8e800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES1.0 (sgx neon) [ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 u69632 [ 0.000000] pcpu-alloc: s39884 r8192 d21556 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/am335x-sk/autofs/29d150f62ef8c1505ae043eeb678acc5,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: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024 [ 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] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 [ 0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000037] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000638] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.002601] Console: colour dummy device 80x30 [ 0.002690] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.002702] This ensures that you still see kernel messages. Please [ 0.002710] update your kernel commandline. [ 0.002764] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144) [ 0.120778] CPU: Testing write buffer coherency: ok [ 0.120878] CPU0: Spectre v2: using BPIALL workaround [ 0.120894] pid_max: default: 32768 minimum: 301 [ 0.121054] LSM: initializing lsm=capability [ 0.121260] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.121292] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.123153] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.125283] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.125662] rcu: Hierarchical SRCU implementation. [ 0.125679] rcu: Max phase no-delay instances is 1000. [ 0.127000] smp: Bringing up secondary CPUs ... [ 0.127058] smp: Brought up 1 node, 1 CPU [ 0.127075] SMP: Total of 1 processors activated (718.02 BogoMIPS). [ 0.127092] CPU: All CPU(s) started in SVC mode. [ 0.127301] Memory: 222604K/260096K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 19712K reserved, 16384K cma-reserved, 0K highmem) [ 0.128216] devtmpfs: initialized [ 0.148745] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.149203] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.149257] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.151270] pinctrl core: initialized pinctrl subsystem [ 0.154430] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.157998] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.158731] audit: initializing netlink subsys (disabled) [ 0.160356] thermal_sys: Registered thermal governor 'fair_share' [ 0.160379] thermal_sys: Registered thermal governor 'step_wise' [ 0.160393] thermal_sys: Registered thermal governor 'user_space' [ 0.160529] audit: type=2000 audit(0.150:1): state=initialized audit_enabled=0 res=1 [ 0.160611] cpuidle: using governor menu [ 0.193404] platform panel: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 0.193824] No ATAGs? [ 0.193840] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.197605] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.215019] iommu: Default domain type: Translated [ 0.215048] iommu: DMA domain TLB invalidation policy: strict mode [ 0.216838] reg-fixed-voltage fixedregulator0: using DT '/fixedregulator0' for '(default)' GPIO lookup [ 0.216904] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator0[0]' [ 0.216941] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator0[0]' [ 0.216965] reg-fixed-voltage fixedregulator0: using lookup tables for GPIO lookup [ 0.216979] reg-fixed-voltage fixedregulator0: No GPIO consumer (default) found [ 0.217589] reg-fixed-voltage fixedregulator1: using DT '/fixedregulator1' for '(default)' GPIO lookup [ 0.217631] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator1[0]' [ 0.217662] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator1[0]' [ 0.217683] reg-fixed-voltage fixedregulator1: using lookup tables for GPIO lookup [ 0.217695] reg-fixed-voltage fixedregulator1: No GPIO consumer (default) found [ 0.218258] reg-fixed-voltage fixedregulator-v1_8d: using DT '/fixedregulator-v1_8d' for '(default)' GPIO lookup [ 0.218293] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-v1_8d[0]' [ 0.218324] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-v1_8d[0]' [ 0.218345] reg-fixed-voltage fixedregulator-v1_8d: using lookup tables for GPIO lookup [ 0.218358] reg-fixed-voltage fixedregulator-v1_8d: No GPIO consumer (default) found [ 0.218966] reg-fixed-voltage fixedregulator-v3_3d: using DT '/fixedregulator-v3_3d' for '(default)' GPIO lookup [ 0.219007] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-v3_3d[0]' [ 0.219036] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-v3_3d[0]' [ 0.219057] reg-fixed-voltage fixedregulator-v3_3d: using lookup tables for GPIO lookup [ 0.219071] reg-fixed-voltage fixedregulator-v3_3d: No GPIO consumer (default) found [ 0.231827] SCSI subsystem initialized [ 0.232392] libata version 3.00 loaded. [ 0.232884] pps_core: LinuxPPS API ver. 1 registered [ 0.232901] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.232938] PTP clock support registered [ 0.235397] vgaarb: loaded [ 0.235799] clocksource: Switched to clocksource dmtimer [ 0.236549] VFS: Disk quotas dquot_6.6.0 [ 0.236606] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.271186] NET: Registered PF_INET protocol family [ 0.271602] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.272969] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.273018] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.273042] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.273082] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.273159] TCP: Hash tables configured (established 2048 bind 2048) [ 0.273313] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.273353] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.273570] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.287402] RPC: Registered named UNIX socket transport module. [ 0.287435] RPC: Registered udp transport module. [ 0.287445] RPC: Registered tcp transport module. [ 0.287454] RPC: Registered tcp-with-tls transport module. [ 0.287462] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.287495] PCI: CLS 0 bytes, default 64 [ 0.289311] Initialise system trusted keyrings [ 0.290646] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.296477] NFS: Registering the id_resolver key type [ 0.296589] Key type id_resolver registered [ 0.296603] Key type id_legacy registered [ 0.296671] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.297193] Key type asymmetric registered [ 0.297217] Asymmetric key parser 'x509' registered [ 0.297308] io scheduler mq-deadline registered [ 0.297324] io scheduler kyber registered [ 0.297420] io scheduler bfq registered [ 0.316139] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.362047] brd: module loaded [ 0.391462] loop: module loaded [ 0.392705] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.394926] mdio_bus fixed-0: using lookup tables for GPIO lookup [ 0.394964] mdio_bus fixed-0: No GPIO consumer reset found [ 0.397135] i2c_dev: i2c /dev entries driver [ 0.398334] cpuidle: enable-method property 'ti,am3352' found operations [ 0.398910] sdhci: Secure Digital Host Controller Interface driver [ 0.398924] sdhci: Copyright(c) Pierre Ossman [ 0.399191] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.399593] ledtrig-cpu: registered to indicate activity on CPUs [ 0.400887] Initializing XFRM netlink socket [ 0.401042] NET: Registered PF_INET6 protocol family [ 0.426219] Segment Routing with IPv6 [ 0.426340] In-situ OAM (IOAM) with IPv6 [ 0.426468] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.427629] NET: Registered PF_PACKET protocol family [ 0.427664] NET: Registered PF_KEY protocol family [ 0.427821] Key type dns_resolver registered [ 0.428107] ThumbEE CPU extension supported. [ 0.428137] Registering SWP/SWPB emulation handler [ 0.428694] omap_voltage_late_init: Voltage driver support not added [ 0.429108] SmartReflex Class3 initialized [ 0.476164] Loading compiled-in X.509 certificates [ 0.539959] gpiochip_find_base_unlocked: found new base at 512 [ 0.599182] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins [ 0.599265] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/gpio-keys-s0-pins [ 0.599950] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.606411] ti-sysc 44e31000.target-module: probe with driver ti-sysc failed with error -16 [ 0.679013] ti-sysc 48040000.target-module: probe with driver ti-sysc failed with error -16 [ 0.692372] gpiochip_find_base_unlocked: found new base at 512 [ 0.692487] gpio gpiochip0: (gpio-0-31): created GPIO range 0->7 ==> 44e10800.pinmux PIN 0->7 [ 0.692515] gpio gpiochip0: (gpio-0-31): created GPIO range 8->11 ==> 44e10800.pinmux PIN 90->93 [ 0.692537] gpio gpiochip0: (gpio-0-31): created GPIO range 12->27 ==> 44e10800.pinmux PIN 12->27 [ 0.692559] gpio gpiochip0: (gpio-0-31): created GPIO range 28->31 ==> 44e10800.pinmux PIN 30->33 [ 0.709455] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0) [ 0.709654] gpio gpiochip0: registered GPIOs 512 to 543 on gpio-0-31 [ 0.709757] OMAP GPIO hardware version 0.1 [ 0.726449] gpiochip_find_base_unlocked: found new base at 544 [ 0.726572] gpio gpiochip1: (gpio-32-63): created GPIO range 0->17 ==> 44e10800.pinmux PIN 34->51 [ 0.726606] gpio gpiochip1: (gpio-32-63): created GPIO range 18->21 ==> 44e10800.pinmux PIN 77->80 [ 0.726628] gpio gpiochip1: (gpio-32-63): created GPIO range 22->31 ==> 44e10800.pinmux PIN 56->65 [ 0.748137] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1) [ 0.748343] gpio gpiochip1: registered GPIOs 544 to 575 on gpio-32-63 [ 0.750979] gpiochip_find_base_unlocked: found new base at 576 [ 0.751090] gpio gpiochip2: (gpio-64-95): created GPIO range 0->4 ==> 44e10800.pinmux PIN 66->70 [ 0.751119] gpio gpiochip2: (gpio-64-95): created GPIO range 5->6 ==> 44e10800.pinmux PIN 98->99 [ 0.751141] gpio gpiochip2: (gpio-64-95): created GPIO range 7->8 ==> 44e10800.pinmux PIN 75->76 [ 0.751162] gpio gpiochip2: (gpio-64-95): created GPIO range 13->13 ==> 44e10800.pinmux PIN 141->141 [ 0.751185] gpio gpiochip2: (gpio-64-95): created GPIO range 14->21 ==> 44e10800.pinmux PIN 100->107 [ 0.752478] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2) [ 0.752673] gpio gpiochip2: registered GPIOs 576 to 607 on gpio-64-95 [ 0.760098] 48000000.interconnect:segment@200000:target-module@0:mpu@0:fck: device ID is greater than 24 [ 0.768452] platform panel: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 0.768641] platform 4830e000.lcdc: Fixed dependency cycle(s) with /panel [ 0.780439] mdio_bus 4a101000.mdio: using DT '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000' for 'reset' GPIO lookup [ 0.780537] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000[0]' [ 0.780594] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000[0]' [ 0.780651] mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup [ 0.780665] mdio_bus 4a101000.mdio: No GPIO consumer reset found [ 0.857418] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 0.881956] mdio_bus 4a101000.mdio:00: using DT '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@0' for 'reset' GPIO lookup [ 0.882050] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@0[0]' [ 0.882119] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@0[0]' [ 0.882178] mdio_bus 4a101000.mdio:00: using lookup tables for GPIO lookup [ 0.882193] mdio_bus 4a101000.mdio:00: No GPIO consumer reset found [ 1.244926] mdio_bus 4a101000.mdio:01: using DT '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@1' for 'reset' GPIO lookup [ 1.245027] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@1[0]' [ 1.245096] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@1[0]' [ 1.245155] mdio_bus 4a101000.mdio:01: using lookup tables for GPIO lookup [ 1.245169] mdio_bus 4a101000.mdio:01: No GPIO consumer reset found [ 1.333144] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Qualcomm Atheros AR8031/AR8033 [ 1.333180] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Qualcomm Atheros AR8031/AR8033 [ 1.333813] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 [ 1.333838] cpsw-switch 4a100000.switch: ALE Table size 1024 [ 1.334012] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) [ 1.334035] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec [ 1.334145] cpsw-switch 4a100000.switch: Detected MACID = d4:94:a1:88:15:54 [ 1.334231] cpsw-switch 4a100000.switch: Detected MACID = d4:94:a1:88:15:55 [ 1.338380] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) [ 1.351763] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 1.351821] edma 49000000.dma: TI EDMA DMA engine driver [ 1.399856] target-module@4b000000:target-module@140000:pmu@0:fck: device ID is greater than 24 [ 1.427477] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 1.429139] gpiochip_find_base_unlocked: found new base at 608 [ 1.429260] gpio gpiochip3: (gpio-96-127): created GPIO range 0->7 ==> 44e10800.pinmux PIN 82->89 [ 1.429293] gpio gpiochip3: (gpio-96-127): created GPIO range 8->11 ==> 44e10800.pinmux PIN 52->55 [ 1.429316] gpio gpiochip3: (gpio-96-127): created GPIO range 12->15 ==> 44e10800.pinmux PIN 94->97 [ 1.429337] gpio gpiochip3: (gpio-96-127): created GPIO range 16->17 ==> 44e10800.pinmux PIN 71->72 [ 1.429359] gpio gpiochip3: (gpio-96-127): created GPIO range 18->18 ==> 44e10800.pinmux PIN 135->135 [ 1.429381] gpio gpiochip3: (gpio-96-127): created GPIO range 19->20 ==> 44e10800.pinmux PIN 108->109 [ 1.429404] gpio gpiochip3: (gpio-96-127): created GPIO range 21->21 ==> 44e10800.pinmux PIN 73->73 [ 1.429427] gpio gpiochip3: (gpio-96-127): created GPIO range 22->23 ==> 44e10800.pinmux PIN 8->9 [ 1.429450] gpio gpiochip3: (gpio-96-127): created GPIO range 26->27 ==> 44e10800.pinmux PIN 10->11 [ 1.429474] gpio gpiochip3: (gpio-96-127): created GPIO range 28->28 ==> 44e10800.pinmux PIN 74->74 [ 1.429498] gpio gpiochip3: (gpio-96-127): created GPIO range 29->29 ==> 44e10800.pinmux PIN 81->81 [ 1.429522] gpio gpiochip3: (gpio-96-127): created GPIO range 30->31 ==> 44e10800.pinmux PIN 28->29 [ 1.430663] reg-fixed-voltage fixedregulator2: using DT '/fixedregulator2' for '(default)' GPIO lookup [ 1.430727] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator2[0]' [ 1.430789] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator2[0]' - status (0) [ 1.430839] gpio gpiochip0: Persistence not supported for GPIO 29 [ 1.436513] l3-aon-clkctrl:0000:0: failed to disable [ 1.436935] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3) [ 1.437130] gpio gpiochip3: registered GPIOs 608 to 639 on gpio-96-127 [ 1.439353] omap8250 44e09000.serial: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0' for 'rs485-term' GPIO lookup [ 1.439442] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0[0]' [ 1.439494] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0[0]' [ 1.439536] omap8250 44e09000.serial: using lookup tables for GPIO lookup [ 1.439550] omap8250 44e09000.serial: No GPIO consumer rs485-term found [ 1.439564] omap8250 44e09000.serial: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0' for 'rs485-rx-during-tx' GPIO lookup [ 1.439607] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0[0]' [ 1.439652] of_get_named_gpiod_flags: can't parse 'rs485-rx-during-tx-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0[0]' [ 1.439689] omap8250 44e09000.serial: using lookup tables for GPIO lookup [ 1.439700] omap8250 44e09000.serial: No GPIO consumer rs485-rx-during-tx found [ 1.440151] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 32, base_baud = 3000000) is a 8250 [ 1.440253] printk: legacy console [ttyS0] enabled [ 2.598013] i2c i2c-0: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0' for 'scl' GPIO lookup [ 2.598113] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]' [ 2.598168] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]' [ 2.598215] i2c i2c-0: using lookup tables for GPIO lookup [ 2.598232] i2c i2c-0: No GPIO consumer scl found [ 2.598260] i2c i2c-0: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0' for 'sda' GPIO lookup [ 2.598306] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]' [ 2.598353] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0[0]' [ 2.598392] i2c i2c-0: using lookup tables for GPIO lookup [ 2.598406] i2c i2c-0: No GPIO consumer sda found [ 2.626176] tps65910 0-002d: No interrupt support, no core IRQ [ 2.634037] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.643536] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'cd' GPIO lookup [ 2.643666] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0) [ 2.643739] gpio gpiochip3: Persistence not supported for GPIO 6 [ 2.643769] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.652686] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.657386] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'wp' GPIO lookup [ 2.657440] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.657491] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.657534] sdhci-omap 48060000.mmc: using lookup tables for GPIO lookup [ 2.657552] sdhci-omap 48060000.mmc: No GPIO consumer wp found [ 2.657817] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.666986] sdhci-omap 481d8000.mmc: using DT '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0' for 'wp' GPIO lookup [ 2.667074] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0[0]' [ 2.667129] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0[0]' [ 2.667172] sdhci-omap 481d8000.mmc: using lookup tables for GPIO lookup [ 2.667188] sdhci-omap 481d8000.mmc: No GPIO consumer wp found [ 2.669502] reg-fixed-voltage fixedregulator3: using DT '/fixedregulator3' for '(default)' GPIO lookup [ 2.669579] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator3[0]' [ 2.669648] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator3[0]' - status (0) [ 2.669699] gpio gpiochip3: Persistence not supported for GPIO 7 [ 2.670564] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.679272] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 2.688806] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 2.701075] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'cd' GPIO lookup [ 2.701216] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0) [ 2.701294] gpio gpiochip3: Persistence not supported for GPIO 6 [ 2.701325] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.710320] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.714980] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'wp' GPIO lookup [ 2.715044] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.715094] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.715138] sdhci-omap 48060000.mmc: using lookup tables for GPIO lookup [ 2.715155] sdhci-omap 48060000.mmc: No GPIO consumer wp found [ 2.715424] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.727334] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.740010] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'cd' GPIO lookup [ 2.740148] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0) [ 2.740222] gpio gpiochip3: Persistence not supported for GPIO 6 [ 2.740253] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.749204] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.753863] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'wp' GPIO lookup [ 2.753928] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.753980] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.754024] sdhci-omap 48060000.mmc: using lookup tables for GPIO lookup [ 2.754042] sdhci-omap 48060000.mmc: No GPIO consumer wp found [ 2.754307] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.764484] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.796826] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'cd' GPIO lookup [ 2.796961] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' - status (0) [ 2.797038] gpio gpiochip3: Persistence not supported for GPIO 6 [ 2.797069] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.805990] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.810651] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'wp' GPIO lookup [ 2.810705] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.810755] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0[0]' [ 2.810799] sdhci-omap 48060000.mmc: using lookup tables for GPIO lookup [ 2.810815] sdhci-omap 48060000.mmc: No GPIO consumer wp found [ 2.811115] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.819647] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.856279] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA [ 2.879512] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA [ 2.888621] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac [ 2.904288] sdhci-omap 481d8000.mmc: card claims to support voltages below defined range [ 2.939352] mmc0: new high speed SDHC card at address aaaa [ 2.946856] mmcblk0: mmc0:aaaa SH32G 29.7 GiB [ 2.955290] mmcblk0: p1 p2 p3 [ 2.965197] mmc1: new SDIO card at address 0001 [ 2.974277] Qualcomm Atheros AR8031/AR8033 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) [ 7.129164] cpsw-switch 4a100000.switch eth0: Link is Up - 1Gbps/Full - flow control off [ 7.185828] Sending DHCP requests ., OK [ 7.229785] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.170 [ 7.237648] IP-Config: Complete: [ 7.240897] device=eth0, hwaddr=d4:94:a1:88:15:54, ipaddr=192.168.0.170, mask=255.255.255.0, gw=192.168.0.1 [ 7.251198] host=192.168.0.170, domain=ti.com, nis-domain=(none) [ 7.257710] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 7.257727] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 7.271017] clk: Disabling unused clocks [ 7.275206] PM: genpd: Disabling unused power domains [ 7.315918] VFS: Mounted root (nfs filesystem) on device 0:17. [ 7.322778] devtmpfs: mounted [ 7.328159] Freeing unused kernel image (initmem) memory: 1024K [ 7.334918] Run /sbin/init as init process [ 7.339172] with arguments: [ 7.339185] /sbin/init [ 7.339196] 0 [ 7.339206] with environment: [ 7.339215] HOME=/ [ 7.339225] TERM=linux [ 7.339234] earlyprintk=serial,ttyO0,115200n8 [ 8.156194] systemd[1]: System time before build time, advancing clock. [ 8.252206] systemd[1]: Inserted module 'autofs4' [ 8.351487] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 8.385524] systemd[1]: Detected architecture arm. [ 8.429305] systemd[1]: Set hostname to . [ 10.972369] systemd[1]: Queued start job for default target Graphical Interface. [ 12.335876] random: crng init done [ 12.339921] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 12.352493] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 12.390619] systemd[1]: Created slice system-getty.slice. [ 12.429417] systemd[1]: Created slice system-modprobe.slice. [ 12.469281] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 12.508857] systemd[1]: Created slice User and Session Slice. [ 12.547156] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 12.586992] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 12.628280] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 12.666741] systemd[1]: Reached target Local Encrypted Volumes. [ 12.706893] systemd[1]: Reached target Paths. [ 12.746374] systemd[1]: Reached target Remote File Systems. [ 12.786253] systemd[1]: Reached target Slices. [ 12.826499] systemd[1]: Reached target Swap. [ 12.867407] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 12.909639] systemd[1]: Listening on Journal Audit Socket. [ 12.949194] systemd[1]: Listening on Journal Socket (/dev/log). [ 12.988172] systemd[1]: Listening on Journal Socket. [ 13.029506] systemd[1]: Listening on Network Service Netlink Socket. [ 13.073965] systemd[1]: Listening on udev Control Socket. [ 13.117862] systemd[1]: Listening on udev Kernel Socket. [ 13.157620] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 13.199615] systemd[1]: Mounting POSIX Message Queue File System... [ 13.287756] systemd[1]: Mounting Kernel Debug File System... [ 13.367561] systemd[1]: Mounting Kernel Trace File System... [ 13.470126] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 13.587297] systemd[1]: Starting Load Kernel Module configfs... [ 13.657894] systemd[1]: Starting Load Kernel Module drm... [ 13.739018] systemd[1]: Starting Load Kernel Module fuse... [ 13.834410] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 13.927292] systemd[1]: Starting Journal Service... [ 13.998150] systemd[1]: Starting Load Kernel Modules... [ 14.071564] systemd[1]: Starting Remount Root and Kernel File Systems... [ 14.177956] systemd[1]: Starting Coldplug All udev Devices... [ 14.293896] systemd[1]: Mounted POSIX Message Queue File System. [ 14.349776] systemd[1]: Mounted Kernel Debug File System. [ 14.392253] systemd[1]: Mounted Kernel Trace File System. [ 14.497042] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 14.591062] systemd[1]: modprobe@configfs.service: Succeeded. [ 14.640225] systemd[1]: Finished Load Kernel Module configfs. [ 14.711107] systemd[1]: modprobe@drm.service: Succeeded. [ 14.750064] systemd[1]: Finished Load Kernel Module drm. [ 14.810509] systemd[1]: modprobe@fuse.service: Succeeded. [ 14.839801] systemd[1]: Finished Load Kernel Module fuse. [ 14.876495] systemd[1]: Finished Load Kernel Modules. [ 14.916781] systemd[1]: Finished Remount Root and Kernel File Systems. [ 14.960082] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 15.027162] systemd[1]: Mounting Kernel Configuration File System... [ 15.087240] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 15.114380] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.197978] systemd[1]: Starting Load/Save Random Seed... [ 15.290860] systemd[1]: Starting Apply Kernel Variables... [ 15.381887] systemd[1]: Starting Create System Users... [ 15.509986] systemd[1]: Mounted Kernel Configuration File System. [ 15.760606] systemd[1]: Finished Load/Save Random Seed. [ 15.798435] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 15.882888] systemd[1]: Finished Apply Kernel Variables. [ 16.077262] systemd[1]: Finished Create System Users. [ 16.158174] systemd[1]: Starting Create Static Device Nodes in /dev... [ 16.208064] systemd[1]: Started Journal Service. [ 16.719057] systemd-journald[83]: Received client request to flush runtime journal. [ 16.780424] systemd-journald[83]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 20.594703] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 20.594799] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 20.594842] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 20.594871] pwm-backlight backlight: using lookup tables for GPIO lookup [ 20.594889] pwm-backlight backlight: No GPIO consumer enable found [ 20.626606] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 20.626704] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 20.626746] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 20.626775] pwm-backlight backlight: using lookup tables for GPIO lookup [ 20.626793] pwm-backlight backlight: No GPIO consumer enable found [ 20.668771] gpio-keys gpio_buttons0: using DT '/gpio_buttons0/switch1' for '(default)' GPIO lookup [ 20.668897] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons0/switch1[0]' - status (0) [ 20.669071] gpio gpiochip1: Persistence not supported for GPIO 3 [ 20.669409] gpio-keys gpio_buttons0: using DT '/gpio_buttons0/switch2' for '(default)' GPIO lookup [ 20.669479] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons0/switch2[0]' - status (0) [ 20.669526] gpio gpiochip1: Persistence not supported for GPIO 2 [ 20.669699] gpio-keys gpio_buttons0: using DT '/gpio_buttons0/switch3' for '(default)' GPIO lookup [ 20.669764] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons0/switch3[0]' - status (0) [ 20.669808] gpio gpiochip3: Persistence not supported for GPIO 30 [ 20.669978] gpio-keys gpio_buttons0: using DT '/gpio_buttons0/switch4' for '(default)' GPIO lookup [ 20.670032] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons0/switch4[0]' - status (0) [ 20.670072] gpio gpiochip1: Persistence not supported for GPIO 5 [ 20.670553] input: gpio_buttons0 as /devices/platform/gpio_buttons0/input/input0 [ 20.681182] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 20.681268] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 20.681308] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 20.681337] pwm-backlight backlight: using lookup tables for GPIO lookup [ 20.681354] pwm-backlight backlight: No GPIO consumer enable found [ 20.878017] leds-gpio leds: using DT '/leds/led1' for '(default)' GPIO lookup [ 20.878139] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led1[0]' - status (0) [ 20.878205] gpio gpiochip0: Persistence not supported for GPIO 4 [ 20.878224] gpio-516 (?): no flags found for GPIO (default) [ 20.878597] leds-gpio leds: using DT '/leds/led2' for '(default)' GPIO lookup [ 20.878660] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led2[0]' - status (0) [ 20.878706] gpio gpiochip0: Persistence not supported for GPIO 5 [ 20.878721] gpio-517 (?): no flags found for GPIO (default) [ 20.878914] leds-gpio leds: using DT '/leds/led3' for '(default)' GPIO lookup [ 20.878965] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led3[0]' - status (0) [ 20.879007] gpio gpiochip0: Persistence not supported for GPIO 6 [ 20.879022] gpio-518 (?): no flags found for GPIO (default) [ 20.950258] leds-gpio leds: using DT '/leds/led4' for '(default)' GPIO lookup [ 20.950374] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led4[0]' - status (0) [ 20.950433] gpio gpiochip0: Persistence not supported for GPIO 7 [ 20.950451] gpio-519 (?): no flags found for GPIO (default) [ 20.999223] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 20.999322] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 20.999366] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 20.999395] pwm-backlight backlight: using lookup tables for GPIO lookup [ 20.999413] pwm-backlight backlight: No GPIO consumer enable found [ 21.093993] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.094091] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.094129] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.094159] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.094176] pwm-backlight backlight: No GPIO consumer enable found [ 21.332775] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.332867] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.332909] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.332938] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.332956] pwm-backlight backlight: No GPIO consumer enable found [ 21.413010] am335x-phy-driver 47401300.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1300' for 'reset' GPIO lookup [ 21.413120] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 21.413172] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 21.413216] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup [ 21.413233] am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found [ 21.413251] am335x-phy-driver 47401300.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1300' for 'vbus-detect' GPIO lookup [ 21.413290] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 21.413328] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 21.413358] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup [ 21.413374] am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found [ 21.413589] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 21.446721] usbcore: registered new interface driver usbfs [ 21.452395] usbcore: registered new interface driver hub [ 21.458081] usbcore: registered new device driver usb [ 21.523935] remoteproc remoteproc0: wkup_m3 is available [ 21.534759] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.534851] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.534893] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.534922] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.534939] pwm-backlight backlight: No GPIO consumer enable found [ 21.700434] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.700526] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.700566] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.700594] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.700612] pwm-backlight backlight: No GPIO consumer enable found [ 21.711319] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.711416] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.711457] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.711487] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.711504] pwm-backlight backlight: No GPIO consumer enable found [ 21.727993] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.728092] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.728135] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.728164] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.728181] pwm-backlight backlight: No GPIO consumer enable found [ 21.747826] am335x-phy-driver 47401b00.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1b00' for 'reset' GPIO lookup [ 21.747932] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 21.747982] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 21.748026] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup [ 21.748045] am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found [ 21.748062] am335x-phy-driver 47401b00.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1b00' for 'vbus-detect' GPIO lookup [ 21.748100] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 21.748139] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 21.748170] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup [ 21.748185] am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found [ 21.748399] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 21.759627] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 21.759703] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 21.759743] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 21.759771] pwm-backlight backlight: using lookup tables for GPIO lookup [ 21.759787] pwm-backlight backlight: No GPIO consumer enable found [ 21.764906] musb-hdrc musb-hdrc.0: MUSB HDRC host driver [ 21.770579] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1 [ 21.941850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 21.950444] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 21.957798] usb usb1: Product: MUSB HDRC host driver [ 21.962798] usb usb1: Manufacturer: Linux 6.11.0-rc6 musb-hcd [ 21.968616] usb usb1: SerialNumber: musb-hdrc.0 [ 22.136634] hub 1-0:1.0: USB hub found [ 22.191847] hub 1-0:1.0: 1 port detected [ 22.253119] musb-hdrc musb-hdrc.1: MUSB HDRC host driver [ 22.258986] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2 [ 22.423324] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 22.432057] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.439420] usb usb2: Product: MUSB HDRC host driver [ 22.444421] usb usb2: Manufacturer: Linux 6.11.0-rc6 musb-hcd [ 22.450239] usb usb2: SerialNumber: musb-hdrc.1 [ 22.602155] hub 2-0:1.0: USB hub found [ 22.667963] hub 2-0:1.0: 1 port detected [ 22.807733] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 22.807830] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 22.807870] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 22.807899] pwm-backlight backlight: using lookup tables for GPIO lookup [ 22.807917] pwm-backlight backlight: No GPIO consumer enable found [ 22.818086] st-accel-i2c 0-0018: supply vdd not found, using dummy regulator [ 22.936841] iio iio:device0: lis3lv02dl_accel: WhoAmI mismatch (0x32). [ 22.943497] st-accel-i2c 0-0018: mounting matrix not found: using identity... [ 22.982329] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.029201] omap_rtc 44e3e000.rtc: registered as rtc0 [ 23.034439] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 23.043320] omap_rtc 44e3e000.rtc: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0' for 'wp' GPIO lookup [ 23.043405] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]' [ 23.043465] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]' [ 23.043511] omap_rtc 44e3e000.rtc: using lookup tables for GPIO lookup [ 23.043529] omap_rtc 44e3e000.rtc: No GPIO consumer wp found [ 23.045229] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.045307] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.045348] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.045377] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.045394] pwm-backlight backlight: No GPIO consumer enable found [ 23.046449] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.150405] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.150509] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.150552] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.150582] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.150599] pwm-backlight backlight: No GPIO consumer enable found [ 23.151451] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.236104] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 23.318154] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.318258] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.318303] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.318332] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.318349] pwm-backlight backlight: No GPIO consumer enable found [ 23.319212] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.467504] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.467598] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.467639] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.467668] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.467686] pwm-backlight backlight: No GPIO consumer enable found [ 23.468533] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.500113] tlv320aic3x 0-001b: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tlv320aic3106@1b' for 'reset' GPIO lookup [ 23.500232] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tlv320aic3106@1b[0]' [ 23.500298] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tlv320aic3106@1b[0]' [ 23.500361] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tlv320aic3106@1b[0]' [ 23.500410] tlv320aic3x 0-001b: using lookup tables for GPIO lookup [ 23.500427] tlv320aic3x 0-001b: No GPIO consumer reset found [ 23.596982] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.597079] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.597122] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.597151] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.597169] pwm-backlight backlight: No GPIO consumer enable found [ 23.598023] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.750642] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.750739] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.750781] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.750809] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.750827] pwm-backlight backlight: No GPIO consumer enable found [ 23.751711] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 23.878967] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 23.926784] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.926881] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.926924] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.926954] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.926972] pwm-backlight backlight: No GPIO consumer enable found [ 23.936474] usb 2-1: new high-speed USB device number 2 using musb-hdrc [ 23.968162] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 23.968269] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 23.968314] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 23.968344] pwm-backlight backlight: using lookup tables for GPIO lookup [ 23.968363] pwm-backlight backlight: No GPIO consumer enable found [ 23.968694] remoteproc remoteproc0: powering up wkup_m3 [ 24.054683] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2 [ 24.064508] remoteproc remoteproc0: request_firmware failed: -2 [ 24.070574] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed [ 24.224547] usb 2-1: New USB device found, idVendor=0718, idProduct=063d, bcdDevice= 1.00 [ 24.233076] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 24.240335] usb 2-1: Product: Nano Pro [ 24.244116] usb 2-1: Manufacturer: Imation [ 24.248277] usb 2-1: SerialNumber: 07034AFAAFEC7707 [ 24.380031] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 24.380126] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 24.380166] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 24.380196] pwm-backlight backlight: using lookup tables for GPIO lookup [ 24.380213] pwm-backlight backlight: No GPIO consumer enable found [ 24.628682] pwm-backlight backlight: using DT '/backlight' for 'enable' GPIO lookup [ 24.628778] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]' [ 24.628820] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]' [ 24.628850] pwm-backlight backlight: using lookup tables for GPIO lookup [ 24.628867] pwm-backlight backlight: No GPIO consumer enable found [ 24.694873] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 25.176282] ------------[ cut here ]------------ [ 25.180998] WARNING: CPU: 0 PID: 106 at drivers/gpu/drm/drm_atomic_state_helper.c:174 drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 25.195069] Modules linked in: tilcdc(+) drm_dma_helper omap_rng pwm_tiecap drm_kms_helper rng_core omap_mailbox snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x snd_soc_ti_sdma omap_wdt snd_soc_core rtc_omap wkup_m3_ipc watchdog snd_pcm_dmaengine st_accel_i2c snd_pcm st_sensors_i2c st_accel st_sensors snd_timer industrialio_triggered_buffer kfifo_buf snd industrialio soundcore ti_am335x_tscadc musb_dsps musb_hdrc wkup_m3_rproc udc_core phy_am335x usbcore phy_am335x_control phy_generic usb_common cppi41 leds_gpio led_class gpio_keys cpufreq_dt pwm_bl drm drm_panel_orientation_quirks ip_tables x_tables autofs4 [ 25.254163] CPU: 0 UID: 0 PID: 106 Comm: systemd-udevd Not tainted 6.11.0-rc6 #1 [ 25.261620] Hardware name: Generic AM33XX (Flattened Device Tree) [ 25.267749] Call trace: [ 25.267769] unwind_backtrace from show_stack+0x10/0x14 [ 25.275597] show_stack from dump_stack_lvl+0x68/0x74 [ 25.280694] dump_stack_lvl from __warn+0x70/0x124 [ 25.285537] __warn from warn_slowpath_fmt+0x134/0x1bc [ 25.290725] warn_slowpath_fmt from drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 25.300114] drm_atomic_helper_crtc_duplicate_state [drm_kms_helper] from drm_atomic_get_crtc_state+0x68/0x104 [drm] [ 25.311190] drm_atomic_get_crtc_state [drm] from drm_atomic_helper_disable_all+0x90/0x1cc [drm_kms_helper] [ 25.321214] drm_atomic_helper_disable_all [drm_kms_helper] from drm_atomic_helper_shutdown+0x90/0x148 [drm_kms_helper] [ 25.332150] drm_atomic_helper_shutdown [drm_kms_helper] from tilcdc_fini+0x50/0xc8 [tilcdc] [ 25.340762] tilcdc_fini [tilcdc] from tilcdc_init.constprop.0+0x1b4/0x618 [tilcdc] [ 25.348513] tilcdc_init.constprop.0 [tilcdc] from tilcdc_pdev_probe+0x50/0xa8 [tilcdc] [ 25.356609] tilcdc_pdev_probe [tilcdc] from platform_probe+0x58/0xb0 [ 25.363140] platform_probe from really_probe+0xc4/0x2d0 [ 25.368504] really_probe from __driver_probe_device+0x84/0x1a0 [ 25.374474] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 25.381055] driver_probe_device from __driver_attach+0x90/0x170 [ 25.387113] __driver_attach from bus_for_each_dev+0x7c/0xd0 [ 25.392821] bus_for_each_dev from bus_add_driver+0xc4/0x1ec [ 25.398528] bus_add_driver from driver_register+0x7c/0x114 [ 25.404150] driver_register from do_one_initcall+0x58/0x26c [ 25.409865] do_one_initcall from do_init_module+0x50/0x1f8 [ 25.415491] do_init_module from init_module_from_file+0x94/0xd4 [ 25.421546] init_module_from_file from sys_finit_module+0x190/0x2f8 [ 25.427949] sys_finit_module from __sys_trace_return+0x0/0x10 [ 25.433827] Exception stack(0xd0459fa8 to 0xd0459ff0) [ 25.438917] 9fa0: b6f2f708 00000000 00000010 b6f2e504 00000000 b6f2f27c [ 25.447144] 9fc0: b6f2f708 00000000 f5cd4c00 0000017b 004f5890 004b94cf 00518190 0050ff40 [ 25.455366] 9fe0: bee616d8 bee616c8 b6f28d49 b6e11932 [ 25.460700] ---[ end trace 0000000000000000 ]--- [ 25.465400] tilcdc 4830e000.lcdc: [drm] *ERROR* Disabling all crtc's during unload failed with -12 [ 26.789633] ------------[ cut here ]------------ [ 26.794335] WARNING: CPU: 0 PID: 54 at drivers/gpu/drm/drm_atomic_state_helper.c:174 drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 26.808284] Modules linked in: ti_emif_sram wlcore_sdio tilcdc drm_dma_helper omap_rng pwm_tiecap drm_kms_helper rng_core omap_mailbox snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_tlv320aic3x_i2c snd_soc_tlv320aic3x snd_soc_ti_sdma omap_wdt snd_soc_core rtc_omap wkup_m3_ipc watchdog snd_pcm_dmaengine st_accel_i2c snd_pcm st_sensors_i2c st_accel st_sensors snd_timer industrialio_triggered_buffer kfifo_buf snd industrialio soundcore ti_am335x_tscadc musb_dsps musb_hdrc wkup_m3_rproc udc_core phy_am335x usbcore phy_am335x_control phy_generic usb_common cppi41 leds_gpio led_class gpio_keys cpufreq_dt pwm_bl drm drm_panel_orientation_quirks ip_tables x_tables autofs4 [ 26.869228] CPU: 0 UID: 0 PID: 54 Comm: kworker/u4:5 Tainted: G W 6.11.0-rc6 #1 [ 26.877995] Tainted: [W]=WARN [ 26.880979] Hardware name: Generic AM33XX (Flattened Device Tree) [ 26.887110] Workqueue: events_unbound deferred_probe_work_func [ 26.893011] Call trace: [ 26.893031] unwind_backtrace from show_stack+0x10/0x14 [ 26.900847] show_stack from dump_stack_lvl+0x68/0x74 [ 26.905943] dump_stack_lvl from __warn+0x70/0x124 [ 26.910786] __warn from warn_slowpath_fmt+0x134/0x1bc [ 26.915974] warn_slowpath_fmt from drm_atomic_helper_crtc_duplicate_state+0x54/0x68 [drm_kms_helper] [ 26.925335] drm_atomic_helper_crtc_duplicate_state [drm_kms_helper] from drm_atomic_get_crtc_state+0x68/0x104 [drm] [ 26.936408] drm_atomic_get_crtc_state [drm] from drm_atomic_helper_disable_all+0x90/0x1cc [drm_kms_helper] [ 26.946439] drm_atomic_helper_disable_all [drm_kms_helper] from drm_atomic_helper_shutdown+0x90/0x148 [drm_kms_helper] [ 26.957372] drm_atomic_helper_shutdown [drm_kms_helper] from tilcdc_fini+0x50/0xc8 [tilcdc] [ 26.965930] tilcdc_fini [tilcdc] from tilcdc_init.constprop.0+0x1b4/0x618 [tilcdc] [ 26.973656] tilcdc_init.constprop.0 [tilcdc] from tilcdc_pdev_probe+0x50/0xa8 [tilcdc] [ 26.981728] tilcdc_pdev_probe [tilcdc] from platform_probe+0x58/0xb0 [ 26.988243] platform_probe from really_probe+0xc4/0x2d0 [ 26.993607] really_probe from __driver_probe_device+0x84/0x1a0 [ 26.999577] __driver_probe_device from driver_probe_device+0x2c/0x104 [ 27.006159] driver_probe_device from __device_attach_driver+0x94/0x104 [ 27.012828] __device_attach_driver from bus_for_each_drv+0x90/0xe8 [ 27.019147] bus_for_each_drv from __device_attach+0xa4/0x1ac [ 27.024941] __device_attach from bus_probe_device+0x88/0x8c [ 27.030648] bus_probe_device from deferred_probe_work_func+0x74/0xa0 [ 27.037141] deferred_probe_work_func from process_one_work+0x178/0x3c4 [ 27.043809] process_one_work from worker_thread+0x270/0x44c [ 27.049508] worker_thread from kthread+0xdc/0xfc [ 27.054264] kthread from ret_from_fork+0x14/0x20 [ 27.059011] Exception stack(0xd03cdfb0 to 0xd03cdff8) [ 27.064099] dfa0: 00000000 00000000 00000000 00000000 [ 27.072323] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 27.080546] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 27.087380] ---[ end trace 0000000000000000 ]--- [ 27.092071] tilcdc 4830e000.lcdc: [drm] *ERROR* Disabling all crtc's during unload failed with -12 [ 27.980512] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 28.006212] PM: Cannot get wkup_m3_ipc handle [ 28.056337] omap-sham 53100000.sham: will run requests pump with realtime priority [ 28.111477] panel-simple panel: supply power not found, using dummy regulator [ 28.119419] panel-simple panel: using DT '/panel' for 'enable' GPIO lookup [ 28.119486] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/panel[0]' [ 28.119528] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/panel[0]' [ 28.119558] panel-simple panel: using lookup tables for GPIO lookup [ 28.119574] panel-simple panel: No GPIO consumer enable found [ 28.186900] PM: Cannot get wkup_m3_ipc handle [ 28.328274] [drm] Initialized tilcdc 1.0.0 for 4830e000.lcdc on minor 0 [ 28.414008] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 28.414679] Console: switching to colour frame buffer device 60x34 [ 28.416126] omap-aes 53500000.aes: will run requests pump with realtime priority [ 28.586188] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,hp-det' GPIO lookup [ 28.586273] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpios' property of node '/sound[0]' [ 28.586314] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]' [ 28.586341] asoc-simple-card sound: using lookup tables for GPIO lookup [ 28.586354] asoc-simple-card sound: No GPIO consumer simple-audio-card,hp-det found [ 28.586370] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,mic-det' GPIO lookup [ 28.586398] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpios' property of node '/sound[0]' [ 28.586426] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]' [ 28.586446] asoc-simple-card sound: using lookup tables for GPIO lookup [ 28.586457] asoc-simple-card sound: No GPIO consumer simple-audio-card,mic-det found [ 28.619612] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device [ 28.717648] PM: Cannot get wkup_m3_ipc handle [ 31.419100] TI-am335x-tsc TI-am335x-tsc.0.auto: ti,charge-delay not specified [ 31.427369] input: ti-tsc as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input1 [ 31.562020] PM: Cannot get wkup_m3_ipc handle [ 32.824090] usb-storage 2-1:1.0: USB Mass Storage device detected [ 32.918503] mousedev: PS/2 mouse device common for all mice [ 32.974701] scsi host0: usb-storage 2-1:1.0 [ 33.008696] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 33.026649] usbcore: registered new interface driver usb-storage [ 33.033361] PM: Cannot get wkup_m3_ipc handle [ 33.688906] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 33.718574] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 33.726777] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 33.735664] cfg80211: failed to load regulatory.db [ 34.136891] scsi 0:0:0:0: Direct-Access Imation Nano Pro PMAP PQ: 0 ANSI: 4 [ 34.194995] sd 0:0:0:0: [sda] 8256 512-byte logical blocks: (4.23 MB/4.03 MiB) [ 34.216224] sd 0:0:0:0: [sda] Write Protect is on [ 34.221049] sd 0:0:0:0: [sda] Mode Sense: 23 00 80 00 [ 34.226257] sd 0:0:0:0: [sda] No Caching mode page found [ 34.231657] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 34.262320] sda: detected capacity change from 8256 to 0 [ 34.296432] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 34.304573] PM: Cannot get wkup_m3_ipc handle [ 34.496515] wl12xx_driver wl12xx.2.auto: Direct firmware load for ti-connectivity/wl127x-nvs.bin failed with error -2 [ 34.507926] PM: Cannot get wkup_m3_ipc handle [ 35.910092] wlcore: loaded /test # - 05:30:33 [INFO] Host: echo $? - 05:30:33 [INFO] Target: echo $? 0 /test # - 05:30:33 [INFO] Host: cat result.log - 05:30:35 [ERROR] On command: cat result.log waiting for cat result.log.+?(?m-ix:^1[\0\n\r]+) >>> error: execution expired - 05:30:35 [INFO] Target: cat result.log /test # - 05:30:35 [INFO] Host: cd /test - 05:30:36 [INFO] Target: cd /test /test #