Install this version:
emerge -a =dev-embedded/usbboot-2026.06.01
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-embedded/usbboot-2026.06.01
Or alternatively:
emerge --autounmask-write -a =dev-embedded/usbboot-2026.06.01
EAPI=8
DESCRIPTION="tool to load Raspberry Pi Compute Modules over USB"
HOMEPAGE=https://github.com/raspberrypi/usbboot/
GIT_COMMIT=61c482663c9b2a61ee86ba491f131ba4ca90e4ea
S=$WORKDIR/$PN-$GIT_COMMIT
SRC_URI="https://github.com/raspberrypi/$PN/archive/${GIT_COMMIT}.tar.gz -> $P.tar.gz"
LICENSE=Apache-2.0
SLOT=0
KEYWORDS="~amd64 ~aarch64"
RDEPEND="virtual/libusb:1"
src_install()
{
dobin $S/rpiboot
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | usbboot-2026.06.01.tar.gz | 126864467 bytes | https://github.com/raspberrypi/usbboot/archive/61c482663c9b2a61ee86ba491f131ba4ca90e4ea.tar.gz |