flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.
Homepage
Download
Recent Releases
1.218 Feb 2020 22:36
minor feature:
Flashrom v1.2
0.9.926 Mar 2016 17:51
minor feature:
Allow to link flashrom statically (with make CONFIG_STATIC=yes)
Ease debugging of build problems with libraries
Output way more debug information to build_details.txt
Provide list of set make configuration variables that make builds fail
Allow to easily disable groups of programmers depending on a library (make CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no)
Ignore 0x00 as a flash chip manufacturer ID in the generic match to avoid ambiguous messages
Various improvements for serprog-based programmers
Support arbitrary UART baud rates on Windows