Arduino bootloader at 20mhz

I’m sorry, I forgot about the step that lets you get around this problem. What I did was download a never version of WinAVR and install it into my Arduino environment folder. I think I remember that using the newer version of WinAVR has some other side effects (unfortunately, I forget what they are), which makes it not work very well or at all with the default Arduino boards. Anyway, here are the steps to do it:

I downloaded WinAVR version 20100110, ran the installer, and installed it into

arduino-0022\hardware\tools\avr-new

Whenever I want to use it, I rename

arduino-0022\hardware\tools\avr

to

arduino-0022\hardware\tools\avr-old

then I rename

arduino-0022\hardware\tools\avr-new

to

arduino-0022\hardware\tools\avr

- Ryan