2020-09-09 03:33 AM
2020-09-14 08:24 AM
Hi @YZHU.1
Yes PTP is supported.
A first clue : on linux side, you can activate the clock on the device tree:
clock-names = "stmmaceth", "ptp_ref";
Maybe further help reading wiki :
https://wiki.st.com/stm32mpu/wiki/Ethernet_overview
Hope it help
Olivier
2020-09-15 01:25 AM
Hi @Oliver ,
It good to get your reply! we will try to activate the PTP clock as you have instructed.
We have browsed site you recommend ( wiki/ethernet_overview) and still hard to find the detailed information about how to implement PTP in STOPENLINUX.
We are now using new stm32mp1 kernel v5.4(en.FLASH-stm32mp1-openstlinux-5-4-dunfell-mp1-20-06-24)running on stm32mp157c DK2.
LinuxPTP has been installed and ptp4l is working fine.
We noticed there were some instructions(by AntonioST)about PTP on Kernel version 4.19 one year ago, are they still apply to kernel v5.4?
Is it necessary and how do I send message to device "/sys/class/ptp/ptp0/period" to activate the PPS signal ?