How can add a zigbee/thread module to IMX8Mq board.

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

How can add a zigbee/thread module to IMX8Mq board.

1,324件の閲覧回数
ysandeepkumar07
Contributor II

Hi,

I have having a mgm111a256v2 module, which is tobe integrated to our imx8m based custom board. According schematic spi will be used to interface with mgm111a256v2 module.

1. To implement this in DT, kernel, and application side what should be done. Can I have some reference which can help me to integrate it?

2. How can I test this implementation?

I appreciated your help. 

0 件の賞賛
返信
1 返信

1,144件の閲覧回数
diegoadrian
NXP Employee
NXP Employee

Hello,

To implement this in the DTB, the only changes that you could do is with the frequency of your SPI module and sometimes the SPI driver is disabled in the DTB, you may need to activate it also.

Regarding how to implement the zigbee communication, depends a lot on your end application. However, how you are implementing your communication through SPI, you will create the zigbee communication through SPI commands. Please see the below web-page, there is an example of how to use the Linux SPI driver.

http://linux-sunxi.org/SPIdev 

Best Regards,

Diego.

0 件の賞賛
返信