From ab41cf5b793567771ad75a8c2d0718ba990fc6f6 Mon Sep 17 00:00:00 2001 From: Arnaud Durand Date: Tue, 7 Jan 2020 01:55:59 +0100 Subject: [PATCH] Update ecp5_evn.py --- litex_boards/community/platforms/ecp5_evn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litex_boards/community/platforms/ecp5_evn.py b/litex_boards/community/platforms/ecp5_evn.py index c7facfe..02cce93 100644 --- a/litex_boards/community/platforms/ecp5_evn.py +++ b/litex_boards/community/platforms/ecp5_evn.py @@ -117,9 +117,9 @@ class Platform(LatticePlatform): def request(self, *args, **kwargs): if "serial" in args: - print("two 0 Ω resistors shoud be populated on R34 and R35 and " - "the FT2232H should be configured to UART with virtual COM on " - "port B") + print("R22 and R23 should be removed, two 0 Ω resistors shoud be " + "populated on R34 and R35 and the FT2232H should be configured to " + "UART with virtual COM on port B") if "ext_clk50" in args: print("an oscillator must be populated on X5")