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 to select the bootloader variant #324

Open
elogh opened this issue Dec 15, 2024 · 2 comments
Open

How to select the bootloader variant #324

elogh opened this issue Dec 15, 2024 · 2 comments

Comments

@elogh
Copy link

elogh commented Dec 15, 2024

Hi Hans,

is there a way to select the bootloader to be burned by MiniCore?
Or, if not, is it ok to replace the one burned for distinct settings by the (properly renamed) bootloader of choice?
(I ask because I want to burn a dual-boot variant from
...\packages\MiniCore\hardware\avr\3.0.1\bootloaders\urboot\atmega328p\watchdog_1_s\autobaud\uart0_rxd0_txd1\template_dual
(after patching).
Thanks,
Erwin

@MCUdude
Copy link
Owner

MCUdude commented Dec 15, 2024

It's not possible using Arduino IDE, but I think it's possible to specify the bootloader file when using PlatformIO.
But it is trivial to just run Avrdude manually.

If you turn on verbose upload in the IDE settings, you can copy the Avrdude command and modify this to flash the bootloader file you want to use instead

@elogh
Copy link
Author

elogh commented Dec 16, 2024

Ok, thanks!

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

2 participants