-
Notifications
You must be signed in to change notification settings - Fork 92
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
Verification error when flashing bootloader. #33
Comments
you need to set fuses and upload bootloader via avrdudess and use usbasp to upload |
This is while attempting to install the bootloader via avrdude and usbtiny. I am running these commands in debian:
|
you can try usnoobie bootloader with your crystall: http://eleccelerator.com/usnoobie/downloads.php |
I was able to successfully flash the bootloader and the fuses through manjaro. However, now when I plug the keyboard into my machine, it freezes all USB devices until unplugged. |
I don't know if this would help but Googling brought me here several times when I have struggled. I have bought ATMega328p from China, and wanted to flash the bootloader. Windows didn't help me at all with latest updates installed. macOS (and possibly all Linux variants would have) worked nicely instead. I have installed the bootloader hex file successfully today with a Chinese generic USB ISP programmer, and within the help of avrdudess. I wired like this: I stole the commands from AVRDUDESS: avrdude -c usbasp -p m328p -B 0.5 -V -U flash:w:"C:\full\path\main.hex":a -F Then flashed like this in macOS: I had no errors, and people say the warning is due to my ISP programmer being a Cheap Chinese one. (100nf capacitor on VCC line didn't help neither). I have not yet tried, but I believe this way it should work. It took a couple of seconds to upload. I have downloaded the file like clicking to it, then clicking "view raw" , then saving as |
When attempting to flash
main.hex
from the bootloader repository, avrdude throws the following error:If I then attempt to put the keyboard into bootloader mode, all USB devices on the system stop working until the keyboard is unplugged,
The text was updated successfully, but these errors were encountered: