
In message 000001c4c79f$249d90d0$37db1cde@xueming you wrote:
- Download the u-boot-1.1.1.tar.bz2 with friend's help, his system
is windows system. 2) "tar xvfj" the file in linux system 3) Set PATH and export CROSS_COMPILE=ppc_82xx-, 4) make mrproper,make Lite5200_LOWBOOT_config, make . 5) Done OK.
OK.
1) Download "ppc-2004-02-16.iso" from network with window system. 2) Open "ppc-2004-02-16.iso" in linux system and get "linux-2.4.24.
tar.bz2"
Why don't you just download the file from one of the FTP mirrors? Why causing 650 MB of traffic when all you need is only 5% or less of it?
3) "tar xvfj " the file "linux-2.4.24.tar.bz2" 4) Set PATH and export CROSS_COMPILE=ppc_82xx- 5) make mrproper 6) make menuconfig : load config:
arch/ppc/configs/icecube_5200_defconfig, exit and save
This is NOT the way as described in the manual (also it's off topic here).
Follow the description in the manual, see http://www.denx.de/twiki/bin/view/DULG/LinuxConfiguration#Section_6.2.
I. e run
make mrproper make icecube_5200_config make oldconfig make dep make uImage
Best regards,
Wolfgang Denk