Hi, I'm trying to create an arduino on my breadboard using the atmega328p but i would like to make it use the internal 8mhz clock, run on 3.3v and program through my avrisp mkii. I dont have any experiance programing bootloaders or avr chips outside the arduino for that matter but if you guys could point me in the right direction that would be great.
If you're just looking for info on how to program your avr through the mkii programmer, that does not require a bootloader of any sort. This is a good tutorial on programming an AVR using WinAVR and the mkii programmer: http://imakeprojects.com/Projects/avr-tutorial/
Thanks Coding Badly, I'll give that a try. I would still like to learn how to make the changes myself as it would be a good learning project and open up the possibility to create other arduino compatible boards in future projects, so if anyone one knows of a good place to start learning I would like that.