diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 17:02:07 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 17:08:00 +1000 |
| commit | cbc850867718a798acda214609ce5e47cbcf6974 (patch) | |
| tree | 3c8c23b2867f048a5d9f9048d3b38782281389c2 /docs/BOOT.sdcard | |
| parent | b6d2dfc01d99408fb372856b77e0890993c7c345 (diff) | |
| download | meta-xilinx-cbc850867718a798acda214609ce5e47cbcf6974.tar.gz | |
docs: Improve documentation of Zynq and MicroBlaze boot flows
* Add BOOT.jtag to cover booting u-boot for Zynq and MicroBlaze
* Add BOOT.tftp to cover booting the kernel for Zynq and MicroBlaze
* Add BOOT.sdcard to cover booting Zynq (using BOOT.BIN)
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'docs/BOOT.sdcard')
| -rw-r--r-- | docs/BOOT.sdcard | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/BOOT.sdcard b/docs/BOOT.sdcard new file mode 100644 index 00000000..5afaff47 --- /dev/null +++ b/docs/BOOT.sdcard | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | |||
| 2 | SD Card Boot (Zynq Only) | ||
| 3 | ======================== | ||
| 4 | |||
| 5 | Note: This boot flow requires access to Xilinx tools (for BOOT.BIN generation). | ||
| 6 | |||
| 7 | Copy the following to the SD card (ensure to rename the files where appropriate): | ||
| 8 | Kernel: uImage | ||
| 9 | RootFS: uramdisk.image.gz (core-image-minimal-<machine name>.ext2.gz.u-boot) | ||
| 10 | DTB: devicetree.dtb (uImage-<machine name>.dtb) | ||
| 11 | |||
| 12 | Using the Xilinx tools, package 'zynq_fsbl_0.elf' and 'u-boot.elf' into a | ||
| 13 | 'BOOT.BIN' (See http://www.wiki.xilinx.com/Prepare+Boot+Image for details). Once | ||
| 14 | created copy 'BOOT.BIN' onto the SD Card. | ||
| 15 | |||
| 16 | Insert SD Card, connect UART to Terminal program and boot board (Ensure the | ||
| 17 | board is configured for SD Boot). | ||
