mention build dependencies in Makefile.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2114 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
45065d90d9
commit
70597f96c4
|
@ -1,5 +1,18 @@
|
||||||
This is the universal LinuxBIOS flash utility.
|
This is the universal LinuxBIOS flash utility.
|
||||||
|
|
||||||
|
build requirements
|
||||||
|
------------------
|
||||||
|
|
||||||
|
To build the flashrom utility you need to have the following packages
|
||||||
|
installed on your linux system:
|
||||||
|
|
||||||
|
* pciutils
|
||||||
|
* pciutils-devel
|
||||||
|
|
||||||
|
|
||||||
|
usage
|
||||||
|
-----
|
||||||
|
|
||||||
usage: ./flashrom [-rwvE] [-V] [-c chipname]
|
usage: ./flashrom [-rwvE] [-V] [-c chipname]
|
||||||
[-s exclude_start] [-e exclude_end] [file]
|
[-s exclude_start] [-e exclude_end] [file]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue