Difference between revisions of "How to use UARTs"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 1: Line 1:
 
= Overview  =
 
= Overview  =
  
This How-To is meant to be a starting point for people to learn use UART for IGEP v2 devices as quickly and easily as possible. In this how-to, we use a program twice times in separated progres, its functions is pass a integer increase it and send the result via UART, the progres will be like ping pong . This program was tested in [http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headless-tar-20101108-2.tar.gz Linaro Headless] with [[Linux Kernel 2.6.35.y|Kernel 2.6.35.y]].
+
This How-To is meant to be a starting point for people to learn use UART for IGEP v2 devices as quickly and easily as possible. In this how-to, we use a program twice times in separated progres, its functions is pass a integer increase it and send the result via UART, the progres will be like ping pong . This program was tested in [http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headless-tar-20101108-2.tar.gz Linaro Headless] with [[Linux Kernel 2.6.35.y|Kernel 2.6.35.y]].  
  
 
= Feedback and Contributing  =
 
= Feedback and Contributing  =
Line 7: Line 7:
 
At any point, if you see a mistake you can contribute to this How-To.  
 
At any point, if you see a mistake you can contribute to this How-To.  
  
= Preparing IGEP <br> =
+
= Preparing IGEP <br> =
  
 +
'''Under Construction'''
  
 
+
[[Category:Communications]] [[Category:Work_in_progress]]  [[Category:How_to_forge]]
 
 
 
 
'''Under Construction'''
 
 
 
[[Category:Communications]] [[Category:Work_in_progress]]
 

Revision as of 16:27, 18 January 2012

Overview

This How-To is meant to be a starting point for people to learn use UART for IGEP v2 devices as quickly and easily as possible. In this how-to, we use a program twice times in separated progres, its functions is pass a integer increase it and send the result via UART, the progres will be like ping pong . This program was tested in Linaro Headless with Kernel 2.6.35.y.

Feedback and Contributing

At any point, if you see a mistake you can contribute to this How-To.

Preparing IGEP

Under Construction