Can I switch the beagleboard / pandaboard firmwares?

조회 수: 2 (최근 30일)
Bharath Lohray
Bharath Lohray 2012년 11월 2일
Is the firmware that gets downloaded with the targetinstaller any different from the stock linux arm image? (armel / armhf)
Can I download newer images and get simulink control my boards?
  댓글 수: 6
Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer 2013년 2월 12일
Mark, what do you mean by the update function? Are you talking about External mode, which lets you use the model on your host computer to update parameter values in the executable running on the BeagleBoard hardware?
Mark
Mark 2013년 2월 28일
Rolfe, I created a test model called "beagleboardTest" and this is the function that does not get called:
/* Model update function */
void beagleboardTest_update(void)
{...}
The model is a simple model with a sine wave generator block feeding to a UDP block.
-Mark

댓글을 달려면 로그인하십시오.

채택된 답변

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer 2013년 2월 12일
Hi Bharath. Thanks for asking. To answer your questions:
Q: Is the firmware that gets downloaded with the targetinstaller any different from the stock linux arm image? (armel / armhf)
A: Yes. The firmware update includes customizations that are required for some features in the support package.
Q: Can I download newer images and get simulink control my boards?
A: This approach is not tested/supported by MathWorks. If you try it and have issues, your only resource would be other members of the community.
It looks like Mark had success compiling and running a binary on a newer image, but ran into an issue with "the update function".

추가 답변 (0개)

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by