Skip to content

Commit

Permalink
Merge pull request #3928 from raspberrypi/develop
Browse files Browse the repository at this point in the history
Roll out to production!
  • Loading branch information
nathan-contino authored Nov 20, 2024
2 parents 7e8ef00 + f100509 commit 8dded6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/config_txt/boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If `disable_splash` is set to `1`, the rainbow splash screen will not be shown o

=== `enable_uart`

`enable_uart=1` (in conjunction with `console=serial0` in `cmdline.txt`) requests that the kernel creates a serial console, accessible using GPIOs 14 and 15 (pins 8 and 10 on the 40-pin header). Editing `cmdline.txt` to remove the line `quiet` enables boot messages from the kernel to also appear there. See also `uart_2ndstage`.
`enable_uart=1` (in conjunction with `console=serial0,115200` in `cmdline.txt`) requests that the kernel creates a serial console, accessible using GPIOs 14 and 15 (pins 8 and 10 on the 40-pin header). Editing `cmdline.txt` to remove the line `quiet` enables boot messages from the kernel to also appear there. See also `uart_2ndstage`.

=== `force_eeprom_read`

Expand Down

0 comments on commit 8dded6f

Please sign in to comment.