forked from libre-chip/fayalite
add tx_only_uart example to readme
This commit is contained in:
parent
3267cb38c4
commit
e6dbeb2c85
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ To program the Flash also, so it stays programmed when power-cycling the board:
|
||||||
sudo openFPGALoader --board arty_a7_100t -f target/blinky-out/blinky.bit
|
sudo openFPGALoader --board arty_a7_100t -f target/blinky-out/blinky.bit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Building the [Transmit-only UART example] for the Arty A7 100T on Linux
|
||||||
|
|
||||||
|
[Transmit-only UART example]: crates/fayalite/examples/tx_only_uart.rs
|
||||||
|
|
||||||
|
Follow the steps above of building the Blinky example, but replace `blinky` with `tx_only_uart`.
|
||||||
|
|
||||||
# Funding
|
# Funding
|
||||||
|
|
||||||
## NLnet Grants
|
## NLnet Grants
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue