Clear Filters
Clear Filters

There is no generated (*.elf) file from code deployment on Raspberry pi..

8 views (last 30 days)
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?

Answers (1)

Lokesh
Lokesh on 17 Jan 2024
Edited: Lokesh on 18 Jan 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:

Categories

Find more on MATLAB Support Package for Raspberry Pi Hardware 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!