Hello,
So I am running this whole thing on a Chromebook with the built-in Linux container (crostini) enabled.
I am having the issue that I can not upload any sketch to the arduino uno wifi rev 2 which is weird because it was perfectly fine when I worked with an arduino nano so in principle this should work.
This is what I did in order to get it up an running.
- Installed the mega AVR boards in the board Manager
- selected the arduino wifi rev 2 Port in the board manager
- registers Emulation - ATMEGA 328
4/ Port selected = /dev/tty/ACM0 (ARDUINO UNO WIFI REV2)
so far so good
but once i want to upload a sketch this error appears
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/home/aaudino95/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
User configuration file is "/home/aaudino95/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : usb
Using Programmer : xplainedmini_updi
Overriding Baud Rate : 115200
avrdude: usbdev_open(): Found mEDBG CMSIS-DAP, serno: F284491E66BAB08AE503
avrdude: usbdev_open(): WARNING: failed to set configuration 1: Device or resource busy
avrdude: usbdev_open(): no usable interface found
avrdude: jtag3_open_common(): Did not find any device matching VID 0x03eb and PID list: 0x2145
avrdude done. Thank you.
An error occurred while uploading the sketch
Can anyone help me with that ?
Thanks in advance
PS: I am aware that there is tutorial out there for the cloud IDE but that is not the best solution for my case.