README: argument to use blinky example instead of hello world is true for all boards

This commit is contained in:
Gwenhael Goavec-Merou 2019-11-10 15:28:40 +01:00 committed by Olof Kindgren
parent cf187bc81e
commit 1f6d215d19

View file

@ -85,6 +85,8 @@ And do not forget to add fusesoc-cores in your fusesoc lib :
fusesoc library add --global fusesoc-cores https://github.com/fusesoc/fusesoc-cores
```
Run with `--memfile=$SERV/sw/blinky.hex` as the last argument to run the LED blink example instead of hello world.
### TinyFPGA BX
Pin A6 is used for UART output with 115200 baud rate.
@ -100,8 +102,6 @@ Pin 9 is used for UART output with 57600 baud rate.
cd $SERV/workspace
fusesoc run --target=icebreaker servant
Run with `--memfile=$SERV/sw/blinky.hex` as the last argument to run the LED blink example instead
## Other targets
The above targets are run on the servant SoC, but there are some targets defined for the CPU itself. Verilator can be run in lint mode to check for design problems by running