Reputation: 89
I need to make bootloader with my code.
I discovered a github with bootloaders, but i don't know what to do with it. My experience in use of arduino is limited by burning the default bootloader for ATmega328p
So, is there any simple way just to replace default arduino bootloader code (blinking diod) to anything else?
Upvotes: 0
Views: 1255
Reputation: 7409
Certainly there is. Embedded engineers replace and/or overwrite the bootloaders all the time. Here's an article on the subject but I'll outline the basics.
It's not that hard if you use another Arduino as your programmer and 6 female-female jumper wires as outlined in the article.
Upvotes: 4