parent
c2f9253c45
commit
3703d3737c
|
@ -79,7 +79,7 @@ image is named `libreboot.rom` for your board. You can find cbfstool
|
|||
under `cbutils/` after running the following command
|
||||
in the build system:
|
||||
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot TREENAME
|
||||
|
||||
You can learn more about using the build system, lbmk, here:\
|
||||
[libreboot build instructions](../build/)
|
||||
|
|
|
@ -110,7 +110,7 @@ You *must* ensure that the files were inserted.
|
|||
|
||||
Some examples of how to do that in lbmk:
|
||||
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot TREENAME
|
||||
|
||||
Now you find `cbutitls/default`, which is a directory containing `cbfstool`
|
||||
and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example
|
||||
|
|
|
@ -114,7 +114,7 @@ You *must* ensure that the files were inserted.
|
|||
|
||||
Some examples of how to do that in lbmk:
|
||||
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot TREENAME
|
||||
|
||||
Now you find `cbutitls/default`, which is a directory containing `cbfstool`
|
||||
and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example
|
||||
|
|
|
@ -83,7 +83,7 @@ image:
|
|||
|
||||
You can build `cbfstool` in the libreboot build system. Run this command:
|
||||
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot TREENAME
|
||||
|
||||
This assumes that you already downloaded coreboot:
|
||||
|
||||
|
|
|
@ -1326,12 +1326,12 @@ Basic command: `./update trees FLAG projectname`
|
|||
Special operation: for building coreboot utilities `cbfstool` and `ifdtool` to
|
||||
go under `cbutils/`, do this:
|
||||
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot TREENAME
|
||||
|
||||
Or define specific coreboot tree such as:
|
||||
|
||||
./update trees -b coreboot utils default
|
||||
./update trees -b coreboot utils cros
|
||||
./update trees -d coreboot default
|
||||
./update trees -d coreboot cros
|
||||
|
||||
FLAG values are (only *one* to be used at a time):
|
||||
|
||||
|
@ -1365,8 +1365,8 @@ Example commands:
|
|||
./update trees -u seabios
|
||||
./update trees -m u-boot gru_bob
|
||||
./update trees -f coreboot
|
||||
./update trees -b coreboot utils default
|
||||
./update trees -b coreboot utils
|
||||
./update trees -d coreboot default
|
||||
./update trees -d coreboot
|
||||
|
||||
NOTE: the `-x` and `-c` options will cause an exit with zero status, when
|
||||
the target's corresponding source tree is unavailable; a non-zero status is
|
||||
|
|
Loading…
Reference in New Issue