This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Custom Am335x board, OpenEmbedded config to remove i2c

Other Parts Discussed in Thread: TPS650250

Hello,

We've developed a custom board based on the beaglebone, except that we're using the TPS650250 PMIC, which doesn't have an I2C communication back to the AM335x.

We're just getting uboot and the kernel up, and are seeing i2c related errors, which seems to make sense - there's nothing on the I2C bus to communicate to. For example:

[ 1.156441] omap_i2c omap_i2c.1: controller timed out
[ 2.176277] omap_i2c omap_i2c.1: controller timed out
[ 3.216425] omap_i2c omap_i2c.1: controller timed out
[ 4.256276] omap_i2c omap_i2c.1: controller timed out

I'm thinking I need to probably change the config for uboot and the kernel (from the stock beaglebone one), and am in the process of figuring out what to change and how to do it.


Anyone already been down this path? Any pointers in the right direction would be greatly appreciated.

Thanks,

Morgan

morgan@mojolabs.net