Search Criteria
Package Details: flashrom-git v1.2.r746.g086f0c8e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flashrom-git.git (read-only, click to copy) |
---|---|
Package Base: | flashrom-git |
Description: | Flashrom is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI). |
Upstream URL: | https://github.com/flashrom/flashrom |
Licenses: | GPL |
Conflicts: | flashrom |
Provides: | flashrom |
Replaces: | flashrom-svn |
Submitter: | Manouchehri |
Maintainer: | bitfehler |
Last Packager: | bitfehler |
Votes: | 22 |
Popularity: | 0.180759 |
First Submitted: | 2017-08-24 00:04 (UTC) |
Last Updated: | 2022-05-16 17:20 (UTC) |
Dependencies (6)
- libftdi
- pciutils (pciutils-git)
- cmocka (cmocka-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- meson (meson-git) (make)
- dmidecode (dmidecode-git) (optional) – for SMBIOS/DMI table decoder support
Required by (4)
- chromeos-vboot-reference-crossystem-git (requires flashrom) (make)
- chromeos-vboot-reference-git (requires flashrom) (make)
- fwupd-git (requires flashrom)
- vboot-utils (requires flashrom)
Latest Comments
bitfehler commented on 2022-05-16 17:21 (UTC)
Thanks for letting me know, fixed in latest version!
kasugano commented on 2022-05-15 20:40 (UTC)
New dependency needed: "cmocka"
bitfehler commented on 2022-04-04 19:33 (UTC)
Thanks, @belzebub40k! Fixed accordingly.
belzebub40k commented on 2022-04-04 16:12 (UTC)
When trying to build the package it prints the following error message.
This can easily be fixed by changing the source url from git:// to git+https://
bitfehler commented on 2021-12-14 13:51 (UTC)
The PKGBUILD still works, but does not build/install the shared library which is needed to use fwupd flashrom plugin. The regular Arch package is using meson now, which will just do the right thing (I suspect the regular Makefile might be unmaintained). I used this for build/package:
Of course meson should then be added to build_deps also.
encounter commented on 2018-09-06 19:50 (UTC)
Patch removed, since it was applied upstream.
ilikenwf commented on 2018-09-06 16:15 (UTC)
Patch I suggested before @encounter no longer applies cleanly and isn't required. Thanks!
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)
nacase commented on 2015-08-21 16:55 (UTC)
stevenhoneyman commented on 2015-03-14 13:25 (UTC)