Hello, I am having a problem with raminit.c reading SPD data. When I use the smbus_read_byte function it is only returning a value of 0xFF.
smbus_read_byte(ctrl->channel0[i], 2)
No matter what SPD Byte I try I am just getting 0xFF. What could this be? Please help.
On another note I am finally getting console output on the i82830 chipset:-) Getting closer....
Thanks - Joe