Skip to content

Commit 5aac6aa

Browse files
committed
README: Add USB VID/PID to dfu-util command.
This reflects how it's done in stmhal/Makefile, via deploy.
1 parent 4747bec commit 5aac6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ You will need the dfu-util program, on Arch Linux it's dfu-util-git in the
9292
AUR. If the above does not work it may be because you don't have the
9393
correct permissions. Try then:
9494

95-
$ sudo dfu-util -a 0 -D build-PYBV10/firmware.dfu
95+
$ sudo dfu-util -a 0 -d 0483:df11 -D build-PYBV10/firmware.dfu

0 commit comments

Comments
 (0)