i2c detect problem

hi all,

I am getting the fiollowing thing as output .please tell me how to sort out this

root@beaglebone:~# i2cdetect
-sh: /usr/local/sbin/i2cdetect: cannot execute binary

i2cdetect is not in the path. try ./i2cdetect from the folder where i2cdetect binary is stored.
Another problem may be i2cdetect is not having executable attribute (highly unlikely that it will be so).

One more thing is i2cdetect will need some parameters like which bus etc. Read the documentation?

Dear gopal

thankyou i am using ur suggestions.i will mail the details if it sorted out