dev-embedded/usbboot - 2026.06.01 (salfter)

Search

Install

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

Package Information

Description:
tool to load Raspberry Pi Compute Modules over USB
Homepage:
https://github.com/raspberrypi/usbboot/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2026.06.01 8 ~amd64 ~aarch64 0
View Raw Ebuild
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
}

Dependencies

RDEPEND

virtual/libusb:1

Manifest for 2026.06.01

Type File Size Source URLs
DIST usbboot-2026.06.01.tar.gz 126864467 bytes https://github.com/raspberrypi/usbboot/archive/61c482663c9b2a61ee86ba491f131ba4ca90e4ea.tar.gz