Hello everyone, I have learned MPC8309 just for a week. In my project I need to set the UCC7 to HDLC mode. But I just find the driver of UCC-rs485 instead of HDLC in bsp kernel. Can anyone provide the driver of UCC-HDLC or some advises? Thanks!!!
解決済! 解決策の投稿を見る。
Have a great day,
Unfortunately there were several requests for the driver of UCC-HDLC but in vain. See for example
https://community.freescale.com/message/387298#387298
So Linux does not include a full-feature HDLC driver for UCC hardware. May be the next can help you
Freescale provides UCC HDLC driver for Netcomm software (it is OS agnostic) and tdm Linux driver in the MPC8309-KIT BSP. Please see details in https://community.freescale.com/message/409264#409264
Recommended Device tree elements for a UCC are specified in the kernel source
Documentation/powerpc/dts-bindings/fsl/cpm-qe/qe/ucc.txt
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Have a great day,
Unfortunately there were several requests for the driver of UCC-HDLC but in vain. See for example
https://community.freescale.com/message/387298#387298
So Linux does not include a full-feature HDLC driver for UCC hardware. May be the next can help you
Freescale provides UCC HDLC driver for Netcomm software (it is OS agnostic) and tdm Linux driver in the MPC8309-KIT BSP. Please see details in https://community.freescale.com/message/409264#409264
Recommended Device tree elements for a UCC are specified in the kernel source
Documentation/powerpc/dts-bindings/fsl/cpm-qe/qe/ucc.txt
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello, thanks for your reply! I have downloaded the NetComm_Software. But I find that it's an exe file. I have installed the software in my computer. How to achieve the driver of Linux? Thanks!!!