Browse Source

Mention dfu-util permissions in README

Clara Hobbs 6 years ago
parent
commit
5dfebe7388
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

102
 
102
 
103
     $ dfu-util -a 0 -s 0x08000000:leave -D build/pd-buddy-firmware.bin
103
     $ dfu-util -a 0 -s 0x08000000:leave -D build/pd-buddy-firmware.bin
104
 
104
 
105
+If this fails with a message like "dfu-util: Cannot open DFU device 0483:df11",
106
+it's likely that you don't have permissions to write to the device.  Try
107
+running dfu-util as root if this is the case.
108
+
105
 If applicable, don't forget to set the switch back to normal mode (or remove
109
 If applicable, don't forget to set the switch back to normal mode (or remove
106
 the solder blob) after unplugging the device.
110
 the solder blob) after unplugging the device.
107
 
111
 

Loading…
Cancel
Save