Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to run a deployed program on BeagleBoard Hardware (Ubuntu)

1 visualización (últimos 30 días)
Pierre Madziakapita
Pierre Madziakapita el 17 de En. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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.

Respuestas (1)

Manish M
Manish M el 27 de Jun. de 2019
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>'

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by