Beagle Board XM U-Boot not detecting camera module using i2c cmd line utility

Hi All,

I am very new to U-Boot for Beagle Board XM.
I have Beagle Board XM with LI-5M03 Camera module from leopard.

Using Beagle board XM U-Boot, i would like to detct attached I2C
device.
U-Boot is having I2C command utility where it can the detect attached
I2C device on I2C bus as per my understanding.

Board is having Camera module attached on P10 Pin header. I have ran
the
following commands to detect the Camera module, but this utility not
able
to detect camere module.

1. i2c dev [i2c bus number] - set i2c bus number
2. i2c probe - detect attached device and return address of that
device

Can any one tell me, what can be reason? is there any hardware
problem?

I have gone throught the Beagle board XM schematic, where board is not
populated
with pull-ups resister on I2C2 bus. (R160 and R155) is this a reson,
board not able
detect i2c device?

Please, find the logs for more detail.