[meta-xilinx] [PATCH 2/5] docs/BOOT.tftp: Update U-Boot commands for MicroBlaze

Nathan Rossi nathan at nathanrossi.com
Wed Jan 6 05:19:39 PST 2016


MicroBlaze now uses the 'tftpboot' command same as Zynq.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 docs/BOOT.tftp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp
index de3a70a..f9704dc 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
 be dependant on machine used)
 
 For MicroBlaze (kc705-trd-microblazeel):
-	U-Boot> tftp 0x85000000 linux.bin.ub
-	U-Boot> tftp 0x86000000 core-image-minimal-<machine name>.cpio.gz.u-boot
-	U-Boot> tftp 0x84000000 linux.bin.ub-<machine name>.dtb
+	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> bootm 0x85000000 0x86000000 0x84000000
 
 For Zynq:
-- 
2.6.4




More information about the meta-xilinx mailing list