diff options
Diffstat (limited to 'README')
-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 | ||