summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2022-09-14 10:09:22 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-14 14:36:11 +0100
commit6a27236fed8e7c27974c2313366bdbfd8edfa927 (patch)
treeb1d85a43636a4f04669121bfc3b00e7cac4d66a9 /meta-yocto-bsp
parent6f9970ea02bde74e155b0a4e1a1ea01238d8a1e0 (diff)
downloadpoky-6a27236fed8e7c27974c2313366bdbfd8edfa927.tar.gz
README.hardware.md: Fix the tftp example
There is a double 'tftp' command in the example for loading vmlinux via tftp command in U-Boot. Fix it by removing the extra occurrence. (From meta-yocto rev: 60f5479ffcde1036899826db01506e981f90e360) Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/README.hardware.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index 9151d641d5..44dbb35b93 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -203,7 +203,7 @@ Load the kernel, and boot the system as follows:
203 203
204 5. Download the kernel and boot: 204 5. Download the kernel and boot:
205 205
206 => tftp tftp $loadaddr vmlinux 206 => tftp $loadaddr vmlinux
207 => bootoctlinux $loadaddr coremask=0x3 root=/dev/nfs rw nfsroot=<nfsroot ip>:<rootfs path> ip=<board ip>:<server ip>:<gateway ip>:<netmask>:edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3072k(eeprom) 207 => bootoctlinux $loadaddr coremask=0x3 root=/dev/nfs rw nfsroot=<nfsroot ip>:<rootfs path> ip=<board ip>:<server ip>:<gateway ip>:<netmask>:edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3072k(eeprom)
208 208
209--- Booting from USB disk --- 209--- Booting from USB disk ---