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

ATmega32u4 #16

Open
maziarzamani opened this issue Jan 21, 2015 · 2 comments
Open

ATmega32u4 #16

maziarzamani opened this issue Jan 21, 2015 · 2 comments

Comments

@maziarzamani
Copy link

Is it possible to use xboot on ATmega32u4?

@alexforencich
Copy link
Owner

It should, but xboot does not support USB booting so you'll have to use one of the serial ports. It's possible the makefiles are out of date and need some extra information for the 32u4. There are other bootloaders that only support USB booting on xmega, though, so if you wan to boot via the onboard USB controller then another bootloader might be a better idea. However, I think xboot is the only one with an API. Not sure if you need that feature or not, though.

@maziarzamani
Copy link
Author

I was planning to use the existing I2C bus which i already use for data transmission for flashing the program. Would that be possible? And how do i flash xboot along with Caterina-Micro.hex (Arduino bootloader for Arduino Micro)

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

No branches or pull requests

2 participants