Control bme680 breakout sensor with Jetson Nano

I would like to ask how to control bme680 breakout sensor with Jetson Nano. Are there any coding samples? How about the wiring between the Nano and bme680?

You wire it up to i2c. SDA on the breakout to SDA on the Jetson (Data to Data), SCL to SCL, (clock to clock) etc.
There are Python examples here,

Your issue is likely to be installing the BME680 software, the Pimoroni installer will be looking for PiOS and likely error out when you run it on a Jetson.

Thank you very much for your help. I connect the Jetson Nano with the BME680 according to your suggestions. The python code works as well. Now, the temperature data can be read and displayed on the Terminal.