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
@@ -48,6 +48,12 @@ Connect your TinyFPGA BX board(s) and make sure the bootloader is up to date by
48
48
tinyprog --update-bootloader
49
49
```
50
50
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
+
51
57
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.
52
58
53
59
### 3. Download and install [Atom](https://atom.io/).
0 commit comments