I would like to read data from an i2c device through the PMOD (such as Digilent temp sens) and write to e/net. I've read the standard Linux OS distributed for the Zedboard has the TCP/IP functionality built in, so I think it's best to just try and use that OS but I need to add the i2c interface. I have a couple questions:
1) How might I add the i2c interface so it is accessible from Linux?
2) How do I actually read info from that device (do i2c devices have addresses for registers typically, and how to access them from Linux?)
3) How does the tcp/ip comms work on Linux? for instance, I think the standard IP address is 192.168.1.10 for the zedboard, but how to establish a connection with it from my PC to send and receive data?
Thanks!