Skip to content

Commit 3e68832

Browse files
committed
bootable: rpi: cleanup config.txt
Signed-off-by: Ricardo Pardini <[email protected]>
1 parent 8f2bfc9 commit 3e68832

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bash/bootable/rpi.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,10 @@ function rpi_write_config_txt() {
110110
declare fat32_root_dir="${1}"
111111
cat <<- RPI_CONFIG_TXT > "${fat32_root_dir}/config.txt"
112112
# For more options and information see http://rptl.io/configtxt
113-
# Automatically load initramfs files, if found
114113
auto_initramfs=1
115114
# bootloader logs to serial, second stage
116115
enable_uart=1
117-
# if uart is enabled, disable Bluetooth which also uses UART
116+
# disable Bluetooth, as having it enabled causes issues with the serial console due to fake Broadcom UART
118117
dtoverlay=disable-bt
119118
dtoverlay=vc4-kms-v3d
120119
max_framebuffers=2

0 commit comments

Comments
 (0)