We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
See https://groups.google.com/forum/#!topic/linux-sunxi/B5oTpKJ0cao
Sorry, something went wrong.
No branches or pull requests
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:
However I can't seem to access it via the i2c command in U-Boot:
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!
The text was updated successfully, but these errors were encountered: