Changes

How to use UARTs

13 bytes added, 12:08, 19 January 2012
no edit summary
=== Configure IGEP ===
To test UARTs we use UART0 (dev/ttyS0) and UART3 (dev/ttyS2) via J960 connectorusing RS232 standard.
NOTE: Make sure that you installed open SSH server. If you don't have it go [[How_to_forge_a_local_file_system_server_with_IGEP0020_boardHow to forge a local file system server with IGEP0020 board#Installing_Open_SSH_Server |here]].
By default, UART0 is used by RS485 driver, we need to disable RS485 support, go to edit igep.ini file and search line: <br>
<pre>board.ei485= yes
</pre>
Maybe you don't fond found this line, replace replaced by or type this: <br>
<pre>board.ei485= no
</pre>
By default, UART3 is used by Kernel serial console, we need to disable it, go to igep.ini file and , comment next line: <br>
<pre>console=ttyS2,115200n8</pre>
4,199
edits