Downloads: Difference between revisions

From flashrom
Jump to navigation Jump to search
(Minor installation and maintainer clarification, improved OS/distribution information and sorted this list alphabetically. Added a PC-BSD section.)
No edit summary
Line 79: Line 79:
** Maintainer: Jonathan Kollasch (jakllsch)
** Maintainer: Jonathan Kollasch (jakllsch)
** [ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/sysutils/flashrom/README.html package overview], [http://www.netbsdpkgsrc.info/packages/sysutils/flashrom.html netbsdpkgsrc info], [http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/flashrom/ CVS repo]
** [ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/sysutils/flashrom/README.html package overview], [http://www.netbsdpkgsrc.info/packages/sysutils/flashrom.html netbsdpkgsrc info], [http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/flashrom/ CVS repo]
* '''Source Mage GNU/Linux:'''
** Installation: cast flashrom
** Maintainer: [mailto:quinq@sourcemage.org Quentin Rameau] (quinq)
** [http://dbg.download.sourcemage.org/codex/stable/utils/flashrom/ package files]


* '''OpenBSD''':
* '''OpenBSD''':
Line 105: Line 100:
** [https://dev.openwrt.org/browser/packages/utils/flashrom/Makefile package overview], [https://dev.openwrt.org/log/packages/utils/flashrom svn repo]
** [https://dev.openwrt.org/browser/packages/utils/flashrom/Makefile package overview], [https://dev.openwrt.org/log/packages/utils/flashrom svn repo]


* '''PC-BSD''
* '''PC-BSD'''
** Installation: currently there is no PBI (http://www.pbidir.com/bt/category/sysutils) but the installation instructions to install on FreeBSD can be used. See ftp://ftp.pcbsd.org/pub/handbook/handbook_en_ver8.2.html#__RefHeading__223_1034146141
** Installation: currently there is no PBI (http://www.pbidir.com/bt/category/sysutils) but the installation instructions to install on FreeBSD can be used. See ftp://ftp.pcbsd.org/pub/handbook/handbook_en_ver8.2.html#__RefHeading__223_1034146141
** Maintainer: ?
** Maintainer: ?
** ?
** ?
* '''Source Mage GNU/Linux:'''
** Installation: cast flashrom
** Maintainer: [mailto:quinq@sourcemage.org Quentin Rameau] (quinq)
** [http://dbg.download.sourcemage.org/codex/stable/utils/flashrom/ package files]


* '''T2 SDE'''
* '''T2 SDE'''

Revision as of 00:33, 19 August 2011

You can browse the flashrom source code online, or download and install flashrom and/or its source code as explained below.

Installation from source

Requirements:

  • pciutils development package (pciutils-dev/libpci-dev/pciutils-devel, depending on OS/distribution)
  • zlib development package (zlib1g-dev/zlib-devel, depending on OS/distribution)
  • libftdi development package (libftdi-dev), optional support for the external FT2232SPI flasher
  • various build utilities like make, gcc etc. (build-essential or similar depending on OS/distribution)
  • subversion (if you checkout the source and build manually)

Manual installation from source:

If you just want to use the latest release, download flashrom 0.9.4 (source) here (GPG signature). Older releases can be found here.

If you want the latest source code (for developers), check out our code from subversion:

$ svn co svn://flashrom.org/flashrom/trunk flashrom
$ cd flashrom
$ make
$ sudo make install

"sudo make install" is optional: you can run flashrom from its subversion directory with "sudo ./flashrom"

You can also download source code snapshots here.

Binary packages

IRC nicknames are mentioned in parentheses.

  • DragonFly BSD:
    • Installation: pkg_add flashrom
    • Maintainer: Jonathan Kollasch (jakllsch)
    • ?
  • FreeBSD:
    • Installation from ports: cd /usr/ports/sysutils/flashrom && make install clean
    • Installation using a package: pkg_add -r flashrom
    • Maintainer: Alexander Logvinov
    • The version from subversion's trunk (latest revision while editing is r1416) is usable as well. To checkout and compile the source code you need to install devel/gmake, devel/libpci, devel/subversion and sysutils/dmidecode, either from ports or using "pkg_add -r". The subversion URI is at the top of this page. Compile with "gmake".
  • Mandriva:
  • OpenBSD:
    • Installation: ?
    • Maintainer: ?
    • TODO: Are there any ports or binary packages for OpenBSD? Building from source is supported as per README.
  • T2 SDE
    • Installation from source: Emerge-Pkg flashrom
    • Installation of binaries: mine -i flashrom-0.9.1.tar.bz2
    • Maintainer: ?
    • ?
  • Ubuntu:
    • Installation: sudo aptitude install flashrom
    • Maintainer: ?, migration happens automatically or semi-automatically from the Debian package
    • package overview, questions, bugreports
  • Windows:
    • Installation: Currently a build from source is required via MinGW/MSYS, see Windows. Only dummy, ft2232_spi, and buspirate_spi are supported so far.
    • Maintainer: Uwe Hermann (uwe_) and others
    • There is a (very old and probably obsolete) Windows port of the flashrom utility at DarmawanMappatutu_Salihun.tar.gz.
      In 2009, several patches for Windows, based on a more recent revision of flashrom, were made available:
      • [flashrom] GSoCs Winflashrom versus r126 [1]
      • [flashrom] [PATCH] new windows port [2]

Releases