Skip to content

Commit d35a604

Browse files
keesJamesH65
authored andcommitted
kernel: Note that the image must be uncompressed (raspberrypi#831)
Image.gz is not supported. Note that.
1 parent 61f5dc5 commit d35a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/config-txt/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli
3131

3232
## kernel
3333

34-
`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Pi 1, Pi Zero, and Compute Module is `kernel.img`, and on the Pi 2, Pi 3, and Compute Module 3 it is `kernel7.img`. If `kernel8.img` is present on the Pi 3 or Compute Module 3, it will be loaded in preference and entered in 64-bit mode.
34+
`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Pi 1, Pi Zero, and Compute Module is `kernel.img`, and on the Pi 2, Pi 3, and Compute Module 3 it is `kernel7.img`. If `kernel8.img` is present on the Pi 3 or Compute Module 3, it will be loaded in preference and entered in 64-bit mode. **NOTE**: This must be an uncompressed kernel image file.
3535

3636
## kernel_address
3737

0 commit comments

Comments
 (0)