This page details how to setup the RTC Odroid W on the Raspbian “wheezy” image from http://www.raspberrypi.org/downloads
sudo vi /etc/modprobe.d/raspi-blacklist.conf
Find the I2C line where the i2c is black listed
blacklist i2c-bcm2708
Comment it out by replacing it with the line below
#blacklist i2c-bcm2708
sudo vi /etc/modules
Add rtc-rc5t619 at the end of the file and save it.
echo rc5t619 0x32 > /sys/class/i2c-adapter/i2c-0/new_device hwclock -s
Save the file and reboot your Odroid W.
sudo reboot
If everything worked correctly the RTC Odroid W should be initialised on boot and the current date and time will be loaded into Linux.
sudo hwclock -r
If this is the first time you have run the RTC Odroid W it will display a date of July 17th 2014.
sudo date -s "17 JUL 2014 18:00:00"
You can check the current linux date with the command (date).
sudo hwclock -w
Verify the date has been saved onto the RTC Odroid W with:
sudo hwclock -r