Skip to content

Add dialout permissions to documentation #57

@byarbrough

Description

@byarbrough

After installing the cli on Linux (Raspberry Pi 5) I was getting issues trying to connect to an Arduino Nano 33 BLE Sense Rev2 to flash the firmware. After flashing the firmware via Windows (yuck) I tried to connect over USB to edge-impulse-daemon and got

[SER] Failed to connect to /dev/ttyACM0
Error permission denied, cannot open /dev/ttyACM0
You might need sudo or set the right udev rules

I fixed this by adding my user to the dialout group.

# Must logout or reboot for changes to take effect
usermod -aG dialout $USER

This fixed my ability to flash firmware as well!

If somebody can point me to where the documentation actually lives I'm happy to make the change! (I couldn't find the docs repo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions