Skip to content

Commit f100509

Browse files
Merge pull request #3927 from raspberrypi/update-uart-pi5
Update enable_uart with explicit baudrate
2 parents 8b3f0de + 81f5260 commit f100509

File tree

1 file changed

+1
-1
lines changed
  • documentation/asciidoc/computers/config_txt

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If `disable_splash` is set to `1`, the rainbow splash screen will not be shown o
8686

8787
=== `enable_uart`
8888

89-
`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`.
89+
`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`.
9090

9191
=== `force_eeprom_read`
9292

0 commit comments

Comments
 (0)