Benutzer:Robomu: Unterschied zwischen den Versionen

Aus Ethersex_Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: == Ethersex Entwicklung unter Eclipse Ganymede auf Ubuntu 8.04 LTS== Unter Ubuntu 8.04 kann Eclipse genutzt werden, um sich mit Hilfe eines IDE einen Überblick über d...)
 
(Ethersex Entwicklung unter Eclipse Ganymede auf Ubuntu 8.04 LTS)
Zeile 1: Zeile 1:
== Ethersex Entwicklung unter Eclipse Ganymede auf Ubuntu 8.04 LTS==
+
== Ethersex Development using Eclipse Ganymede on Ubuntu 8.04 LTS==
Unter Ubuntu 8.04 kann Eclipse genutzt werden, um sich mit Hilfe eines IDE einen Überblick über den umfangreichen Ethersex Source Tree zu verschaffen und um damit das Projekt zu übersezten und auch direkt aus dem IDE heraus zu flashen. Lediglich das Konfigurieren mit make menuconfig muß ausserhalb Eclipse erfolgen. Dieser Artikel beschreibt die Vorgehensweise zur Installation und Konfiguration der folgenden Komponenten
+
Eclipse may be used on Ubuntu 8.04 to work with the Ethersex Source Tree and even to directly flash the target from within Eclipse. However make menuconfig has to be run outside Eclipse since Eclipse does not provide a terminal window for running external tools. This article shows installation and configuration of
  
avrdude mit USB Unterstützung für Atmel AVRISP mkII
+
# avrdude with USB support for Atmel AVRISP mkII
Eclipse Ganymede
+
# Eclipse Ganymede
  
und berichtet über Erfahrungen mit der Benutzung
+
and reports operating experiance.
 +
 
 +
== Build avrdude with USB support from sources ==
 +
 
 +
To use the ATMEL USB programmer AVRISP mkII avrdude requires libusb support. Here is how to build it from sources:
 +
 
 +
1. Make sure that libusb and libusb-dev is installed on your system
 +
 
 +
2. Download source package (avrdude-5.10.tar.gz) from savannah.nongnu.org and transfer it to a local install folder and unpack it with tar -xvf

Version vom 5. Februar 2010, 19:50 Uhr

Ethersex Development using Eclipse Ganymede on Ubuntu 8.04 LTS

Eclipse may be used on Ubuntu 8.04 to work with the Ethersex Source Tree and even to directly flash the target from within Eclipse. However make menuconfig has to be run outside Eclipse since Eclipse does not provide a terminal window for running external tools. This article shows installation and configuration of

  1. avrdude with USB support for Atmel AVRISP mkII
  2. Eclipse Ganymede

and reports operating experiance.

Build avrdude with USB support from sources

To use the ATMEL USB programmer AVRISP mkII avrdude requires libusb support. Here is how to build it from sources:

1. Make sure that libusb and libusb-dev is installed on your system

2. Download source package (avrdude-5.10.tar.gz) from savannah.nongnu.org and transfer it to a local install folder and unpack it with tar -xvf