Maxim Lisii Posted October 20, 2019 Posted October 20, 2019 HI, I have OrangePiPc and need to activate 3 uart (TX-RX) pins as system serial ports (/dev/ttyAMA0, /dev/ttyAMA1, /dev/ttyAMA2) how do it?
Igor Posted October 21, 2019 Posted October 21, 2019 https://docs.armbian.com/User-Guide_Armbian-Config/ -> system -> hardware Armbian is proper Linux and UART ports in our world are named as expected /dev/ttyS0 /dev/ttyS1 ...
martinayotte Posted October 21, 2019 Posted October 21, 2019 13 hours ago, Maxim Lisii said: how do it? Simply use DT overlays declared as "overlays=uart1 uart2 uart3" in /boot/armbianEnv.txt.
Recommended Posts