Trying 192.168.56.184... Connected to conserv2. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.2.3:1.0-port0, 115200n81, local=false [] (Debian GNU/Linux) @ U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... U-Boot 2022.04-00708-g42a2d90cf5-dirty (Apr 30 2022 - 01:36:39 +0100) DRAM: 448 MiB RPI Model B rev2 (0xe) Core: 57 devices, 11 uclasses, devicetree: embed MMC: mmc@7e202000: 0 Loading Environment from FAT... Unable to read \"uboot.env\" from mmc0:1... In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@7e980000: USB DWC2 scanning bus usb@7e980000 for devices... 3 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 Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.166 (3834 ms) U-Boot> setenv serverip 192.168.56.125 setenv serverip 192.168.56.125 U-Boot> tftp 0x00080000 594449/tftp-deploy-7327uzfk/kernel/zImage tftp 0x00080000 594449/tftp-deploy-7327uzfk/kernel/zImage Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.125; our IP address is 192.168.56.166 Filename '594449/tftp-deploy-7327uzfk/kernel/zImage'. Load address: 0x80000 Loading: *################################################## 3.3 MiB 521.5 KiB/s done Bytes transferred = 3507312 (358470 hex) U-Boot> tftp 0x02700000 594449/tftp-deploy-7327uzfk/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02700000 594449/tftp-deploy-7327uzfk/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.125; our IP address is 192.168.56.166 Filename '594449/tftp-deploy-7327uzfk/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2700000 Loading: *################################################## 7.6 MiB 870.1 KiB/s done Bytes transferred = 7921462 (78df36 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x02600000 594449/tftp-deploy-7327uzfk/dtb/bcm2835-rpi-b-rev2.dtb tftp 0x02600000 594449/tftp-deploy-7327uzfk/dtb/bcm2835-rpi-b-rev2.dtb Waiting for Ethernet connection... done. Using smsc95xx_eth device TFTP from server 192.168.56.125; our IP address is 192.168.56.166 Filename '594449/tftp-deploy-7327uzfk/dtb/bcm2835-rpi-b-rev2.dtb'. Load address: 0x2600000 Loading: *################################################## 4.3 KiB 0 Bytes/s done Bytes transferred = 4365 (110d hex) U-Boot> setenv bootargs '115200 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs '115200 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' U-Boot> bootz 0x00080000 0x02700000 0x02600000 bootz 0x00080000 0x02700000 0x02600000 Kernel image @ 0x080000 [ 0x000000 - 0x358470 ] ## Loading init Ramdisk from Legacy Image at 02700000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 7921398 Bytes = 7.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02600000 Booting using the fdt blob at 0x2600000 Using Device Tree in place at 02600000, end 0260410c Starting kernel ... Uncompressing Linux... done, booting the kernel.