NTP client for redpitaya

强颜欢笑 提交于 2019-12-08 11:20:06

问题


The clock is set at 1 January 1970 0:00:42 PM UTC on each redpitaya reboot, and I can change it with the command example: date-s 2014.03.09-08:30

Is it possible to set up a NTP client on redpitaya?


回答1:


In release 0.90, the root filesystem of Red Pitaya Linux OS is staged - a modified ramdisk from Xilinx Linux 14.6 release.

As part of the latest Red Pitaya developments on GitHub, this filesystem/ramdisk is built from sources using buildroot which is configurable via Red Pitaya buildroot configuration file where several additions, including the NTP client, can be added.

In addition to this, the "connman" network connection manager has been added, primarily for Ethernet hotplug functionality, but it has an NTP client integrated and functional, provided your DHCP server replies with a timeserver option (option 42 as specified in RFC 2132). You can get the latest builds with "connman" included here.



来源:https://stackoverflow.com/questions/22280263/ntp-client-for-redpitaya

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!