First I'm using studio 4 with WinAVR-20100110.
And I don't use a bootloader.
Are there a way that winavr (I guess the linker)can calculate CRC of the program, so the AVR at first boot can show ok/error?
2.
If no
Are there a small tool that can do it by adding CRC to the Intel hex file? (and best if it can run from indside the IDE, so I don't forget to run it :) )