summaryrefslogtreecommitdiffstats
path: root/docs/BOOT.tftp
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-11-28 13:57:23 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-12-03 17:45:43 +1000
commitff7609762e100824abcb2faf518c346d07e1a815 (patch)
treed633c4da03e501447e535f92566fc761b7342bac /docs/BOOT.tftp
parent4d6683a504e3aefba33774567aa633620d440736 (diff)
downloadmeta-xilinx-ff7609762e100824abcb2faf518c346d07e1a815.tar.gz
Documentation Updates
* Clean up documentation around ext2/cpio * Split out some of the documentation in the README file into some docs/* files * Moved MAINTAINERS information into the README Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'docs/BOOT.tftp')
-rw-r--r--docs/BOOT.tftp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp
index 17d7e3a4..de3a70ad 100644
--- a/docs/BOOT.tftp
+++ b/docs/BOOT.tftp
@@ -7,7 +7,7 @@ Note: This boot flow requires a TFTP server.
7Boot your system into U-Boot, using an alternative boot method (e.g. JTAG, SD). 7Boot your system into U-Boot, using an alternative boot method (e.g. JTAG, SD).
8 8
9Place the following images into the root of the TFTP server directory: 9Place the following images into the root of the TFTP server directory:
10 * core-image-minimal-<machine name>.ext2.gz.u-boot (RootFS) 10 * core-image-minimal-<machine name>.cpio.gz.u-boot (RootFS)
11 * linux.bin.ub or uImage (Linux Kernel) 11 * linux.bin.ub or uImage (Linux Kernel)
12 * <kernel binary>-<machine name>.dtb (DTB) 12 * <kernel binary>-<machine name>.dtb (DTB)
13 13