I still cannot get the optiboot to work FOR UPLOADING VIA SERIAL on a Mega8A.
I have uploaded the optiboot bootloader using the AVR ISP MK2 and tried uploading a sketch but it doesn't upload either BUT it does upload and run using "Upload with programmer" (this is the basic blink sketch)
I have the 6 pin FTDI header connected just like I would for a 328 ie 1-GND, 3-VCC,4-TX,5-RX,6-100nF cap with other side going to reset pin. It works on 328, 664 and 1284 so lead etc is known good. Am I missing something?
Optiboot needs adding to version 1.1 of the IDE as a standard feature. 1.5K saved on the 328 with no disadvantages as far as I can see is too good to miss. Hence my trying to get it to work on the Mega8.
ALSO
If I try and upload the bootloader via the IDE I get this:
avrdude: Sent: . [1d] . [04] . [04] . [00] . [a0] . [01] . [fd] . [00]
avrdude: Recv: . [1d] . [00] . [00] . [a0] . [01] . [ff] . [00]
avrdude: Sent: . [1d] . [04] . [04] . [00] . [a0] . [01] . [fe] . [00]
avrdude: Recv: . [1d] . [00] . [00] . [a0] . [01] . [ff] . [00]
avrdude: Sent: . [1d] . [04] . [04] . [00] . [a0] . [01] . [ff] . [00]
avrdude: Recv: . [1d] . [00] . [00] . [a0] . [01] . [ff] . [00]
avrdude: erasing chip
avrdude: Sent: . [12] . [0a] . [00] . [ac] . [9f] . [f0] . [ff]
avrdude: Recv: . [12] . [00]
avrdude: Sent: . [10] . [c8] d [64] . [19] [20] . [00] S [53] . [03] . [ac] S [53] . [00] . [00]
avrdude: Recv: . [10] . [00]
avrdude: reading input file "/Users/darren/Applications/Arduino version 1.00/Arduino.app/Contents/Resources/Java/hardware/arduino/bootloaders/optiboot/optiboot_mega8.hex"
avrdude: can't open input file /Users/darren/Applications/Arduino version 1.00/Arduino.app/Contents/Resources/Java/hardware/arduino/bootloaders/optiboot/optiboot_mega8.hex: No such file or directory
avrdude: read from file '/Users/darren/Applications/Arduino version 1.00/Arduino.app/Contents/Resources/Java/hardware/arduino/bootloaders/optiboot/optiboot_mega8.hex' failed
avrdude: Sent: . [11] . [01] . [01]
avrdude: Recv: . [11] . [00]
avrdude done. Thank you.
BUT
The file IS there, exactly where it is supposed to be !!!