Hello, I've just written a simple test code using the Arduino IDE. Just a print of some variables to the serial printer. The code verifies OK, but when I try and upload the code I get this error message. I'm using the Ubuntu platform.
Sketch uses 6264 bytes (38%) of program storage space. Maximum is 16384 bytes.Global variables use 544 bytes (26%) of dynamic memory, leaving 1504 bytes for local variables. Maximum is 2048 bytes.Open On-Chip Debugger 0.11.0+dev-02415-gfad123a16-dirty (2023-10-11-14:01)Licensed under GNU GPL v2For bug reports, read http://openocd.org/doc/doxygen/bugs.htmlInfo : only one transport option; autoselect 'sdi'Warn : Transport "sdi" was already selectedReady for Remote ConnectionsError: libusb_open() failed with LIBUSB_ERROR_ACCESSError: open failed Failed uploading: uploading error: exit status 1 Regards, Mike