Skip to content

Commit d7c6e4b

Browse files
committed
Add instructions to add self to dialout group.
1 parent afb2745 commit d7c6e4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bx/guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Connect your TinyFPGA BX board(s) and make sure the bootloader is up to date by
4848
tinyprog --update-bootloader
4949
```
5050

51+
On Unix systems, you may need to add yourself to the `dialout` group in order for your user to be able to access serial ports. You can do that by running:
52+
53+
```
54+
sudo usermod -a -G dialout $USER
55+
```
56+
5157
This command will check for bootloader updates for all of the connected boards. This is important to do to ensure your boards have the latest bootloaders with any known bugs fixed.
5258

5359
### 3. Download and install [Atom](https://atom.io/).

0 commit comments

Comments
 (0)