diff options
author | Damien George <damien.p.george@gmail.com> | 2014-07-31 18:45:34 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-07-31 18:45:34 +0100 |
commit | 5aac6aa445d343074b64bb7fa3ddc9184b0c65be (patch) | |
tree | fcaacab70a00af476ff861477583ea49d4aee436 | |
parent | 4747becc6423e8161519ad6850e09137f14742a8 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |