Update README.md

Update udev rules paragraph.
pull/484/merge
Jerry Jacobs 2016-09-24 23:57:25 +02:00 zatwierdzone przez GitHub
rodzic 823079ad4d
commit ee3f7a1cf1
1 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -134,9 +134,9 @@ for GDB.
## Setting up udev rules
For convenience, you may install udev rules file, 49-stlinkv*.rules, located
in the root of repository. You will need to copy it to /etc/udev/rules.d,
and then either reboot or execute
For convenience, you may install udev rule files, located
in the `etc/udev/rules.d` directory. You will need to copy it to /etc/udev/rules.d,
and then either execute as root (or reboot your machine):
```
$ udevadm control --reload-rules
@ -144,8 +144,6 @@ $ udevadm trigger
```
Udev will now create a /dev/stlinkv2_XX or /dev/stlinkv1_XX file, with the appropriate permissions.
This is currently all the device is for, (only one stlink of each version is supported at
any time presently)
## Running programs from SRAM