Skip to content

Commit 92eea74

Browse files
author
Luke Valenty
authored
Merge pull request tinyfpga#4 from c-edw/master
Add instructions to add self to dialout group.
2 parents f7bfad6 + 65fabce commit 92eea74

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
@@ -42,6 +42,12 @@ apio drivers --serial-enable
4242

4343
These commands install APIO, tinyprog, as well as all of the necessary tools to actually program the FPGA.
4444

45+
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:
46+
47+
```
48+
sudo usermod -a -G dialout $USER
49+
```
50+
4551
Connect your TinyFPGA BX board(s) and make sure the bootloader is up to date by running the following command:
4652

4753
```shell

0 commit comments

Comments
 (0)