Downloads, Quelltexte und Softwarearchiv für Entwickler
Downloads / Quelltexte USBprog Bootloader (neu seit 4.11.2007): ACHTUNG beim neuen Bootloader muss lfuse auf 0xe0 und hfuse auf 0xd8!!! USBprog Flashtools: - Quelltext (GNU/Linux, BSD,...) Download
- Windows Installer Download
- RPMs for openSUSE and Fedora (i386 and x86-64) Download
Komplettes Quelltextarchiv (aktuell 17.1 MB) (alt): http://prdownload.berlios.de/usbprog/usbprog-dev.tar.gz Platine: Zu beachten ist, dass es zwei Platinen gibt. Die sogenannte Version 2.0 und 3.0. Alle Firmwares sind auf beiden einsetzbar. Der größte Unterschied ist nur der, dass auf der Version 3.0 an der 10-poligen Buchse der komplette Port B anliegt. Die Reihenfolge der Pins ist leider etwas durcheinander, aber das ist dafür das er eben kompatibel zur Version 2.0 ist. Damit müssen wir wohl lange leben müssen. Mir ist klar, dass das nicht sehr schön ist, aber es ist fair den Leuten gegenüber die Version 2.0 haben.
USBprog für EntwicklerAlle Quelltexte befinden sich im Versionsverwaltungssystem Subversion bei Berlios. Berlios bietet für Open-Source Anwendungen eine Entwicklerplattform an. 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 |