Executing command: exit status 1, nano rp2040 connect

Hello!
I have a problem with my arduino nano rp2040 connect.
I got this board a few days ago but i cannot upload a sketch on it. I tried a test sketch from arduino. I also tried a blank sketch just to test if it works:

/*

*/

void setup() {
    
}

void loop() {
    
}

I'm using the Web Editor. The editor sees my arduino. The code compiles also. Just in the last step where the sketch should be uploaded to my arduino the Editor says that it has been disconnected (What it doesnt) and then i Get this error:

Executing command: exit status 1

/usr/local/bin/arduino-cli compile --fqbn arduino:mbed_nano:nanorp2040connect --libraries /home/builder/opt/libraries/latest --build-cache-path /tmp --output-dir /tmp/542459305/build --build-path /tmp/arduino-build-E4BBB8C9B14F890A4098ED110E0F232C --library /mnt/create-efs/webide/0f/f1/0ff1abb054b03a710109f659ecd2d5de:mckerim/libraries_v2/Adafruit BME280 Library --library /mnt/create-efs/webide/0f/f1/0ff1abb054b03a710109f659ecd2d5de:mckerim/libraries_v2/Grove - Barometer Sensor BME280 --library /mnt/create-efs/webide/0f/f1/0ff1abb054b03a710109f659ecd2d5de:mckerim/libraries_v2/LedControl --library /mnt/create-efs/webide/0f/f1/0ff1abb054b03a710109f659ecd2d5de:mckerim/libraries_v2/LinkedList --library /mnt/create-efs/webide/0f/f1/0ff1abb054b03a710109f659ecd2d5de:mckerim/libraries_v2/TinyGPS++ /tmp/542459305/sketch_dec16a

Sketch uses 89228 bytes (0%) of program storage space. Maximum is 16777216 bytes.

Global variables use 43448 bytes (16%) of dynamic memory, leaving 226888 bytes for local variables. Maximum is 270336 bytes.

Upload started

Programming with: Serial

Restarting in bootloader mode

Flashing with command:C:/Users/Kerim/.arduino-create/arduino/rp2040tools/1.0.6/rp2040load.exe -v -D C:/Users/Kerim/AppData/Local/Temp/arduino-create-agent968630357/sketch_dec16a.elf

rp2040load 1.0.6 - compiled with go1.16.2

.....................

Do you know why this could happen?
Thanks for the help!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.