DownLoad and Getting Started

From DuinOS

Jump to: navigation, search

Install

0. Download v0.1 from RGLabs or Download v0.2 from novell.chel.ru

1. Close the Arduino IDE (all instances).

2. Copy the arduino.DuinOS folder to the \hardware\cores folder.

3. Rename your current \hardware\boards.txt file.

4. Copy the boards.txt deployed with DuinOS to the \hardware folder.

5. Rename your current \lib\keywords.txt file.

6. Copy the keywords.txt deployed with DuinOS to the \lib folder.

7. Start the Arduino IDE.

8. Please select any DuinOS board from the Tools->Board menu, like the "Arduino Duemilanove or Nano w/ ATmega328 + DuinOS".

9. Now, you can compile any standard project, but we suggest the \examples\MoreComplexBlinking deployed with DuinOS.

Uninstall

0. Close the Arduino IDE (all instances).

1. If you have renamed the original boards.txt file, delete the current boards.txt file and rename the previous one (so it will be now your new boards.txt).

2. If you have renamed the original keywords.txt file, delete the current keywords.txt file and rename the previous one (so it will be now your new keywords.txt).

3. Delete the arduino.DuinOS folder from the \cores folder.

4. Now you can restart the Arduino IDE and keep working without DuinOS.