This is an old revision of the document!
Table of Contents
WEATHER-BOARD on ODROID-C
Settings I2C
Add I2C module
sudo modprobe aml_i2c ls /dev/i2c-*
/dev/i2c-1 /dev/i2c-2 /dev/i2c-3 /dev/i2c-4
To always load the kernel module on boot up, run the following command.
echo "aml_i2c" | sudo tee -a /etc/modules