Skip to content

Commit cdc40ae

Browse files
authored
Merge pull request #74 from JShabtai/fixUdevReadme
Fixed command for installing linux udev rule
2 parents c63d96d + 12963ae commit cdc40ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Problems with Linux distributions (Ubuntu and others):
2525
To reduce the initial delay after connecting USB you need to exclude the virtual com port from "modemmanager" to check it as a modem.
2626
You can do this by the following command:
2727

28-
sudo bash -c 'cp udevrules/90-stm32vcp.rules /etc/udev/rules.d/ ; udevadm control --reload'
28+
sudo bash -c 'cp Linux_udevrules/70-stm32vcp.rules /etc/udev/rules.d/ ; udevadm control --reload'
2929

3030

3131
************
@@ -77,4 +77,4 @@ start IC in socket (interactive mode):
7777

7878
easypdkprog start
7979

80-
80+

0 commit comments

Comments
 (0)