Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tools/rpi-make-boot-image
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,10 @@ sudo ${NAME} -d SOURCE_DIR -o OUTPUT

Options:
-a Select 32 or 64 bit kernel
-b Optionally prune the files to those required for the given board type.
-d The directory containing the files to include in the boot image.
-o The filename for the boot image. -h Display help text and exit
-b Optionally prune the files to those required for the given board type
-d The directory containing the files to include in the boot image
-o The filename for the boot image
-h Display help text and exit

Examples:
# Include all files in bootfs/
Expand All @@ -266,8 +267,7 @@ sudo ${NAME} -b pi4 -d bootfs/ -o boot.img

Environment variables:
The following environment variables may be specified to optionally override mkfs.vfat
arguments to help minimise the size of the boot image.

arguments to help minimise the size of the boot image:

Name mkfs.vfat parameter
SECTOR_SIZE -S
Expand Down
Loading