Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. U-Boot SPL 2019.04-4.19.35-1.1.0+ge7bbaadd03 (Oct 06 2019 - 04:48:16 +0000) power_bd71837_init DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from ROMAPI image offset 0x8000, pagesize 0x200, ivt offset 0x0 U-Boot 2019.04-4.19.35-1.1.0+ge7bbaadd03 (Oct 06 2019 - 04:48:16 +0000) CPU: Freescale i.MX8MNano Quad rev1.0 1500 MHz (running at 1200 MHz) CPU: Commercial temperature grade (0C to 95C) at 28C Reset cause: POR Model: NXP i.MX8MNano EVK board DRAM: 2 GiB TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x52] SNK.Default on CC2 tcpc_pd_receive_message: Polling ALERT register, TCPC_ALERT_RX_STATUS bit failed, ret = -62 Power supply on USB2 TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50] MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... *** Warning - bad CRC, using default environment No panel detected: default to MIPI2HDMI adv7535_init: Can't find device id=0x3d, on bus 1 Display: MIPI2HDMI (1920x1080) Video: 1920x1080x24 In: serial Out: serial Err: serial BuildInfo: - ATF d1c10e5 - U-Boot 2019.04-4.19.35-1.1.0+ge7bbaadd03 switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: Warning: ethernet@30be0000 using MAC address from ROM eth0: ethernet@30be0000 Fastboot: Normal Normal Boot Hit any key to stop autoboot: 2  0 u-boot=> setenv autoload no setenv autoload no u-boot=> dhcp dhcp ethernet@30be0000 Waiting for PHY auto negotiation to complete... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 BOOTP broadcast 6 DHCP client bound to address 10.201.4.165 (5767 ms) u-boot=> setenv serverip 10.201.1.5 setenv serverip 10.201.1.5 u-boot=> tftp ${loadaddr} 3263270/tftp-deploy-xaoskcvt/kernel/Image tftp ${loadaddr} 3263270/tftp-deploy-xaoskcvt/kernel/Image Using ethernet@30be0000 device TFTP from server 10.201.1.5; our IP address is 10.201.4.165 Filename '3263270/tftp-deploy-xaoskcvt/kernel/Image'. Load address: 0x40480000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ##################################################### 2.5 MiB/s done Bytes transferred = 43713024 (29b0200 hex) u-boot=> tftp ${initrd_addr} 3263270/tftp-deploy-xaoskcvt/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 3263270/tftp-deploy-xaoskcvt/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@30be0000 device TFTP from server 10.201.1.5; our IP address is 10.201.4.165 Filename '3263270/tftp-deploy-xaoskcvt/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x43800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################## 2.6 MiB/s done Bytes transferred = 21595395 (1498503 hex) u-boot=> setenv initrd_size ${filesize} setenv initrd_size ${filesize} u-boot=> tftp ${fdt_addr} 3263270/tftp-deploy-xaoskcvt/dtb/imx8mn-ddr4-evk.dtb tftp ${fdt_addr} 3263270/tftp-deploy-xaoskcvt/dtb/imx8mn-ddr4-evk.dtb Using ethernet@30be0000 device TFTP from server 10.201.1.5; our IP address is 10.201.4.165 Filename '3263270/tftp-deploy-xaoskcvt/dtb/imx8mn-ddr4-evk.dtb'. Load address: 0x43000000 Loading: *## 1.2 MiB/s done Bytes transferred = 23511 (5bd7 hex) u-boot=> setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' u-boot=> booti ${loadaddr} ${initrd_addr} ${fdt_addr} booti ${loadaddr} ${initrd_addr} ${fdt_addr} Wrong Ramdisk Image Format u-boot=>