We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2bfc9 commit 3e68832Copy full SHA for 3e68832
bash/bootable/rpi.sh
@@ -110,11 +110,10 @@ function rpi_write_config_txt() {
110
declare fat32_root_dir="${1}"
111
cat <<- RPI_CONFIG_TXT > "${fat32_root_dir}/config.txt"
112
# For more options and information see http://rptl.io/configtxt
113
- # Automatically load initramfs files, if found
114
auto_initramfs=1
115
# bootloader logs to serial, second stage
116
enable_uart=1
117
- # if uart is enabled, disable Bluetooth which also uses UART
+ # disable Bluetooth, as having it enabled causes issues with the serial console due to fake Broadcom UART
118
dtoverlay=disable-bt
119
dtoverlay=vc4-kms-v3d
120
max_framebuffers=2
0 commit comments