一、环境 Ubuntu 8.04 arm-linux-gcc 3.4.5 busybox-1.1.3二、busybox制作文件系统 1、下载busybox1.1.3(http://www.busybox.net/)并解压。 2、进入解压后的目录,配置Busybox #make menuconfig Busybox Settings > General Configuration > [*] Support for devfs Init Utilities > [*] init [*] Support reading an inittab file /* 支持init读取/etc/inittab配置文件,一定要选上 */ [*] Be _extra_ quiet on boot [*] Support running init from within an initrd (not initramfs) [*] poweroff, halt, and reboot [*] mesg Shells > Choose your default shell (ash) > …
系统分类:
ARM | 用户分类:
ARM Linux
| 来源:
原创
该用户于2009/10/8 9:46:05编辑过该文章