Skip to content

Commit c77b2c7

Browse files
authored
Update badge.md with Linux user group instructions
Added instructions for adding user to dialout group on Linux.
1 parent 3241910 commit c77b2c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guides/fallctf-2025/badge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ There is a USB-C port on the side of the badge, which is intended to connect to
1313

1414
### Software setup
1515

16+
If you are on Linux, you may need to add your user to the `dialout` group to allow it to access the serial ports. Run the following command, then log out and log back in.
17+
```sh
18+
sudo usermod -a -G dialout $USER
19+
```
20+
1621
Install the `mpremote` Python package to connect to the badge:
1722
```sh
1823
pip install --user mpremote

0 commit comments

Comments
 (0)