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

ATmega2560 without Arduino #280

Closed
Cfritsch opened this issue Feb 25, 2020 · 1 comment
Closed

ATmega2560 without Arduino #280

Cfritsch opened this issue Feb 25, 2020 · 1 comment
Labels
Discussion More conversation than actual bug or change. question

Comments

@Cfritsch
Copy link

Hi! I am looking for an optiboot hex-file for the ATmega2560. I don't want to make use of the Arduino environment or any extra cores. I really just need the actual Bootloader. Does something like that exist?

Thank you!

@WestfW
Copy link
Member

WestfW commented Feb 26, 2020

I've deprecated the inclusion of .hex files in the Optiboot repository. With the added chips and options, there are just too many combinations. You're best off compiling from the Source Code.
If you don't want to build from source code, you can use one of the .hex files maintained by MCUDude for his Arduino MegaCore:
https://github.com/MCUdude/MegaCore/tree/master/avr/bootloaders/optiboot_flash/bootloaders/atmega2560

(The standard "16MHz, UART0, 115200bps, LED Blink on PB7" Bootloader is:
https://github.com/MCUdude/MegaCore/blob/master/avr/bootloaders/optiboot_flash/bootloaders/atmega2560/16000000L/optiboot_flash_atmega2560_UART0_115200_16000000L_B7_BIGBOOT.hex
The naming scheme is regular; once you find the one you want, right click on "raw" and save it to a .hex file, which can be done separately from the "full" MegaCore install.)

@WestfW WestfW added Discussion More conversation than actual bug or change. question labels Feb 26, 2020
@WestfW WestfW closed this as completed May 11, 2020
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