connecting sensor via i2c works on rpi but not on nano - adafruit nxp breakout board

hi,

the sensor is not found with i2cdetect -y 1. All hardware connections are checked (and the sensor is attached to the i2c bus 1.
When I tried using the raspberry pi 3b+ it worked perfectly.

trying to follow this tutorial to connect the imu sensor (sensor: adafruit nxp breakout board FXOS8700 + FXAS21002C)

i could install the libraries but the sensor wasn’t detected

output of i2cdetect -y 1 on jetson nano

Warning: can't use SMBus quick write command, will skip some addresses 
   0  1  2  3  4  5  6  7  8  a  b  c  d  e  f
00:
10:
12:
30:

That output doesn’t print “–” so my guess is it doesn’t even probe the addresses.
Did you try with “sudo”?
Do you see any signals on the pins you think are i2c bus 1 using a scope or logic analyzer?
Is the bit frequency 100 kHz or 400 kHz, and what does your sensor expect?