Skip to content
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

Support for uploading via ArduinoISP [feature request] #9

Open
tfrederick7 opened this issue Sep 3, 2018 · 4 comments
Open

Support for uploading via ArduinoISP [feature request] #9

tfrederick7 opened this issue Sep 3, 2018 · 4 comments

Comments

@tfrederick7
Copy link

I have been able to use the current board definitions, but I find myself wanting to upload via an external programmer such as Arduino as ISP. I can put some time into it for development, but I have not found the right combination of information to do it.

@xxxajk
Copy link
Owner

xxxajk commented Sep 3, 2018

Should be fairly easy to implement.
I assume that you are wanting this to burn boot loaders or 32U4 or an ATtiny or something like that?
Let me know so I can duplicate what you are attempting to do.

@tfrederick7
Copy link
Author

Thank you for the quick response. I am trying to bypass the bootloader for program size and startup speed purposes. Specifically I am targeting an ATMega328P running at 3.3V and 8MHz. I am using an Arduino Pro Mini from Sparkfun as the ISP, but any would do.

Programming an UNO through another as an ISP should be an equivalent duplication.

@xxxajk
Copy link
Owner

xxxajk commented Sep 4, 2018

When I get a bit of free time, I can implement this easily.

@tfrederick7
Copy link
Author

Thank you. If there is anything that I can do to test out the implementation. Please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants