Jump to content

Flashrom (utility): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Fix obsolete project website URL.
Fix chip packages and flash protocols.
Line 22: Line 22:
| website = http://www.flashrom.org
| website = http://www.flashrom.org
}}
}}
'''Flashrom''' is a universal flash programming utility used to detect, read, erase, or write [[BIOS]] chips ([[Dual in-line package|DIP]], [[Plastic leaded chip carrier|PLCC]], [[Serial Peripheral Interface Bus|SPI]]). It can be used to flash [[firmware]] images such as BIOS or [[coreboot]]. It can also be used to back up an existing firmware.
'''Flashrom''' is a universal flash programming utility used to detect, read, verify, erase, or write [[BIOS]] chips in [[Dual in-line package|DIP]], [[Plastic leaded chip carrier|PLCC]], [[SOIC]], or [[TSOP]] packages. It supports parallel, [[LPC]], [[FWH]] and [[Serial Peripheral Interface Bus|SPI]] flash interfaces. It can be used to flash [[firmware]] images such as [[BIOS]] or [[coreboot]], or to back up an existing firmware.


It is [[free software]] released under the terms of the [[GNU General Public License]] version 2.
It is [[free software]] released under the terms of the [[GNU General Public License]] version 2.
Line 31: Line 31:


Backup the current BIOS image into a file:
Backup the current BIOS image into a file:

# flashrom -r backup.bin
# flashrom -r backup.bin



Revision as of 22:07, 8 June 2010

Flashrom
Developer(s)flashrom team
Stable release
0.9.2[1] / June 2, 2010; 14 years ago (2010-06-02)
Repository
Written inC
Operating systemLinux, FreeBSD, NetBSD, Solaris, Mac OS X, DragonflyBSD, DOS (partial), Windows (partial)
Available inEnglish
TypeFirmware utility
LicenseGNU General Public License
Websitehttp://www.flashrom.org

Flashrom is a universal flash programming utility used to detect, read, verify, erase, or write BIOS chips in DIP, PLCC, SOIC, or TSOP packages. It supports parallel, LPC, FWH and SPI flash interfaces. It can be used to flash firmware images such as BIOS or coreboot, or to back up an existing firmware.

It is free software released under the terms of the GNU General Public License version 2.

It has pciutils and zlib as dependencies.

It is run from user space and requires superuser privileges.

Backup the current BIOS image into a file:

# flashrom -r backup.bin

It supports over 195 flash chip families, 75 chipsets, and 17 devices which can be used as programmers.

It supports cross-flashing and hot-flashing.

See also

References