Skip to content

Commit

Permalink
Merge pull request #65 from edhay/release
Browse files Browse the repository at this point in the history
Refined pxeboot-instructions.md documentation
  • Loading branch information
prasanth-pulla authored Sep 17, 2019
2 parents f28f0e5 + 5ecdb1d commit 5dc0736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pxeboot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ https://github.com/intel/luv-yocto/wiki/Send--LUV-test-results-to-an-HTTP-server
gunzip -cf PXEBOOT.tar.gz | tar xvf -

This will generate the following file structure<br/>
- grub-efi-bootaa64.efi
- modify_luv_params_efi.py
- EFI/BOOT/sbsa/ShellSbsa.efi
grub-efi-bootaa64.efi<br/>
modify_luv_params_efi.py<br/>
EFI/BOOT/sbsa/ShellSbsa.efi<br/>

4. Run command<br/>

./modify_luv_params_efi.py -f grub-efi-bootaa64.efi -n <Console Log Server IP>,64001 -u http://<Apache Server IP>/cgi-bin/upload.php -p \<PXE Server IP\>
sudo ./modify_luv_params_efi.py -f grub-efi-bootaa64.efi -n \<Console Log Server IP\>,64001 -u http://\<Apache Server IP\>/cgi-bin/upload.php -p \<PXE Server IP\>

Note: \<PXE Server IP\> is same as tftp server IP<br/>

Expand Down

0 comments on commit 5dc0736

Please sign in to comment.