Skip to content

Commit 2abcb56

Browse files
author
Sebastian Pichelhofer
committed
updated readme
1 parent f33202d commit 2abcb56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Note that with the current hardware the PICKit2 needs to stay connected for norm
7272
- Acquire binary or build from source from: <https://github.com/sergev/pic32prog> to flash with PICKit2
7373
- run **pic32prog yourfile.hex** and you should see a progress bar of the flashing/verification process
7474

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:
7676

7777
```
78-
edit the file: ATTR{idVendor}=="04d8", MODE="664", GROUP="plugdev"
78+
ATTR{idVendor}=="04d8", MODE="664", GROUP="plugdev"
7979
```
8080

8181
The idVendor should be looked up with ```lsusb```, in case of the PICkit2 it looks like this:

0 commit comments

Comments
 (0)