From: Jan Kiszka <[email protected]> Clarify that the image primarily targets SD card booting.
Signed-off-by: Jan Kiszka <[email protected]> --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index da4e2b9..7fec7a9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,17 @@ command line: After that, the board will automatically start from the generated SD card image. +### HiKey + +The [LeMaker HiKey](http://www.lemaker.org/product-hikey-specification.html) is +supported with its 1 GB edition. The generated image can be used to boot from +SD card. This requires a recent version of the UEFI-based bootloader (tested +with version 1.4, September 17 2018). + +You may also use the content of the boot and the root partition to fill the +corresponding partitions on the eMMC, but do no flash the complete image +directly to the eMMC because it does not contain any firmware. + Community Resources ------------------- -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
