From 6a27236fed8e7c27974c2313366bdbfd8edfa927 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 14 Sep 2022 10:09:22 -0300 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/README.hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp') 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: 5. Download the kernel and boot: - => tftp tftp $loadaddr vmlinux + => tftp $loadaddr vmlinux => bootoctlinux $loadaddr coremask=0x3 root=/dev/nfs rw nfsroot=: ip=::::edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3072k(eeprom) --- Booting from USB disk --- -- cgit v1.2.3-54-g00ecf