This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于am3359 linux下系统时间跳变的问题

Other Parts Discussed in Thread: AM3359

最近在am3359下 跑linux 系统 发现设置好系统时间以后 跑一段时间大约24个小时左右,系统时间就开始跳变 总是在一个地方循环往复具体如下:

root@ap_control:~# date +%s
1415649163
root@ap_control:~# date +%s
1415649167
root@ap_control:~# date +%s
1415649173
root@ap_control:~# date +%s
1415649177
root@ap_control:~# date +%s
1415649182
root@ap_control:~# date +%s
1415649004
root@ap_control:~# date +%s
1415649029
root@ap_control:~# date +%s
1415649066
root@ap_control:~# date +%s
1415649068
root@ap_control:~# date +%s
1415649070

时间如下:

root@ap_control:~# date
Mon Nov 10 19:52:30 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:33 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:34 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:35 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:35 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:36 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:37 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:38 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:39 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:40 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:41 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:52:48 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:51:10 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:51:24 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:51:27 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:53:00 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:53:02 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:50:05 UTC 2014
root@ap_control:~# date
Mon Nov 10 19:50:08 UTC 2014

请各位指导