All of lore.kernel.org
 help / color / mirror / Atom feed
* [poky][PATCH] README.hardware.md: Fix the tftp example
@ 2022-09-14 13:09 Fabio Estevam
  0 siblings, 0 replies; only message in thread
From: Fabio Estevam @ 2022-09-14 13:09 UTC (permalink / raw)
  To: poky; +Cc: Fabio Estevam

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.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 meta-yocto-bsp/README.hardware.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index 9151d641d5b7..44dbb35b930c 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:
 
  5. Download the kernel and boot:
 
- => tftp tftp $loadaddr vmlinux
+ => tftp $loadaddr vmlinux
  => 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)
 
 --- Booting from USB disk ---
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-14 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 13:09 [poky][PATCH] README.hardware.md: Fix the tftp example Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.