diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-06 16:43:59 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-06 16:43:59 +1000 |
commit | 02babaeb6b599d031925249e0521816bf06d7dbd (patch) | |
tree | 9b70a1b35c3c22ffcbc2f750cf1067ec9acae4b2 | |
parent | 7cc6c1ab7a12e733840f3324e85df5572055bb7d (diff) | |
download | meta-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.tftp | 6 |
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 | |||
21 | be dependant on machine used) | 21 | be dependant on machine used) |
22 | 22 | ||
23 | For MicroBlaze (kc705-trd-microblazeel): | 23 | For 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 | ||
29 | For Zynq: | 29 | For Zynq: |