Skip to content

Commit

Permalink
arduino/Arduino#1176 is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Jan 5, 2014
1 parent 7f6782d commit 13a9243
Show file tree
Hide file tree
Showing 30 changed files with 8,359 additions and 96 deletions.
4 changes: 2 additions & 2 deletions avr/boards.txt
Expand Up @@ -4,10 +4,10 @@ menu.cpu=Processor

sanguino.name=Sanguino

sanguino.upload.tool=avrdude
sanguino.upload.tool=arduino:avrdude
sanguino.upload.protocol=arduino

sanguino.bootloader.tool=avrdude
sanguino.bootloader.tool=arduino:avrdude
sanguino.bootloader.low_fuses=0xFF
sanguino.bootloader.high_fuses=0xDE
sanguino.bootloader.extended_fuses=0xFD
Expand Down
13 changes: 13 additions & 0 deletions avr/bootloaders/optiboot/ATmega1284.md
@@ -0,0 +1,13 @@
To burn the bootloader for the ATmega1284 running at 16MHz use the following command:

```
make atmega1284p_isp ISPPORT=/dev/tty.usbmodem26411
```

To burn the 8MHz bootloader use the following command:

```
make atmega1284p_8m_isp ISPPORT=/dev/tty.usbmodem26411
```

Also make sure to add -F to ISPFUSES and ISPFLASH in [Makefile.isp](Makefile.isp).

0 comments on commit 13a9243

Please sign in to comment.