Difference between revisions of "RTC"
From ArmadeusWiki
(→Hardware) |
(→Configuration) |
||
Line 6: | Line 6: | ||
== Configuration == | == Configuration == | ||
+ | |||
+ | |||
First be sure to have the RTC/DS1374 Linux driver activated: | First be sure to have the RTC/DS1374 Linux driver activated: | ||
$ make linux-menuconfig | $ make linux-menuconfig |
Revision as of 19:36, 28 January 2007
On this page, you will find usefull informations to use an external DS1374 Real Time Clock.
Contents
[hide]Hardware
No permanent RTC is present on the APF9328 but it is not so complex to add a DS1374 (with quartz integrated) on the I2C bus. Do not forget to provide the power-supply.
Configuration
First be sure to have the RTC/DS1374 Linux driver activated:
$ make linux-menuconfig $ make
Installation
Usage
Load the module:
# insmod /lib/modules/kernel/pwm/pwm.ko
...........