Flashrom (utility)

From Wikipedia, the free encyclopedia
Flashrom
Developer(s)flashrom team
Stable release
1.3.0[1] / 8 February 2023; 14 months ago (8 February 2023)
Repository
Written inC
Operating systemDragonFly BSD, DOS, FreeBSD, kFreeBSD, Linux, macOS, NetBSD, OpenBSD, Solaris, Windows (partial)
Available inEnglish
TypeFirmware utility
LicenseGNU General Public License
Websitewww.flashrom.org Edit this on Wikidata

Flashrom is a software utility published under an open source license that can detect, read, verify, erase, or write EEPROMs using interfaces such as the Low Pin Count (LPC), FWH, parallel, and Serial Peripheral Interface (SPI). It can be used to flash firmware images such as BIOS or coreboot, or to backup existing firmware.

Details[edit]

It is free software released under the terms of the GNU General Public License version 2. It has pciutils and zlib as dependencies, and for some programmers also libftdi and libusb. It is run from user space and usually requires superuser privileges (except when using supported USB devices as programmer).

The flashrom project is lead and maintained by Anastasia Klimchuk.

Supported hardware[edit]

Pomona 5250 SOIC-8 clip, commonly used to attach to SOIC-8 chips for flashing

Support for programmers include the Bus Pirate[2] and the Raspberry Pi.[3]

It supports over 480 flash chip families, 291 chipsets, 524 mainboards, 71 PCI devices, 19 USB devices and various parallel/serial port-based devices which can be used as programmers. It supports cross-flashing and hot-flashing.[4]

Supported packaging types include dual in-line package (DIP), plastic leaded chip carrier (PLCC), small-outline integrated circuit (SOIC), thin small-outline package (TSOP), or ball grid array (BGA) packages.

See also[edit]

References[edit]

  1. ^ Anastasia Klimchuk (9 February 2023). "flashrom release v1.3.0 is out". Retrieved 6 March 2023.
  2. ^ Chantzis, Fotios; Stais, Ioannis; Calderon, Paulino; Deirmentzoglou, Evangelos; Woods, Beau (2021-03-23). Practical IoT Hacking: The Definitive Guide to Attacking the Internet of Things. No Starch Press. ISBN 978-1-7185-0091-4.
  3. ^ Rankin, Kyle (March 6, 2017). "Flash ROMs with a Raspberry Pi". Linux Journal. Retrieved 2022-06-24.
  4. ^ "List of supported hardware". flashrom.org.

External links[edit]