- MATLAB Coder (to generate C or C++ code from MATLAB code);
- Simulink Coder (to generate C or C++ code from Simulink models);
- HDL Coder (to generate VHDL or FPGA code for programmable chips), probably from Simulink models;
- Simulink with appropriate Hardware Support package and "Generate Code for Target" for one of the hardware systems known to Simulink, such as Raspberry Pi, or TI C2000 series
- Simulink Real-Time, to generate images for PC compatible systems using a real-time kernel
How to convert Matlab code to .bin file extension for creating a new operating system ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I've dome some simulations for new protocol. Now i want to test this in real networks. The scope of this project is to build the Internetworking Operating System ( IOS) for new developed protocol. The output of this project is the file with extension .bin so that the IOS can be run on any router. Also, this file should be programmed in the flash and ROM memories of the router. I've also studied about cisco IOS. How to start for this implementation ? If there is another platform for this ?
0 comentarios
Respuestas (1)
Walter Roberson
el 2 de Dic. de 2017
You would use one of the following:
0 comentarios
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!