remotoproc driver

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

remotoproc driver

3,378 次查看
utopia61
Contributor II

Hello all!

I'm suing IMX8MPlus, the linux kernel is 5.4, now i wan to use the remoteproc driver to boot M7 from linux,What should I do? 

I tried to modify the device tree, but encountered some problems:

root@verdin-imx8mp-06965600:~# dmesg | grep rproc
[ 1.682743] remoteproc remoteproc0: releasing imx-rproc
[ 2.458897] remoteproc remoteproc0: releasing imx-rproc
[ 2.464181] imx-rproc: probe of imx8mp-cm7 failed with error -16

0 项奖励
回复
4 回复数

3,370 次查看
igorpadykov
NXP Employee
NXP Employee

Hi

 

remoteproc is general linux utility, usage can be found for example on

https://variwiki.com/index.php?title=MCUXpresso#Running_a_demo_from_Linux

 

Best regards
igor

0 项奖励
回复

3,368 次查看
utopia61
Contributor II

HI!

THe question now is imx-rproc driver can not load? How do I modify device tree and imx-rproc driver?

Thanks!

Best regards

0 项奖励
回复

3,316 次查看
timbrugman
Contributor I

Did you perhaps enable 'rpmsg' in device-tree? You can try without it.

&rpmsg{
  status = "disabled";
};

0 项奖励
回复

3,308 次查看
utopia61
Contributor II

Thank you. I tried

0 项奖励
回复