Downloads, Quelltexte and Software for DevelopersDownloads / 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 for Open Source DeveloperFor 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 |