Hello, I want to program an ATtiny using my Arduino UNO R3. To program my Arduino on an everyday basis I use Atmel Studio 6 and avrdude. To make the Arduino act like an AVRISP I will have to use Arduino IDE.
The question is: The "bootloader" Arduino IDE burns is just a regular hex-file right? So I can reprogram my UNO as usual using avrdude whenever I want after I've used it with Arduino IDE?
(when using avrdude I specify the "programmer", writing "-c arduino" - this has to do with the small chip on the UNO that interfaces with the USB right? Using Arduino IDE won't change any of this does it?)
Thanks so much for help.