Adding more docs about minimal example.
This commit is contained in:
parent
61e2e22774
commit
37e30cdd5c
1 changed files with 6 additions and 1 deletions
|
|
@ -2,8 +2,13 @@
|
||||||
|
|
||||||
A more minimal Verilog example.
|
A more minimal Verilog example.
|
||||||
|
|
||||||
|
|
||||||
Unlike the example in ../verilog-blink it;
|
Unlike the example in ../verilog-blink it;
|
||||||
- **only** works on the **Fomu hacker board**.
|
- **only** works on the **Fomu hacker board**.
|
||||||
- **only** works on Linux
|
- **only** works on Linux
|
||||||
- doesn't use any Makefile variables.
|
- doesn't use any Makefile variables.
|
||||||
|
|
||||||
|
## Using
|
||||||
|
|
||||||
|
Type `make` to build the DFU image.
|
||||||
|
Type `make load` to load the DFU image onto the Fomu board.
|
||||||
|
Type `make clean` to remove all the generated files.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue