Difference between revisions of "Platforms atmega"

From DiLab
Jump to: navigation, search
(New page: "'''atmega'''" is a platform supporting hardware based on the Atmega368 processor, such as Arduino. =====Dependencies===== In Ubuntu you shopuld have the following packages installed: s...)
 
Line 1: Line 1:
"'''atmega'''" is a platform supporting hardware based on the Atmega368 processor, such as Arduino.
In MansOS, "'''atmega'''" is a platform supporting hardware based on the Atmega368 processor, such as Arduino.


=====Dependencies=====
====Dependencies====
In Ubuntu you shopuld have the following packages installed:
You should have the following packages installed: '''gcc-avr''', '''avr-libc'''.
For example, in Ubuntu do this to install them:


sudo apt-get install gcc-avr avr-libc
sudo apt-get install gcc-avr avr-libc


=====Make example=====
====Make example====
make atmega
make atmega
make atmega upload
make atmega upload

Revision as of 22:19, 1 September 2010

In MansOS, "atmega" is a platform supporting hardware based on the Atmega368 processor, such as Arduino.

Dependencies

You should have the following packages installed: gcc-avr, avr-libc. For example, in Ubuntu do this to install them:

sudo apt-get install gcc-avr avr-libc

Make example

make atmega
make atmega upload