Hello everyone!
I have Ubuntu Linux launched on my MiniITX board and I'd like to write/read to i2c-eeprom.
In board User Guide it is said that jumper JP12 switches i2c-master. But there are no markers defining which position is current: 1-2 or 2-3. So I tried both and nothing changes in
# i2cdetect -l
output. It always says:
i2c-0 i2c XILINX I2C at e0004000 I2C adapter
So as I understand, i2c master doesn't change. Is that o'k?
Also, I don't understand how to write to EEPROM through the i2c switch. I cannot find i2c addresses for the devices in documentation. As I understand, that EEPROM is empty and is not used by the system so there is no problem using it.
Thank you in advance.