Skip to content

Commit 6fae4e8

Browse files
authored
Resolve 'exit error 74' (upload error)
1 parent b301431 commit 6fae4e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@ dnf install fuse
7575
```
7676

7777
See instructions for installing FUSE on your distribution [here](https://github.com/AppImage/AppImageKit/wiki/FUSE).
78+
79+
To enable the Arduino IDE to access the serial port and upload code to your board, the following rule can be added to `/etc/udev/rules.d/99-arduino.rules`.
80+
```
81+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", GROUP="plugdev", MODE="0666"
82+
```

0 commit comments

Comments
 (0)