Benutzer:Robomu: Unterschied zwischen den Versionen
Robomu (Diskussion | Beiträge) (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...) |
Robomu (Diskussion | Beiträge) (→Ethersex Entwicklung unter Eclipse Ganymede auf Ubuntu 8.04 LTS) |
||
Zeile 1: | Zeile 1: | ||
− | == Ethersex | + | == 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 | |
− | avrdude | + | # avrdude with USB support for Atmel AVRISP mkII |
− | Eclipse Ganymede | + | # 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 |
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
- avrdude with USB support for Atmel AVRISP mkII
- 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