I n t e r f a c e s & D e v i c e s
Compact flash interface
CC9P6360/9750
A driver for the internal Compact Flash (CF) card interface is included and enabled in the default kernel configuration.
A CF card can be mounted as follows
#lxmount cf
#ls
SD card interface
A SD card can be mounted as follows:
#lxmount sd
#ls
Real time clock (RTC)
A driver for the RTC, which is connected to the I2C interface, is included and enabled in the default kernel configuration.
The system time and date is automatically set to the values of the RTC when the kernel boots. This is done by calling /sbin/hwclock
How to set the initial system date and time
Initially, the RTC doesn’t have a correct time/date value, so establish the correct time/date on the Linux system using the date command. The parameters are given in the format MMDDhhmmYYYY (month,day,hour,minutes,year). For example, if the date is June, 3rd 2005, at 13:22 enter:
#date 060313222005
Fri Jun 3 13:22:00 UTC 2005
6 3