Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.6 (3788 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 699415/tftp-deploy-z4sjz6qa/kernel/Image tftp 0x00080000 699415/tftp-deploy-z4sjz6qa/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '699415/tftp-deploy-z4sjz6qa/kernel/Image'. Load address: 0x80000 Loading: *####################T ############################## 160.2 MiB 9.7 MiB/s done Bytes transferred = 167969280 (a030200 hex) U-Boot> tftp 0x06700000 699415/tftp-deploy-z4sjz6qa/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 699415/tftp-deploy-z4sjz6qa/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '699415/tftp-deploy-z4sjz6qa/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 48.2 MiB 16.2 MiB/s done Bytes transferred = 50554150 (3036526 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 699415/tftp-deploy-z4sjz6qa/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 699415/tftp-deploy-z4sjz6qa/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '699415/tftp-deploy-z4sjz6qa/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 38.8 KiB 2.5 MiB/s done Bytes transferred = 39698 (9b12 hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/699415/extract-nfsrootfs-ycxivnfm,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/nfs rw nfsroot=192.168.6.2:/var/lib/lava/dispatcher/tmp/699415/extract-nfsrootfs-ycxivnfm,tcp,hard console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=b290000 Wrong Ramdisk Image Format U-Boot>