Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to run a deployed program on BeagleBoard Hardware (Ubuntu)
조회 수: 1 (최근 30일)
이전 댓글 표시
So I have successfully deployed a Simulink model to my BeageBoardxm that incorporates Computer vision aspects including the use of a camera. I just wanted to find out how to call the program on the Ubuntu operating system provided by the BeagleBoard. I don't know where Simulink 'saves' the model and its format/reference.
The purpose of my project is to run a stand alone program on the BeagleBoard therefore being able to call the program once deployed is essential.
댓글 수: 0
답변 (1개)
Manish M
2019년 6월 27일
Hi Pierre
Simulink generates a .elf file and stores it in the target's ~/ directory. So you can just create an SSH Connection to the target and then 'cd ~' and run your file using './<models_name>'
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!