How to execute the Simulink model from Raspberry Pi?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have built a Simulink model consisting of three blocks (Pulse generator + Data Type Conversion + GPIO Write) to flash a LED.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157121/image.png)
I loaded it onto the board, and the model ran normally from the computer in both normal and external modes. The LED was flashing.
The Simulink model is converted into an executable that runs on the Raspberry Pi board. Typically, the executable is saved in the `/home/pi/LED_Test_rtt/MW/LED_Test` directory. The name of the executable is the same as the Simulink model name.
and the LED was not flashing.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157123/image.png)
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!