DENX . DULG . Introduction |
cu
or
kermit
.
In most cases you will want to load images into your target using
ethernet; for this purpose you need TFTP and DHCP / BOOTP servers. A
short description of their configuration is given.
A description follows of what needs to be done to configure and build
the U-Boot for a specific
board, and how to install it and get it working on that board.
The configuration, building and installing of Linux
in an embedded configuration is the next step.
We use SELF, our Simple Embedded Linux Framework,
to demonstrate how to set up both a
development system (with the root filesystem mounted over NFS) and an
embedded target configuration (running from a ramdisk image based on
busybox
).
This document does not describe what needs to be
done to port U-Boot or Linux to a new hardware platform. Instead, it
is silently assumed that your board is already supported by U-Boot
and Linux.
The focus of this document is on canyonlands boards.
Descriptions | Appearance |
---|---|
Warnings | ![]() |
Hint | ![]() |
Notes | Note. |
Information requiring special attention | Warning |
File Names | file.extension |
Directory Names | directory |
Commands to be typed | a command |
Applications Names | another application |
Prompt of users command under bash shell | bash$ |
Prompt of root users command under bash shell | bash# |
Prompt of users command under tcsh shell | tcsh$ |
Environment Variables | VARIABLE |
Emphasized word | word |
Code Example | ls -l |
----- Revision r1.18 - 20 Feb 2011 - 13:04 - WolfgangDenk
|