New Revision: http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u
-boot:compiling
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u
-boot:compiling&rev=1385704833
Edit Summary: [Unpack]
@@ -3,13 +3,13 @@
The latest release of Das U-Boot for the Blackfin processor can be found
on the Blackfin Linux website in the [[http://sourceforge.net/projects/ad
i-u-boot/files/|U-boot project Files]]. There you can find tested precomp
iled images as well as the source archive.
===== Unpack =====
- Once you've download the source code for the [[http://blackfin.uclinux.o
rg/gf/project/u-boot/frs/|latest version]], you can unpack the source arch
ive by doing (replace ''u-boot-1.1.6.tar.bz2'' with whatever filename you
downloaded if it is not the same):
- <code>$ tar jxf u-boot-1.1.6.tar.bz2</code>
+ Once you've download the source code for the [[http://sourceforge.net/pr
ojects/adi-u-boot/files/|latest version]], you can unpack the source archi
ve by doing (replace ''u-boot-2013.07-2013R1.tar.bz2'' with whatever filen
ame you downloaded if it is not the same):
+ <code>$ tar jxf u-boot-2013.07-2013R1.tar.bz2</code>
- Now simply change directory to the U-Boot directory that was just create
d (replace ''u-boot-1.1.6'' as applicable):
- <code>$ cd u-boot-1.1.6</code>
+ Now simply change directory to the U-Boot directory that was just create
d (replace ''u-boot-2013.07-2013R1'' as applicable):
+ <code>$ cd u-boot-2013.07-2013R1</code>
===== Configure/Build =====
Then run the following commands:
|