geekhack

geekhack Community => Keyboards => Topic started by: Tom_Kazansky on Tue, 18 July 2017, 07:46:18

Title: Need help with bootloader for ATMega32A
Post by: Tom_Kazansky on Tue, 18 July 2017, 07:46:18
Hello!
Can anyone tell me how to get the bootloader for the ATMega32A?

I, somehow, broke the ATMega32A on my PCB, I was informed that I can replace that with a new one but I need to load the bootloader to the chip so I can flash firmware to it through USB.
I have searched around but... I can't find it. Can anyone help me?

Thank you for reading!
Title: Re: Need help with bootloader for ATMega32A
Post by: hasu on Tue, 18 July 2017, 15:00:33
usbasploader or bootloadHID?
you may need to tweak source to conform to your hardware.

I had used usbasploader on my project with atmega328 successfully to program it with avrdude.
Title: Re: Need help with bootloader for ATMega32A
Post by: Tom_Kazansky on Tue, 18 July 2017, 20:20:48
usbasploader or bootloadHID?
you may need to tweak source to conform to your hardware.

I had used usbasploader on my project with atmega328 successfully to program it with avrdude.

hmm... I'm not sure, can I try them one by one?

now I have some "clues", I will search around more, thank you!