Hi all,
does anybody know if it's possible to store a simulink model, i.e. the generated c-code and bitstream (for the fpga), on the zedboard? I want the zedboard to boot and execute a model in external mode without simulink.
Regards, w3rt3
Hi all,
does anybody know if it's possible to store a simulink model, i.e. the generated c-code and bitstream (for the fpga), on the zedboard? I want the zedboard to boot and execute a model in external mode without simulink.
Regards, w3rt3
Thanks for your answer DSP_1!
My algorithm and Simulink model work fine in external model, i even can disconnect Matlab from the ZedBoard and the programm is still running perfectly. To build this standalone application i used:
setenv('XILINX_ARM_CROSS_COMPILE','C:\Xilinx\SDK\2014.4\gnu\arm\nt\bin');
zynq('Linux','128.130.200.181','root','root','/home/root');
The problem is the following. When I restart the ZedBoard, my application is gone and I have to program the board with simulink again. I want the application to run automatically after the ZedBoard finished booting.