Why do incremental builds fail for some Embedded Coder support packages?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 5 Feb. 2016
Beantwortet: MathWorks Support Team
am 5 Feb. 2016
Why do incremental builds sometimes fail with models configured for the following Embedded Coder Support Packages?
1) ARM Cortex-A
2) Xilinx Zynq FPGA boards (ZC706, ZC702, Zynq)
3) BeagleBone Black
4) Raspberry Pi
Akzeptierte Antwort
MathWorks Support Team
am 5 Feb. 2016
The following is an example of how this issue can appear:
When using the BeagleBone Black support package with a model containing a Pulse Generator block, let us say initially that the sample time of the Pulse Generator block is set to 0.1 seconds. In this model, the LED turns on and off with a period of 1 seconds. Then, we compile and run the model on the BeagleBone Black. The LED period seems fine. Now, let us change the sample time of the Pulse Generator to 1 second. In this case, the LED blink period should be 10 seconds. However, when the generated executable is deployed to the BeagleBone Black, the LED blink period does not change.
Workarounds:
1) Delete the code generation directory and try building the model again.
2) Install the latest version of the support packages.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!