summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-01-06 16:43:59 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-01-06 16:43:59 +1000
commit02babaeb6b599d031925249e0521816bf06d7dbd (patch)
tree9b70a1b35c3c22ffcbc2f750cf1067ec9acae4b2
parent7cc6c1ab7a12e733840f3324e85df5572055bb7d (diff)
downloadmeta-xilinx-02babaeb6b599d031925249e0521816bf06d7dbd.tar.gz
docs/BOOT.tftp: Update U-Boot commands for MicroBlaze
MicroBlaze now uses the 'tftpboot' command same as Zynq. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--docs/BOOT.tftp6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp
index de3a70ad..f9704dcc 100644
--- a/docs/BOOT.tftp
+++ b/docs/BOOT.tftp
@@ -21,9 +21,9 @@ And 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-trd-microblazeel):
24 U-Boot> tftp 0x85000000 linux.bin.ub 24 U-Boot> tftpboot 0x85000000 linux.bin.ub
25 U-Boot> tftp 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> tftp 0x84000000 linux.bin.ub-<machine name>.dtb 26 U-Boot> tftpboot 0x84000000 linux.bin.ub-<machine name>.dtb
27 U-Boot> bootm 0x85000000 0x86000000 0x84000000 27 U-Boot> bootm 0x85000000 0x86000000 0x84000000
28 28
29For Zynq: 29For Zynq: