Smart Home Automation Forum

Full Version: Enable serial port on Raspberry Pi CM4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I also noticed sometimes UART is disabled in kernel. The enable it you need to check in /boot/config.txt the line enable_uart

If it's set to 0 like follow

enable_uart=0
You need to change to 1 as follow

enable_uart=1
And reboot of course!

sudo raspi-config
[attachment=3853]
make sure disable Linux UART console