From 2a7a917203a1d3592f1618924e71f42dee0893fa Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 4 Jul 2022 17:30:37 +0200 Subject: [PATCH] Yellow: Enable PL011 console on J11 by default (#2001) --- buildroot-external/board/raspberrypi/yellow/cmdline.txt | 2 +- buildroot-external/board/raspberrypi/yellow/config.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/buildroot-external/board/raspberrypi/yellow/cmdline.txt b/buildroot-external/board/raspberrypi/yellow/cmdline.txt index 7284969fc..5216a4c10 100644 --- a/buildroot-external/board/raspberrypi/yellow/cmdline.txt +++ b/buildroot-external/board/raspberrypi/yellow/cmdline.txt @@ -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 diff --git a/buildroot-external/board/raspberrypi/yellow/config.txt b/buildroot-external/board/raspberrypi/yellow/config.txt index 0595e6f8c..46a56f688 100644 --- a/buildroot-external/board/raspberrypi/yellow/config.txt +++ b/buildroot-external/board/raspberrypi/yellow/config.txt @@ -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