For those who do not like reading manuals this section will help you quickly get started using your Blackfin hardware. First ensure you have the following:
Target hardware. This can be a STAMP board or another Blackfin development platform. It is easier if the development platform already has U-Boot on it.
Host computer system. This can be a Linux based system or a Windows based system.
A link between the host and the target. A serial connection between the target platform and the host computer is required. An Ethernet connection between the host computer and the target hardware is recommended but not required.
When a choice of downloads is available ensure the version compatible with your processor/development target is chosen.
Set up your development host. This will mean either:
-
Setup a terminal program like
minicom or
kermit or
hyperterminal on the host computer. See
Terminal Programs for more information. .
if you will be using Ethernet to connect the development target and host, make sure it works.
if you want to do kernel development, download the source for the uClinux distribution, which includes the Linux kernel source.
Once the kernel has been downloaded it must be compiled into a memory image. For more information on downloading and compiling the distribution and the kernel see
Basic Compilation. Alternately a pre-compiled version of the kernel may be used. Some pre-built kernel images are available in the release sections of the web site.
Set up your target hardware. It's best if you use something that
we verified. Check all switches and jumpers.
-
load the kernel image onto the development board.
Connect a serial cable between the target board and your host computer.
power up the development board. The U-Boot start up messages should now be displayed in the terminal program. Stop the autoboot count down by pressing any key.
U-Boot can be used to load and boot the uClinux kernel memory image you just compiled. This can be done via an Ethernet connection or the serial connection. see either:
Once U-Boot has loaded the uClinux kernel image you should see the uClinux startup messages in the terminal program. If you are presented with a login prompt enter root for the username and uClinux for the password.
Congratulations! uClinux is now running on your development platform.