Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flashing Yocto Image using iPXE
2018-12-04, 10:21
Post: #9
RE: Flashing Yocto Image using iPXE
Thanks for all your help,

I got iPXE working on our setup after embedding iPXE script.

To compile, I run the following command

make bin-x86_64-efi/ipxe.efi EMBED=test.ipxe

And here is my test script.

#!ipxe
dhcp
set BootServer tftp://${dhcp-server}
echo ${BootServer}
kernel ${BootServer}/bzImage
initrd ${BootServer}/initrd.gz
imgargs bzImage rw root=/dev/ram0 initrd=initrd.gz
boot
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Flashing Yocto Image using iPXE - mm185399 - 2018-12-04 10:21



User(s) browsing this thread: 1 Guest(s)