targets/colorlight_5a_75b: Change baudrate to work on v6.1

There seems to be some capacitance on KEY+, so the usual 115200 don't work
This commit is contained in:
David Sawatzke 2020-04-09 05:08:23 +02:00
parent 4fc9df8414
commit 15a27d40fa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#
# 1) SoC with regular UART and optional Ethernet connected to the CPU:
# Connect a USB/UART to J19: TX of the FPGA is DATA_LED-, RX of the FPGA is KEY+.
# ./colorlight_5a_75b.py (add --with-ethernet to add Ethernet capability)
# ./colorlight_5a_75b.py --uart-baudrate 9600 (add --with-ethernet to add Ethernet capability)
# ./colorlight_5a_75b.py --load
# You should see the LiteX BIOS and be able to interact with it.
#