summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumeet Koli2018-06-18 16:14:22 +0530
committerSumeet Koli2018-06-18 16:14:22 +0530
commitdfb65a3879daebad597fc2b48ab9877323a455cf (patch)
treeb6013cb103733c5ecf3904075ec4c2e4e77d2872
parent31aae138800cdee128448851521b58b69e652e68 (diff)
downloadOpenModelicaEmbedded-dfb65a3879daebad597fc2b48ab9877323a455cf.tar.gz
OpenModelicaEmbedded-dfb65a3879daebad597fc2b48ab9877323a455cf.tar.bz2
OpenModelicaEmbedded-dfb65a3879daebad597fc2b48ab9877323a455cf.zip
README updated
-rw-r--r--README.md20
-rw-r--r--README.md~23
2 files changed, 41 insertions, 2 deletions
diff --git a/README.md b/README.md
index 923e8d9..dc3f520 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,23 @@
# OpenModelicaEmbedded
OpenModelica for Embedded Applications
+###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.
+
+
## Working with Arduino UNO [Atmega328p]
-Steps
+---
## 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.
diff --git a/README.md~ b/README.md~
new file mode 100644
index 0000000..dc3f520
--- /dev/null
+++ b/README.md~
@@ -0,0 +1,23 @@
+# OpenModelicaEmbedded
+OpenModelica for Embedded Applications
+
+###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.
+
+
+## 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.