Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP PARIS

316 bytes added, 12:19, 29 January 2013
m
no edit summary
}}
__TOC__
= Overview =
We will learn some basic tasks.
 
 
__TOC__
 
= What can I do =
You must logged in the board.
== How to use TFT and Touchscreen ==
[[Image:berlin_paris_screen_connectors.JPG|right|200px]] IGEP PARIS Expansion supports SEIKO 7” LCD screen. Use J200, J203 and J204 connectors to attach screen. See image for more details.
By default, Seiko screen is supported in IGEP PARIS. However open igep.ini, you can do this [[How_do_I_edit_my_kernel_command_line | checking following kernel cmdline parameter]]:
<pre>omapdss.def_disp=lcd-70</pre><br><br>
 
== How to use EEPROM ==
'''Basic''' IGEP PARIS Expansion includes a serial EEPROM, provides 1KB of user data storage. EEPROM is connected through I2C2 of OMAP3 processor at address 0x50. {{#lstThe following example writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 3:How to use EEPROM|paris}}'''Know more''' {{#lst:How to use EEPROM|know_more}} $ i2cset -f -y 3 0x51 0x10 0x22 $ i2cget -f -y 3 0x51 0x10 
''From [[How to use EEPROM]]''
== How to use serial console ==
Once you connect DV9 [[Image:Paris db9.jpg|right|200px]]Connect a DB9 cable between IGEP PARIS and Host PC. Open the serial on your PC using your preferred serial communications program (minicom) and configure the port as follows:
* 115200
== How to use SW101 button ==
IGEP PARIS has a button configure configured like GPIO. You can test it using the following program:<pre> $ evtest /dev/input/event0 </pre> 
Now press the button and see program traces.
{{Template:Navigation/IGEP Technology Guides/What can I do/Ending}} {{Table/IGEP Technology Devices|Tech_Family={{#lst:Template:Links|IGEP_PARIS_Tech_Family}}|Tech_ID={{#lst:Template:Links|IGEP_PARIS_Tech_ID}}|Name={{#lst:Template:Links|IGEP_PARIS_Name}}|Image={{#lst:Template:Links|IGEP_PARIS_Image}}|ISEE_MainPage={{#lst:Template:Links|IGEP_PARIS_ISEE_MainPage}}|ISEE_Hardware={{#lst:Template:Links|IGEP_PARIS_ISEE_Hardware}}}} 
[[Category:IGEP Technology Devices Guides]]
0
edits