Skip to content

Update guide to remove modemmanager when necessary #10

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bx/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ On Unix systems, you may need to add yourself to the `dialout` group in order fo
sudo usermod -a -G dialout $USER
```

On some Linux systems, the modem manager can get in the way of TinyFPGA coming up. The behavior that indicates this is that /dev/ttyACM0 disappears a few seconds after plugging the board in, or tinyprog can't find the device. You can confirm by looking through the logs (use dmesg to see the logs) for this error 'failed to set dtr/rts'. If that happens you can uninstall the modem manager with

```shell
sudo apt-get purge modemmanager
```

Connect your TinyFPGA BX board(s) and make sure the bootloader is up to date by running the following command:

```shell
Expand Down