rock rv1126buildroot增加ntp过程

简介: rock rv1126buildroot增加ntp过程

1 在buildroot中添加

切换到rv1126_rv1109_20210616/buildroot/output/rockchip_rv1126_rv1109$

make ntp-reconfigure
make ntp-rebuild

这里就会把ntpd 安装到target 文件系统里面

然后再上层路径使用build.sh 生产update.img 重新将这个写入到板子上

开启系统后

修改配置文件/etc/ntp.conf


         

修改时区为上海

cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

手动启动

ntpd -g

在ntp服务端 使用抓包查看

tcpdump port 123 -vvv

问题解决

更新时间宽度过大时只允许修改一次

这个是ntpd -g 这个参数指定的 原文是

ntpd - NTP daemon program - Ver. 4.2.8p10
Usage:  ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
    [ <server1> ... <serverN> ]
  Flg Arg Option-Name    Description
   -4 no  ipv4           Force IPv4 DNS name resolution
        - prohibits the option 'ipv6'
   -6 no  ipv6           Force IPv6 DNS name resolution
        - prohibits the option 'ipv4'
   -a no  authreq        Require crypto authentication
        - prohibits the option 'authnoreq'
   -A no  authnoreq      Do not require crypto authentication
        - prohibits the option 'authreq'
   -b no  bcastsync      Allow us to sync to broadcast servers
   -c Str configfile     configuration file name
   -d no  debug-level    Increase debug verbosity level
        - may appear multiple times
   -D Num set-debug-level Set the debug verbosity level
        - may appear multiple times
   -f Str driftfile      frequency drift file name
   -g no  panicgate      Allow the first adjustment to be Big
        - may appear multiple times
   -G no  force-step-once Step any initial offset correction.
   -i --- jaildir        built without --enable-clockctl or --enable-linuxcaps or --enable-solarisprivs
   -I Str interface      Listen on an interface name or address
        - may appear multiple times
   -k Str keyfile        path to symmetric keys
   -l Str logfile        path to the log file
   -L no  novirtualips   Do not listen to virtual interfaces
   -n no  nofork         Do not fork
        - prohibits the option 'wait-sync'
   -N no  nice           Run at high priority
   -p Str pidfile        path to the PID file
   -P Num priority       Process priority
   -q no  quit           Set the time and quit
        - prohibits these options:
        saveconfigquit
        wait-sync
   -r Str propagationdelay Broadcast/propagation delay
      Str saveconfigquit Save parsed configuration and quit
        - prohibits these options:
        quit
        wait-sync
   -s Str statsdir       Statistics file location
   -t Str trustedkey     Trusted key number
        - may appear multiple times
   -u --- user           built without --enable-clockctl or --enable-linuxcaps or --enable-solarisprivs
   -U Num updateinterval interval in seconds between scans for new or dropped interfaces
      Str var            make ARG an ntp variable (RW)
        - may appear multiple times
      Str dvar           make ARG an ntp variable (RW|DEF)
        - may appear multiple times
   -w Num wait-sync      Seconds to wait for first clock sync
        - prohibits these options:
        nofork
        quit
        saveconfigquit
   -x no  slew           Slew up to 600 seconds
   -m no  mdns           Register with mDNS as a NTP server
      opt version        output version information and exit
   -? no  help           display extended usage information and exit
   -! no  more-help      extended usage information passed thru pager
Options are specified by doubled hyphens and their name or by a single
hyphen and the flag character.
The following option preset mechanisms are supported:
 - examining environment variables named NTPD_*
Please send bug reports to:  <http://bugs.ntp.org, bugs@ntp.org>

在 /etc/init.d/S49ntp 这个可执行文件

/etc/init.d/S49ntp stop
/etc/init.d/S49ntp start

即可在不关机重启的状态下更新系统时间

2 手动将可执行文件拷贝进去

在别得地方交叉编译好的可执行文件ntpd

S49ntp启动文件

分别拷贝到

  • /usr/sbin/ntpd
  • /ec/init.d/S49ntp
目录
相关文章
|
Linux
Linux(5)WIFI/BT调试笔记
Linux(5)WIFI/BT调试笔记
1207 0
【QT】读写.ini配置文件的程序实现
【QT】读写.ini配置文件的程序实现
276 0
|
芯片 存储 C语言
STM32F103标准外设库——固件库 (三)
STM32F103标准外设库——固件库 (三)
1217 0
STM32F103标准外设库——固件库 (三)
|
存储 监控 安全
服务器安全:构建数字时代的坚固堡垒
在数字化时代,服务器安全至关重要,它直接影响企业业务连续性和客户数据保护。服务器遭受攻击或数据泄露将给企业带来巨大损失。服务器面临网络攻击、恶意软件、内部与物理威胁。关键防护措施包括严格访问控制、数据加密与备份、安全审计与监控、部署防火墙和入侵检测系统、及时安全更新及物理安全防护。最佳实践涵盖制定全面安全策略、采用先进技术、员工培训、定期安全评估与测试及建立应急响应团队。通过这些措施,企业能构建坚实的服务器安全防护体系。
884 55
|
存储 传感器 编解码
STM32外设系列—BH1750
本文详细介绍了BH1750的特点,原理图,IIC通信协议。给出了BH1750程序设计,能够实时获取周围环境光照强度。最后,给出了两种拓展应用,并说明了实现思路。
2136 0
STM32外设系列—BH1750
|
机器学习/深度学习 人工智能 算法
神经网络自适应PID控制及其应用
神经网络自适应PID控制及其应用
3402 0
神经网络自适应PID控制及其应用
|
存储 编解码 PyTorch
Transformers 4.37 中文文档(六十六)(1)
Transformers 4.37 中文文档(六十六)
239 0
|
JSON Java 数据格式
使用JSONObject解析与生成JSON数据
使用JSONObject解析与生成JSON数据
|
Ubuntu Java Linux
Ubuntu20.04下载jdk遇到各种奇怪问题大集,Linux如何将默认的OpenJDK切换成自己安装的JDK版本(以JDK1.8为例),无需卸载原有OpenJDK,Some packages co
Ubuntu20.04下载jdk遇到各种奇怪问题大集,Linux如何将默认的OpenJDK切换成自己安装的JDK版本(以JDK1.8为例),无需卸载原有OpenJDK,Some packages co