Can I switch the beagleboard / pandaboard firmwares?
2 次查看(过去 30 天)
显示 更早的评论
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
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
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
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 个评论
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!