You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,10 @@ Note that with the current hardware the PICKit2 needs to stay connected for norm
72
72
- Acquire binary or build from source from: <https://github.com/sergev/pic32prog> to flash with PICKit2
73
73
- run **pic32prog yourfile.hex** and you should see a progress bar of the flashing/verification process
74
74
75
-
If ```pic32prog``` only works with ```sudo``` add your user to the plugdev group and add the following udev rule to /etc/udev/rules.d/26-microchip.rules and reboot:
75
+
If ```pic32prog``` only works with ```sudo``` add your user to the plugdev group and add the following udev rule to /etc/udev/rules.d/26-microchip.rules (create file if it does not exist) and reboot:
76
76
77
77
```
78
-
edit the file: ATTR{idVendor}=="04d8", MODE="664", GROUP="plugdev"
0 commit comments