"Murat Belge" wrote in message <jqim27$bl6$
1...@newscl01ah.mathworks.com>...
> ... you should be able to get your algorithmic MATLAB code running on the BeagleBoard fairly easily using the Embedded MATLAB Function block.
Mural, thanks for pointing out this. I have tried to do this by following the instructions at
http://www.mathworks.co.uk/help/simulink/ug/create-and-run-an-application-on-beagleboard-hardware.html.
I build a simple model calculating a+b, After I "Select Tools > Run on Target Hardware > Run", it seems as usual I running model on host PC.
What I am not fully understand is one statement at the instruction web above: "This action ('Run on Target Hardware') automatically downloads and runs your model on the board." My understanding is, the model is runned by the Beagleboard, not the PC and, most importantly, the Beagleboard also returns the simulation results simultaneously back to the PC, so that we see the results in a scope at the PC.
If my understanding is right, the Beagleboard must communicate with the Simulink somehow via the TCP/IP link during the runing . Is the beagleboard treated in a similar way as a xPC target?
> Check out the downloadable BeagleBoard Support Package released as part of MATLAB and Simulink in R2012a.
I have got the R2012a and install the package. But I could not find any simulink demo files/models for Beagleboard.
It is greatly appreciated if anyone share a link of downloading the Parametric Audio Equalizer demo for beagleboard. for example, the model at
http://www.mathworks.gr/matlabcentral/fileexchange/35205-simulink-support-package-for-beagleboard-hardware/content/beagleboard/beagleboarddemos/html/publish_beagleboard_audioequalizer.html
Cheers,
Dan