remotoproc driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

remotoproc driver

1,103 Views
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 Kudos
4 Replies

1,095 Views
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 Kudos

1,093 Views
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 Kudos

1,041 Views
timbrugman
Contributor I

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

&rpmsg{
  status = "disabled";
};

0 Kudos

1,033 Views
utopia61
Contributor II

Thank you. I tried

0 Kudos