How to stop a simulink model on a standalone raspberry pi?
9 次查看(过去 30 天)
显示 更早的评论
I am using Matlab 2017a version to develop an application on raspberry pi. The model is developed and deployed to the raspberry pi board. The raspberry should work as a standalone application. To run the model, I am using the command "sudo ./<Name of the model>.elf". How can I stop this model from the raspberry pi terminal. Ctrl+C works sometimes but the model does not stop all the time. Please suggest how to stop the running standalone simulink models.
0 个评论
采纳的回答
Von Duesenberg
2018-2-15
编辑:Walter Roberson
2018-2-16
In a terminal window, type top to see the running processes and look at the PID column for the number corresponding to your standalone model. Then exit top by pressing q, and type sudo kill <PID> (<PID> should be replaced by your own PID).
2 个评论
irfan ullah
2019-8-6
Hello Abhishek Kekud,
We are trying to do the same but have not found a solution. So if you have finally got one, can you please share it with us.
Kind regards,
Irfan
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Raspberry Pi Hardware 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!