I am trying to get a Raspberry Pi 3 Relais Board up and running. The board connects via i2c and i really searched the whole forum and tried everything from Fleet Configuration (dtoverlay=i2c1=on, etc.) to reload the kernel modules in the Dockerfile (modprobe i2c-dev).
Nothing works
We use a RPi3 with the resin/raspberrypi3:latest image.
As a sidenote, you can also use the remote configuration settings to set such variables, that is setting RESIN_HOST_CONFIG_variable to value to have a variable=value set in your config.txt. Here it would be:
RESIN_HOST_CONFIG_dtparam
set to
i2c_arm=on
and have to add these on Device Configuration or Fleet Configuration tab. (though a current limitation that only one variable of the same name can be added through the remote configuration, ie. not multiple dtparam, even though the config.txt can have multiple lines like that. We are working on improving this. But might be still useful for you as it is now.)