How to convert Matlab code to .bin file extension for creating a new operating system ?

1 回表示 (過去 30 日間)
SHUAB KHAN
SHUAB KHAN 2017 年 12 月 2 日
回答済み: Walter Roberson 2017 年 12 月 2 日
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 ?

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 12 月 2 日
You would use one of the following:
  • 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

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by