mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
53597ed63d
commit
8bad3a5c04
2
common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG
Normal file
2
common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
boot.conf
|
||||||
|
|
4
common/recipes-bsp/rmc/boards/Galileo2/boot.conf
Normal file
4
common/recipes-bsp/rmc/boards/Galileo2/boot.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
title Galileo Gen 2 boot
|
||||||
|
linux /vmlinuz
|
||||||
|
initrd /initrd
|
||||||
|
options LABEL=boot rootwait console=ttyS1,115200
|
BIN
common/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp
Executable file
BIN
common/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp
Executable file
Binary file not shown.
|
@ -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
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user