Skip to main content.
Navigation:
DENX
>
DULG
>
UBootSources
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
DULG
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
DULG Home
BoardSelect
Manual
FAQ
Application Notes
Changes
Index
List of pages in DULG
Search
%SECTION0{name=UBootSources}% Unpacking the Source Code %IF{ "%HAVE_TESTING_BRANCH%" eq "true"}% If you use GIT to get a copy of the U-Boot sources, here an example how you get the sources with git: %INCLUDE{DULGData_%BOARD%.UBootGetSource}% %ENDIF% If you used [[http://www.denx.de/en/Documents/GitDocs GIT]] to get a copy of the U-Boot sources, then you can skip this next step since you already have an unpacked directory tree. If you downloaded a compressed tarball from the DENX FTP server, you can unpack it as follows: <pre> $ cd /opt/eldk/usr/src $ wget ftp://ftp.denx.de/pub/u-boot/%VERSION_UBOOT%.tar.bz2 $ rm -f u-boot $ bunzip2 < %VERSION_UBOOT%.tar.bz2 | tar xf - $ ln -s %VERSION_UBOOT% u-boot $ cd u-boot </pre>
5.1. Current Versions
1. Abstract
5.3. Configuration
Prev
Home
Next