mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +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
|
kernel=u-boot.bin
|
||||||
arm_64bit=1
|
arm_64bit=1
|
||||||
|
|
||||||
# uncomment to enable primary UART console
|
# Enable primary UART by default
|
||||||
enable_uart=1
|
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
|
# No HDMI on Yellow, but we can't set to 16 since we need the full firmware
|
||||||
# for codecs
|
# for codecs
|
||||||
gpu_mem=32
|
gpu_mem=32
|
||||||
@ -23,9 +26,7 @@ gpu_mem=32
|
|||||||
#dtoverlay=lirc-rpi
|
#dtoverlay=lirc-rpi
|
||||||
|
|
||||||
# Uncomment this to enable GPIO support for RPI-RF-MOD/HM-MOD-RPI-PCB
|
# Uncomment this to enable GPIO support for RPI-RF-MOD/HM-MOD-RPI-PCB
|
||||||
#enable_uart=1
|
|
||||||
#dtparam=i2c_arm=on
|
#dtparam=i2c_arm=on
|
||||||
#dtoverlay=miniuart-bt
|
|
||||||
#dtoverlay=rpi-rf-mod
|
#dtoverlay=rpi-rf-mod
|
||||||
|
|
||||||
# Additional overlays and parameters are documented /boot/overlays/README
|
# Additional overlays and parameters are documented /boot/overlays/README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user