Skip to content

Commit 1a2322a

Browse files
keesJamesH65
authored andcommitted
initramfs: Document "followkernel" option to initramfs (raspberrypi#829)
The important "followkernel" option was not documented.
1 parent 7906571 commit 1a2322a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/config-txt/boot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Set `kernel_old` to `1` to load the kernel to the memory address `0x0`.
5151

5252
## initramfs
5353

54-
The `initramfs` command specifies both the ramfs filename **and** the memory address to which to load it. It performs the actions of both `ramfsfile` and `ramfsaddr` in one parameter. Example values are: `initramfs initramf.gz 0x00800000`. **NOTE:** This option uses different syntax from all the other options, and you should not use a `=` character here.
54+
The `initramfs` command specifies both the ramfs filename **and** the memory address to which to load it. It performs the actions of both `ramfsfile` and `ramfsaddr` in one parameter. The address can also be `followkernel` (or `0`) to place it in memory after the kernel image. Example values are: `initramfs initramf.gz 0x00800000` or `initramfs init.gz followkernel`. **NOTE:** This option uses different syntax from all the other options, and you should not use a `=` character here.
5555

5656
## init_uart_baud
5757

0 commit comments

Comments
 (0)