From 49b05a343cb27ed55f482386051d18da63a83531 Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Thu, 22 Aug 2019 18:12:53 +0200 Subject: [PATCH] Small formatting fixes. --- blink_fomu/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blink_fomu/README.md b/blink_fomu/README.md index d5a36ff..68e9629 100644 --- a/blink_fomu/README.md +++ b/blink_fomu/README.md @@ -3,10 +3,12 @@ FOMU Blink Example blink for FOMU -Code comes from [FOMU Workshop](https://github.com/im-tomu/fomu-workshop/blob/master/verilog-blink/). The original code uses fomu-flash, which is a Paspberry Pi tool, this version generates a dfu which can be loaded with dfu-util +Code comes from [FOMU Workshop](https://github.com/im-tomu/fomu-workshop/blob/master/verilog-blink/). The original code uses `fomu-flash`, which is a Raspberry Pi tool, this version generates a dfu which can be loaded with `dfu-util` Usage ===== +``` make FOMU_REV=pvt1 run-dfu +```