05-26-2019 12:12 AM
I use BOOT.BIN and image.ug that comes with bsp on the zc706 development board. The version is 2018.3, and the following error occurs.
U-Boot 2018.01 (Dec 06 2018 - 09:38:54 +0000) Xilinx Zynq ZC706 Model: Zynq ZC706 Development Board Board: Xilinx Zynq Silicon: v3.1 I2C: ready DRAM: ECC disabled 1 GiB MMC: mmc@e0100000: 0 (SD) SF: Detected s25fl128s_64k with page size 512 Bytes, erase size 128 KiB, total 32 MiB *** Warning - bad CRC, using default environment In: serial@e0001000 Out: serial@e0001000 Err: serial@e0001000 Model: Zynq ZC706 Development Board Board: Xilinx Zynq Silicon: v3.1 Net: ZYNQ GEM: e000b000, phyaddr 7, interface rgmii-id eth0: ethernet@e000b000 U-BOOT for xilinx-zc706-2018_3 ethernet@e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Hit any key to stop autoboot: 4 3 2 1 0 Device: mmc@e0100000 Manufacturer ID: 3 OEM: 5344 Name: SU08G Tran Speed: 50000000 Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 7.4 GiB Bus Width: 4-bit Erase Group Size: 512 Bytes reading image.ub 60183094 bytes read in 3266 ms (17.6 MiB/s) Wrong Image Format for bootm command ERROR: can't get kernel image!
Can someone help me?
05-28-2019 05:12 PM
Things to check:
You mentioned that you used Vivado 2018.3 but I see 2018.1 on the first line of your U-Boot log.
05-28-2019 05:12 PM
Things to check:
You mentioned that you used Vivado 2018.3 but I see 2018.1 on the first line of your U-Boot log.
05-30-2019 12:01 AM
I use the petalinux 18.3 and zc706 bsp 18.3,and SD Card is formatted FAT16.
petalinux 17.1 and zc706 bsp 17.1 is useful.
Maybe the SD Card mast be FAT32
05-30-2019 12:09 AM
Hi @lujie
> I use the petalinux 18.3 and zc706 bsp 18.3,and SD Card is formatted FAT16.
> Maybe the SD Card mast be FAT32
Whether u-boot requires formatted FAT32 or formatted FAT16 depends on 1st partition size.
If 1st partition size is under 32Mbytes, you can use formatted FAT16 as 1st partition.
If over 32Mbytes, you should use formatted FAT32 as 1st partition.
Best regards,