Changes

How to use EEPROM

145 bytes added, 12:05, 27 August 2012
m
no edit summary
= Overview =
<section begin=overview />
The IGEP expansion boards (except IGEP New York) provides an AT24C01B serial EEPROM memory which is connected to the OMAP via I2C (register 50).<br>
<section end=overview />
= Play with EEPROM memory =
<section begin=play />
Use i2c-tools to manage it:
<pre>i2cget &lt;bus&gt; &lt;chip&gt; &lt;register&gt;
<pre>i2cset -f -y 2 0x50 0x10 0x22
i2cget -f -y 2 0x50 0x10</pre>
<section end=play />
= Know more=
<section begin=know_more />
See also: i2dump(8), i2cget(8) and i2cset(8) man page
<section end=know_more />
4,199
edits