Package Details: flashrom-git 1.5.0.17.ged84669d-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.000017
First Submitted: 2017-08-24 00:04 (UTC)
Last Updated: 2025-02-10 13:34 (UTC)

Dependencies (11)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

ilikenwf commented on 2018-07-07 20:02 (UTC)

Thanks!

encounter commented on 2018-06-26 18:53 (UTC)

Thanks, I noticed that patch had landed upstream, but the PKGBUILD was using the staging branch. I updated the branch to master, and submitted another patch for libusb upstream (included in PKGBUILD for now).

ilikenwf commented on 2018-06-26 02:24 (UTC)

Fixed PKGBUILD with patch to fix build:

http://ix.io/1eRg

ilikenwf commented on 2018-05-31 04:06 (UTC)

This fixes the build https://raw.githubusercontent.com/openwrt/packages/cb6e98ba44c9cc8406f4d312d5cb7cf463e339d7/utils/flashrom/patches/0003-ch341a_spi-avoid-deprecated-libusb-functions.patch

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