Basically, this thing from china runs on an 8mhz clock, i copied the .hex even uploaded it to the chip, but it's spasaming out but it seems to be working (hard to say for sure but it activates the LCD screen, a fresh chip does not, so i think it's a success) ..
So basically, I have a breadboard and 328p and a 16mhz crystal, I want to change the bootloader to 8mhz to work with the onboard crystal and circuitry... obviously once it's been flashed the 16mhz ceases to work, no problem i can re flash it with an 8mhz crystal if i have to...
When you download or install the Arduino IDE, the newest bootloaders are included with it.
The bootloader for 8MHz is not the same as the bootloader for 16MHz.
Perhaps your breadboard Arduino is compatible with one of the supported Arduino board, so you can use that bootloader.
When you have a breadboard with a 16MHz crystal, why do you want to change it to 8MHz ?
cjdelphi:
So basically, I have a breadboard and 328p and a 16mhz crystal, I want to change the bootloader to 8mhz to work with the onboard crystal and circuitry... obviously once it's been flashed the 16mhz ceases to work, no problem i can re flash it with an 8mhz crystal if i have to...
Do i need a special bootloader?
Well, bootloader is not neccesary if you upload with external ISP programmer.
It is important to change fuses if you want to use internal 8mhz osc.
If you want external 8mhz osc, just change the boards.txt file, change your clock setup to 8000000L. (This is also necessary if using internal 8mhz osc).
As mentioned in my other thread that I awkwardly started overlooking this one, I think it 0xE2. The SUT bits differ from the external clock. 11 is reserved, while 10 gives the highest waiting period of 65ms for the clock to settle. together with disables clock output and clock divider, this gives E, not F.
Note that this only matches the fuse settings of the lilypad in the board.txt.