From 02babaeb6b599d031925249e0521816bf06d7dbd Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 6 Jan 2016 16:43:59 +1000 Subject: docs/BOOT.tftp: Update U-Boot commands for MicroBlaze MicroBlaze now uses the 'tftpboot' command same as Zynq. Signed-off-by: Nathan Rossi --- docs/BOOT.tftp | 6 +++--- 1 file 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 be dependant on machine used) For MicroBlaze (kc705-trd-microblazeel): - U-Boot> tftp 0x85000000 linux.bin.ub - U-Boot> tftp 0x86000000 core-image-minimal-.cpio.gz.u-boot - U-Boot> tftp 0x84000000 linux.bin.ub-.dtb + U-Boot> tftpboot 0x85000000 linux.bin.ub + U-Boot> tftpboot 0x86000000 core-image-minimal-.cpio.gz.u-boot + U-Boot> tftpboot 0x84000000 linux.bin.ub-.dtb U-Boot> bootm 0x85000000 0x86000000 0x84000000 For Zynq: -- cgit v1.2.3-54-g00ecf