summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-10-19 15:07:28 -0700
committerSaul Wold <sgw@linux.intel.com>2016-11-01 08:23:15 -0700
commit8bad3a5c04154332f44d41900a1de9ec0b9167e5 (patch)
tree7ab649ab82722283b78a8b9b3d27bd654e930006 /documentation
parent53597ed63d63b56b477eb09c0bf3f9579652e78e (diff)
downloadmeta-intel-8bad3a5c04154332f44d41900a1de9ec0b9167e5.tar.gz
rmc: Add example for Galileo Gen 2 (Quark)
This is an experimental RMC sample for quark. At runtime, a boot option with board name will be available for user to boot the Galileo. Note: The supported image type is hddimg instead of the direct- boot image type usually used on quark. Use a USB stick flashed with the image to boot the Galileo Gen 2 board. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/rmc/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/rmc/README b/documentation/rmc/README
index c392eb2d..2427ffd2 100644
--- a/documentation/rmc/README
+++ b/documentation/rmc/README
@@ -275,7 +275,14 @@ common/recipes-bsp/rmc/boards/T100-32bit
275This example is provided for validation on 32 bit X86 architecture. It doesn't 275This example is provided for validation on 32 bit X86 architecture. It doesn't
276provide any new function not mentioned in above examples. 276provide any new function not mentioned in above examples.
277 277
278 278EXAMPLE 5: RMC for quark
279Galileo Gen 2
280common/recipes-bsp/rmc/boards/Galileo2
281This example doesn't show any feature not covered in the above examples. Note
282RMC only supports hddimg image format so far. Please refer to the section II.c
283in README in meta-intel for how to boot Galileo with images in hddimg format.
284Bootloader should show a board-specific boot option "Galileo Gen 2 boot" when
285the board boots off.
279 286
280Troubleshooting 287Troubleshooting
281-------------------------------------------------------------------------------- 288--------------------------------------------------------------------------------