aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BOOT.tftp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BOOT.tftp')
-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.
And then boot Linux using the 'bootm' command. (Note the load addresses will
be dependant on machine used)
-For MicroBlaze (kc705-trd-microblazeel):
+For MicroBlaze (kc705-microblazeel):
U-Boot> tftpboot 0x85000000 linux.bin.ub
U-Boot> tftpboot 0x86000000 core-image-minimal-<machine name>.cpio.gz.u-boot
- U-Boot> tftpboot 0x84000000 linux.bin.ub-<machine name>.dtb
+ U-Boot> tftpboot 0x84000000 <machine name>.dtb
U-Boot> bootm 0x85000000 0x86000000 0x84000000
For Zynq: