
www.armdesigner.com
IDEA6410 Linux User Manual
4
2. Compile u-boot
There are two kinds of u-boot, one is u-boot-movi.bin that is ported in SD card, another is
u-boot-nand.bin that is ported in Nandflash for Nand Flash booting use.
2.1. Compile u-boot-movi.bin
The file u-boot-movi.bin is at the directory /image/, only providing bin file, no source code.
2.2. Compile u-boot-nand.bin
Please copy the file “linux-2.6.24_v0.18\u-boot\u-boot-1.1.6-ut-s3c6410-nand.tar.gz” to
/home/fusq/test, and decompress “u-boot-1.1.6-ut-s3c6410-nand.tar.gz” to the current
directory, then execute below commands:
fusq@fusq-urbetter:~/test$ tar zxvfu-boot-1.1.6-ut-s3c6410-nand.tar.gz
fusq@fusq-urbetter:~/test$ cd u-boot-1.1.6-ut-s3c6410-nand/
fusq@fusq-urbetter:~/test$ make clean
fusq@fusq-urbetter:~/test$ make smdk6410_config
fusq@fusq-urbetter:~/test$ make
fusq@fusq-urbetter:~/test$ ./maknand
The u-boot-nand.bin will be made under the current directory u-boot-nand.bin
3. Compile Kernel
Please copy the file “linux-2.6.24_v0.19\urbetter_linux-2.6.24.tar.gz” to /home/fusq/test,
and decompress “urbetter_linux-2.6.24.tar.gz” to the current directory, then execute below
commands:
fusq@fusq-urbetter:~/test$ tar zxvf urbetter_linux-2.6.24.tar.gz
fusq@fusq-urbetter:~/test$ cd linux-2.6.24/
fusq@fusq-urbetter:~/test$ make clean
fusq@fusq-urbetter:~/test$ make menuconfig
fusq@fusq-urbetter:~/test$ make
The zImage will be made under the current directory \arch\arm\boot\
Comentarios a estos manuales