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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Flashing Yocto Image using iPXE - mm185399 - 2018-11-22, 07:59
RE: Flashing Yocto Image using iPXE - NiKiZe - 2018-11-28, 15:58
RE: Flashing Yocto Image using iPXE - mm185399 - 2018-11-30, 11:04
RE: Flashing Yocto Image using iPXE - NiKiZe - 2018-11-30, 16:30
RE: Flashing Yocto Image using iPXE - mm185399 - 2018-11-30, 18:14
RE: Flashing Yocto Image using iPXE - NiKiZe - 2018-11-30, 18:19
RE: Flashing Yocto Image using iPXE - mm185399 - 2018-12-03, 11:58
RE: Flashing Yocto Image using iPXE - NiKiZe - 2018-12-03, 16:29
RE: Flashing Yocto Image using iPXE - mm185399 - 2018-12-04 10:21
|
User(s) browsing this thread: 2 Guest(s)