Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest adding 8MHz bootloaders #1

Open
maniacbug opened this issue Nov 7, 2011 · 3 comments
Open

Suggest adding 8MHz bootloaders #1

maniacbug opened this issue Nov 7, 2011 · 3 comments

Comments

@maniacbug
Copy link

No description provided.

@WestfW
Copy link
Owner

WestfW commented Nov 8, 2011

I couldn't figure out a way to figure out whether the AVR is running at 8MHz or not. For instance, you COULD read the fuses and decide that if the internal oscillator is selected you should leave it that way, except that this is the way that brand new AVRs are shipped. OptiLoader is supposed to be low-interaction; plug in a target and hit reset and the new bootloader is programmed in a couple of seconds. I suppose there could be a second optiLoader equipped only with 8MHz bootloaders, but...

(meanwhile, if you program an 8MHz part with a 16MHz bootloader, the only real results are that the upload speed will be 57600 instead of 115200, and the initial LED blinking will be slower...)

@avandeweghe
Copy link

How about monitoring a pin for low/high. If low then load 8mhz bootloaders if high then load 16mhz bootloaders.

@syst5
Copy link

syst5 commented Aug 9, 2019

Is a 328p target 8 mhz internal resonator works with OptiLoader ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants