summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-07-31 18:45:34 +0100
committerDamien George <damien.p.george@gmail.com>2014-07-31 18:45:34 +0100
commit5aac6aa445d343074b64bb7fa3ddc9184b0c65be (patch)
treefcaacab70a00af476ff861477583ea49d4aee436
parent4747becc6423e8161519ad6850e09137f14742a8 (diff)
README: Add USB VID/PID to dfu-util command.
This reflects how it's done in stmhal/Makefile, via deploy.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48942daa7..adb404fa9 100644
--- a/README.md
+++ b/README.md
@@ -92,4 +92,4 @@ You will need the dfu-util program, on Arch Linux it's dfu-util-git in the
AUR. If the above does not work it may be because you don't have the
correct permissions. Try then:
- $ sudo dfu-util -a 0 -D build-PYBV10/firmware.dfu
+ $ sudo dfu-util -a 0 -d 0483:df11 -D build-PYBV10/firmware.dfu