-
Notifications
You must be signed in to change notification settings - Fork 98
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
AVR flashing tool. Help needed #529
Comments
Have you checked out I would also highly recommend the Rust Embedded Matrix Channel for discussions like this |
Ok. Thx. I will continue with matrix and probe-rs |
not sure if this issue is still relevant? avr-hal (which provides a HAL for the ATmega and a few other AVR chips) has a guide on flashing, it comes with its own tool, ravedude which internally uses avrdude. this does however mean, that it's (sadly) not integrated in probe-rs, so you still need that separate installation of the tool. |
Hi. |
CC @Rahix (since you built |
Hi.
I've started working on some code for flashing / reading AVR atmega chips. As for now I got working reading flash from atmega32. atmega2560 seems to be a bit odd. I'd like to contribute to ecosystem as native rust flashing tool will be a good tool / library.
If any one has some time to help then please contact me either via repo issue or mail.
What I got working so far:
The text was updated successfully, but these errors were encountered: