Hi All...
I know I can use AVRDude to set fuses, and I know I can use AVRDude to program in a bootloader. But, once the boot loader is installed, can I then use AVRDude to install the application without disturbing the boot loader? The idea is to write a script that sets fufes, then installs the boot loader and finally installs an application. This is just to save time.
I suppose I could install the boot loader, then use AVRDude to install an app through the boot loader. I just thought maybe it could be done in one fell swoop.

