Ihow to create more than one rpmsg instanses between linux/A53 and freeRTOC/M4 on i.mx8mq?

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

Ihow to create more than one rpmsg instanses between linux/A53 and freeRTOC/M4 on i.mx8mq?

1,186 次查看
wenfu
Contributor III

In the nxp SDK we got imx_rpmsg_tty.c and rpmsg_lite_str_echo_rtos example for running 1 rpmsg instance between linux/A53 and freeRTOC/M4. But in our application scenario 2 or more than 2 vitual tty devices would be better.  Now how can we make 2 rpmsg instances? 

0 项奖励
回复
1 回复

1,153 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

You may use the SDK examples as a base for this, you may need to create the endpoint for each virtual tty using rpmsg_lite_create_ept

You'll find the api documentation at:
SDK_2.8.0_EVK-MIMX8MQ/middleware/multicore/rpmsg_lite/doc/group__rpmsg__lite.html

Best regards,
Aldo.

0 项奖励
回复