-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add fuse and lock bits reading #210
base: master
Are you sure you want to change the base?
Conversation
Implementation of STK500 Universal Command for BIGBOOT setup instead of dummy functionality; the bootlader can return real fuse and lock bits instead of zeroes (avrdude -v parameter).
Is this something to review and is considered to be interesting for the project @WestfW ? @budvar10 can you maybe review this pull request and provide a little more information on how do you propose to test your patch against real hardware - for example with avrdude - like comparing avrdude with atmel-ice ISP programmer output and avrdude with adruino programmer maybe? |
The repo (https://github.com/budvar10/optiboot/tree/patch-1) does not seem to build correctly under git bash + Atmel toochain (tried both avr-gcc 5.4.0 version and 7.3.0 version).
|
I tried the patch with git HEAD and it can build correctly.
|
But it does not seem to work.
|
Implementation of STK500 Universal Command for BIGBOOT setup instead of dummy functionality; the bootlader can return real fuse and lock bits instead of zeroes (avrdude -v parameter).