-
Notifications
You must be signed in to change notification settings - Fork 132
Failed execution of avrdude for Adafruit Feather 32u4 (core=arduino:arduino) #772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have D:\embedded\V4\sloeber/arduinoPlugin/packages/arduino/tools/avrdude/6.3.0-arduino8/bin/avrdude -CD:\embedded\V4\sloeber/arduinoPlugin/packages/arduino/tools/avrdude/6.3.0-arduino8/etc/avrdude.conf -patmega32u4 -cavr109 -Pcom4 -b57600 -D -Uflash:w:D:\workspaces\embedded\adafruit_wiced/Release/adafruit_wiced.hex:i The fact you miss the path may be related to
Best regards |
Not sure why I clicked close |
1.- check, 2.- check, 3.- check. There are two versions of avrdude installed under the arduino toolchain: Might it happen just like with the libraries path, that there should be a executable tool path inheritance? |
Pasting project org.eclipse.cdt.core.prefs:
|
I have the impression there are old values remaining in the settings. |
I tried but didn't work. Next I tried deleting all entries and reconfiguring. Again it didn't work. Creating a blank project and uploading it also fails. |
What I think is strange is that nowhere in the provided settings file avrdude is on its own. So I don't understand how you have only the avrdude command ant not something like bin/avrdude |
The uno story is strange. There is no redirection when using uno so that should work fine. |
Nay. I've even installed the last complete nightly (io.sloeber.product-4.1.0-20170616.121957-42-macosx.cocoa.x86_64.tar.gz), installed Arduino boards, Adafruit boards, created an empty .ino, clicked upload with the same result. Also using Arduino/Genuino UNO as the board. Only one avrdude at: arduinoPlugin/packages/arduino/tools/avrdude/6.3.0-arduino9/bin/avrdude. And the same error happens. java.io.IOException: Cannot run program "avrdude" (in directory "/Users/ramon/Documents/sloeber-workspace"): error=2, No such file or directory |
I have been looking into the code here and I really don't see where it goes wrong. |
I have changed some code to go to uppercase. |
I have the same problem. as some additional information: loading again with 4.1 it does not work: version 1, same Port number for bootloader and application:
When port number is not the same, it even does not use the changed port for upload:
|
Ok, for me it seems to be a half Arduino half Sloeber item: the test code without proper reboot was a sketch without use of the serial port. Adding serial.begin in setup() made it work. The problem with a change of the port number still exist |
Success! |
@ramonpoca @Steffen-Engel |
Libraries are found ok in nightly (2017-06-17), but execution of avrdude fails with a:
log.txt
The text was updated successfully, but these errors were encountered: