How to implement gPTP on ls1028ardb

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to implement gPTP on ls1028ardb

1,253件の閲覧回数
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,225件の閲覧回数
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,199件の閲覧回数
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,174件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

LS1028RDB needs to connect to the Internet.

Please use Ubuntu main rootfs.

0 件の賞賛
返信