autostart of script in beaglebone black or raspberry Pi
4 ビュー (過去 30 日間)
古いコメントを表示
Hi all, I hope you are doing very well. anyway, I want to know is there any method can be used to make a certain simulink file or m file to run when the BB black or RPi starts without need of matlab (standalone like arduino)?
Regards
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 7 月 8 日
3 件のコメント
Walter Roberson
2016 年 7 月 8 日
It looks to me as if it should be pretty much the same. Simulink is going to generate the model into much the same place, and you can copy the model to the board and start it automatically with your crontab or with your system's boot initialization sequence. (Boot initialization sequences are not the same on all Linux so I would have to research exactly how that board handles boots.)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!