UNO programs AVR

Hi guys,

I would like to ask if it's possible this scenario:

  1. I will write program on Arduino IDE, upload it to Arduino UNO, and test it there
  2. Connect ATmega328P-PU (or tiny, or similar) and via Arduino UNO I will load my program into connected AVR without bootloader or so. Just plain code (.hex file?).

I have only one Arduino, but temporary I need 2. Program in second one will be not changed so just plan AVR without bootloader is just enought.

I need this solution because I need some libaries from Arduino and I'm slowly getting used to programing Arduino via it's IDE, but I have no idea how to program AVR :confused:

Thank you, hope I wroted it understandable :slight_smile:

Guys, answer for my question is here - in case somebody will need it