On Thu, Oct 27, 2005 at 07:06:52AM +0200, Joerg Wunsch wrote: > When using avrdude, either use two -U flash:w:... options in the > same command, or specify -D in the second command; that will > suppress the chip erase.
Also, using a second -U for the other one should work as well, i.e.: avrdude ... -V -U flash:w:application.hex -U flash:w:bootloader.hex -Brian -- Brian Dean ATmega128 based MAVRIC controllers http://www.bdmicro.com/ _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
