summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-10-19 15:07:26 -0700
committerSaul Wold <sgw@linux.intel.com>2016-11-01 08:23:15 -0700
commit8f01ac1530c2da5e6e04764ac077a7b95d33bb29 (patch)
tree2bdb13e2b318c1150dd2c437691164348547319d /README
parent15ac2f84ed67032c885e82254eda8053d601c95e (diff)
downloadmeta-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>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 772ac4ed..777c66cd 100644
--- a/README
+++ b/README
@@ -248,6 +248,17 @@ To create a direct-boot image for USB storage media, simply specify
248galileodisk-usb instead of galileodisk-sd in the "wic create ..." 248galileodisk-usb instead of galileodisk-sd in the "wic create ..."
249command, then write the output image to USB storage media and boot it. 249command, then write the output image to USB storage media and boot it.
250 250
251Actually, Galileo board can boot off with an image in hddimg format
252from USB drives too. But only live-boot, no installation, is supported
253at this point. An image in hddimg format is generated when you build
254quark BSP. You can follow the procedure in II.b to use dd command to
255prepare your USB drive, then press F7 key as what board prompts when it
256boots. Galileo should show a boot option menu for you to choose the
257UEFI USB boot option for the drive to boot the system. If the board
258already passes this stage and show a grub boot menu, you can press 'c'
259key and then type "quit" in grub shell. The board should come back to
260the UEFI boot menu.
261
251III. Technical Miscellany 262III. Technical Miscellany
252========================= 263=========================
253 264