Not able to read slave address (lidar v3) on jetson tx1 i2c master buses

I am trying to connect TX1 to lidar lite v3, but Tx1 bus is not detecting lidar lite address (0X62).
I have followed this article for HW connections.

All the connections seems to be fine. I have checked them many times.

On software side I installed i2c library using this command.

sudo apt-get install libi2c-dev i2c-tools

But I am not able detect the lidar address on jetson tx1 i2c buses.

I used $ sudo i2cdetect -y -r 1 (I tried from 0 to 5 bus).

can anyone help?

Thanx in advance.

Hi, can you see the address of other devices on this bus? If so, the connections might be wrong, if not, the bus might be held by lidar lite.