arduino / ArduinoCore-mbed

348 stars 202 forks source link

RP2040 Connect upload problem (Ubuntu) #248

Closed torenrl closed 3 years ago

torenrl commented 3 years ago

Description of the problem When trying to upload to the Arduino Nano RP2040 Connect using the Arduino IDE under Linux, the microcontroller is reset and shows up as a memory device as it should. However, the Arduino IDE does not recognize this, and uploading of the firmware fails. Manually drag-and-drop into the microcontroller memory works, and the firmware as written in Arduino works as it should.

Operating system Ubuntu 21.04

Arduino IDE 2.0.0 beta 5

Board Arduino Nano RP2040 Connect

torenrl commented 3 years ago

This issue was apparently resolved by opening Arduino as a superuser, as described in an earlier and closed issue.