配置和编?/p>
uboot
1.
清理
uboot
make distclean
2.
配置
U-Boot
TQ210:
make TQ210_config
Smart210:
make smart210_config
OK210:
make forlinx_linux_config
OK6410:
make forlinx_nand_ram256_config
Tiny6410:
make tiny6410_config
TQ2440:
make TQ2440_config
Mini2440:
make mini2440_config
3.
编译
uboot
make
4.
下载
uboot
配置和编译内?/p>
1.
清理中间文件和配置文?/p>
make distclean
2.
配置内核
make menuconfig ARCH=arm CROSS_COMPILE=arm-linux-
3.
编译内核镜像
make uImage ARCH=arm CROSS_COMPILE=arm-linux-
4.
下载与运?/p>
TQ210:
tftp 0xc0008000 uImage
Smart210:
tftp 0x20000000 uImage
OK210:
tftp 0xc0008000 uImage
OK6410:
tftp 0xc0008000 uImage
Tiny6410:
tftp 0xc0008000 uImage
TQ2440:
tftp 0x31000000 uImage
Mini2440:
tftp 0x31000000 uImage
Config
文件出错
.config
文件出错
vim
打开
.config
文件找到
CONFIG_INITRAMFS_SOURCE
这一行,改为
CONFIG_INITRAMFS_SOURCE=""
,也就是把这个路径清空?/p>