Package Details: flashrom-git 1.2.1355.g9ccbf1cf-1

Git Clone URL: https://aur.archlinux.org/flashrom-git.git (read-only, click to copy)
Package Base: flashrom-git
Description: A utility to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI)
Upstream URL: https://github.com/flashrom/flashrom
Licenses: GPL-2.0-only
Conflicts: flashrom
Provides: flashrom
Submitter: Manouchehri
Maintainer: bitfehler
Last Packager: bitfehler
Votes: 24
Popularity: 0.000235
First Submitted: 2017-08-24 00:04 (UTC)
Last Updated: 2024-07-15 09:22 (UTC)

Dependencies (7)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

nacase commented on 2015-08-21 20:09 (UTC)

Or alternatively, you can just change the "make" line in the build() function to "CONFIG_DEDIPROG=yes make" instead, without calling sed on the Makefile.

nacase commented on 2015-08-21 16:55 (UTC)

PKGBUILD patch to enable Dediprog/SF-100 support: --- PKGBUILD.orig 2015-08-21 11:34:54.777307435 -0500 +++ PKGBUILD 2015-08-21 11:50:39.370790480 -0500 @@ -10,7 +10,7 @@ conflicts=(flashrom) replaces=(flashrom) license=(GPL) -depends=(libftdi-compat pciutils) +depends=(libftdi-compat pciutils libusb libusb-compat) makedepends=(subversion) optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=(flashrom::svn://coreboot.org/flashrom/trunk) @@ -26,6 +26,8 @@ prepare() { cd flashrom sed -i "s:sbin:bin:g" Makefile + # enable Dediprog SF100 support + sed -i "s/^\(CONFIG_DEDIPROG ?= \)\([a-zA-Z]*\)/\1yes/" Makefile }

stevenhoneyman commented on 2015-03-14 13:25 (UTC)

Still builds 0.9.7 for some reason, but stable is already on to 0.9.8