Umberto Baldi
Umberto Baldi
Hi @kittaakos, unfortunately this is not a bug. The compiler is run concurrently depending on how many CPUs you have. In this case, two parallel compilations fail at the same...
I think the problem only exist on raspberry pi, don't know if it's an architecture problem
The PR is in draft because I only modified the nano 33 iot board. All the other boards needs to be updated
Hello there, we should have fixed all these problems in the latest release ([1.3.0](https://github.com/arduino/arduino-create-agent/releases/tag/1.3.0)). The agent should be able to autoupdate itself, unless you have [1.2.7-ventura](https://github.com/arduino/arduino-create-agent/releases/tag/1.2.7-ventura) version. In that case,...
Closing as this should be solved, feel free to reopen it
@mcuee I just tried with an Arduino WiFi rev2 and #1053 does not seem to fix this problem. The problem seems to be related to the usage of avrdude `-V`...
I run some tests with the ~~Uno WiFi Rev2~~ Nano Every: With the avrdude that includes fixes from [avrdudes/avrdude#1053](https://github.com/avrdudes/avrdude/pull/1053): result ``` /home/umberto/.arduino15/packages/arduino/tools/avrdude/test-PR\#1093/bin/avrdude -C /home/umberto/.arduino15/packages/arduino/tools/avrdude/test-PR\#1093/etc/avrdude.conf -v -patmega4809 -cjtag2updi -P/dev/ttyACM0 -b115200 -e...
That is amazing news! I will try to release 7.2 static as fast as possible
Released 7.2! https://github.com/arduino/avrdude-packing/issues/28
hello @stevenengland, thanks a lot for the suggestion. We just created a new task (expand our docs with a section called "dev-docs") inside our internal issue tracker. But we do...