autostart of script in beaglebone black or raspberry Pi
Show older comments
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
Answers (1)
Walter Roberson
on 8 Jul 2016
0 votes
3 Comments
Hussamaldean
on 8 Jul 2016
Walter Roberson
on 8 Jul 2016
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.)
Hussamaldean
on 9 Jul 2016
Categories
Find more on BeagleBone Black in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!