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

Link original Arduino bootloaders with boards.txt #2656

Open
NicoHood opened this issue Feb 17, 2015 · 2 comments
Open

Link original Arduino bootloaders with boards.txt #2656

NicoHood opened this issue Feb 17, 2015 · 2 comments
Assignees
Labels
feature request A request to make an enhancement (not a bug fix)

Comments

@NicoHood
Copy link
Contributor

uno.bootloader.file=arduino:optiboot/optiboot_atmega328.hex

does not work

uno.name=Arduino Uno HID-Bridge

#uno.vid.0=0x2341
#uno.pid.0=0x0043
#uno.vid.1=0x2341
#uno.pid.1=0x0001

uno.upload.tool=arduino:avrdude
uno.upload.protocol=arduino
uno.upload.maximum_size=32256
uno.upload.maximum_data_size=2048
uno.upload.speed=115200
uno.upload.use_1200bps_touch=true
uno.upload.wait_for_upload_port=true

uno.bootloader.tool=arduino:avrdude
uno.bootloader.low_fuses=0xFF
uno.bootloader.high_fuses=0xDE
uno.bootloader.extended_fuses=0x05
uno.bootloader.unlock_bits=0x3F
uno.bootloader.lock_bits=0x0F
uno.bootloader.file=arduino:optiboot/optiboot_atmega328.hex

uno.build.mcu=atmega328p
uno.build.f_cpu=16000000L
uno.build.board=AVR_UNO
uno.build.core=HID:hid

uno.build.variant=standard
@Wackerbarth
Copy link
Contributor

@cmaglie -- This would really help simplify things and cut down on multiple copies of these boot files all over the place.

@per1234
Copy link
Collaborator

per1234 commented Apr 5, 2017

Just wanted to add the correct terminology so this issue can be found in searches more easily:

reference or referencing bootloader

This would be a really useful feature.

@per1234 per1234 added the feature request A request to make an enhancement (not a bug fix) label Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

4 participants