Hi,
I have a sketch that I want to program on an ATMEGA328 board which does not have a USB port. I want to program it via ICSP. I know how to do this through the Arduino IDE, but I was wondering if I could get this done with an ICSP (STK500, etc), using the firmware binary generated by the Arduino IDE. When I compile the sketch, I don't see any binary files saved anywhere.
Is there a way to make the Arduino IDE save the firmware binary somewhere, which can be used to program the chip with?
Thanks.