Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. ser2net port 3030 device /dev/ttyimx8mn-ddr4-evk-3 [115200 N81] (Debian GNU/Linux) U-Boot SPL 2018.03 (Oct 16 2019 - 15:21:53 +0800) power_bd71837_init DDRINFO: start DRAM init DRAM PHY training for 2400MTS check ddr_pmu_train_imem code check ddr_pmu_train_imem code pass check ddr_pmu_train_dmem code check ddr_pmu_train_dmem code pass Training PASS DRAM PHY training for 400MTS check ddr_pmu_train_imem code check ddr_pmu_train_imem code pass check ddr_pmu_train_dmem code check ddr_pmu_train_dmem code pass Training PASS DRAM PHY training for 100MTS check ddr_pmu_train_imem code check ddr_pmu_train_imem code pass check ddr_pmu_train_dmem code check ddr_pmu_train_dmem code pass Training PASS DRAM PHY training for 2400MTS check ddr_pmu_train_imem code check ddr_pmu_train_imem code pass check ddr_pmu_train_dmem code check ddr_pmu_train_dmem code pass Training PASS DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2 U-Boot 2018.03 (Oct 16 2019 - 15:21:53 +0800) CPU: Freescale i.MX8MNano Quad rev1.0 1500 MHz (running at 1200 MHz) CPU: Commercial temperature grade (0C to 95C) at 27C Reset cause: POR Model: NXP i.MX8MNano EVK board DRAM: 2 GiB TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x52] SNK.Power3.0 on CC2 PDO 0: type 0, 5000 mV, 3000 mA [E] PDO 1: type 0, 9000 mV, 3000 mA [] PDO 2: type 0, 15000 mV, 3000 mA [] PDO 3: type 0, 20000 mV, 2250 mA [] Requesting PDO 0: 5000 mV, 3000 mA Source accept request PD source ready! 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: 0, FSL_SDHC: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Failed (-5) No panel detected: default to MIPI2HDMI Display: MIPI2HDMI (1920x1080) Video: 1920x1080x24 In: serial Out: serial Err: serial BuildInfo: - ATF b8bc8a4 - U-Boot 2018.03 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 172.16.1.247 (6425 ms) u-boot=> setenv serverip 59.144.98.45 setenv serverip 59.144.98.45 u-boot=> tftp 0x40480000 1144381/tftp-deploy-ydc87nqt/kernel/Image tftp 0x40480000 1144381/tftp-deploy-ydc87nqt/kernel/Image Using ethernet@30be0000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.247; sending through gateway 172.16.1.4 Filename '1144381/tftp-deploy-ydc87nqt/kernel/Image'. Load address: 0x40480000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ##################################################### 10.4 MiB/s done Bytes transferred = 43710976 (29afa00 hex) u-boot=> tftp 0x44000000 1144381/tftp-deploy-ydc87nqt/ramdisk/ramdisk.cpio.gz.uboot tftp 0x44000000 1144381/tftp-deploy-ydc87nqt/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@30be0000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.247; sending through gateway 172.16.1.4 Filename '1144381/tftp-deploy-ydc87nqt/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x44000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################## 10.4 MiB/s done Bytes transferred = 21605277 (149ab9d hex) u-boot=> setenv initrd_size ${filesize} setenv initrd_size ${filesize} u-boot=> tftp 0x43000000 1144381/tftp-deploy-ydc87nqt/dtb/imx8mn-ddr4-evk.dtb tftp 0x43000000 1144381/tftp-deploy-ydc87nqt/dtb/imx8mn-ddr4-evk.dtb Using ethernet@30be0000 device TFTP from server 59.144.98.45; our IP address is 172.16.1.247; sending through gateway 172.16.1.4 Filename '1144381/tftp-deploy-ydc87nqt/dtb/imx8mn-ddr4-evk.dtb'. Load address: 0x43000000 Loading: *## 3.7 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 0x40480000 0x44000000 0x43000000 booti 0x40480000 0x44000000 0x43000000 ## Loading init Ramdisk from Legacy Image at 44000000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 21605213 Bytes = 20.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree u-boot=>