Compile U-Boot

Sources

zu finden unter /common/usr/embedded/u-boot/src/cpu87_cu824
u-boot-1.3.3-cpu87-01_pci.patch
u-boot-1.3.3-cpu87-02_cs11-env.patch
u-boot-1.3.3-cpu87-04_cu824-config.patch
u-boot-1.3.3-cpu87-05_phy-support.patch
u-boot-1.3.3-cu824.tar.bz2

Prepare

tar jxvf u-boot-1.3.3-cu824.tar.bz2
cd u-boot-1.3.3-cu824

Patches
patch -p1 < ../../src/cpu87_cu825/u-boot-1.3.3-cpu87-01_pci.patch 
patch -p1 < ../../src/cpu87_cu825/u-boot-1.3.3-cpu87-02_cs11-env.patch
patch -p1 < ../../src/cpu87_cu825/u-boot-1.3.3-cpu87-04_cu824-config.patch 
patch -p1 < ../../src/cpu87_cu825/u-boot-1.3.3-cpu87-05_phy-support.patch

Compile

. /common/usr/eldk/eldk_init 6xx

CPU87

make distclean
make CPU87_ROMBOOT_config
make -j4 all

CU824

make distclean
make CU824_config
make -j4 all

Verify

This topic: Frontend > WebHome > EmbeddedLinux > UBootCPU87
Topic revision: 18 Aug 2011, UnknownUser
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback