AVR Downloader/UploaDEr - Patches: patch #10149, Add support for Micronucleus...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10149: Add support for Micronucleus bootloader
Submitter: | Marius Greuel <mariusgreuel> | ||
Submitted: | Sun 28 Nov 2021 10:04:33 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-11-28 | mariusgreuel | Attached File | - | ![]() |
Added avrdude-micronucleus-v1.patch, #52372 |
This patch adds support for the Micronucleus bootloader:
https://github.com/micronucleus/micronucleus
Typically command-line usage is
avrdude -c micronucleus -p t85 -x wait -V -U flash:w:main.hex:i
Note that the udev rules need to be changed, too:
# Micronucleus Bootloader
SUBSYSTEM=="usb", ATTR{idVendor}=="16d0", ATTR{idProduct}=="0753", TAG+="uaccess"
Let me know what you think.