X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-netboot%2FREADME;h=7efa22650565bccfd06ff30067367957c62d37fa;hb=refs%2Fchanges%2F65%2F25865%2F2;hp=dc545b2f4e88cb85c6497dcbee33a24a0a06b12c;hpb=a1371bd94cf45d9e9adbd4886dd7a081b9c780e8;p=AGL%2Fmeta-agl.git 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}'