Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2C Issue #59

Open
croemmich opened this issue Mar 27, 2014 · 1 comment
Open

I2C Issue #59

croemmich opened this issue Mar 27, 2014 · 1 comment

Comments

@croemmich
Copy link

I'm having issues reading the EEPROM chip via I2C on a Olimex A10-OLinuXino-LIME.

After some trial and error, I was able to access the EEPROM like this in linux:

# i2cget 1 0x50 0x0
# i2cget 1 0x50 0x0
  => 0x11

However I can't seem to access it via the i2c command in U-Boot:

# i2c md 0 0x50 0x0
Error reading the chip.
# i2c md 1 0x50 0x0
Error reading the chip.

Looking at the source, i2c probe was never implemented in the driver, so I can't see anything there either.

Unfortunately I'm not well versed in C and this is my first attempt in to embedded systems, so I'm still not completely sure what I'm doing...

Is this a bug or can someone point me in the right direction? Thanks!

@net147
Copy link
Contributor

net147 commented May 16, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants