How to implement gPTP on ls1028ardb

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to implement gPTP on ls1028ardb

1,247 次查看
HingWong
Contributor III

I want to implement gPTP function on LS1028ARDB, I use flexbuild_lsdk_2108 to generate the image file, which does not have linuxptp, how should I install linuxptp on LS1028ARDB? Or, is there any other way to implement gPTP functionality?

0 项奖励
回复
3 回复数

1,219 次查看
yipingwang
NXP TechSupport
NXP TechSupport

If linuxptp has not been installed in ubuntu, install it on the target board as the following. And make sure stop and disable the default ptp4l service which may be using wrong configuration.
# apt update
# apt install linuxptp
# systemctl stop ptp4l.service
# systemctl disable ptp4l.service

0 项奖励
回复

1,193 次查看
HingWong
Contributor III
Thank you for your reply! Does LS1028RDB need to connect to the Internet? It seems that apt install linuxptp is not available in tinydistro.
0 项奖励
回复

1,168 次查看
yipingwang
NXP TechSupport
NXP TechSupport

LS1028RDB needs to connect to the Internet.

Please use Ubuntu main rootfs.

0 项奖励
回复