From 5aac6aa445d343074b64bb7fa3ddc9184b0c65be Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 31 Jul 2014 18:45:34 +0100 Subject: [PATCH] README: Add USB VID/PID to dfu-util command. This reflects how it's done in stmhal/Makefile, via deploy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48942daa77..adb404fa90 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