Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Xilinx Zynq MP First Stage Boot Loader Release 2019.1 May 25 2019 - 06:59:26 NOTICE: ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000 NOTICE: BL31: Secure code at 0x0 NOTICE: BL31: Non secure code at 0x10080000 NOTICE: BL31: v2.0(release):xilinx-v2018.3-720-g80d1c790 NOTICE: BL31: Built : 07:08:32, May 25 2019 PMUFW: v1.1 U-Boot 2019.01 (May 25 2019 - 06:55:09 +0000) Model: ZynqMP ZCU102 Rev1.0 Board: Xilinx ZynqMP DRAM: 4 GiB EL Level: EL2 Chip ID: zu9eg MMC: mmc@ff170000: 0 Loading Environment from SPI Flash... SF: Detected n25q512a with page size 512 Bytes, erase size 128 KiB, total 128 MiB OK In: serial@ff000000 Out: serial@ff000000 Err: serial@ff000000 Model: ZynqMP ZCU102 Rev1.0 Board: Xilinx ZynqMP Net: ZYNQ GEM: ff0e0000, phyaddr c, interface rgmii-id Warning: ethernet@ff0e0000 MAC addresses don't match: Address in ROM is 01:02:03:04:05:06 Address in environment is 12:6c:0e:30:34:fe eth0: ethernet@ff0e0000 Hit any key to stop autoboot: 4  0 ZynqMP> setenv autoload no setenv autoload no ZynqMP> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff ZynqMP> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff ZynqMP> dhcp dhcp ethernet@ff0e0000 Waiting for PHY auto negotiation to complete...... done BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.11.6 (252 ms) ZynqMP> setenv serverip 192.168.11.5 setenv serverip 192.168.11.5 ZynqMP> tftpboot 0x80000 751809/tftp-deploy-o01h3uv4/kernel/Image tftpboot 0x80000 751809/tftp-deploy-o01h3uv4/kernel/Image Using ethernet@ff0e0000 device TFTP from server 192.168.11.5; our IP address is 192.168.11.6 Filename '751809/tftp-deploy-o01h3uv4/kernel/Image'. Load address: 0x80000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################# 10.2 MiB/s done Bytes transferred = 31910400 (1e6ea00 hex) ZynqMP> tftpboot 0x10000000 751809/tftp-deploy-o01h3uv4/ramdisk/ramdisk.cpio.gz.uboot tftpboot 0x10000000 751809/tftp-deploy-o01h3uv4/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@ff0e0000 device TFTP from server 192.168.11.5; our IP address is 192.168.11.6 Filename '751809/tftp-deploy-o01h3uv4/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x10000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################################### 10 MiB/s done Bytes transferred = 18911896 (1209298 hex) ZynqMP> tftpboot 0x14000000 751809/tftp-deploy-o01h3uv4/dtb/zynqmp-zcu102-rev1.0.dtb tftpboot 0x14000000 751809/tftp-deploy-o01h3uv4/dtb/zynqmp-zcu102-rev1.0.dtb Using ethernet@ff0e0000 device TFTP from server 192.168.11.5; our IP address is 192.168.11.6 Filename '751809/tftp-deploy-o01h3uv4/dtb/zynqmp-zcu102-rev1.0.dtb'. Load address: 0x14000000 Loading: *## 4.7 MiB/s done Bytes transferred = 24862 (611e hex) ZynqMP> setenv bootargs 'console=ttyPS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyPS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' ZynqMP> booti 0x80000 0x10000000 0x14000000 booti 0x80000 0x10000000 0x14000000 ## Loading init Ramdisk from Legacy Image at 10000000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 18911832 Bytes = 18 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 14000000 Booting using the fdt blob at 0x14000000 Loading Ramdisk to 7cb94000, end 7dd9d258 ... OK Loading Device Tree to 000000007cb8a000, end 000000007cb9311d ... OK Unable to update property /axi/ethernet@ff0e0000:mac-address, err=FDT_ERR_NOTFOUND Unable to update property /axi/ethernet@ff0e0000:local-mac-address, err=FDT_ERR_NOTFOUND Starting kernel ...