diff --git a/litex_boards/community/platforms/ecp5_evn.py b/litex_boards/community/platforms/ecp5_evn.py index c7facfe90d940251a43025259291576c196f9be2..02cce93e5725e5aa170c14c2415a43a8b5ababf6 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")