John Dormer

Results 4 comments of John Dormer

The `avrdude.conf` file is installed here: ```text C:\Users\USER\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\bootloaders\gemma\avrdude.conf ``` The global configuration expects the avrdude configuration file to be here: ```text C:\Users\USER\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14/etc ``` This directory does not exist with a...

``` 20:10 12/29/2018 Arduino: 1.8.8 (Windows 10), Board: "Arduino Nano, ATmega328P" Sketch uses 930 bytes (3%) of program storage space. Maximum is 30720 bytes. Global variables use 9 bytes (0%)...

AFAICT, the installation using the binary arduino-1.8.8-windows.exe created everything up to but not including the "etc" directory, thus: C:\Users\USER\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14 I had completely removed the installation directory (C:\Program Files (x86)\Arduino), but...

No, I had not. For some reason I never received notification about facchinm's request. I did work around the issue by copying the necessary configuration file into the place the...