I am using a software USART kind of mechanism to transfer my hex file to the arduino. Can I use the file so obtained to program the Arduino using the existing system ?
In case writing a bootloader for myself is the only option I have, can someone guide me on how do the same ?
"avrdude" is the program normally used to transfer .hex files to Arduinos. It's included in the "bin" folder with the compiler, etc.