VAR-SOM-AM33 RS232: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-AM33 - RS-232 Port}} {{DocImage|category1=VAR-SOM-AM33|category2=Yocto}} __toc__ | {{PageHeader|VAR-SOM-AM33 - RS-232 Port}} {{DocImage|category1=VAR-SOM-AM33|category2=Yocto}} __toc__ | ||
Latest revision as of 10:24, 21 January 2016
VAR-SOM-AM33 - RS-232 Port
1. Perform a loopback at RS-232 port by shorting pins 2 & 3 in DB9 connector J24 on the carrier board, or connect to another computer.
2. Enable UART1 when on-SOM Bluetooth is not mounted. Type the following commands in the Linux shell to enable:
$ echo 20 > /sys/class/gpio/export $ echo out > /sys/class/gpio/gpio20/direction $ echo 0 > /sys/class/gpio/gpio20/value
3. Start minicom.
$ minicom -D/dev/ttyO1 -b115200 -8
4. Type a few characters at the minicom and see that the loopback is working.