summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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: