Skip to content
carlosdelfino edited this page Nov 3, 2012 · 3 revisions

Welcome to the DuinOS wiki!

Download DuinOS

Go to https://github.com/carlosdelfino/DuinOS/Downloads and get the last version.

Installing DuinOS

  1. Close the Arduino IDE (all instances).
  2. Copy the arduino.DuinOS.* folder to the \hardware\arduino*\cores folder.
  3. Rename your current \hardware\arduino*\boards.txt file.
  4. Copy the \boards.txt deployed with DuinOS to the \hardware\arduino* folder, remember eatch borads..txt for respective 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\DuinOS\MoreComplexBlinking deployed with DuinOS.
Clone this wiki locally