From: Jan Kiszka <[email protected]> Add a missing word to the very similar NUC6CAY description as well.
Signed-off-by: Jan Kiszka <[email protected]> --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5f7a0..bb93821 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,19 @@ smoothly. The [NUC6CAY](https://www.intel.com/content/www/us/en/products/boards-kits/nuc/mini-pcs/nuc6cays.html) is supported with 8 GB of RAM. It can boot from an SD card, or you can flash -the generated on a built-in storage device. The device has to boot in EFI mode. +the generated image on a built-in storage device. The device has to boot in EFI +mode. + +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`). + +### SIMATIC IPC127E + +The [SIMATIC IPC127E](https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-ipc127e.html) +is supported in its 2-cores variant. It can boot from an USB stick, or you can +flash the generated image on a built-in storage device. The device has to boot +in EFI mode. 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 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/23d2e095cb1f075ef12acbc434f45b45d753910f.1586760835.git.jan.kiszka%40web.de.
