Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4: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.14 (3798 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 715680/tftp-deploy-qsbm6pnl/kernel/Image tftp 0x00080000 715680/tftp-deploy-qsbm6pnl/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '715680/tftp-deploy-qsbm6pnl/kernel/Image'. Load address: 0x80000 Loading: *################################################## 43.8 MiB 15.9 MiB/s done Bytes transferred = 45961728 (2bd5200 hex) U-Boot> tftp 0x06700000 715680/tftp-deploy-qsbm6pnl/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 715680/tftp-deploy-qsbm6pnl/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '715680/tftp-deploy-qsbm6pnl/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################################################## 22.5 MiB 16 MiB/s done Bytes transferred = 23628347 (1688a3b hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 715680/tftp-deploy-qsbm6pnl/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 715680/tftp-deploy-qsbm6pnl/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.14 Filename '715680/tftp-deploy-qsbm6pnl/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 38.8 KiB 5.4 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/715680/extract-nfsrootfs-qnv1mm1l,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/715680/extract-nfsrootfs-qnv1mm1l,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=2ed0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 23628283 Bytes = 22.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 06400000 Booting using the fdt blob at 0x6400000 Working FDT set to 6400000 Loading Ramdisk to 3889f000, end 39f279fb ... OK Loading Device Tree to 0000000038892000, end 000000003889eb11 ... OK Working FDT set to 38892000 Starting kernel ...