Hi all!
I'm building my own Wiring development board. Now i want to uploade into the AtMega128 the Wiring bootloader usinf the Arduino ISP.
In fact i have builded a new arduino board only to use as ISP.
I think that this programmer burns any Atmega from Arduino, it must be capable that burns other uP.
So the code for the AVRdude is this?
avrdude -c stk500V1 -p m128 -P com1 -b 19200 -D -V -U flash:w:WiringBootV1.hex -u -q
Where goes the fuses...i forget that detail!!.
Some other way to do this? build a fake Arduino CPU profile to burn it the bootloader?
Best Regards
Frank