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>
This commit is contained in:
Jianxun Zhang 2016-10-19 15:07:28 -07:00 committed by Saul Wold
parent 53597ed63d
commit 8bad3a5c04
4 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,2 @@
boot.conf

View File

@ -0,0 +1,4 @@
title Galileo Gen 2 boot
linux /vmlinuz
initrd /initrd
options LABEL=boot rootwait console=ttyS1,115200

Binary file not shown.

View File

@ -275,7 +275,14 @@ common/recipes-bsp/rmc/boards/T100-32bit
This example is provided for validation on 32 bit X86 architecture. It doesn't This example is provided for validation on 32 bit X86 architecture. It doesn't
provide any new function not mentioned in above examples. provide any new function not mentioned in above examples.
EXAMPLE 5: RMC for quark
Galileo Gen 2
common/recipes-bsp/rmc/boards/Galileo2
This example doesn't show any feature not covered in the above examples. Note
RMC only supports hddimg image format so far. Please refer to the section II.c
in README in meta-intel for how to boot Galileo with images in hddimg format.
Bootloader should show a board-specific boot option "Galileo Gen 2 boot" when
the board boots off.
Troubleshooting Troubleshooting
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------