diff --git a/site/docs/install/ivy_has_common.md b/site/docs/install/ivy_has_common.md index ec6af47..8022daa 100644 --- a/site/docs/install/ivy_has_common.md +++ b/site/docs/install/ivy_has_common.md @@ -74,6 +74,16 @@ 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. + +If you only wish to flash a release rom then the process of injecting the necessary blobs is quite simple. +Run the injection script pointing to the release archive you downloaded: + + ./blobutil inject /path/to/libreboot-20230319-18-g9f76c92_t440pmrc_12mb.tar.xz + +The script can automatically detect the board as long as you do not change the file name. +You can then find flash-ready ROMs in `/bin/release/` + +Alternatively, you may patch only a single rom file. For example: ./blobutil inject -r x230_libreboot.rom -b x230_12mb diff --git a/site/docs/install/t440p_external.md b/site/docs/install/t440p_external.md index 85a1689..40e31d5 100644 --- a/site/docs/install/t440p_external.md +++ b/site/docs/install/t440p_external.md @@ -21,6 +21,16 @@ 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. + +If you only wish to flash a release rom then the process of injecting the necessary blobs is quite simple. +Run the injection script pointing to the release archive you downloaded: + + ./blobutil inject /path/to/libreboot-20230319-18-g9f76c92_t440_12mb.tar.xz + +The script can automatically detect the board as long as you do not change the file name. +You can then find flash-ready ROMs in `/bin/release/` + +Alternatively, you may patch only a single rom file. For example (libre replacement of `mrc.bin`): ./blobutil inject -r t440p_libreboot.rom -b t440p_12mb diff --git a/site/docs/install/x230_external.md b/site/docs/install/x230_external.md index 4d0afb9..40da4c1 100644 --- a/site/docs/install/x230_external.md +++ b/site/docs/install/x230_external.md @@ -25,6 +25,14 @@ 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. +Run the injection script pointing to the release archive you downloaded: + + ./blobutil inject /path/to/libreboot-20230319-18-g9f76c92_t440_12mb.tar.xz + +The script can automatically detect the board as long as you do not change the file name. +You can then find flash-ready ROMs in `/bin/release/` + +Alternatively, you may patch only a single rom file. For example: ./blobutil inject -r x230_libreboot.rom -b x230_12mb