macOS
brew install bootloadhidlocal Homebrew formula metadata
brew
HID-based USB bootloader for AVR microcontrollers. Version 2012-12-08 via Homebrew; verified from local package data.
install
brew install bootloadhidlocal Homebrew formula metadata
nix profile install nixpkgs#bootloadhidnixpkgs package indexes · pkgs/by-name/bo/bootloadhid/package.nix · source: api.github.com
overview
HID-based USB bootloader for AVR microcontrollers
history
BootloadHID is Objective Development's HID-class USB bootloader for AVR microcontrollers using the V-USB software USB stack. Its history is narrow but useful: it solved the practical problem of updating small AVR firmware over USB without requiring custom kernel drivers on Windows.
The official page presents BootloadHID as a USB boot loader for AVRs with at least a 2 kB bootloader section, including popular chips such as the ATmega8. The bootloader occupies the upper flash area, starts after reset, and either waits for USB upload when a configured hardware condition is met or jumps to the target firmware.
Objective Development's release table shows public BootloadHID archives from June 2007 through December 2012. Release notes mention code-size optimizations, fixes for larger flash devices, improvements ported from USBaspLoader, updates to the V-USB driver, and compatibility fixes for newer gcc/avr-libc.
BootloadHID's adoption was mainly in the AVR hobbyist and small-device firmware world, where V-USB made USB possible on microcontrollers without dedicated USB hardware. The project was attractive on Windows because HID devices could use built-in OS support rather than a custom kernel driver.
Users configure the boot condition and firmware settings in the source tree, flash the bootloader into the AVR boot section, reset the board into bootloader mode, and upload an Intel HEX file with the `bootloadHID` command-line tool. The host-side tool accepts the firmware image as its main argument.
BootloadHID is package-nerd significant as a tiny embedded tool that package managers keep alive after upstream release activity slowed. It represents the era of software-only USB on AVR parts and the practical value of HID-class protocols for avoiding driver installation.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
firmware/bootloaderconfig.hfirmware/Makefileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bootloadHID | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.obdev.at/products/vusb/bootloadhid.html
install metadata
| Package key | brew:bootloadhid |
|---|---|
| Version | 2012-12-08 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bootloadhid |
| Homepage | https://www.obdev.at/products/vusb/bootloadhid.html |
| Upstream docs | https://www.obdev.at/products/vusb/bootloadhid.html |
| License | GPL-2.0-only OR GPL-3.0-only |
| Source archive | https://www.obdev.at/downloads/vusb/bootloadHID.2012-12-08.tar.gz |
| Dependencies | libusb-compat |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bootloadhid |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bootloadhid
nix profile install nixpkgs#bootloadhidsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.