From 37e30cdd5cf413e8515fc7ff9a5a1100e5cd4e94 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 23 Aug 2019 13:40:45 +0200 Subject: [PATCH] Adding more docs about minimal example. --- verilog-blink-minimal/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/verilog-blink-minimal/README.md b/verilog-blink-minimal/README.md index 160e7bf..cd32747 100644 --- a/verilog-blink-minimal/README.md +++ b/verilog-blink-minimal/README.md @@ -2,8 +2,13 @@ A more minimal Verilog example. - Unlike the example in ../verilog-blink it; - **only** works on the **Fomu hacker board**. - **only** works on Linux - 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.