Program optiboot to chinese arduino nano / pro mini that comes without a working bootloader
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Rescue script for atmega328P
|
|
|
|
|
|
|
|
This script sets fuses and installs Optiboot using AVR Dragon.
|
|
|
|
|
|
|
|
The file "46-avr.rules" contains the necessary rules to make AVR Dragon work without sudo.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Run `./burn.sh`
|
|
|
|
|
|
|
|
|
|
|
|
## Sources:
|
|
|
|
|
|
|
|
- 46-avr.rules ... https://gist.github.com/TobleMiner/7507b0571e9151dffaa638628601fdd9
|
|
|
|
- Optiboot ... Optiboot-8.0.zip from https://github.com/Optiboot/optiboot/releases/tag/v8.0
|
|
|
|
- Fuse calculator ... https://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega328p
|
|
|
|
|