Hi,
I'm trying to run u-boot on the custom board i received. It's based on the am335x EVM. When trying to boot i get the following error message:
U-Boot SPL 2013.01.01 (Oct 22 2013 - 10:50:35)
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
I2C read: I/O error
Could not read the EEPROM; something fundamentally wrong on the I2C bus.
I2C read: I/O error
Could not read the EEPROM; something fundamentally wrong on the I2C bus.
### ERROR ### Please RESET the board ###
My boss told me the board doesn't have an EEPROM and i should disable it in the u-boot code.
In the file <u-boot>/boartd/ti/am335x/board.c I tried commenting out the read_eeprom function but the problem still persists.
Is there something else i should be doing to disable the EEPROM in the u-boot code?
Thanks in advance