Downloads: Difference between revisions

From flashrom
Jump to navigation Jump to search
(→‎Binary packages: Windows / DOS.)
Line 52: Line 52:
** '''Installation from source:''' Emerge-Pkg flashrom
** '''Installation from source:''' Emerge-Pkg flashrom
** '''Installation of binaries:''' mine -i flashrom-0.9.1.tar.bz2
** '''Installation of binaries:''' mine -i flashrom-0.9.1.tar.bz2
* '''Source Mage GNU/Linux:''' cast flashrom
* '''Source Mage GNU/Linux:'''
** Installation: cast flashrom
** Maintainer: [mailto:quinq@sourcemage.org Quentin Rameau]
** [http://dbg.download.sourcemage.org/codex/stable/utils/flashrom/ package files]
* '''Arch Linux''':
* '''Arch Linux''':
** Installation: ?
** Installation: ?
** Maintainer: [http://www.archlinux.org/packages/?maintainer=giovanni Giovanni Scafora]
** Maintainer: [http://www.archlinux.org/packages/?maintainer=giovanni Giovanni Scafora]
** [http://www.archlinux.org/packages/community/i686/flashrom/ package overview], [https://bugs.archlinux.org/?project=5&string=flashrom bugreports], [http://projects.archlinux.org/svntogit/community.git/log/flashrom/trunk git repo]
** [http://www.archlinux.org/packages/community/i686/flashrom/ package overview], [https://bugs.archlinux.org/?project=5&string=flashrom bugreports], [http://projects.archlinux.org/svntogit/community.git/log/flashrom/trunk git repo]
* '''FreeBSD''': cd /usr/ports/sysutils/flashrom && make install clean
* '''FreeBSD''':
: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.
** Installation: cd /usr/ports/sysutils/flashrom && make install clean
:Run gmake.
** Maintainer: ?
** 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".
* '''NetBSD''':
** Installation: ?
** Maintainer: Jonathan Kollasch
** [ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/sysutils/flashrom/README.html package overview], [http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/flashrom/ CVS repo]
* '''DragonFly BSD''':
** Installation: ?
** Maintainer: Jonathan Kollasch
** ?
* '''Windows''':
* '''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.
** Installation: Currently a build from source is required via MinGW/MSYS, see [[Windows]]. Only dummy, ft2232_spi, and buspirate_spi are supported so far.

Revision as of 13:45, 29 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://flashrom.org/flashrom/trunk flashrom
$ cd flashrom
$ make
$ sudo make install

You can also download source code snapshots here.

Binary packages

Releases