As Andrew S wrote: > > ... So my very personal guess is, > > with sufficient effort, you could maybe modify the firmware (by > > disassembling it first) in a way so it can successfully program the > > more recent AVRs as well.
> Given that the firmware distributed with AvrStudio is encrypted (i > believe), what is the best way to disassemble this code? Well, the bootloader is a plain AVR910 one, so you could probably simply read it out again. Also, you could sniff the serial communication. You might look whether there's already a tool to convert ebn files to hex... Finally, there's at least one modified firmware around on avrfreaks.net where someone modified the disassembled firmware to run on the ATmega169 of an AVR Butterfly. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
