Error message when udev code not configured on Linux is unhelpful #2274
Labels
os: linux
Specific to Linux operating system
type: imperfection
Perceived defect in any part of project
Describe the problem
It is required to configure the udev code in Linux to provide access to the Serial port. Otherwise, it is not possible to upload sketches to the Arduino board.
Given that configuring the udev rules is essential, then most (all?) linux users will face this issue. For new users, this could be especially difficult to figure out.
To reproduce
/dev/ttyACM0
port. It is not possible to upload, and we get theexit status 1 error
Expected behavior
The user is informed of this issue when error occur. Something like
If using a Linux OS, make sure that the udev rules are configured correctly to enable access to the Serial port. See https://support.arduino.cc/hc/en-us/articles/9005041052444-Fix-udev-rules-on-Linux for more information
Arduino CLI version
0.34
Operating system
Linux
Operating system version
Ubuntu 22.04.03 LTS
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: