Hi,
I am working on an Olimex SAM9-L9260- Uses Linux 2.6.23 (debian) with u-boot(1.20) and at91 bootstrap loader
I am having considerable difficulty in trying to keep the time in synch with ntp servers-
I have proceeded as follows:
-
ntpdate 192.96.5.5 (do a crude adjustment to the time since the RTC does not work)
-
set up ntp daemon
-
Ran ntp daemon for 2 days to try and use ntp.drift- although I know this has a max of 500ppm
-
Still out by a long way (talking about 3 second/minute)
-
used tickadj 11000 (previous tick was 10000). This help quite a bit but still not perfect- this suggests to me that linux is getting the wrong crystal frequency from U-Boot or something along these lines- cat /proc/cpuinfo gives me no information on CPU clock
-
Tried to look at U-boot frequency by using bdinfo but this command does not appear to be available on my version of u-boot (1.20)
Any suggestion gratefully accepted