You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bx/guide.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,12 @@ apio drivers --serial-enable
42
42
43
43
These commands install APIO, tinyprog, as well as all of the necessary tools to actually program the FPGA.
44
44
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
+
45
51
Connect your TinyFPGA BX board(s) and make sure the bootloader is up to date by running the following command:
0 commit comments