Trying 192.168.56.4... Connected to moya. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot SPL 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000) Model: Arrow Electronics STM32MP15xx Avenger96 board Code: SoM:rev=0,ddr3=3 Board:rev=1 RAM: DDR3L 32bits 2x4Gb 533MHz WDT: Started watchdog@5a002000 with servicing every 1000ms (32s timeout) Trying to boot from MMC1 image entry point: 0xc0100000 U-Boot 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000) CPU: STM32MP157AAC Rev.B Model: Arrow Electronics STM32MP15xx Avenger96 board Board: stm32mp1 in basic mode (arrow,stm32mp15xx-avenger96) DRAM: 1 GiB Clocks: - MPU : 650 MHz - MCU : 208.878 MHz - AXI : 266.500 MHz - PER : 24 MHz - DDR : 533 MHz Core: 285 devices, 34 uclasses, devicetree: separate WDT: Started watchdog@5a002000 with servicing every 1000ms (32s timeout) MMC: STM32 SD/MMC: 2, STM32 SD/MMC: 0, STM32 SD/MMC: 1 Loading Environment from SPIFlash... SF: Detected w25q16dw with page size 256 Bytes, erase size 4 KiB, total 2 MiB OK In: serial Out: serial Err: serial Net: eth0: ethernet@5800a000 Hit any key to stop autoboot: 3  0 STM32MP> setenv autoload no setenv autoload no STM32MP> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff STM32MP> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff STM32MP> dhcp dhcp ethernet@5800a000 Waiting for PHY auto negotiation to complete........... done invalid speed 0eqos_adjust_link() failed: -22FAILED: -22STM32MP>setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 STM32MP> tftp 0xc2000000 621434/tftp-deploy-wyajb6d8/kernel/uImage tftp 0xc2000000 621434/tftp-deploy-wyajb6d8/kernel/uImage ethernet@5800a000 Waiting for PHY auto negotiation to complete..... done *** ERROR: `ipaddr' not set STM32MP> tftp 0xc4400000 621434/tftp-deploy-wyajb6d8/ramdisk/ramdisk.cpio.gz.uboot tftp 0xc4400000 621434/tftp-deploy-wyajb6d8/ramdisk/ramdisk.cpio.gz.uboot *** ERROR: `ipaddr' not set STM32MP> setenv initrd_size ${filesize} setenv initrd_size ${filesize} STM32MP> tftp 0xc4000000 621434/tftp-deploy-wyajb6d8/dtb/stm32mp157a-dhcor-avenger96.dtb tftp 0xc4000000 621434/tftp-deploy-wyajb6d8/dtb/stm32mp157a-dhcor-avenger96.dtb *** ERROR: `ipaddr' not set STM32MP> setenv bootargs 'console=ttySTM0,115200n8 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/621434/extract-nfsrootfs-f_l0w1q4,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttySTM0,115200n8 root=/dev/nfs rw nfsroot=192.168.56.39:/var/lib/lava/dispatcher/tmp/621434/extract-nfsrootfs-f_l0w1q4,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' STM32MP> bootm 0xc2000000 0xc4400000 0xc4000000 bootm 0xc2000000 0xc4400000 0xc4000000 Wrong Image Format for bootm command STM32MP>