diff options
author | Pragya Jha | 2018-06-18 16:18:39 +0530 |
---|---|---|
committer | GitHub | 2018-06-18 16:18:39 +0530 |
commit | 0fcec2ce13bffbcfb436cb2ab584f1bce90776a5 (patch) | |
tree | 0b7437bb3cc02f43a65616e967980ca47012c6f5 /README.md | |
parent | aba1dfcaee2d7a98333c1cbca8410af152f41409 (diff) | |
download | OpenModelicaEmbedded-0fcec2ce13bffbcfb436cb2ab584f1bce90776a5.tar.gz OpenModelicaEmbedded-0fcec2ce13bffbcfb436cb2ab584f1bce90776a5.tar.bz2 OpenModelicaEmbedded-0fcec2ce13bffbcfb436cb2ab584f1bce90776a5.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,23 +1,23 @@ # OpenModelicaEmbedded OpenModelica for Embedded Applications -###Installation +### Installation --- -##Energia - -Download the latest release of [Energia](http://energia.nu/download/). - -Follow the installation instructions provided by [Energia](http://energia.nu/download/). - -In Energia IDE, Select `Tools` and the `Board` and check if `Tiva C` board is present. - -If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board. +## Energia + - Download the latest release of [Energia](http://energia.nu/download/). + - Follow the installation instructions provided by [Energia](http://energia.nu/download/). + - In Energia IDE, Select `Tools` and the `Board` and check if `Tiva C` board is present. + - If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board. ## Working with Arduino UNO [Atmega328p] --- ## Working with Tiva C [TM4C123G] --- -###Simulate a model with Tiva C - -In Energia, open the firmware for Tiva C provided in folder named `Firmware`. - -Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu. - -Then, upload the firmware on board. - -Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package - -Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board. - -Check and Simulate the model and verify the results in Plotting window. +### Simulate a model with Tiva C + - In Energia, open the firmware for Tiva C provided in folder named `Firmware`. + - Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu. + - Then, upload the firmware on board. + - Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package + - Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board. + - Check and Simulate the model and verify the results in Plotting window. |