Hello all,
I build ucLinux for MCF5329 eval board, and am using ISL1208 chip as its RTC 
source.   Every thing is built OK, and the board is running OK.  I verified 
that there is a rtc under /dev:
/dev/rtc major = 10, minor = 135.
When I tried to open the device with open call:
===============================
fd = open ("/dev/rtc", O_RDONLY);
if (fd ==  -1) 
{ 
    perror("/dev/rtc");
     exit(errno); 
}
===============================
I always get the error:
/dev/rtc: No such device
Does anybody know what is wrong, or how can I find out what is wrong with the 
RTC driver?
Thanks.


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to