
There is no generated (*.elf) file from code deployment on Raspberry pi..
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to deploy matlab code on Raspberry pi. Code generation was copmleted successfully, but there is no output file (.elf) in the directory. In addition, how could i run the stand alone code in Raspberry pi?

0 comentarios
Respuestas (1)
Lokesh
el 17 de En. de 2024
Editada: Lokesh
el 18 de En. de 2024
Hello Ali,
I understand that you cannot find the output file(.elf) after code generation in the directory mentioned in code generation report.
Please look for the generated executable in the directory containing the source function for which you are generating the code.If you are unable to find the generated executable file after code generation, it is important to check that you have not selected the 'Generate code only' option during the code generation process. This option, when enabled, would result in MATLAB generating only the source code without compiling it into an executable file.(Refer to the attached figure)

After adjusting the settings, recompile your code and once the code generation is complete, verify the specified output directory for the executable file.
Please refer to following resource for insights on running the standalone code in Raspberry Pi:
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Support Package for Raspberry Pi Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!