Hi,
I have got a second IOCC card and have learned that by default it has the same MAC address as the first one - 00:0A:35:00:22:01.
This board has an I2C controlled EEPROM for storing the MAC address, but I couldn't find any instructions for how to change it.
The docs say that the I2C address is 0xA2, but I don't think that this I2C is mapped to one of the I2C devices in Petalinux.
Here is the result for I2C-detect:
i2cdetect -l
i2c-1 i2c Xilinx DP AUX I2C adapter
i2c-0 i2c Cadence I2C at ff030000 I2C adapter
I was told that 0xA2 should be represents as 0x51 because in I2C the leftmost bit is part of the protocol. When I try for each of the above interfaces, I'm getting errors:
i2cget -y -f 0 0x51
i2cget: read failed: No such device or address
i2cget -y -f 1 0x51
i2cget: read failed: Connection timed out
Can anyone please suggest a way for modifying the MAC address?