Hi All, I'm trying to cut down on the arduino bootloader size and need some loader program help. ref: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1233605999/8#8

I can get the bootloader under 1k with a custom java based loader and a trimmed down stk500 command set: 0, Q, U, d, t

But arduino and avrdude are pretty tightly integrated so it would be nice if I could figure out how to trim down avrdude to just send bare essential stk500 commands or a flag for another very simple protocol that could be implemented in a small bootloader.

Is there any such way to configure avrdude, so it won't care about device/programmer specifics and just echo addresses and data?

Thanks,
Dave.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to