diff options
Diffstat (limited to 'docs')
| -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: |
