]> git.defcon.no Git - avrfbosd/commit
CORRECTION * Updated to correctly support bootloader programming w/Optiboot.
authorJon Langseth <jon.langseth@lilug.no>
Sat, 29 Jun 2013 23:12:36 +0000 (01:12 +0200)
committerJon Langseth <jon.langseth@lilug.no>
Sat, 29 Jun 2013 23:12:36 +0000 (01:12 +0200)
commitc67d48b6021a03006c8da8fa8c643662563b1050
tree80d144dcacd874a3c85a17239eac578978c754bb
parent2ea18f7e751c7464c664362f7907529e9fc869f0
CORRECTION * Updated to correctly support bootloader programming w/Optiboot.

Removed ERRORS in Makefile setting incorrect fusebits and lockbits.

Get Optiboot v4.4 from https://code.google.com/p/optiboot/downloads/list

Use Optiboot v4.4, modify target optiboot-target "atmega328" and set AVR_FREQ to
atmega328: AVR_FREQ = 20000000L

Reccomended to also change the LED pin definitions in pin_defs.h of Optiboot:
#define LED_DDR     DDRD
#define LED_PORT    PORTD
#define LED_PIN     PIND
#define LED         PIND6
Makefile