Skip to content

Commit 3445e62

Browse files
committed
rpi: Enable UART on RPi 4 series devices
U-Boot cannot boot systems on RPi 4 series until enable UART. But, U-Boot cannot boot systems on RPi 5 series until disable UART. So, make it only enable UART on RPi 4 series devices. https://phabricator.endlessm.com/T30780#883184 https://app.asana.com/1/1203676861188277/project/1211061530470838/task/1211943756834438
1 parent 03c57ac commit 3445e62

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/rpi-common/config.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ disable_overscan=1
3939
# Run as fast as firmware / board allows
4040
arm_boost=1
4141

42+
[pi4]
43+
# U-Boot cannot boot systems on RPi 4 series until enable UART
44+
enable_uart=1
45+
4246
[cm4]
4347
# Enable host mode on the 2711 built-in XHCI USB controller.
4448
# This line should be removed if the legacy DWC2 controller is required

0 commit comments

Comments
 (0)