Difference between revisions of "Quick Start Guide"

From Ethersex_Wiki
Jump to: navigation, search
(Requirements)
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== Download the Source from GITHUB ===
+
{{i18n|Quick Start Guide}}
 +
It only takes three small steps to get Ethersex up and running on your microcontroller!
  
You can download Ethersex from github via git protocol
+
[[Quick_Start_Guide/Preparation | Step 1: Preparation]]
  
git clone git://github.com/ethersex/ethersex.git
+
[[Quick_Start_Guide/Configuration | Step 2: Configuration]]
  
or via http
+
[[Quick_Start_Guide/Flashing | Step 3: Flashing]]
  
git clone http://github.com/ethersex/ethersex.git
 
  
Updating a local version of ethersex is possible with:
+
[[Category:Ethersex]]
 
+
[[Category:Quick Start Guide]]
git pull origin
+
[[Category:StepByStep]]
 
 
 
 
 
 
=== Requirements ===
 
 
 
* AVR GCC-Compiler (Version 4.1 or higher)
 
* AVR LIBC (Version 1.6.8, for 128er ATMegas 1.7)
 
* GNU-Tools (Bash, Make, m4, awk)
 
* AVR-Programmer (e.g. avrdude)
 
 
 
 
 
== Linux Debian / Ubuntu ==
 
 
 
 
 
apt-get install gcc-avr avr-libc binutils-avr m4 gawk libncurses5-dev make dialog git-core avrdude
 
 
 
 
 
== Mac OSX ==
 
 
 
 
 
Using MacPorts (www.macports.org)
 
Apple Bash and sed doesn't work, you need to install Bash V4.0 and GNU sed.
 
 
 
port install git avrdude avr-binutils avr-gcc avr-libc bash sed
 

Latest revision as of 21:49, 18 July 2013

It only takes three small steps to get Ethersex up and running on your microcontroller!

Step 1: Preparation

Step 2: Configuration

Step 3: Flashing