Okay, so it seems that by default i2c interface is on, on the latest build. you do: i2cdetect -y 0 find the connected external device (not forgetting to do pull up with 10k resistors of the nanopi's SCL/SDA lines). then you can use the following command to write a double byte: i2cset -y 0x30 0x0B 0x...