docs/install/t440p: note about t440pmrc

hslick-master
Leah Rowe 2023-03-31 22:26:49 +01:00
parent b8561fead5
commit 3cd72fb81e
1 changed files with 10 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Lbmk includes a script that will automatically inject the necessary blobs into a
The script can determine the board automatically if you have not changed the name, but you can also manually set the board name with the `-b` flag.
In order to inject the necessary blobs into a rom image, run the script from the root of lbmk and point to the rom image.
For example:
For example (libre replacement of `mrc.bin`):
./blobutil inject -r t440p_libreboot.rom -b t440p_12mb
@ -30,6 +30,15 @@ For example:
./blobutil inject -r t440p_libreboot.rom -b t440p_12mb -m 00:f6:f0:40:71:fd
If you're flashing a ROM that needs blob `mrc.bin`, you would do one of these
instead, for example:
./blobutil inject -r t440p_libreboot.rom -b t440pmrc_12mb
or (inserting a different MAC address)
./blobutil inject -r t440p_libreboot.rom -b t440pmrc_12mb -m 00:f6:f0:40:71:fd
NOTE: this makes use of `nvmutil`, which you can read more about in
the [nvmutil documentation](nvmutil.md).