Develop standalone stateflow to run independently on Raspberry Pi
이전 댓글 표시
how do i develop stateflow in matlab on desktop for raspberry pi and make it run independently on raspberry pi ? meaning it will run the model after i power cycle the raspberry pi.
답변 (1개)
Walter Roberson
2023년 5월 5일
0 개 추천
But the thing I want to do is to make it run even after I power cycle Raspberry P
Anyone have a simple and easy solution to make it?
NO. The tools provided do not make it "simple and easy". The Raspberry Pi version of Linux does not provide any simple mechanism such as "just name the file standalone" -- Linux provided multiple mechanisms to execute programs at startup, some of which are described at the link I provided.
Is it possible to do? Yes. I provided a link that describes 5 different ways to do it.
Are there available tools that make it easier? There might be. Perhaps one of the tools listed at https://www.opensourceforu.com/2017/06/top-ides-raspberry-pi/ makes it easier, or maybe there are other tools available for the purpose. But you would have to track one down and install the appropriate parts on your desktop and on the Raspberry, and doing that is very likely to involve configuration file changes more complex than the ways described at the link I gave.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!