Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enable serial port on Raspberry Pi CM4
#1
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
   
make sure disable Linux UART console
Reply


Messages In This Thread
Enable serial port on Raspberry Pi CM4 - by admin - 06-07-2022, 06:58 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)