summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2016-05-12 17:31:36 -0700
committerNathan Rossi <nathan@nathanrossi.com>2016-05-13 17:14:00 +1000
commit90d8ea5c5135ed3226b9d0e7faa365970423839e (patch)
treecd74e3b3e5a568f8283059d48cce0bb03473d211
parent94d30e95eb4823fc5d2cb00b3d2750f1d0a4b69a (diff)
downloadmeta-xilinx-90d8ea5c5135ed3226b9d0e7faa365970423839e.tar.gz
docs/BOOT.tftp: Update KC705 boot documentation
Documentation update for KC705 Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--docs/BOOT.tftp4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp
index f9704dcc..5b6d3386 100644
--- a/docs/BOOT.tftp
+++ b/docs/BOOT.tftp
@@ -20,10 +20,10 @@ Using the U-Boot console; load the Kernel, RootFS and the DTB into memory.
20And then boot Linux using the 'bootm' command. (Note the load addresses will 20And then boot Linux using the 'bootm' command. (Note the load addresses will
21be dependant on machine used) 21be dependant on machine used)
22 22
23For MicroBlaze (kc705-trd-microblazeel): 23For MicroBlaze (kc705-microblazeel):
24 U-Boot> tftpboot 0x85000000 linux.bin.ub 24 U-Boot> tftpboot 0x85000000 linux.bin.ub
25 U-Boot> tftpboot 0x86000000 core-image-minimal-<machine name>.cpio.gz.u-boot 25 U-Boot> tftpboot 0x86000000 core-image-minimal-<machine name>.cpio.gz.u-boot
26 U-Boot> tftpboot 0x84000000 linux.bin.ub-<machine name>.dtb 26 U-Boot> tftpboot 0x84000000 <machine name>.dtb
27 U-Boot> bootm 0x85000000 0x86000000 0x84000000 27 U-Boot> bootm 0x85000000 0x86000000 0x84000000
28 28
29For Zynq: 29For Zynq: