Commit 7b429ab87121c6f03d43323e63539a8edd253364

Authored by Tim Gover
Committed by GitHub
2 parents a6e0d8b2 14e28be2

Merge pull request #96 from Dodain/master

Corrected the prune the files to those required for the given 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.
... ...