This shows you the differences between two versions of the page.
|
bugone:optiboot [2012/05/07 14:09] 127.0.0.1 external edit |
bugone:optiboot [2014/01/26 17:15] (current) nicolasdupeux [Installation] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| to install optiboot, you need an AVR ISP. Go to the project/optiboot and compile it using make. | to install optiboot, you need an AVR ISP. Go to the project/optiboot and compile it using make. | ||
| change the fuse to boot to the bootloader after a reset : | change the fuse to boot to the bootloader after a reset : | ||
| - | avrdude -U efuse:w:0x04:m | + | avrdude -c usbasp -p atmega168 -V -U efuse:w:0x04:m |
| - | upload the bootloade using make load. It will erase all the flash space. | + | upload the bootloader using make load. It will erase all the flash space. |
| ====== Usage ====== | ====== Usage ====== | ||