Skip to content

Release 0.21.0 fails to start on Debian arm64: workaround #206

@ubidefeo

Description

@ubidefeo

Just the heads-up in case you bump into this.

create a udev rule

sudo nano /etc/udev/rules.d/99-serial.rules

then paste this configuration

UBSYSTEM=="tty", MODE="0666"
KERNEL=="ttyUSB*", MODE="0666"
KERNEL=="ttyACM*", MODE="0666"

save and logoff

login and try, it should be working now

Metadata

Metadata

Assignees

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