Downloads: Difference between revisions

From flashrom
Jump to navigation Jump to search
Line 24: Line 24:
You can also download source code snapshots [http://download.flashrom.org/snapshots/?C=M;O=D here].
You can also download source code snapshots [http://download.flashrom.org/snapshots/?C=M;O=D here].


= Installation of binary packages =
= Binary packages =


* '''Debian''': sudo aptitude install flashrom
* '''Debian''':
* '''Ubuntu''': sudo aptitude install flashrom
** Installation: sudo aptitude install flashrom
* '''Fedora''': sudo yum install flashrom
** Maintainer: [[User:Uwe|Uwe Hermann]]
** [http://packages.qa.debian.org/f/flashrom.html package overview], [https://buildd.debian.org/status/package.php?p=flashrom build logs], [http://buildd.debian-ports.org/status/package.php?p=flashrom more build logs], [http://qa.debian.org/popcon.php?package=flashrom package popularity], [http://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=flashrom bugreports]
* '''Ubuntu''':
** Installation: sudo aptitude install flashrom
** Maintainer: ?, migration happens automatically or semi-automatically from the Debian package
** [https://launchpad.net/ubuntu/+source/flashrom package overview], [https://answers.launchpad.net/ubuntu/+source/flashrom/+questions?field.status=OPEN questions], [https://bugs.launchpad.net/ubuntu/+source/flashrom/+bugs?field.status:list=NEW bugreports]
* '''Fedora''':
** Installation: sudo yum install flashrom
** Maintainer: Peter Lemenkov
** [https://admin.fedoraproject.org/pkgdb/acls/name/flashrom package overview], [https://admin.fedoraproject.org/pkgdb/acls/bugs/flashrom bugreports]
* '''Gentoo''': emerge flashrom
* '''Gentoo''': emerge flashrom
* '''Mandriva''': urpmi flashrom
* '''Mandriva''': urpmi flashrom

Revision as of 21:31, 27 July 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://coreboot.org/flashrom/trunk flashrom
$ cd flashrom
$ make
$ sudo make install

You can also download source code snapshots here.

Binary packages

  • Debian:
  • Ubuntu:
    • Installation: sudo aptitude install flashrom
    • Maintainer: ?, migration happens automatically or semi-automatically from the Debian package
    • package overview, questions, bugreports
  • Fedora:
  • Gentoo: emerge flashrom
  • Mandriva: urpmi flashrom
  • openSUSE: yast -i coreboot-utils
  • T2 SDE
    • Installation from source: Emerge-Pkg flashrom
    • Installation of binaries: mine -i flashrom-0.9.1.tar.bz2
  • Source Mage GNU/Linux: cast flashrom
  • FreeBSD: cd /usr/ports/sysutils/flashrom && make install clean
The version from trunk (latest revision while writing this is r968) is usable too, but you NEED to install devel/libpci, sysutils/dmidecode and devel/gmake from ports.
Run gmake.
  • Windows: 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]
  • DOS:
A DOS binary can be cross compiled using Linux. Instructions on how to compile can be found here: http://www.flashrom.org/trac/flashrom/browser/trunk/README#L78. Also general instuctions available here: DOS

Releases