- 05:11:05 [INFO] Starting target session - 05:11:25 [INFO] Connected to beaglebone-black via serial - 05:11:25 [INFO] Host: #check prompt - 05:11:28 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired - 05:11:28 [INFO] Target: #check prompt /test # - 05:11:28 [INFO] Host: #check prompt - 05:11:28 [INFO] Target: #check prompt /test # - 05:11:28 [INFO] Host: sync;poweroff - 05:11:31 [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 [ 321.226914] reboot: Power off not available: System halted instead - 05:11:31 [INFO] Disconnected serial from beaglebone-black - 05:11:31 [INFO] Connected to beaglebone-black via serial - 05:11:31 [INFO] Host: - 05:11:37 [INFO] Target: U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) reading args spl_load_image_fat_os: error reading image args, err - -1 reading u-boot.img reading u-boot.img U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) I2C: ready DRAM: 512 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 *** Warning - readenv() failed, using default environment Net: not set. Validating first E-fuse MAC cpsw, usb_ether Hit any key to stop autoboot: 1 0 U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# U-Boot# - 05:11:37 [INFO] Disconnected serial from beaglebone-black - 05:11:37 [INFO] Connected to beaglebone-black via serial - 05:11:37 [INFO] Host: - 05:11:37 [INFO] Target: U-Boot# - 05:11:37 [INFO] Host: version - 05:11:38 [INFO] Target: version U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.8-2014.03 - Linaro GCC 2014.03) 4.8.3 20140303 (prerelease) GNU ld (crosstool-NG linaro-1.13.1-4.8-2014.03 - Linaro GCC 2014.03) 2.24.0.20140311 Linaro 2014.03 U-Boot# - 05:11:38 [INFO] Host: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' - 05:11:38 [INFO] Target: setenv bootargs 'console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ' U-Boot# - 05:11:38 [INFO] Host: setenv bootcmd '' - 05:11:38 [INFO] Target: setenv bootcmd '' U-Boot# - 05:11:38 [INFO] Host: setenv autoload 'no' - 05:11:38 [INFO] Target: setenv autoload 'no' U-Boot# - 05:11:38 [INFO] Host: setenv serverip '192.168.0.1' - 05:11:38 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 05:11:38 [INFO] Host: setenv _initramfs - - 05:11:39 [INFO] Target: setenv _initramfs - U-Boot# - 05:11:39 [INFO] Host: printenv - 05:11:39 [INFO] Target: printenv _initramfs=- arch=arm autoload=no baudrate=115200 board=am335x board_name=A335BNLT board_rev=00C0 boot_fdt=try bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled bootcmd= bootcount=1 bootdelay=1 bootenv=uEnv.txt bootfile=zImage bootpart=0:1 console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc mmc 0 3751936 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw mmc 100 100;u-boot.img.raw mmc 300 400;spl-os-args.raw mmc 80 80;spl-os-image.raw mmc 900 2000;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 0xD80000;fdt ram 0x80F80000 0x80000;ramdisk ram 0x81000000 0x4000000 eth1addr=6c:ec:eb:a1:52:c5 ethact=cpsw ethaddr=6c:ec:eb:a1:52:c3 fdt_high=0xffffffff fdtaddr=0x88000000 fdtdir=/dtbs fdtfile=undefined findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; setenv fdtbase am335x-bone; fi; if test $board_name = A335BNLT; then setenv fdtfile am335x-boneblack.dtb; setenv fdtbase am335x-boneblack; 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 $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize loadaddr=0x82000000 loadbootenv=load mmc ${bootpart} ${loadaddr} ${bootenv} loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile} loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then gpio set 54;echo SD/MMC found on device ${mmcdev};if run loadbootenv; then gpio set 55;echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $cape; then if test -e mmc ${bootpart} ${fdtdir}/$fdtbase-$cape.dtb; then setenv fdtfile $fdtbase-$cape.dtb; fi; echo using: $fdtfile...; fi; echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then gpio set 56; echo Running uenvcmd ...;run uenvcmd;fi;echo; echo uenvcmd was not defined in uEnv.txt ...;fi; mmcdev=0 mmcloados=run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi; mmcpart=1 mmcroot=/dev/mmcblk0p2 ro fixrtc mmcrootfstype=ext4 rootwait mtdids=nand0=omap2-nand.0 mtdparts=mtdparts=omap2-nand.0:128k(SPL),128k(SPL.backup1),128k(SPL.backup2),128k(SPL.backup3),1792k(u-boot),128k(u-boot-spl-os),128k(u-boot-env),5m(kernel),-(rootfs) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} u-boot-spl-os; nand read ${loadaddr} kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=7,2048 nandrootfstype=ubifs rootwait=1 netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs 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 stdin=serial stdout=serial usbnet_devaddr=6c:ec:eb:a1:52:c5 vendor=ti ver=U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) Environment size: 4710/131068 bytes U-Boot# - 05:11:39 [INFO] Host: printenv bootargs - 05:11:39 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled U-Boot# - 05:11:39 [INFO] Host: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' - 05:11:40 [INFO] Target: setenv bootargs ''${bootargs}' ip=:::::eth0:dhcp ' U-Boot# - 05:11:40 [INFO] Host: setenv serverip '192.168.0.1' - 05:11:40 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 05:11:40 [INFO] Host: setenv autoload 'no' - 05:11:40 [INFO] Target: setenv autoload 'no' U-Boot# - 05:11:40 [INFO] Host: dhcp - 05:11:41 [INFO] Target: dhcp link up on port 0, speed 100, full duplex BOOTP broadcast 1 DHCP client bound to address 192.168.0.103 U-Boot# - 05:11:41 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_beaglebone-black/05ede561d3dd1349321c4736acd7b04b - 05:11:43 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_beaglebone-black/05ede561d3dd1349321c4736acd7b04b link up on port 0, speed 100, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.103 Filename 'vatf_beaglebone-black/05ede561d3dd1349321c4736acd7b04b'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################## 3.4 MiB/s done Bytes transferred = 5348392 (519c28 hex) U-Boot# - 05:11:43 [INFO] Host: tftp ${fdtaddr} 192.168.0.1:vatf_beaglebone-black/97e34c314d911aeb74c7dd65cd51552f - 05:11:43 [INFO] Target: tftp ${fdtaddr} 192.168.0.1:vatf_beaglebone-black/97e34c314d911aeb74c7dd65cd51552f link up on port 0, speed 100, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.103 Filename 'vatf_beaglebone-black/97e34c314d911aeb74c7dd65cd51552f'. Load address: 0x88000000 Loading: *##### 3.2 MiB/s done Bytes transferred = 70308 (112a4 hex) U-Boot# - 05:11:43 [INFO] Host: fdt address ${fdtaddr} - 05:11:43 [INFO] Target: fdt address ${fdtaddr} U-Boot# - 05:11:43 [INFO] Host: printenv bootargs - 05:11:44 [INFO] Target: printenv bootargs bootargs=console=ttyO0,115200n8 earlyprintk=serial,ttyO0,115200n8 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp U-Boot# - 05:11:44 [INFO] Host: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beaglebone-black/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' - 05:11:44 [INFO] Target: setenv bootargs ''${bootargs}' root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/beaglebone-black/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 ' U-Boot# - 05:11:44 [INFO] Host: printenv bootcmd - 05:11:44 [INFO] Target: printenv bootcmd bootcmd= U-Boot# - 05:11:44 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdtaddr}; else bootz ${loadaddr} ${_initramfs} ${fdtaddr}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; fi' - 05:11:44 [INFO] Target: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdtaddr}; else bootz ${loadaddr} ${_initramfs} ${fdtaddr}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; fi' U-Boot# - 05:11:44 [INFO] Host: version - 05:11:44 [INFO] Target: version U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.8-2014.03 - Linaro GCC 2014.03) 4.8.3 20140303 (prerelease) GNU ld (crosstool-NG linaro-1.13.1-4.8-2014.03 - Linaro GCC 2014.03) 2.24.0.20140311 Linaro 2014.03 U-Boot# - 05:11:44 [INFO] Host: bdinfo - 05:11:45 [INFO] Target: bdinfo arch_number = 0x00000E05 boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x20000000 eth0name = cpsw ethaddr = 6c:ec:eb:a1:52:c3 eth1name = usb_ether eth1addr = 6c:ec:eb:a1:52:c5 current eth = cpsw ip_addr = 192.168.0.103 baudrate = 115200 bps TLB addr = 0x9FFF0000 relocaddr = 0x9F74B000 reloc off = 0x1EF4B000 irq_sp = 0x9F62AF28 sp start = 0x9F62AF18 U-Boot# - 05:11:45 [INFO] Host: - 05:11:45 [INFO] Target: arch_number = 0x00000E05 boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x20000000 eth0name = cpsw ethaddr = 6c:ec:eb:a1:52:c3 eth1name = usb_ether eth1addr = 6c:ec:eb:a1:52:c5 current eth = cpsw ip_addr = 192.168.0.103 baudrate = 115200 bps TLB addr = 0x9FFF0000 relocaddr = 0x9F74B000 reloc off = 0x1EF4B000 irq_sp = 0x9F62AF28 sp start = 0x9F62AF18 U-Boot# - 05:11:45 [INFO] Host: ls mmc 0:1 - 05:11:45 [INFO] Target: ls mmc 0:1 108840 mlo 896868 u-boot.img 4 ws-calibrate.rules 14 .ipaddr 4 file(s), 0 dir(s) U-Boot# - 05:11:45 [INFO] Host: ls mmc 1:1 - 05:11:46 [INFO] Target: ls mmc 1:1 82424 mlo 401704 u-boot.img app/ docs/ drivers/ debug/ dtbs/ scripts/ 51 id.txt 41174 license.txt 16822 readme.htm 292 readme.md 313 soc.sh 16822 start.htm 2868972 initrd.img 1430 uenv.txt 2869036 uinitrd 3717760 zimage 12 file(s), 6 dir(s) U-Boot# - 05:11:46 [INFO] Host: ext4ls mmc 0:2 /lib/firmware - 05:11:46 [INFO] Target: ext4ls mmc 0:2 /lib/firmware ** Can not find directory. ** U-Boot# - 05:11:46 [INFO] Host: ext4ls mmc 1:2 /lib/firmware - 05:11:47 [INFO] Target: ext4ls mmc 1:2 /lib/firmware 12288 . 4096 .. 19 libertas_cs.fw 10 rt3090.bin 22 sd8686.bin 19 sd8688.bin 4096 RTL8192SU 4096 brcm 4096 mwl8k 4096 rtlwifi 4096 ti-connectivity 4096 zd1211 2885 BB-BONE-AUDI-01-00A0.dtbo 865 ADAFRUIT-UART2-00A0.dtbo 865 ADAFRUIT-UART4-00A0.dtbo 1056 BB-ADC-00A0.dtbo 4273 BB-BONE-BACON-00A0.dtbo 35372 atmel_at76c503-rfmd-0.90.2-140.bin 3592 BB-BONE-CAM-VVDN-00A0.dtbo 1075 BB-BONE-GPEVT-00A0.dtbo 5981 BB-BONE-LCD7-01-00A2.dtbo 6011 BB-BONE-LCD7-01-00A3.dtbo 3014 BB-BONE-PRU-04-00A0.dtbo 853 BB-BONE-RS232-00A0.dtbo 1758 BB-BONE-RST-00A0.dtbo 675 BB-BONE-RST2-00A0.dtbo 875 BB-BONE-SERL-01-00A1.dtbo 865 BB-BONE-SERL-03-00A1.dtbo 1266 BB-BONE-eMMC1-01-00A0.dtbo 1331 BB-GPIOHELP-00A0.dtbo 1185 BB-SPIDEV1-00A0.dtbo 861 BB-UART4-00A0.dtbo 936 BB-UART4-RTSCTS-00A0.dtbo 861 BB-UART5-00A0.dtbo 4178 LICENCE.broadcom_bcm43xx 2850 TT3201-001-01.dtbo 35276 atmel_at76c502-wpa.bin 35276 atmel_at76c502d-wpa.bin 35272 atmel_at76c502e-wpa.bin 31776 atmel_at76c502e.bin 28164 atmel_at76c503-i3861.bin 37804 atmel_at76c503-rfmd-acc.bin 31748 atmel_at76c504.bin 35180 atmel_at76c504_2958-wpa.bin 39928 atmel_at76c504a_2958-wpa.bin 35532 atmel_at76c505-rfmd.bin 35228 atmel_at76c506-wpa.bin 1091 bone_pwm_P8_19-00A0.dtbo 1091 bone_pwm_P8_34-00A0.dtbo 1091 bone_pwm_P8_46-00A0.dtbo 1091 bone_pwm_P9_14-00A0.dtbo 1091 bone_pwm_P9_21-00A0.dtbo 1091 bone_pwm_P9_22-00A0.dtbo 1097 bone_pwm_P9_28-00A0.dtbo 1091 bone_pwm_P9_29-00A0.dtbo 1091 bone_pwm_P9_31-00A0.dtbo 10176 cape-bebopr-R2.dtbo 9546 cape-bebopr-brdg-R2.dtbo 10024 cape-bebopr-ena-R2.dtbo 977 cape-bone-pinmux-test-00A0.dtbo 1677 cape-bone-argus-00A0.dtbo 2426 cape-bone-dvi-00A0.dtbo 3844 cape-bone-dvi-00A1.dtbo 2434 cape-bone-dvi-00A2.dtbo 2794 cape-bone-geiger-00A0.dtbo 5972 cape-bone-lcd3-00A2.dtbo 1549 cape-bone-mrf24j40-00A0.dtbo 2440 cape-bone-nixie-00A0.dtbo 6275 cape-bone-replicape-00A3.dtbo 7189 cape-bone-tester-00A0.dtbo 2268 cape-boneblack-hdmin-00A0.dtbo 1358 cape-bone-weather-00A0.dtbo 574 cape-bone-weather-00B0.dtbo 57781 cape-universaln-00A0.dtbo 13705 cape-univ-emmc-00A0.dtbo 66220 cape-universal-00A0.dtbo 51272 htc_9271.fw 13388 carl9170-1.fw 8192 rt2561.bin 8192 rt2860.bin 8192 rt2661.bin 8192 rt2870.bin 4096 rt3071.bin 2048 rt73.bin 5857 BB-BONE-LCD4-01-00A1.dtbo 1283 BB-BONE-PWMT-00A0.dtbo 1181 am33xx_pwm-00A0.dtbo 10 rt3070.bin 10796 am335x-pm-firmware.bin 6033 BB-BONE-LCD7-01-00A4.dtbo 26 libertas_cs_helper.fw 2387 BB-BONE-PRU-03-00A0.dtbo 1198 BB-BONE-RTC-00A0.dtbo 31764 atmel_at76c502d.bin 1185 BB-SPIDEV1A1-00A0.dtbo 865 ADAFRUIT-UART1-00A0.dtbo 31824 atmel_at76c506.bin 29 sd8686_helper.bin 1097 bone_pwm_P9_42-00A0.dtbo 26 sd8688_helper.bin 5327 cape-bone-lcd3-00A0.dtbo 3634 BB-BONE-LCD4-01-00A0.dtbo 1091 bone_pwm_P9_16-00A0.dtbo 2895 DNIL-AMPCAPE-1-00R1.dtbo 1060 cape-bone-iio-00A0.dtbo 3259 BB-BONE-BACONE-00A0.dtbo 30348 atmel_at76c502_3com.bin 2115 LICENCE.rtlwifi_firmware.txt 1042 ADAFRUIT-SPI0-00A0.dtbo 23 usb8388.bin 31764 atmel_at76c502.bin 2074 BB-BONE-CRYPTO-00A0.dtbo 35184 atmel_at76c502_3com-wpa.bin 4194 cape-bone-hexy-00A0.dtbo 1721 cape-CBB-Serial-r01.dtbo 1405 BB-BONE-PRU-02-00A0.dtbo 861 BB-UART1-00A0.dtbo 1115 ADAFRUIT-SPI1-00A0.dtbo 37964 atmel_at76c503-rfmd.bin 1091 bone_pwm_P8_36-00A0.dtbo 2948 cape-bone-adafruit-lcd-00A0.dtbo 35196 atmel_at76c504c-wpa.bin 998 BB-BONE-PRU-01-00A0.dtbo 1091 bone_pwm_P8_13-00A0.dtbo 952 BB-I2C1A1-00A0.dtbo 19 sd8385.bin 1158 BB-BONELT-BT-00A0.dtbo 3588 BB-BONE-CAM3-01-00A2.dtbo 865 ADAFRUIT-UART5-00A0.dtbo 28040 atmel_at76c503-i3863.bin 4536 BB-BONE-BACONE2-00A0.dtbo 861 BB-UART2-00A0.dtbo 37009 atmel_at76c505a-rfmd2958.bin 1284 BB-BONE-GPS-00A0.dtbo 936 BB-UART2-RTSCTS-00A0.dtbo 4096 libertas 2042 LICENCE.ti-connectivity 2965 cape-bone-ibb-00A0.dtbo 1676 cape-bone-exptest-00A0.dtbo 26 sd8385_helper.bin 4096 rtl_nic 938 BB-I2C1-00A0.dtbo 5216 cape-bone-replicape-00A2.dtbo 37000 atmel_at76c505-rfmd2958.bin 1946 LICENCE.atheros_firmware 1266 cape-bone-2g-emmc1.dtbo 1185 BB-SPIDEV0-00A0.dtbo 4096 RTL8192E 1091 bone_pwm_P8_45-00A0.dtbo 5663 cape-bone-proto-00A0.dtbo 118888 lbtf_usb.bin 3325 cape-boneblack-hdmi-00A0.dtbo 8192 rt2561s.bin U-Boot# - 05:11:47 [INFO] Host: mmc rescan; echo $? - 05:11:47 [INFO] Target: mmc rescan; echo $? 0 U-Boot# - 05:11:47 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 05:11:47 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 writing ws-calibrate.rules 4 bytes written U-Boot# - 05:11:47 [INFO] Host: setenv extraargs 0 - 05:11:47 [INFO] Target: setenv extraargs 0 U-Boot# - 05:11:47 [INFO] Host: printenv - 05:11:48 [INFO] Target: printenv _initramfs=- arch=arm autoload=no baudrate=115200 board=am335x board_name=A335BNLT board_rev=00C0 boot_fdt=try 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/beaglebone-black/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 bootcmd= if iminfo ${loadaddr}; then bootm ${loadaddr} ${_initramfs} ${fdtaddr}; else bootz ${loadaddr} ${_initramfs} ${fdtaddr}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; fi bootcount=1 bootdelay=1 bootenv=uEnv.txt bootfile=zImage bootpart=0:1 console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc mmc 0 3751936 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw mmc 100 100;u-boot.img.raw mmc 300 400;spl-os-args.raw mmc 80 80;spl-os-image.raw mmc 900 2000;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 0xD80000;fdt ram 0x80F80000 0x80000;ramdisk ram 0x81000000 0x4000000 dnsip=192.0.2.2 dnsip2=192.0.2.3 eth1addr=6c:ec:eb:a1:52:c5 ethact=cpsw ethaddr=6c:ec:eb:a1:52:c3 extraargs=0 fdt_high=0xffffffff fdtaddr=88000000 fdtdir=/dtbs fdtfile=undefined fileaddr=88000000 filesize=112a4 findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; setenv fdtbase am335x-bone; fi; if test $board_name = A335BNLT; then setenv fdtfile am335x-boneblack.dtb; setenv fdtbase am335x-boneblack; 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 $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; gatewayip=192.168.0.1 importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize ipaddr=192.168.0.103 loadaddr=0x82000000 loadbootenv=load mmc ${bootpart} ${loadaddr} ${bootenv} loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile} loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then gpio set 54;echo SD/MMC found on device ${mmcdev};if run loadbootenv; then gpio set 55;echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $cape; then if test -e mmc ${bootpart} ${fdtdir}/$fdtbase-$cape.dtb; then setenv fdtfile $fdtbase-$cape.dtb; fi; echo using: $fdtfile...; fi; echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then gpio set 56; echo Running uenvcmd ...;run uenvcmd;fi;echo; echo uenvcmd was not defined in uEnv.txt ...;fi; mmcdev=0 mmcloados=run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi; mmcpart=1 mmcroot=/dev/mmcblk0p2 ro fixrtc mmcrootfstype=ext4 rootwait mtdids=nand0=omap2-nand.0 mtdparts=mtdparts=omap2-nand.0:128k(SPL),128k(SPL.backup1),128k(SPL.backup2),128k(SPL.backup3),1792k(u-boot),128k(u-boot-spl-os),128k(u-boot-env),5m(kernel),-(rootfs) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} u-boot-spl-os; nand read ${loadaddr} kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=7,2048 nandrootfstype=ubifs rootwait=1 netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr} netmask=255.255.255.0 nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs 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 stdin=serial stdout=serial usbnet_devaddr=6c:ec:eb:a1:52:c5 vendor=ti ver=U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54) Environment size: 5208/131068 bytes U-Boot# - 05:11:48 [INFO] Host: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdtaddr}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; fi' - 05:11:48 [INFO] Target: setenv bootcmd 'if iminfo ${loadaddr}; then setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; else setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${_initramfs} ${fdtaddr}; setenv bootargs ${bootargs} ${extraargs}; bootm ${loadaddr} ${_initramfs} ${fdtaddr}; fi' U-Boot# - 05:11:48 [INFO] Host: setenv mmcloados 'run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' - 05:11:48 [INFO] Target: setenv mmcloados 'run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;' U-Boot# - 05:11:48 [INFO] Host: setenv nandboot 'echo Booting from nand ...; run nandargs; nand read ${fdtaddr} u-boot-spl-os; nand read ${loadaddr} kernel; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' - 05:11:49 [INFO] Target: setenv nandboot 'echo Booting from nand ...; run nandargs; nand read ${fdtaddr} u-boot-spl-os; nand read ${loadaddr} kernel; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' U-Boot# - 05:11:49 [INFO] Host: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' - 05:11:49 [INFO] Target: setenv netboot 'echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} - ${fdtaddr}' U-Boot# - 05:11:49 [INFO] Host: setenv ramboot 'echo Booting from ramdisk ...; run ramargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${rdaddr} ${fdtaddr}' - 05:11:49 [INFO] Target: setenv ramboot 'echo Booting from ramdisk ...; run ramargs; setenv bootargs ${bootargs} ${extraargs}; bootz ${loadaddr} ${rdaddr} ${fdtaddr}' U-Boot# - 05:11:49 [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:11:49 [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}' U-Boot# - 05:11:49 [INFO] Host: boot - 05:11:49 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! Kernel image @ 0x82000000 [ 0x000000 - 0x519c28 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Using Device Tree in place at 88000000, end 880142a3 Starting kernel ... - 05:11:49 [INFO] Host: - 05:12:22 [INFO] Target: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j299150-arm-gcc-12-omap2plus-defconfig-wwd47) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Aug 29 04:05:03 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 BeagleBone Black [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 16 MiB at 0x9e800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (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/beaglebone-black/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: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 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.000028] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000475] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.001925] Console: colour dummy device 80x30 [ 0.001995] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.002004] This ensures that you still see kernel messages. Please [ 0.002010] update your kernel commandline. [ 0.002053] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) [ 0.090525] CPU: Testing write buffer coherency: ok [ 0.090636] CPU0: Spectre v2: using BPIALL workaround [ 0.090648] pid_max: default: 32768 minimum: 301 [ 0.090774] LSM: initializing lsm=capability [ 0.090944] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.090966] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.092465] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.094079] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.094360] rcu: Hierarchical SRCU implementation. [ 0.094372] rcu: Max phase no-delay instances is 1000. [ 0.095355] smp: Bringing up secondary CPUs ... [ 0.095403] smp: Brought up 1 node, 1 CPU [ 0.095418] SMP: Total of 1 processors activated (996.14 BogoMIPS). [ 0.095431] CPU: All CPU(s) started in SVC mode. [ 0.095600] Memory: 482020K/522240K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 22200K reserved, 16384K cma-reserved, 0K highmem) [ 0.096359] devtmpfs: initialized [ 0.111717] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.112076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.112111] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.113374] pinctrl core: initialized pinctrl subsystem [ 0.115771] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.118479] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.119046] audit: initializing netlink subsys (disabled) [ 0.120317] thermal_sys: Registered thermal governor 'fair_share' [ 0.120334] thermal_sys: Registered thermal governor 'step_wise' [ 0.120346] thermal_sys: Registered thermal governor 'user_space' [ 0.120458] audit: type=2000 audit(0.110:1): state=initialized audit_enabled=0 res=1 [ 0.120526] cpuidle: using governor menu [ 0.142785] No ATAGs? [ 0.142816] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.145713] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.164278] iommu: Default domain type: Translated [ 0.164300] iommu: DMA domain TLB invalidation policy: strict mode [ 0.171423] SCSI subsystem initialized [ 0.172210] pps_core: LinuxPPS API ver. 1 registered [ 0.172223] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.172247] PTP clock support registered [ 0.181083] vgaarb: loaded [ 0.181454] clocksource: Switched to clocksource dmtimer [ 0.182041] VFS: Disk quotas dquot_6.6.0 [ 0.182086] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.205553] NET: Registered PF_INET protocol family [ 0.205900] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.207254] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.207292] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.207312] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.207356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.207457] TCP: Hash tables configured (established 4096 bind 4096) [ 0.207580] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.207610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.207780] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.222078] RPC: Registered named UNIX socket transport module. [ 0.222101] RPC: Registered udp transport module. [ 0.222108] RPC: Registered tcp transport module. [ 0.222114] RPC: Registered tcp-with-tls transport module. [ 0.222120] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.222145] PCI: CLS 0 bytes, default 64 [ 0.223537] Initialise system trusted keyrings [ 0.224237] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.225849] NFS: Registering the id_resolver key type [ 0.225929] Key type id_resolver registered [ 0.225937] Key type id_legacy registered [ 0.225987] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.226448] Key type asymmetric registered [ 0.226467] Asymmetric key parser 'x509' registered [ 0.226537] io scheduler mq-deadline registered [ 0.226549] io scheduler kyber registered [ 0.226620] io scheduler bfq registered [ 0.241714] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.287262] brd: module loaded [ 0.303757] loop: module loaded [ 0.304658] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.307689] i2c_dev: i2c /dev entries driver [ 0.308539] cpuidle: enable-method property 'ti,am3352' found operations [ 0.308955] sdhci: Secure Digital Host Controller Interface driver [ 0.308965] sdhci: Copyright(c) Pierre Ossman [ 0.309134] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.317642] ledtrig-cpu: registered to indicate activity on CPUs [ 0.318614] Initializing XFRM netlink socket [ 0.318738] NET: Registered PF_INET6 protocol family [ 0.320488] Segment Routing with IPv6 [ 0.320577] In-situ OAM (IOAM) with IPv6 [ 0.320673] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.321704] NET: Registered PF_PACKET protocol family [ 0.321737] NET: Registered PF_KEY protocol family [ 0.321876] Key type dns_resolver registered [ 0.322114] ThumbEE CPU extension supported. [ 0.322137] Registering SWP/SWPB emulation handler [ 0.322587] omap_voltage_late_init: Voltage driver support not added [ 0.322942] SmartReflex Class3 initialized [ 0.383516] Loading compiled-in X.509 certificates [ 0.436518] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins [ 0.437073] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.441717] ti-sysc 44e31000.target-module: probe with driver ti-sysc failed with error -16 [ 0.492930] ti-sysc 48040000.target-module: probe with driver ti-sysc failed with error -16 [ 0.515968] OMAP GPIO hardware version 0.1 [ 0.558963] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 0.573768] 48000000.interconnect:segment@200000:target-module@0:mpu@0:fck: device ID is greater than 24 [ 0.577626] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 [ 0.588021] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 0.588479] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 0.665594] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 0.793870] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 0.794327] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 [ 0.794348] cpsw-switch 4a100000.switch: ALE Table size 1024 [ 0.794503] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) [ 0.794519] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec [ 0.794616] cpsw-switch 4a100000.switch: Detected MACID = 6c:ec:eb:a1:52:c3 [ 0.796369] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) [ 0.806857] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 0.806903] edma 49000000.dma: TI EDMA DMA engine driver [ 0.824627] target-module@4b000000:target-module@140000:pmu@0:fck: device ID is greater than 24 [ 0.848635] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.857845] l3-aon-clkctrl:0000:0: failed to disable [ 0.872704] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 34, base_baud = 3000000) is a 8250 [ 0.872789] printk: legacy console [ttyS0] enabled [ 2.122644] tps65217-pmic: Failed to locate of_node [id: -1] [ 2.128697] tps65217-bl: Failed to locate of_node [id: -1] [ 2.165544] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 2.171713] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 [ 2.185093] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 2.196479] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.204654] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.213570] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.218552] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.228459] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.237142] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 2.245856] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 2.285056] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA [ 2.293339] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA [ 2.302139] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac [ 2.376956] mmc1: new high speed MMC card at address 0001 [ 2.383725] mmcblk1: mmc1:0001 MMC04G 3.60 GiB [ 2.390785] mmcblk1: p1 p2 [ 2.395475] mmcblk1boot0: mmc1:0001 MMC04G 2.00 MiB [ 2.402527] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) [ 2.413407] mmcblk1boot1: mmc1:0001 MMC04G 2.00 MiB [ 2.426173] mmcblk1rpmb: mmc1:0001 MMC04G 128 KiB, chardev (250:0) [ 2.464887] mmc0: new high speed SDHC card at address aaaa [ 2.471732] mmcblk0: mmc0:aaaa SL08G 7.40 GiB [ 2.479074] mmcblk0: p1 p2 p3 [ 4.562210] cpsw-switch 4a100000.switch eth0: Link is Up - 100Mbps/Full - flow control off [ 4.611510] Sending DHCP requests ., OK [ 4.655417] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.103 [ 4.663264] IP-Config: Complete: [ 4.666509] device=eth0, hwaddr=6c:ec:eb:a1:52:c3, ipaddr=192.168.0.103, mask=255.255.255.0, gw=192.168.0.1 [ 4.676764] host=192.168.0.103, domain=ti.com, nis-domain=(none) [ 4.683283] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 4.683295] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 4.696435] clk: Disabling unused clocks [ 4.700586] PM: genpd: Disabling unused power domains [ 4.744487] VFS: Mounted root (nfs filesystem) on device 0:17. [ 4.751137] devtmpfs: mounted [ 4.755933] Freeing unused kernel image (initmem) memory: 1024K [ 4.762628] Run /sbin/init as init process [ 5.604549] systemd[1]: System time before build time, advancing clock. [ 5.698638] systemd[1]: Inserted module 'autofs4' [ 5.800331] 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) [ 5.824883] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! [ 5.874620] systemd[1]: Set hostname to . [ 7.899256] systemd[1]: Queued start job for default target Graphical Interface. [ 8.361481] random: crng init done [ 8.365382] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 8.377915] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 8.415303] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. [ 8.454282] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. [ 8.494176] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. [ 8.533910] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. [ 8.572552] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m. [ 8.612365] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m. [ 8.653347] 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. [ 8.692197] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. [ 8.732249] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. [ 8.771829] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. [ 8.811775] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. [ 8.842047] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. [ 8.872737] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. [ 8.914601] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m. [ 8.954168] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. [ 8.993185] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. [ 9.034362] systemd[1]: Listening on Network Service Netlink Socket. [[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m. [ 9.078389] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. [ 9.112860] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. [ 9.152863] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 9.194485] systemd[1]: Mounting POSIX Message Queue File System... Mounting [0;1;39mPOSIX Message Queue File System[0m... [ 9.245974] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... [ 9.358747] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... [ 9.433282] 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... [ 9.522909] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... [ 9.588522] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... [ 9.710690] systemd[1]: Starting Load Kernel Module fuse... Starting [0;1;39mLoad Kernel Module fuse[0m... [ 9.754520] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 9.835530] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... [ 9.915478] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... [ 9.963405] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... [ 10.055396] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... [ 10.158473] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m. [ 10.223703] systemd[1]: Mounted Kernel Debug File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [ 10.283496] systemd[1]: Mounted Kernel Trace File System. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. [ 10.355127] 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. [ 10.446051] systemd[1]: modprobe@configfs.service: Succeeded. [ 10.484343] systemd[1]: Finished Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [ 10.525165] systemd[1]: modprobe@drm.service: Succeeded. [ 10.553368] systemd[1]: Finished Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [ 10.585181] systemd[1]: modprobe@fuse.service: Succeeded. [ 10.613711] systemd[1]: Finished Load Kernel Module fuse. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m. [ 10.652234] systemd[1]: Finished Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. [ 10.685759] systemd[1]: Finished Remount Root and Kernel File Systems. [[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m. [ 10.776535] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 10.855566] systemd[1]: Mounting Kernel Configuration File System... Mounting [0;1;39mKernel Configuration File System[0m... [ 10.906855] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 10.943446] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 11.017671] systemd[1]: Starting Load/Save Random Seed... Starting [0;1;39mLoad/Save Random Seed[0m... [ 11.087079] systemd[1]: Starting Apply Kernel Variables... Starting [0;1;39mApply Kernel Variables[0m... [ 11.194838] systemd[1]: Starting Create System Users... Starting [0;1;39mCreate System Users[0m... [ 11.239803] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. Starting [0;1;39mFlush Journal to Persistent Storage[0m... [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. [ 11.766186] systemd-journald[95]: Received client request to flush runtime journal. Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [ 11.818018] systemd-journald[95]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[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;39mFlush Journal to Persistent Storage[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. Starting [0;1;39mNetwork Service[0m... [ 15.873348] remoteproc remoteproc0: wkup_m3 is available [ 16.012202] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 16.090913] omap_rtc 44e3e000.rtc: registered as rtc0 [ 16.096333] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 16.173302] at24 2-0054: supply vcc not found, using dummy regulator [ 16.324749] at24 2-0055: supply vcc not found, using dummy regulator [ 16.456559] at24 2-0056: supply vcc not found, using dummy regulator [ 16.483096] tda998x 0-0070: found TDA19988 [ 16.516791] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set [ 16.560788] at24 2-0057: supply vcc not found, using dummy regulator [[0;32m OK [0m] Found device [0;1;39m/dev/ttyS0[0m. [ 16.637022] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.666013] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.675084] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0 [ 16.709841] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 16.797929] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 16.812788] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.997371] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 17.008437] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 17.198954] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 17.432256] usbcore: registered new interface driver usbfs [ 17.437881] usbcore: registered new interface driver hub [ 17.443472] usbcore: registered new device driver usb [ 17.905578] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 17.939572] remoteproc remoteproc0: powering up wkup_m3 [ 18.055350] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2 [ 18.065111] remoteproc remoteproc0: request_firmware failed: -2 [ 18.071074] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed [ 18.540175] musb-hdrc musb-hdrc.1: MUSB HDRC host driver [ 18.545829] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1 [ 18.650445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 18.659004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.666442] usb usb1: Product: MUSB HDRC host driver [ 18.671485] usb usb1: Manufacturer: Linux 6.11.0-rc5 musb-hcd [ 18.677262] usb usb1: SerialNumber: musb-hdrc.1 [ 18.730016] hub 1-0:1.0: USB hub found [ 18.759781] hub 1-0:1.0: 1 port detected [ 18.873659] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x]) [ 18.992832] [drm] Initialized tilcdc 1.0.0 for 4830e000.lcdc on minor 0 [ 19.006918] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 19.072379] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [ 19.088837] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [[0m[0;31m* [0m] (1 of 2) A start job is running for Network Service (11s / 1min 36s) [ 19.451831] usb 1-1: new high-speed USB device number 2 using musb-hdrc [ 19.841697] usb 1-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00 [ 19.849972] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 19.857207] usb 1-1: Product: USB DISK [ 19.860979] usb 1-1: Manufacturer: SMI Corporation [ 19.865858] usb 1-1: SerialNumber: AA00000000021535 M [K[[0;1;31m*[0m[0;31m* [0m] (1 of 2) A start job is running for Network Service (11s / 1min 36s) [ 20.490392] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 20.554400] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 20.623703] omap-sham 53100000.sham: will run requests pump with realtime priority [ 20.684198] omap-aes 53500000.aes: will run requests pump with realtime priority M [K[[0;32m OK [0m] Started [0;1;39mNetwork Service[0m. [K[ 20.824643] PM: Cannot get wkup_m3_ipc handle [[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. [ 23.524045] PM: Cannot get wkup_m3_ipc handle [ 23.606129] PM: Cannot get wkup_m3_ipc handle [ 24.286467] usb-storage 1-1:1.0: USB Mass Storage device detected [ 24.325056] scsi host0: usb-storage 1-1:1.0 [ 24.330075] usbcore: registered new interface driver usb-storage [ 24.336821] PM: Cannot get wkup_m3_ipc handle [[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. [[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[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... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [ 25.542665] scsi 0:0:0:0: Direct-Access SMI USB DISK 1100 PQ: 0 ANSI: 4 [ 25.575645] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB) [ 25.626352] sd 0:0:0:0: [sda] Write Protect is off [ 25.655757] sd 0:0:0:0: [sda] No Caching mode page found [ 25.661848] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 25.766781] sda: sda1 [ 25.771143] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 25.780510] PM: Cannot get wkup_m3_ipc handle [[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-seye-armhf login: root (automatic login) Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Thu Aug 29 04:05:03 UTC 2024 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Aug 30 09:59:59 UTC 2024 on ttyS0 / # - 05:12:22 [INFO] Sleeping 15 secs to allow systemd to finish starting processes... - 05:12:37 [INFO] Disconnected serial from beaglebone-black - 05:12:37 [INFO] Connected to beaglebone-black via serial - 05:12:37 [INFO] Host: uname -a - 05:12:37 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Thu Aug 29 04:05:03 UTC 2024 armv7l GNU/Linux / # - 05:12:37 [INFO] Host: cat /proc/cmdline - 05:12:38 [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/beaglebone-black/autofs/29d150f62ef8c1505ae043eeb678acc5,nolock,v3,tcp,rsize=4096,wsize=4096 0 / # - 05:12:38 [INFO] Host: uname -a - 05:12:38 [INFO] Target: uname -a Linux debian-bullseye-armhf 6.11.0-rc5 #1 SMP Thu Aug 29 04:05:03 UTC 2024 armv7l GNU/Linux / # - 05:12:38 [INFO] Host: cat /proc/mtd - 05:12:38 [INFO] Target: cat /proc/mtd dev: size erasesize name / # - 05:12:38 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved - 05:12:39 [INFO] Target: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved / # - 05:12:39 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc - 05:12:40 [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:12:40 [INFO] Host: cat /proc/diskstats - 05:12:40 [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 mmcblk1 95 0 5352 1388 0 0 0 0 0 0 1388 0 0 0 0 0 0 179 1 mmcblk1p1 30 0 2080 480 0 0 0 0 0 0 480 0 0 0 0 0 0 179 2 mmcblk1p2 28 0 2080 574 0 0 0 0 0 0 574 0 0 0 0 0 0 179 8 mmcblk1boot0 28 0 224 593 0 0 0 0 0 0 593 0 0 0 0 0 0 179 16 mmcblk1boot1 28 0 224 453 0 0 0 0 0 0 453 0 0 0 0 0 0 179 24 mmcblk0 122 0 7484 1940 0 0 0 0 0 0 1940 0 0 0 0 0 0 179 25 mmcblk0p1 30 0 2096 444 0 0 0 0 0 0 444 0 0 0 0 0 0 179 26 mmcblk0p2 27 0 2116 450 0 0 0 0 0 0 450 0 0 0 0 0 0 179 27 mmcblk0p3 28 0 2080 579 0 0 0 0 0 0 579 0 0 0 0 0 0 8 0 sda 76 0 2809 470 0 0 0 0 0 0 470 0 0 0 0 0 0 8 1 sda1 39 0 2121 290 0 0 0 0 0 0 290 0 0 0 0 0 0 / # - 05:12:40 [INFO] Host: cat /proc/interrupts - 05:12:40 [INFO] Target: cat /proc/interrupts CPU0 16: 5048 INTC 68 Level clockevent 17: 0 INTC 96 Level 44e07000.gpio 23: 0 INTC 98 Level 4804c000.gpio 24: 24 INTC 30 Level 4819c000.i2c 25: 0 INTC 32 Level 481ac000.gpio 26: 0 INTC 62 Level 481ae000.gpio 27: 40967 INTC 41 Level 4a100000.switch 28: 30895 INTC 42 Level 4a100000.switch 29: 13 INTC 43 Level 4a100000.switch 30: 646 INTC 28 Level mmc1 31: 300 INTC 12 Level 49000000.dma_ccint 32: 10 INTC 14 Level 49000000.dma_ccerrint 33: 0 INTC 3 Level arm-pmu 34: 403 INTC 72 Level 44e09000.serial 35: 1790 INTC 70 Level 44e0b000.i2c 36: 0 INTC 7 Level tps65217-irq 38: 0 tps65217 0 Edge vbus 39: 0 tps65217 2 Edge tps65217_pwrbutton 40: 421 INTC 64 Level mmc0 41: 0 44e07000.gpio 6 Edge 48060000.mmc cd 42: 0 INTC 75 Level rtc0 43: 0 INTC 76 Level rtc0 44: 0 4804c000.gpio 25 Level tda998x 45: 0 INTC 78 Level wkup_m3_txev 46: 3075 INTC 17 Level 47400000.dma-controller 47: 0 INTC 77 Level mbox-wkup-m3 48: 0 INTC 18 Level musb-hdrc.0 49: 47 INTC 19 Level musb-hdrc.1 50: 0 INTC 111 Level 48310000.rng 51: 0 INTC 36 Level tilcdc 52: 0 INTC 109 Level 53100000.sham 53: 0 INTC 81 Level 48038000.mcasp_rx 54: 0 INTC 80 Level 48038000.mcasp_tx Err: 0 / # - 05:12:40 [INFO] Host: cat /proc/softirqs - 05:12:41 [INFO] Target: cat /proc/softirqs CPU0 HI: 3 TIMER: 2764 NET_TX: 3 NET_RX: 62272 BLOCK: 0 IRQ_POLL: 0 TASKLET: 7756 SCHED: 0 HRTIMER: 0 RCU: 6036 / # - 05:12:41 [INFO] Host: ls -lR /run/media/mmcblk0p1 - 05:12:41 [INFO] Target: ls -lR /run/media/mmcblk0p1 ls: cannot access '/run/media/mmcblk0p1': No such file or directory / # - 05:12:41 [INFO] Host: lsmod - 05:12:41 [INFO] Target: lsmod Module Size Used by usb_storage 53248 0 snd_soc_hdmi_codec 16384 1 evdev 20480 1 snd_soc_simple_card 16384 0 snd_soc_simple_card_utils 20480 1 snd_soc_simple_card pm33xx 12288 0 omap_aes_driver 24576 0 snd_soc_davinci_mcasp 24576 2 omap_sham 28672 0 omap_crypto 12288 1 omap_aes_driver snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp crypto_engine 12288 2 omap_aes_driver,omap_sham snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp libaes 12288 1 omap_aes_driver snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp ti_emif_sram 12288 1 pm33xx snd_soc_core 184320 7 snd_soc_davinci_mcasp,snd_soc_hdmi_codec,snd_soc_simple_card_utils,snd_soc_ti_sdma,snd_soc_ti_edma,snd_soc_ti_udma,snd_soc_simple_card snd_pcm_dmaengine 12288 1 snd_soc_core snd_pcm 114688 5 snd_soc_davinci_mcasp,snd_pcm_dmaengine,snd_soc_hdmi_codec,snd_soc_simple_card_utils,snd_soc_core snd_timer 32768 1 snd_pcm omap_rng 12288 0 tilcdc 32768 0 snd 65536 4 snd_soc_hdmi_codec,snd_timer,snd_soc_core,snd_pcm rng_core 16384 1 omap_rng soundcore 12288 1 snd drm_dma_helper 16384 1 tilcdc musb_dsps 16384 0 musb_hdrc 126976 1 musb_dsps omap_mailbox 12288 1 udc_core 45056 1 musb_hdrc usbcore 208896 2 usb_storage,musb_hdrc phy_am335x 12288 2 phy_generic 12288 1 phy_am335x wkup_m3_ipc 12288 1 pm33xx cppi41 16384 60 usb_common 12288 5 phy_am335x,udc_core,musb_hdrc,musb_dsps,usbcore tps65218_pwrbutton 12288 0 tda998x 24576 0 phy_am335x_control 12288 1 phy_am335x drm_kms_helper 126976 3 drm_dma_helper,tda998x,tilcdc at24 16384 0 rtc_omap 16384 2 pm33xx omap_wdt 12288 0 watchdog 24576 1 omap_wdt wkup_m3_rproc 12288 1 leds_gpio 12288 0 led_class 12288 1 leds_gpio cpufreq_dt 12288 0 drm 425984 5 drm_dma_helper,tda998x,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:12:41 [INFO] Host: export IPERFHOST=192.168.0.1 - 05:12:41 [INFO] Target: export IPERFHOST=192.168.0.1 / # - 05:12:41 [INFO] Host: export NFS_SERVER=192.168.0.1 - 05:12:42 [INFO] Target: export NFS_SERVER=192.168.0.1 / # - 05:12:42 [INFO] Host: export NFS_ROOT_PATH=/opt/NFS_exports/linux/beaglebone-black - 05:12:42 [INFO] Target: export NFS_ROOT_PATH=/opt/NFS_exports/linux/beaglebone-black / # - 05:12:42 [INFO] Host: export AP_SSID= - 05:12:42 [INFO] Target: export AP_SSID= / # - 05:12:42 [INFO] Host: mkdir -p -m 777 /test - 05:12:42 [INFO] Target: mkdir -p -m 777 /test / # - 05:12:42 [INFO] Host: cd /test - 05:12:42 [INFO] Target: cd /test /test # - 05:12:42 [INFO] Host: cat > test.sh << EOF - 05:12:43 [INFO] Target: cat > test.sh << EOF > - 05:12:43 [INFO] Host: failtest() { - 05:12:43 [INFO] Target: failtest() { > - 05:12:43 [INFO] Host: echo 1 >&3 - 05:12:43 [INFO] Target: echo 1 >&3 > - 05:12:43 [INFO] Host: } - 05:12:43 [INFO] Target: } > - 05:12:43 [INFO] Host: timeout=20 - 05:12:43 [INFO] Target: timeout=20 > - 05:12:43 [INFO] Host: - 05:12:44 [INFO] Target: > - 05:12:44 [INFO] Host: # Start of user's script logic - 05:12:44 [INFO] Target: # Start of user's script logic > - 05:12:44 [INFO] Host: dmesg - 05:12:44 [INFO] Target: dmesg > - 05:12:44 [INFO] Host: EOF - 05:12:44 [INFO] Target: EOF /test # - 05:12:44 [INFO] Host: cd /test - 05:12:44 [INFO] Target: cd /test /test # - 05:12:44 [INFO] Host: chmod +x test.sh - 05:12:45 [INFO] Target: chmod +x test.sh /test # - 05:12:45 [INFO] Host: ./test.sh 2>&1 3> result.log - 05:12:48 [INFO] Target: ./test.sh 2>&1 3> result.log [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.11.0-rc5 (KernelCI@build-j299150-arm-gcc-12-omap2plus-defconfig-wwd47) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Aug 29 04:05:03 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 BeagleBone Black [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 16 MiB at 0x9e800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (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/beaglebone-black/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: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 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.000028] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000475] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.001925] Console: colour dummy device 80x30 [ 0.001995] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.002004] This ensures that you still see kernel messages. Please [ 0.002010] update your kernel commandline. [ 0.002053] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736) [ 0.090525] CPU: Testing write buffer coherency: ok [ 0.090636] CPU0: Spectre v2: using BPIALL workaround [ 0.090648] pid_max: default: 32768 minimum: 301 [ 0.090774] LSM: initializing lsm=capability [ 0.090944] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.090966] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.092465] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.094079] Setting up static identity map for 0x80100000 - 0x80100078 [ 0.094360] rcu: Hierarchical SRCU implementation. [ 0.094372] rcu: Max phase no-delay instances is 1000. [ 0.095355] smp: Bringing up secondary CPUs ... [ 0.095403] smp: Brought up 1 node, 1 CPU [ 0.095418] SMP: Total of 1 processors activated (996.14 BogoMIPS). [ 0.095431] CPU: All CPU(s) started in SVC mode. [ 0.095600] Memory: 482020K/522240K available (11264K kernel code, 1142K rwdata, 2696K rodata, 1024K init, 291K bss, 22200K reserved, 16384K cma-reserved, 0K highmem) [ 0.096359] devtmpfs: initialized [ 0.111717] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.112076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.112111] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.113374] pinctrl core: initialized pinctrl subsystem [ 0.115771] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.118479] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.119046] audit: initializing netlink subsys (disabled) [ 0.120317] thermal_sys: Registered thermal governor 'fair_share' [ 0.120334] thermal_sys: Registered thermal governor 'step_wise' [ 0.120346] thermal_sys: Registered thermal governor 'user_space' [ 0.120458] audit: type=2000 audit(0.110:1): state=initialized audit_enabled=0 res=1 [ 0.120526] cpuidle: using governor menu [ 0.142785] No ATAGs? [ 0.142816] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.145713] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.164278] iommu: Default domain type: Translated [ 0.164300] iommu: DMA domain TLB invalidation policy: strict mode [ 0.165711] reg-fixed-voltage fixedregulator0: using DT '/fixedregulator0' for '(default)' GPIO lookup [ 0.165764] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator0[0]' [ 0.165793] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator0[0]' [ 0.165810] reg-fixed-voltage fixedregulator0: using lookup tables for GPIO lookup [ 0.165821] reg-fixed-voltage fixedregulator0: No GPIO consumer (default) found [ 0.171423] SCSI subsystem initialized [ 0.171871] libata version 3.00 loaded. [ 0.172210] pps_core: LinuxPPS API ver. 1 registered [ 0.172223] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.172247] PTP clock support registered [ 0.181083] vgaarb: loaded [ 0.181454] clocksource: Switched to clocksource dmtimer [ 0.182041] VFS: Disk quotas dquot_6.6.0 [ 0.182086] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.205553] NET: Registered PF_INET protocol family [ 0.205900] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.207254] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.207292] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.207312] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.207356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.207457] TCP: Hash tables configured (established 4096 bind 4096) [ 0.207580] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.207610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.207780] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.222078] RPC: Registered named UNIX socket transport module. [ 0.222101] RPC: Registered udp transport module. [ 0.222108] RPC: Registered tcp transport module. [ 0.222114] RPC: Registered tcp-with-tls transport module. [ 0.222120] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.222145] PCI: CLS 0 bytes, default 64 [ 0.223537] Initialise system trusted keyrings [ 0.224237] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.225849] NFS: Registering the id_resolver key type [ 0.225929] Key type id_resolver registered [ 0.225937] Key type id_legacy registered [ 0.225987] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc. [ 0.226448] Key type asymmetric registered [ 0.226467] Asymmetric key parser 'x509' registered [ 0.226537] io scheduler mq-deadline registered [ 0.226549] io scheduler kyber registered [ 0.226620] io scheduler bfq registered [ 0.241714] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 0.287262] brd: module loaded [ 0.303757] loop: module loaded [ 0.304658] mtdoops: mtd device (mtddev=name/number) must be supplied [ 0.306303] mdio_bus fixed-0: using lookup tables for GPIO lookup [ 0.306331] mdio_bus fixed-0: No GPIO consumer reset found [ 0.307689] i2c_dev: i2c /dev entries driver [ 0.308539] cpuidle: enable-method property 'ti,am3352' found operations [ 0.308955] sdhci: Secure Digital Host Controller Interface driver [ 0.308965] sdhci: Copyright(c) Pierre Ossman [ 0.309134] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.317642] ledtrig-cpu: registered to indicate activity on CPUs [ 0.318614] Initializing XFRM netlink socket [ 0.318738] NET: Registered PF_INET6 protocol family [ 0.320488] Segment Routing with IPv6 [ 0.320577] In-situ OAM (IOAM) with IPv6 [ 0.320673] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.321704] NET: Registered PF_PACKET protocol family [ 0.321737] NET: Registered PF_KEY protocol family [ 0.321876] Key type dns_resolver registered [ 0.322114] ThumbEE CPU extension supported. [ 0.322137] Registering SWP/SWPB emulation handler [ 0.322587] omap_voltage_late_init: Voltage driver support not added [ 0.322942] SmartReflex Class3 initialized [ 0.383516] Loading compiled-in X.509 certificates [ 0.428963] gpiochip_find_base_unlocked: found new base at 512 [ 0.436518] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins [ 0.437073] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.441717] ti-sysc 44e31000.target-module: probe with driver ti-sysc failed with error -16 [ 0.492930] ti-sysc 48040000.target-module: probe with driver ti-sysc failed with error -16 [ 0.503354] gpiochip_find_base_unlocked: found new base at 512 [ 0.503455] gpio gpiochip0: (gpio-0-31): created GPIO range 0->7 ==> 44e10800.pinmux PIN 0->7 [ 0.503478] gpio gpiochip0: (gpio-0-31): created GPIO range 8->11 ==> 44e10800.pinmux PIN 90->93 [ 0.503494] gpio gpiochip0: (gpio-0-31): created GPIO range 12->27 ==> 44e10800.pinmux PIN 12->27 [ 0.503510] gpio gpiochip0: (gpio-0-31): created GPIO range 28->31 ==> 44e10800.pinmux PIN 30->33 [ 0.515717] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0) [ 0.515883] gpio gpiochip0: registered GPIOs 512 to 543 on gpio-0-31 [ 0.515968] OMAP GPIO hardware version 0.1 [ 0.558017] i2c i2c-2: using DT '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0' for 'scl' GPIO lookup [ 0.558089] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0[0]' [ 0.558128] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0[0]' [ 0.558159] i2c i2c-2: using lookup tables for GPIO lookup [ 0.558170] i2c i2c-2: No GPIO consumer scl found [ 0.558192] i2c i2c-2: using DT '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0' for 'sda' GPIO lookup [ 0.558223] of_get_named_gpiod_flags: can't parse 'sda-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0[0]' [ 0.558255] of_get_named_gpiod_flags: can't parse 'sda-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@9c000/i2c@0[0]' [ 0.558281] i2c i2c-2: using lookup tables for GPIO lookup [ 0.558291] i2c i2c-2: No GPIO consumer sda found [ 0.558963] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 0.564296] gpiochip_find_base_unlocked: found new base at 544 [ 0.564410] gpio gpiochip1: (gpio-32-63): created GPIO range 0->17 ==> 44e10800.pinmux PIN 34->51 [ 0.564432] gpio gpiochip1: (gpio-32-63): created GPIO range 18->21 ==> 44e10800.pinmux PIN 77->80 [ 0.564448] gpio gpiochip1: (gpio-32-63): created GPIO range 22->31 ==> 44e10800.pinmux PIN 56->65 [ 0.565407] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1) [ 0.565551] gpio gpiochip1: registered GPIOs 544 to 575 on gpio-32-63 [ 0.567596] gpiochip_find_base_unlocked: found new base at 576 [ 0.567685] gpio gpiochip2: (gpio-64-95): created GPIO range 0->4 ==> 44e10800.pinmux PIN 66->70 [ 0.567706] gpio gpiochip2: (gpio-64-95): created GPIO range 5->6 ==> 44e10800.pinmux PIN 98->99 [ 0.567722] gpio gpiochip2: (gpio-64-95): created GPIO range 7->8 ==> 44e10800.pinmux PIN 75->76 [ 0.567738] gpio gpiochip2: (gpio-64-95): created GPIO range 13->13 ==> 44e10800.pinmux PIN 141->141 [ 0.567754] gpio gpiochip2: (gpio-64-95): created GPIO range 14->21 ==> 44e10800.pinmux PIN 100->107 [ 0.568359] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2) [ 0.568497] gpio gpiochip2: registered GPIOs 576 to 607 on gpio-64-95 [ 0.573768] 48000000.interconnect:segment@200000:target-module@0:mpu@0:fck: device ID is greater than 24 [ 0.577626] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 [ 0.586448] mdio_bus 4a101000.mdio: using DT '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000' for 'reset' GPIO lookup [ 0.586522] 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.586565] 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.586606] mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup [ 0.586617] mdio_bus 4a101000.mdio: No GPIO consumer reset found [ 0.587692] sdhci-omap 481d8000.mmc: using DT '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0' for 'wp' GPIO lookup [ 0.587756] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0[0]' [ 0.587794] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0[0]' [ 0.587823] sdhci-omap 481d8000.mmc: using lookup tables for GPIO lookup [ 0.587832] sdhci-omap 481d8000.mmc: No GPIO consumer wp found [ 0.588021] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 0.588479] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 0.665594] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 0.689945] 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.690038] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/ocp/interconnect@4a000000/segment@0/target-module@100000/switch@0/mdio@1000/ethernet-phy@0[0]' - status (0) [ 0.690191] gpio gpiochip0: Persistence not supported for GPIO 8 [ 0.793870] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 0.794327] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4 [ 0.794348] cpsw-switch 4a100000.switch: ALE Table size 1024 [ 0.794503] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies) [ 0.794519] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec [ 0.794616] cpsw-switch 4a100000.switch: Detected MACID = 6c:ec:eb:a1:52:c3 [ 0.796369] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0) [ 0.806857] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 0.806903] edma 49000000.dma: TI EDMA DMA engine driver [ 0.824627] target-module@4b000000:target-module@140000:pmu@0:fck: device ID is greater than 24 [ 0.848635] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.849498] gpio-clk clk_mcasp0: using DT '/clk_mcasp0' for 'enable' GPIO lookup [ 0.849572] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/clk_mcasp0[0]' - status (0) [ 0.849616] gpio gpiochip0: Persistence not supported for GPIO 27 [ 0.850406] gpiochip_find_base_unlocked: found new base at 608 [ 0.850514] gpio gpiochip3: (gpio-96-127): created GPIO range 0->7 ==> 44e10800.pinmux PIN 82->89 [ 0.850536] gpio gpiochip3: (gpio-96-127): created GPIO range 8->11 ==> 44e10800.pinmux PIN 52->55 [ 0.850552] gpio gpiochip3: (gpio-96-127): created GPIO range 12->15 ==> 44e10800.pinmux PIN 94->97 [ 0.850568] gpio gpiochip3: (gpio-96-127): created GPIO range 16->17 ==> 44e10800.pinmux PIN 71->72 [ 0.850583] gpio gpiochip3: (gpio-96-127): created GPIO range 18->18 ==> 44e10800.pinmux PIN 135->135 [ 0.850600] gpio gpiochip3: (gpio-96-127): created GPIO range 19->20 ==> 44e10800.pinmux PIN 108->109 [ 0.850616] gpio gpiochip3: (gpio-96-127): created GPIO range 21->21 ==> 44e10800.pinmux PIN 73->73 [ 0.850632] gpio gpiochip3: (gpio-96-127): created GPIO range 22->23 ==> 44e10800.pinmux PIN 8->9 [ 0.850649] gpio gpiochip3: (gpio-96-127): created GPIO range 26->27 ==> 44e10800.pinmux PIN 10->11 [ 0.850666] gpio gpiochip3: (gpio-96-127): created GPIO range 28->28 ==> 44e10800.pinmux PIN 74->74 [ 0.850683] gpio gpiochip3: (gpio-96-127): created GPIO range 29->29 ==> 44e10800.pinmux PIN 81->81 [ 0.850700] gpio gpiochip3: (gpio-96-127): created GPIO range 30->31 ==> 44e10800.pinmux PIN 28->29 [ 0.857845] l3-aon-clkctrl:0000:0: failed to disable [ 0.869936] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3) [ 0.870097] gpio gpiochip3: registered GPIOs 608 to 639 on gpio-96-127 [ 0.872087] omap8250 44e09000.serial: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0' for 'rs485-term' GPIO lookup [ 0.872157] 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]' [ 0.872199] 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]' [ 0.872230] omap8250 44e09000.serial: using lookup tables for GPIO lookup [ 0.872241] omap8250 44e09000.serial: No GPIO consumer rs485-term found [ 0.872252] omap8250 44e09000.serial: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@9000/serial@0' for 'rs485-rx-during-tx' GPIO lookup [ 0.872284] 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]' [ 0.872316] 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]' [ 0.872342] omap8250 44e09000.serial: using lookup tables for GPIO lookup [ 0.872351] omap8250 44e09000.serial: No GPIO consumer rs485-rx-during-tx found [ 0.872704] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 34, base_baud = 3000000) is a 8250 [ 0.872789] printk: legacy console [ttyS0] enabled [ 2.093049] i2c i2c-0: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0' for 'scl' GPIO lookup [ 2.093129] 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.093170] 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.093203] i2c i2c-0: using lookup tables for GPIO lookup [ 2.093216] i2c i2c-0: No GPIO consumer scl found [ 2.093241] i2c i2c-0: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0' for 'sda' GPIO lookup [ 2.093274] 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.093308] 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.093336] i2c i2c-0: using lookup tables for GPIO lookup [ 2.093346] i2c i2c-0: No GPIO consumer sda found [ 2.122644] tps65217-pmic: Failed to locate of_node [id: -1] [ 2.128697] tps65217-bl: Failed to locate of_node [id: -1] [ 2.165544] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 2.171713] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70 [ 2.185093] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0 [ 2.196479] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 2.204475] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'cd' GPIO lookup [ 2.204573] 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.204631] gpio gpiochip3: Persistence not supported for GPIO 6 [ 2.204654] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 2.213570] sdhci-omap 48060000.mmc: Got CD GPIO [ 2.218222] sdhci-omap 48060000.mmc: using DT '/ocp/interconnect@48000000/segment@0/target-module@60000/mmc@0' for 'wp' GPIO lookup [ 2.218266] 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.218303] 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.218335] sdhci-omap 48060000.mmc: using lookup tables for GPIO lookup [ 2.218348] sdhci-omap 48060000.mmc: No GPIO consumer wp found [ 2.218552] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator [ 2.227485] sdhci-omap 481d8000.mmc: using DT '/ocp/interconnect@48000000/segment@100000/target-module@d8000/mmc@0' for 'wp' GPIO lookup [ 2.227569] 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.227615] 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.227648] sdhci-omap 481d8000.mmc: using lookup tables for GPIO lookup [ 2.227660] sdhci-omap 481d8000.mmc: No GPIO consumer wp found [ 2.228459] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 2.237142] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator [ 2.245856] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 2.285056] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA [ 2.293339] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA [ 2.302139] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac [ 2.376956] mmc1: new high speed MMC card at address 0001 [ 2.383725] mmcblk1: mmc1:0001 MMC04G 3.60 GiB [ 2.390785] mmcblk1: p1 p2 [ 2.395475] mmcblk1boot0: mmc1:0001 MMC04G 2.00 MiB [ 2.402527] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) [ 2.413407] mmcblk1boot1: mmc1:0001 MMC04G 2.00 MiB [ 2.426173] mmcblk1rpmb: mmc1:0001 MMC04G 128 KiB, chardev (250:0) [ 2.464887] mmc0: new high speed SDHC card at address aaaa [ 2.471732] mmcblk0: mmc0:aaaa SL08G 7.40 GiB [ 2.479074] mmcblk0: p1 p2 p3 [ 4.562210] cpsw-switch 4a100000.switch eth0: Link is Up - 100Mbps/Full - flow control off [ 4.611510] Sending DHCP requests ., OK [ 4.655417] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.103 [ 4.663264] IP-Config: Complete: [ 4.666509] device=eth0, hwaddr=6c:ec:eb:a1:52:c3, ipaddr=192.168.0.103, mask=255.255.255.0, gw=192.168.0.1 [ 4.676764] host=192.168.0.103, domain=ti.com, nis-domain=(none) [ 4.683283] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 4.683295] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 4.696435] clk: Disabling unused clocks [ 4.700586] PM: genpd: Disabling unused power domains [ 4.744487] VFS: Mounted root (nfs filesystem) on device 0:17. [ 4.751137] devtmpfs: mounted [ 4.755933] Freeing unused kernel image (initmem) memory: 1024K [ 4.762628] Run /sbin/init as init process [ 4.766755] with arguments: [ 4.766762] /sbin/init [ 4.766770] 0 [ 4.766777] with environment: [ 4.766783] HOME=/ [ 4.766790] TERM=linux [ 4.766797] earlyprintk=serial,ttyO0,115200n8 [ 5.604549] systemd[1]: System time before build time, advancing clock. [ 5.698638] systemd[1]: Inserted module 'autofs4' [ 5.800331] 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) [ 5.824883] systemd[1]: Detected architecture arm. [ 5.874620] systemd[1]: Set hostname to . [ 7.899256] systemd[1]: Queued start job for default target Graphical Interface. [ 8.361481] random: crng init done [ 8.365382] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 8.377915] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 8.415303] systemd[1]: Created slice system-getty.slice. [ 8.454282] systemd[1]: Created slice system-modprobe.slice. [ 8.494176] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 8.533910] systemd[1]: Created slice User and Session Slice. [ 8.572552] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 8.612365] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 8.653347] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 8.692197] systemd[1]: Reached target Local Encrypted Volumes. [ 8.732249] systemd[1]: Reached target Paths. [ 8.771829] systemd[1]: Reached target Remote File Systems. [ 8.811775] systemd[1]: Reached target Slices. [ 8.842047] systemd[1]: Reached target Swap. [ 8.872737] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 8.914601] systemd[1]: Listening on Journal Audit Socket. [ 8.954168] systemd[1]: Listening on Journal Socket (/dev/log). [ 8.993185] systemd[1]: Listening on Journal Socket. [ 9.034362] systemd[1]: Listening on Network Service Netlink Socket. [ 9.078389] systemd[1]: Listening on udev Control Socket. [ 9.112860] systemd[1]: Listening on udev Kernel Socket. [ 9.152863] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 9.194485] systemd[1]: Mounting POSIX Message Queue File System... [ 9.245974] systemd[1]: Mounting Kernel Debug File System... [ 9.358747] systemd[1]: Mounting Kernel Trace File System... [ 9.433282] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 9.522909] systemd[1]: Starting Load Kernel Module configfs... [ 9.588522] systemd[1]: Starting Load Kernel Module drm... [ 9.710690] systemd[1]: Starting Load Kernel Module fuse... [ 9.754520] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 9.835530] systemd[1]: Starting Journal Service... [ 9.915478] systemd[1]: Starting Load Kernel Modules... [ 9.963405] systemd[1]: Starting Remount Root and Kernel File Systems... [ 10.055396] systemd[1]: Starting Coldplug All udev Devices... [ 10.158473] systemd[1]: Mounted POSIX Message Queue File System. [ 10.223703] systemd[1]: Mounted Kernel Debug File System. [ 10.283496] systemd[1]: Mounted Kernel Trace File System. [ 10.355127] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 10.446051] systemd[1]: modprobe@configfs.service: Succeeded. [ 10.484343] systemd[1]: Finished Load Kernel Module configfs. [ 10.525165] systemd[1]: modprobe@drm.service: Succeeded. [ 10.553368] systemd[1]: Finished Load Kernel Module drm. [ 10.585181] systemd[1]: modprobe@fuse.service: Succeeded. [ 10.613711] systemd[1]: Finished Load Kernel Module fuse. [ 10.652234] systemd[1]: Finished Load Kernel Modules. [ 10.685759] systemd[1]: Finished Remount Root and Kernel File Systems. [ 10.776535] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 10.855566] systemd[1]: Mounting Kernel Configuration File System... [ 10.906855] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 10.943446] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 11.017671] systemd[1]: Starting Load/Save Random Seed... [ 11.087079] systemd[1]: Starting Apply Kernel Variables... [ 11.194838] systemd[1]: Starting Create System Users... [ 11.239803] systemd[1]: Started Journal Service. [ 11.766186] systemd-journald[95]: Received client request to flush runtime journal. [ 11.818018] systemd-journald[95]: File /var/log/journal/c2d1e75df5a44f379b0ba44115d3cbbb/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 15.487720] leds-gpio leds: using DT '/leds/led2' for '(default)' GPIO lookup [ 15.487819] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led2[0]' - status (0) [ 15.487874] gpio gpiochip0: Persistence not supported for GPIO 21 [ 15.487887] gpio-533 (?): no flags found for GPIO (default) [ 15.543204] leds-gpio leds: using DT '/leds/led3' for '(default)' GPIO lookup [ 15.543434] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led3[0]' - status (0) [ 15.543492] gpio gpiochip0: Persistence not supported for GPIO 22 [ 15.543506] gpio-534 (?): no flags found for GPIO (default) [ 15.612091] leds-gpio leds: using DT '/leds/led4' for '(default)' GPIO lookup [ 15.612184] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led4[0]' - status (0) [ 15.612230] gpio gpiochip0: Persistence not supported for GPIO 23 [ 15.612243] gpio-535 (?): no flags found for GPIO (default) [ 15.661277] leds-gpio leds: using DT '/leds/led5' for '(default)' GPIO lookup [ 15.661376] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led5[0]' - status (0) [ 15.661630] gpio gpiochip0: Persistence not supported for GPIO 24 [ 15.661651] gpio-536 (?): no flags found for GPIO (default) [ 15.873348] remoteproc remoteproc0: wkup_m3 is available [ 16.012202] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 16.090913] omap_rtc 44e3e000.rtc: registered as rtc0 [ 16.096333] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 16.105109] omap_rtc 44e3e000.rtc: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0' for 'wp' GPIO lookup [ 16.105179] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]' [ 16.105223] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0[0]' [ 16.105257] omap_rtc 44e3e000.rtc: using lookup tables for GPIO lookup [ 16.105270] omap_rtc 44e3e000.rtc: No GPIO consumer wp found [ 16.173302] at24 2-0054: supply vcc not found, using dummy regulator [ 16.324749] at24 2-0055: supply vcc not found, using dummy regulator [ 16.456559] at24 2-0056: supply vcc not found, using dummy regulator [ 16.483096] tda998x 0-0070: found TDA19988 [ 16.516791] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set [ 16.560788] at24 2-0057: supply vcc not found, using dummy regulator [ 16.637022] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.666013] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.675084] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0 [ 16.709388] at24 0-0050: using DT '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/baseboard_eeprom@50' for 'wp' GPIO lookup [ 16.709491] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/baseboard_eeprom@50[0]' [ 16.709543] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/baseboard_eeprom@50[0]' [ 16.709580] at24 0-0050: using lookup tables for GPIO lookup [ 16.709594] at24 0-0050: No GPIO consumer wp found [ 16.709841] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 16.797508] am335x-phy-driver 47401300.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1300' for 'reset' GPIO lookup [ 16.797595] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 16.797634] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 16.797667] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup [ 16.797681] am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found [ 16.797693] am335x-phy-driver 47401300.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1300' for 'vbus-detect' GPIO lookup [ 16.797723] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 16.797751] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/target-module@47400000/usb-phy@1300[0]' [ 16.797772] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup [ 16.797784] am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found [ 16.797929] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 16.812788] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 16.996953] am335x-phy-driver 47401b00.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1b00' for 'reset' GPIO lookup [ 16.997038] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 16.997078] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 16.997112] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup [ 16.997125] am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found [ 16.997138] am335x-phy-driver 47401b00.usb-phy: using DT '/ocp/target-module@47400000/usb-phy@1b00' for 'vbus-detect' GPIO lookup [ 16.997166] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 16.997194] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/target-module@47400000/usb-phy@1b00[0]' [ 16.997216] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup [ 16.997227] am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found [ 16.997371] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests (id=vbus) [ 17.008437] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 17.198954] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517 [ 17.432256] usbcore: registered new interface driver usbfs [ 17.437881] usbcore: registered new interface driver hub [ 17.443472] usbcore: registered new device driver usb [ 17.905578] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 17.939572] remoteproc remoteproc0: powering up wkup_m3 [ 18.055350] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2 [ 18.065111] remoteproc remoteproc0: request_firmware failed: -2 [ 18.071074] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed [ 18.540175] musb-hdrc musb-hdrc.1: MUSB HDRC host driver [ 18.545829] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1 [ 18.650445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 18.659004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.666442] usb usb1: Product: MUSB HDRC host driver [ 18.671485] usb usb1: Manufacturer: Linux 6.11.0-rc5 musb-hcd [ 18.677262] usb usb1: SerialNumber: musb-hdrc.1 [ 18.730016] hub 1-0:1.0: USB hub found [ 18.759781] hub 1-0:1.0: 1 port detected [ 18.873659] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x]) [ 18.992832] [drm] Initialized tilcdc 1.0.0 for 4830e000.lcdc on minor 0 [ 19.006918] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 19.072379] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [ 19.088837] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [ 19.451831] usb 1-1: new high-speed USB device number 2 using musb-hdrc [ 19.841697] usb 1-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00 [ 19.849972] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 19.857207] usb 1-1: Product: USB DISK [ 19.860979] usb 1-1: Manufacturer: SMI Corporation [ 19.865858] usb 1-1: SerialNumber: AA00000000021535 [ 20.490392] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 20.554400] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 20.623703] omap-sham 53100000.sham: will run requests pump with realtime priority [ 20.684198] omap-aes 53500000.aes: will run requests pump with realtime priority [ 20.824643] PM: Cannot get wkup_m3_ipc handle [ 23.524045] PM: Cannot get wkup_m3_ipc handle [ 23.529748] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,hp-det' GPIO lookup [ 23.529813] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpios' property of node '/sound[0]' [ 23.529845] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]' [ 23.529869] asoc-simple-card sound: using lookup tables for GPIO lookup [ 23.529881] asoc-simple-card sound: No GPIO consumer simple-audio-card,hp-det found [ 23.529895] asoc-simple-card sound: using DT '/sound' for 'simple-audio-card,mic-det' GPIO lookup [ 23.529917] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpios' property of node '/sound[0]' [ 23.529939] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]' [ 23.529956] asoc-simple-card sound: using lookup tables for GPIO lookup [ 23.529967] asoc-simple-card sound: No GPIO consumer simple-audio-card,mic-det found [ 23.606129] PM: Cannot get wkup_m3_ipc handle [ 24.286467] usb-storage 1-1:1.0: USB Mass Storage device detected [ 24.325056] scsi host0: usb-storage 1-1:1.0 [ 24.330075] usbcore: registered new interface driver usb-storage [ 24.336821] PM: Cannot get wkup_m3_ipc handle [ 25.542665] scsi 0:0:0:0: Direct-Access SMI USB DISK 1100 PQ: 0 ANSI: 4 [ 25.575645] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB) [ 25.626352] sd 0:0:0:0: [sda] Write Protect is off [ 25.631229] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 25.655757] sd 0:0:0:0: [sda] No Caching mode page found [ 25.661848] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 25.766781] sda: sda1 [ 25.771143] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 25.780510] PM: Cannot get wkup_m3_ipc handle /test # - 05:12:48 [INFO] Host: echo $? - 05:12:49 [INFO] Target: echo $? 0 /test # - 05:12:49 [INFO] Host: cat result.log - 05:12:51 [ERROR] On command: cat result.log waiting for cat result.log.+?(?m-ix:^1[\0\n\r]+) >>> error: execution expired - 05:12:51 [INFO] Target: cat result.log /test # - 05:12:51 [INFO] Host: cd /test - 05:12:51 [INFO] Target: cd /test /test #