Was that your entire config.txt you posted above? If it wasn't please post all of it. Wrap it in code tags.
Your use of dtoverlay=uart1 may also be incorrect. According to /boot/firmware/overlays/README, UART1 is enabled by dtparam=uart1=on. dtoverlay=uart1 is used to specify which GPIO it uses and requires additional parameters
I suggest you try commenting out the last two of those lines. pi3-disable-bt and disable-bt are the same thing.config.txt:Code:
enable_uart=1dtoverlay=pi3-disable-btdtoverlay=disable-btdtoverlay=uart1
Your use of dtoverlay=uart1 may also be incorrect. According to /boot/firmware/overlays/README, UART1 is enabled by dtparam=uart1=on. dtoverlay=uart1 is used to specify which GPIO it uses and requires additional parameters
Statistics: Posted by thagrol — Mon Apr 28, 2025 7:19 pm