|
uCLinux and uBoot:
At http://blackfin.uClinux.org you find the actual uClinux snapshot and board support packages for the supported Core Modules.
How to check out uClinux from blackfin.uClinux.org:
The project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.
cvs -d :pserver:anonymous@cvs.blackfin.uclinux.org:/cvsroot/uclinux533 login
cvs -z3 -d :pserver:anonymous@cvs.blackfin.uclinux.org:/cvsroot/uclinux533 checkout uClinux-dist
How to check out uBoot from blackfin.uClinux.org:
This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.
The module you wish to check out must be specified as the modulename (u-boot_1.1.3). When prompted for a password for anonymous, simply press the Enter key.
cvs -z3 -d :pserver:anonymous@cvs.blackfin.uclinux.org:/cvsroot/uboot533 login cvs -z3 -d :pserver:anonymous@cvs.blackfin.uclinux.org:/cvsroot/uboot533 checkout u-boot_1.1.3
Debugging Tool:
Together with Section5 we provide a uClinux Starter Package including the ICEbear USB JTAG and Bluetechnix hardware. Download the debugging software from http://section5.ch/software.
|