I2C on HA OS / BME680 Sensor

Hi

I try to enable the i2c bus on a fresh home-assistant-operating-system (docker), the goal is to connect a BME680 sensor.

I tried the steps on hassio-documentation.

When I import from USB it seams to load the files from USB, but HA or Docker or Pi don’t restart?

20-04-10 08:22:36 INFO (MainThread) [supervisor.hassos] Syncing configuration from USB with HassOS.
20-04-10 08:22:36 INFO (MainThread) [supervisor.host.services] Restart local service hassos-config.service
20-04-10 08:22:36 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.systemd1.Manager.RestartUnit on /org/freedesktop/systemd1

When I restart manually, nothing changes, sensor is not detected and hardware info shows no input.

    serial:
        /dev/ttyAMA0
    input:
    disk:
        /dev/mmcblk0p7
        /dev/mmcblk0p4
        /dev/mmcblk0p8
        /dev/mmcblk0
        /dev/mmcblk0p5
        /dev/mmcblk0p3
        /dev/mmcblk0p2
        /dev/mmcblk0p1
        /dev/mmcblk0p6
    gpio:
        gpiochip0
        gpiochip504
        gpiochip100
    audio:
        0:
            name: bcm2835_alsa - bcm2835 ALSA
            type: ALSA
            devices:
                [object Object]
                [object Object]
                [object Object]

Someone know what i am doing wrong? Thanks.

Follow steps available here: https://community.home-assistant.io/t/i2c-not-working-on-the-pi4/