Yellow: Enable PL011 console on J11 by default (#2001)

This commit is contained in:
Stefan Agner 2022-07-04 17:30:37 +02:00 committed by GitHub
parent 7d0ad7e662
commit 92da6b64c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
dwc_otg.lpm_enable=0 console=tty1 console=serial0,115200n8 console=ttyAMA2,115200n8
dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA2,115200n8

View File

@ -7,9 +7,12 @@ disable_splash=1
kernel=u-boot.bin
arm_64bit=1
# uncomment to enable primary UART console
# Enable primary UART by default
enable_uart=1
# Free up full-fledged PL011 UART for J11
dtoverlay=miniuart-bt
# No HDMI on Yellow, but we can't set to 16 since we need the full firmware
# for codecs
gpu_mem=32
@ -23,9 +26,7 @@ gpu_mem=32
#dtoverlay=lirc-rpi
# Uncomment this to enable GPIO support for RPI-RF-MOD/HM-MOD-RPI-PCB
#enable_uart=1
#dtparam=i2c_arm=on
#dtoverlay=miniuart-bt
#dtoverlay=rpi-rf-mod
# Additional overlays and parameters are documented /boot/overlays/README