mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Yellow: Enable PL011 console on J11 by default (#2001)
This commit is contained in:
parent
7d0ad7e662
commit
92da6b64c7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user