boot: default to serial console on the uart connector
* Dedicated UART connector is always active and enabled.
https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#uart-connector
* Fixes 5780f0a884
.
This commit is contained in:
@@ -45,7 +45,7 @@ BOARD_MESA3D_VULKAN_DRIVERS := broadcom
|
|||||||
# Kernel
|
# Kernel
|
||||||
BOARD_CUSTOM_BOOTIMG := true
|
BOARD_CUSTOM_BOOTIMG := true
|
||||||
BOARD_CUSTOM_BOOTIMG_MK := $(DEVICE_PATH)/mkbootimg.mk
|
BOARD_CUSTOM_BOOTIMG_MK := $(DEVICE_PATH)/mkbootimg.mk
|
||||||
BOARD_KERNEL_CMDLINE := console=ttyAMA0,115200 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=rpi5
|
BOARD_KERNEL_CMDLINE := console=ttyAMA10,115200 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=rpi5
|
||||||
|
|
||||||
# Manifest
|
# Manifest
|
||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
|
||||||
|
@@ -24,10 +24,6 @@ dtoverlay=vc4-kms-v3d
|
|||||||
# I2S
|
# I2S
|
||||||
#dtparam=i2s=on
|
#dtparam=i2s=on
|
||||||
|
|
||||||
# Serial console
|
|
||||||
enable_uart=1
|
|
||||||
dtparam=uart0=on
|
|
||||||
|
|
||||||
# SPI
|
# SPI
|
||||||
#dtparam=spi=on
|
#dtparam=spi=on
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user