Commit 14e28be2280212b07d3d64ea20609d76da8145fe

Authored by Dodain
Committed by GitHub
1 parent a6e0d8b2

Corrected the board flag

Showing 1 changed file with 1 additions and 1 deletions
Readme.md
... ... @@ -116,7 +116,7 @@ Therefore, any changes to `cmdline.txt` must be made before the `boot.img` file
116 116 #### Create the boot image
117 117 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.
118 118 ```bash
119   -sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -p pi4
  119 +sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -b pi4
120 120 ```
121 121  
122 122 The maximum supported size for boot.img is currently 96 megabytes.
... ...