Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

(1) u-boot

a>tar -xzvf u-boot-v2010041601.tar.gz


b>cd u-boot-v2010041601
c>make ads5125_nand_config
d>make
(2) kernel
a>tar -xzvf linux-2.6.29-v2010041601.tar.gz
b>cd linux-2.6.29-v2010041601
c>cp arch/powerpc/configs/mpc5125_twr_defconfig .config
d>make ARCH=powerpc CROSS_COMPILE=powerpc-e300c3-linux-gnu- uImage

You might also like