Downloads: Difference between revisions

From flashrom
Jump to navigation Jump to search
(0.9.9)
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__TOC__
__TOC__
You can [http://code.coreboot.org/p/flashrom/source/tree/HEAD/ browse the flashrom source code] online, or download and install flashrom and/or its source code as explained below.
You can [https://review.coreboot.org/cgit/flashrom.git/tree/ browse the flashrom source code] online, or download and install flashrom and/or its source code as explained below.


= Installation from source =
= Installation from source =
Line 8: Line 8:
* '''zlib''' development package ('''zlib1g-dev'''/'''zlib-devel''', depending on OS/distribution)
* '''zlib''' development package ('''zlib1g-dev'''/'''zlib-devel''', depending on OS/distribution)
* '''libftdi''' development package ('''libftdi-dev'''), optional support for various [[FT2232SPI Programmer|external FT2232SPI flashers]]
* '''libftdi''' development package ('''libftdi-dev'''), optional support for various [[FT2232SPI Programmer|external FT2232SPI flashers]]
* '''libusb''' development package ('''libusb-dev'''), optional support for various USB-based programmers
* '''libusb''' 1.0 development package ('''libusb-1.0-0-dev'''), optional support for various USB-based programmers
* various build utilities like make, gcc etc. ('''build-essential''' or similar depending on OS/distribution)
* various build utilities like make, gcc etc. ('''build-essential''' or similar depending on OS/distribution)
* '''subversion''' (if you checkout the source and build manually)
* '''git''' (if you checkout the source and build manually)


'''Manual installation from source:'''
== Snapshots ==


If you just want to use the latest stable release, [http://download.flashrom.org/releases/flashrom-0.9.9.tar.bz2 download flashrom 0.9.9 (source) here] [http://download.flashrom.org/releases/flashrom-0.9.9.tar.bz2.asc (GPG signature)]. Older releases can be found [http://download.flashrom.org/releases/?C=M;O=D here].
If you just want to use the latest stable release, [[Latest release|you can download it from this page]]. Older releases can be found [https://download.flashrom.org/releases/?C=M;O=D here].


If you want the latest source code (for developers), check out our code from subversion:
== Git ==
The Flashrom repository is hosted on coreboot.org and mirrored on Github. All current development happens on the ''master'' branch.


$ '''svn co <nowiki>svn://flashrom.org/flashrom/trunk</nowiki> flashrom'''
=== coreboot.org ===
$ '''cd flashrom'''
* Browse: https://review.coreboot.org/cgit/flashrom.git
$ '''make'''
* Clone: <nowiki>https://review.coreboot.org/flashrom.git</nowiki>
# The next step is optional!
* Review: https://review.coreboot.org/#/q/project:flashrom+status:open
$ '''sudo make install'''
* Workflow: https://www.coreboot.org/Git


The '''sudo make install''' is optional: you can run flashrom from its subversion directory with '''sudo ./flashrom'''.
=== Github ===
 
* Browse: https://github.com/flashrom/flashrom
You can also download source code snapshots [http://download.flashrom.org/snapshots/?C=M;O=D here].
* Clone: <nowiki>https://github.com/flashrom/flashrom.git</nowiki>
 
* Review: https://github.com/flashrom/flashrom/pulls
If you are behind a corporate firewall which does not let the native svn protocol through, you can check out the code over https:
* Workflow: https://help.github.com/articles/creating-a-pull-request/
 
$ '''svn co <nowiki>https://code.coreboot.org/svn/flashrom/trunk</nowiki> flashrom'''
 
= Binary packages =


= Binary Packages =
[http://flashrom.org/IRC IRC] nicknames are mentioned in parentheses.
[http://flashrom.org/IRC IRC] nicknames are mentioned in parentheses.


Line 43: Line 41:
* '''Arch Linux''':
* '''Arch Linux''':
** Installation: pacman -S flashrom
** Installation: pacman -S flashrom
** Maintainer: [http://www.archlinux.org/packages/?maintainer=giovanni Giovanni Scafora]
** Maintainer: [https://www.archlinux.org/people/trusted-users/#Archange Bruno Pagani (Archange)]
** [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/x86_64/flashrom/ package overview], [https://bugs.archlinux.org/?project=5&string=flashrom bugreports], [http://projects.archlinux.org/svntogit/community.git/log/flashrom/trunk git repo]


* '''Debian''':
* '''Debian''':
** Installation: sudo aptitude install flashrom
** Installation: sudo apt-get install flashrom
** Maintainer: [[User:Uwe|Uwe Hermann]] (uwe_ / uw3)
** Maintainer: [[User:Uwe|Uwe Hermann]] (uwe_ / uw3)
** [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]
** [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]
Line 131: Line 129:
** Installation: See [[Windows]]. Only a limited number of programmers are supported so far.
** Installation: See [[Windows]]. Only a limited number of programmers are supported so far.
** There were some attempts to create a full Windows port of the flashrom utility but none really succeeded and made it into the source code.
** There were some attempts to create a full Windows port of the flashrom utility but none really succeeded and made it into the source code.
= Releases =
* [[Flashrom/0.9.9|flashrom 0.9.9 release notes]]
* [[Flashrom/0.9.8|flashrom 0.9.8 release notes]]
* [[Flashrom/0.9.7|flashrom 0.9.7 release notes]]
* [[Flashrom/0.9.6|flashrom 0.9.6 release notes]]
* [[Flashrom/0.9.5|flashrom 0.9.5 release notes]]
* [[Flashrom/0.9.4|flashrom 0.9.4 release notes]]
* [[Flashrom/0.9.3|flashrom 0.9.3 release notes]]
* [[Flashrom/0.9.2|flashrom 0.9.2 release notes]]
* [[Flashrom/0.9.1|flashrom 0.9.1 release notes]]
* [[Flashrom/0.9.0|flashrom 0.9.0 release notes]]

Revision as of 19:14, 14 July 2021

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 various external FT2232SPI flashers
  • libusb 1.0 development package (libusb-1.0-0-dev), optional support for various USB-based programmers
  • various build utilities like make, gcc etc. (build-essential or similar depending on OS/distribution)
  • git (if you checkout the source and build manually)

Snapshots

If you just want to use the latest stable release, you can download it from this page. Older releases can be found here.

Git

The Flashrom repository is hosted on coreboot.org and mirrored on Github. All current development happens on the master branch.

coreboot.org

Github

Binary Packages

IRC nicknames are mentioned in parentheses.

  • DOS:
    • Installation: For instructions on how to cross-compile using Linux see DOS.
    • Alternatively, you may find usable DOS binaries in our buildbot archive. However, they are usually untested and not recommended to be trusted blindly.
  • 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
    • You can also install daily builds of flashrom's development source from a special PPA. Please note that these are experimental binaries that may or may not be safe to use. We try to do our best to let dangerous bugs not slip into this, but it may sometimes happen. Usually it is safer to use those than very old (<=0.9.2) stable releases.
  • Windows:
    • Installation: See Windows. Only a limited number of programmers are supported so far.
    • There were some attempts to create a full Windows port of the flashrom utility but none really succeeded and made it into the source code.