-
Notifications
You must be signed in to change notification settings - Fork 90
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
Supported chips to use as programmer? #42
Comments
Sorry, the documentation really needs an update... Probably other chips can be added. The most important requirement is at least 512 bytes of SRAM. |
Thank you! There seems to be no list of what pin is used for the programming line. Where can I find the pin assignment and how can they be reassigned? |
The configuration is mostly done in this file: |
Any chance for the old ATtiny parts to be supported? |
It's not likely, because those parts usually have small amounts of RAM, and jtag2updi requires at least 300 bytes. |
I have a lot of small boards with ATtiny85 and a USB port on them (with the size of a usb flash drive). It would be very nice to be able to run jtag2updi on them (the attiny85 does have 512 bytes of ram and 8k of flash). I think the main issue is that this board (and many other boards with the tiny series) do not have any USB-to-Serial chip, and would require the integration with V-USB, which although probably possible, is not necessarily easy. The ease with the arduino boards is that they come with the serial part ready to use. |
Hi! Aside from the atmega328p and 2560, what other similar avr chips are supported as a programmer? Will this work with attinies as well?
The text was updated successfully, but these errors were encountered: