From 14e28be2280212b07d3d64ea20609d76da8145fe Mon Sep 17 00:00:00 2001 From: Dodain Date: Thu, 28 Oct 2021 20:49:31 +0500 Subject: [PATCH] Corrected the board flag --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3548db3..9da71f3 100644 --- a/Readme.md +++ b/Readme.md @@ -116,7 +116,7 @@ Therefore, any changes to `cmdline.txt` must be made before the `boot.img` file #### Create the boot image The `-p` product argument (pi4,pi400,cm4) tells the script to discard files which are not required by that product. This makes the image smaller and reduces the time taken to calculate the hash of the image file thereby reducing the boot time. ```bash -sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -p pi4 +sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -b pi4 ``` The maximum supported size for boot.img is currently 96 megabytes. -- libgit2 0.21.4