From da4470cdcba9e90ca7a3dbdf418869ebb341feb9 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 18 Jun 2020 22:00:27 +0300 Subject: meta-netboot/README: Fix typo when passing commands to u-boot README refers to some raddr and rfile (the initrd address and the file to load). Copy-pasta them into u-boot would boot correctly. Bug-AGL: SPEC-3439 Signed-off-by: Marius Vlad Change-Id: I09b4cadd59be4a40371f35d71708cd59c38bc7f4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24790 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-netboot/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-netboot') diff --git a/meta-netboot/README b/meta-netboot/README index dc545b2f4..7efa22650 100644 --- a/meta-netboot/README +++ b/meta-netboot/README @@ -66,7 +66,7 @@ setenv 'bootkfile' 'Image' setenv 'bootkload_net' 'tftp ${bootkaddr} h3ulcb/${bootkfile}' setenv 'bootiaddr' '0x5C3F9520' setenv 'bootifile' 'initramfs-netboot-image-h3ulcb.ext4.gz' -setenv 'bootiload_net' 'tftp ${bootraddr} h3ulcb/${bootrfile}' +setenv 'bootiload_net' 'tftp ${bootiaddr} h3ulcb/${bootifile}' setenv 'load_net' 'run bootkload_net; run bootdload_net; run bootiload_net; setenv initrd_size ${filesize}' setenv 'bootcmd' 'setenv bootargs ${bootargs_console} ${bootargs_video} ${bootargs_root} ${bootargs_extra} nbd.server=${serverip}; run load_net; booti ${bootkaddr} ${bootiaddr}:${initrd_size} ${bootdaddr}' -- cgit 1.2.3-korg