ZedBoard Booting and Configuration Guide
ISE Design Suite 14.1
32
9.
This step will copy the BOOT.BIN file from the SD card to DDR3 memory. Recall
earlier when we created the SDK workspace that we made note of the QSPI Flash
(
ps7_qspi_0 -
0xE000D000
). We need that information now. Copy the boot image
from the SD card into RAM:
fatload mmc 0 0x00200000 BOOT.BIN
The format of this command is
fatload <interface> <device> <RAM address> <filename>