From: Jan Kiszka <[email protected]> Some manual steps are required as long as Marvell does not ship a proper U-Boot. See also https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/issues/3.
Signed-off-by: Jan Kiszka <[email protected]> --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f5054bd..da4e2b9 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,21 @@ As the device comes without a UART connector, the output of Jailhouse can only be seen via the EFI framebuffer on a monitor or on the virtual Jailhouse console (`jailhouse console`). +### ESPRESSObin + +The [ESPRESSObin](http://espressobin.net/tech-spec/) 1 GB edition is supported. +Before being able to boot the SD card image, the pre-installed U-Boot needs +further manual tuning (because the old vendor U-Boot lacks distro support). +Attach to the serial port of the board and type the following on the U-Boot +command line: + + setenv bootcmd "load mmc 0:1 0x4d00000 /boot/boot.scr; source 0x4d00000" + saveenv + reset + +After that, the board will automatically start from the generated SD card +image. + 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.
