Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use I2C

214 bytes added, 18:12, 16 January 2012
no edit summary
It's important than i2c-3 is enable, because it connect by default to DVI-D.
= Compile and Run<br> =
Download '''(upload source code)''' and extract it.  There are a some interesting things that it interesting know, open source program: <pre>//1==enabled 0==disable#define FORCE 1 //Address DVI Standard: 0x50#define ADDRESS 0x50</pre> Compile program using your Cross Compiler, i used arm-linux-gnueabi-:
<pre>arm-linux-gnueabi-gcc parse-edid-beta2.c -o parse-edid-beta2</pre>
Make sure that i2c.dev.h has the same path as parse-edid-beta2.c. <br> Run program as root. <br>  <br>  <br>
NOTE: This program is a beta version, it decodes E-EDID Standard Release A, Revision 1 using i2c-dev driver. There are some functionalitise that are not implemented (see code comments) and other new ones that appear in other revisions. Besides it only parse the first EDID 128 bytes. (put this in overview)not pretends educational purpouse.<br> Run program as root. <br>
= Results =
4,199
edits