Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description [1]: > 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. This can be used for firmware updates issued from the operating system on supported boards. So add version 0.9.9. ``` pmenzel@keineahnung:~/bee-files> bee init https://download.flashrom.org/releases/flashrom-0.9.9.tar.bz2 creating flashrom-0.9.9-0.bee from template '/etc/default/bee/templates/fallback' pmenzel@keineahnung:~/bee-files> git add flashrom-0.9.9-0.bee pmenzel@keineahnung:~/bee-files> git mv flashrom-0.9.9-0.bee flashrom.be0 ``` Examples: ``` $ flashrom --help $ flashrom --list-supported $ sudo flashrom --programmer internal --verbose $ sudo flashrom --programmer internal --read firmware.rom $ sudo flsahrom --programmer internal --write new-bios.rom ``` [1] https://www.flashrom.org
- Loading branch information