-
Notifications
You must be signed in to change notification settings - Fork 223
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
Ravedude freezes on programmer uploading #542
Comments
Please post the full output from ravedude, otherwise we have no clues as to what might be going on here... |
The output is just
I managed to finally get something flashed onto the nano, but only through first converting it to a hex and then uploading it using the following commands:
Does ravedude convert to hex first or have I set up something wrong somewhere? |
So you are not seeeing any avrdude output after the Please provide the following info:
|
Yes that's right.
Windows |
Can you add
Ravedude doesn't convert to hex because you can also pass an ELF to avrdude directly if you add |
I'm trying to upload the template file onto an Arduino nano with the command
ravedude nano -cb 57600 target\avr-atmega328p\release\metrics.elf -P COM4
. Unfortunately, the command stops during the programming stage and doesn't seem to continue, despite the elf file only being about 1kb and the Arduino ide working fine for uploads.The text was updated successfully, but these errors were encountered: