-
Notifications
You must be signed in to change notification settings - Fork 147
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
avrdude with Arduino Nano Every: conf file with Arduino vs conf file from avrdude #991
Comments
Just use the official avrdude 7.0 release here and it will be okay. You need to use a trick to simulate what Arduino is doing. Please refer to my run log here: There is only one release here in this github, which is 7.0. |
jtag2updi is only added to the official avrdude repo on 29 Dec 2021. Therefore it will not be available for avrdude 6.3 and 6.4 release. Arduino probbaly has their own patches for there 6.3 version. |
|
@CiaranW5 In this case, please close this issue. Thanks. |
|
Thanks - issue resolved now. |
facchinm/avrdude@46a9c3b this was it |
I am programming (successfully) an Atmega4809 in Arduino Nano Every using Microchip Studio external tools (Windows 10 or 11).
I copied avrdude and the conf file from an Arduno IDE download, and the conf file contains a programmer entry 'jtag2updi'. This is reported as Version 6.3.
If I download Ver 6.3 (also Ver 6.4) from the AVRDUDE github then there is no entry for jtag2updi. Why is this?
Also should I use jtagmkii_pdi in the github downloaded versions in place of 'jtag2updi'?
Thanks,
Ciaran
The text was updated successfully, but these errors were encountered: