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

How can I verify if my arduino is bootloaded? #207

Closed
Porama6400 opened this issue May 4, 2017 · 1 comment
Closed

How can I verify if my arduino is bootloaded? #207

Porama6400 opened this issue May 4, 2017 · 1 comment
Assignees
Labels
Discussion More conversation than actual bug or change. question

Comments

@Porama6400
Copy link

Porama6400 commented May 4, 2017

How can I verify if my arduino is bootloaded with Optiboot?

@WestfW WestfW self-assigned this May 5, 2017
@WestfW WestfW added Discussion More conversation than actual bug or change. question labels May 5, 2017
@WestfW
Copy link
Member

WestfW commented May 5, 2017

If an Arduino is bootloaded (in general) it will blink the "pin 13 led" three times after a hardware reset. However, this is true of the prior bootloaders as well, so it doesn't prove that optiboot is present.

Optiboot normally runs at 115200bps, while the older bootloaders ran slower. A command like:
avrdude -v -patmega328 -carduino -P COM4 -b115200
should get a response from an arduino with Optiboot loaded. Somewhere in the output should be a line showing the firmware version:
Firmware Version: 4.4
Stock Arduino Uno (and the .hex/source included with the Arduino IDE) will return "4.4", and any built from this source repository will be higher than that.

@WestfW WestfW closed this as completed May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion More conversation than actual bug or change. question
Projects
None yet
Development

No branches or pull requests

2 participants