net-wireless/bladerf-firmware - 2.6.0 (gentoo)

Search

Package Information

Description:
bladeRF FX3 firmware images
Homepage:
https://nuand.com/fx3.php
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.6.0 8 amd64 ~arm ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="bladeRF FX3 firmware images"
HOMEPAGE="https://nuand.com/fx3.php"

#firmware is open source, but uses a proprietary toolchain to build
#automated builds from git are available, but likely unneeded
#http://hoopycat.com/bladerf_builds/
SRC_URI="https://nuand.com/fx3/bladeRF_fw_v${PV}.img"

S="${DISTDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~riscv x86"

src_unpack() {
	true
}

src_install() {
	insinto /usr/share/Nuand/bladeRF/
	doins bladeRF_fw_v${PV}.img
}

pkg_postinst() {
	elog "Please remember you have to actually flash this onto"
	elog "your bladerf with the following command:"
	elog "bladeRF-cli -f /usr/share/Nuand/bladeRF/bladeRF_fw_v${PV}.img"
}

Manifest for 2.6.0

Type File Size Source URLs
DIST bladeRF_fw_v2.6.0.img 123656 bytes https://nuand.com/fx3/bladeRF_fw_v2.6.0.img