After you have used the deployment generator, you will get a single folder for each execution unit as well as each unit's synthesis code (system.h, system.c) and supplementary files (e.g. Makefile).
<br><br>
...
...
@@ -58,6 +46,15 @@ After you have used the deployment generator, you will get a single folder for e
<br><br>
Please take care to manually delete your code-directories in the Storage-Perspective before you generate code for another project. Otherwise the new code files will simply be added to the existing ones.
<br><br>
To compile a model of the RaspberryPi platform architecture simply copy the generated code to the target hardware and run <code>./configure && make</code>. To launch the model run the resulting executable in the <code>build</code> directory.
<br><br>
To run the model the <code>libaf3pihal</code> and <code>libconf</code> libraries have to be installed.
Depending on the deployed Sensors and Actuators some additional libraries have to be installed on the hardware as well.