From: Jan Kiszka <[email protected]> Expand the section for v1 and explain the unfortunate differences in the UART output. See also https://github.com/Avnet/Ultra96-PYNQ/issues/64.
Signed-off-by: Jan Kiszka <[email protected]> --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb93821..44bbfb4 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,14 @@ directly to the eMMC because it does not contain any firmware. ## Ultra96 -The [Avnet Ultra96](https://www.96boards.org/product/ultra96/) is supported. -You can boot the board directly from the generated SD card image. +The [Avnet Ultra96](https://www.96boards.org/product/ultra96/) is supported, +both version 1 and 2. You can boot the board directly from the generated SD +card image. + +Note that the configuration for the v1 will direct the UART console to the +expansion connector, compatible with related expansion boards, while the v2 +configuration uses the UART male header as output, requiring the Avnet +JTAG/UART adapter. ## Raspberry Pi 4 -- 2.26.2 -- 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/293729170b61e82bd8ba7abf08313f5dd879b337.1601876389.git.jan.kiszka%40siemens.com.
