Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use I2C

100 bytes added, 12:14, 22 August 2012
m
no edit summary
Compile program using IGEP SDK:
<pre>arm-poky-linux-gnueabi-gcc parse-edid-beta3.c -o parse-edid-beta3</pre>
Export binary to IGEP using scp:
<pre>scp parse-edid-beta3 root@<IGEP IP address>:/home/root </pre>
Run program as root. Pass the i2c number that you want to parse:
<pre>./parse-edid-beta3 -d 2</pre>
4,199
edits