EMBEDDED PROJECTS JOURNAL
100% frei und kostenlos,
als PDF und in gedruckter Form,
per Open Source Lizenz
AVR-RISC (Infos)
Embedded Software selbst entwickeln
(inkl. Absatz über USBprog)
AVR-Starterkit für 61,90 EUR
Quicklinks: Home | Online Firmware Pool | Shop
     

Downloads, Quelltexte and Software for Developers

Downloads / Quelltexte

USBprog Bootloader (new version since 2007-11-04):

ATTENTION With the new bootloader lfuse have to set to 0xe0 and hfuse 0xd8!!!

USBprog Flashtool (graphical user interface):

  • Sourcecode (GNU/Linux, BSD,...)  Download
  • Windows Installer  Download
  • RPMs for openSUSE and Fedora (i386 and x86-64) Download

Complete Source Code .tar.gz (old - use svn):

http://prdownload.berlios.de/usbprog/usbprog-dev.tar.gz

Platine:

It pay attention that there are two plates. The so-called version 2.0 and 3.0.

   usbprog 2.0
usbprog 3.0 
Schaltplan (PDF)  Schaltplan Schaltplan
Eagle Schaltplan
Eagle Schaltplan Datei
Eagle Schaltplan Datei
Eagle Board  Eagle Board Datei
 
Stückliste    Stückliste

 

USBprog for Open Source Developer

For futher information about usage of Subversion see the Subversion (SVN) HowTo of Site Docs.

Anonymous SVN Access via SVN

This project's BerliOS Developer SVN repository can be checked out through anonymous (svnserve) SVN with the following instruction set.

svn checkout svn://svn.berlios.de/usbprog/trunk

Anonymous SVN Access via HTTP

This project's BerliOS Developer SVN repository can be checked out through anonymous HTTP with the following instruction set.

svn checkout http://svn.berlios.de/svnroot/repos/usbprog/trunk

Developer SVN Access via SSH

Only project developers can access the SVN tree via this method. SSH2 must be installed on your client machine. Substitute developername with the proper value. Enter your site password when prompted.

svn checkout \
svn+ssh://developername@svn.berlios.de/svnroot/repos/usbprog/trunk

Developer SVN Access via HTTPS

Only project developers can access the SVN tree via this method. Substitute developername with the proper value. Enter your site password when prompted.

svn checkout \
https://developername@svn.berlios.de/svnroot/repos/usbprog/trunk

 

 © 2007 by Embedded Projects, Benedikt Sauter