Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
692
Widok
0
26/06/2021 10:08 pm
Topic starter
how to connect external device and use uart tx/rx console
1 Answer
0
26/06/2021 10:10 pm
Topic starter
- Enable UART_A using armbian-conf (system->hardware->check uartA), reboot
- Connect external device to port 8 & 9
- install apt get install minicom
- uart exist as UART_EE_A (/dev/ttyS1)
- connect minicom -b 9600 -D /dev/ttyAML1
- exit; press CTRL+A then X