diff options
author | Jianxun Zhang <jianxun.zhang@linux.intel.com> | 2016-10-19 15:07:26 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-01 08:23:15 -0700 |
commit | 8f01ac1530c2da5e6e04764ac077a7b95d33bb29 (patch) | |
tree | 2bdb13e2b318c1150dd2c437691164348547319d | |
parent | 15ac2f84ed67032c885e82254eda8053d601c95e (diff) | |
download | meta-intel-8f01ac1530c2da5e6e04764ac077a7b95d33bb29.tar.gz |
README: Provide information for how to live-boot quark with hddimg
This change adds the procedure to boot quark with images in hddimg
format.
Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -248,6 +248,17 @@ To create a direct-boot image for USB storage media, simply specify | |||
248 | galileodisk-usb instead of galileodisk-sd in the "wic create ..." | 248 | galileodisk-usb instead of galileodisk-sd in the "wic create ..." |
249 | command, then write the output image to USB storage media and boot it. | 249 | command, then write the output image to USB storage media and boot it. |
250 | 250 | ||
251 | Actually, Galileo board can boot off with an image in hddimg format | ||
252 | from USB drives too. But only live-boot, no installation, is supported | ||
253 | at this point. An image in hddimg format is generated when you build | ||
254 | quark BSP. You can follow the procedure in II.b to use dd command to | ||
255 | prepare your USB drive, then press F7 key as what board prompts when it | ||
256 | boots. Galileo should show a boot option menu for you to choose the | ||
257 | UEFI USB boot option for the drive to boot the system. If the board | ||
258 | already passes this stage and show a grub boot menu, you can press 'c' | ||
259 | key and then type "quit" in grub shell. The board should come back to | ||
260 | the UEFI boot menu. | ||
261 | |||
251 | III. Technical Miscellany | 262 | III. Technical Miscellany |
252 | ========================= | 263 | ========================= |
253 | 264 | ||