-
Notifications
You must be signed in to change notification settings - Fork 91
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
Arduino Nano Every as programmer #48
Comments
Well, the mega4809 is supported, so it should work on the nano Every. I can't be absolutely sure since I never tested it on an Every. I.e. find this in "sys.h"
and add this right after:
|
I think the comment for:
is not that accurate and as it is only valid for the 48-pin variant (eg: 4809) as on ATMega4808, it lacks PORTB.
Is there any specific requirements for the UPDI port/pin? I'm basically using the MegaCoreX as a base here where the LED pin is normally on PA7. |
Hi were you able to use the Nano Every to work as a programmer? |
A changed the LED pin based on the instructions above and am trying to use an Nano Every to program a ATMega4809. When I upload jtag2updi to the Nano Every I am getting this error
|
I am finding that this is a spurious error that can be ignored. When I ignore it I get this error uploading:
COM5 is the correct port. Is this indicating an error between the Nano and the 4809 chip? |
Thanks for the great repository! I do not have an issue, but a question. I am wondering whether it will also work with an Arduino Nano Every (ATMEGA4809) instead of an Arduino Nano as a programmer.
The text was updated successfully, but these errors were encountered: