码迷,mamicode.com
首页 > 其他好文 > 详细

busybox制作文件系统2

时间:2015-02-04 02:03:01      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:

 

二、根文件系统

 

 

 

0. 准备工作

 

目标目录

#mkdir rootfs1.0

 

CROSS_COMPILE

 

在用户根目录建立一个新文件:.pam_environment

 

内容如下:

CROSS_COMPILE DEFAULT=/home/at91/x-tools/arm-softfp-linux-gnueabi/bin/arm-softfp-linux-gnueabi-

 

   

 

 

1. 自动完成部分

 

(1) 配置选项

 

#make ARCH=armmenuconfig

 

Busybox Settings à

       Build Options à

              [*] Build Busybox as a staticbinary (no shared libs)

 技术分享

 

 

 

 

(2) 目标目录

#make ARCH=arm

#make ARCH=armCONFIG_PREFIX=/home/at91/rootfs1.0 install

 

 

 

 

安装成功:

--------------------------------------------------

You will probablyneed to make your busybox binary

setuid root toensure all configured applets will

work properly.

--------------------------------------------------

 

 

 

 

 

 

busybox制作文件系统2

标签:

原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/43469429

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!