mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 04:47:16 -04:00
README: argument to use blinky example instead of hello world is true for all boards
This commit is contained in:
parent
cf187bc81e
commit
1f6d215d19
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue