Welcome![Sign In][Sign Up]
Location:
Search - busybox-1.7.0

Search list

[Other resourcebusybox-1.7.0.tar

Description: 嵌入式系统开发的必备工具,有嵌入式系统开发的瑞士军刀之功能,属于最新版本,更是制作文件系统很重要的工具
Platform: | Size: 2033970 | Author: 樊志杰 | Hits:

[Linux-Unixbusybox-1.7.2

Description: busybox最新版的源码:学习和应用的好东东,多的不说了,大家看后再说吧
Platform: | Size: 2338853 | Author: 史皓 | Hits:

[Linux-Unixbusybox-1.7.2.tar

Description: busybox是一个集成了一百多个最常用linux命令和工具的软件,他甚至还集成了一个http服务器和一个telnet服务器,而所有这一切功能却只有区区1M左右的大小.我们平时用的那些linux命令就好比是分立式的电子元件,而busybox就好比是一个集成电路,把常用的工具和命令集成压缩在一个可执行文件里,功能基本不变,而大小却小很多倍,在嵌入式linux应用中,busybox有非常广的应用,另外,大多数linux发行版的安装程序中都有busybox的身影,安装linux的时候案ctrl+alt+F2就能得到一个控制台,而这个控制台中的所有命令都是指向busybox的链接.
Platform: | Size: 148571 | Author: 李栋 | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[Embeded Linuxbusybox-1.7.0.tar

Description: 嵌入式系统开发的必备工具,有嵌入式系统开发的瑞士军刀之功能,属于最新版本,更是制作文件系统很重要的工具-Embedded system development tool, has the Swiss Army Knife of embedded systems development function, belonging to the latest version of the production file system is a very important tool
Platform: | Size: 2033664 | Author: 樊志杰 | Hits:

[Embeded-SCM Developbusybox-1.7.0

Description: busybox-1.7.0.rar文件系统-busybox-1.7.0.rar file systerm
Platform: | Size: 2328576 | Author: 李明 | Hits:

[Embeded-SCM Developbusybox-1.7.0.tar

Description: busybox-1.7.0 源码 制作文件系统工具 号称瑞士军刀 后缀名改为bz2-the source of busybox-1.7.0
Platform: | Size: 1726464 | Author: Linghai | Hits:

[Linux-Unixbusybox-1.7.2.tar

Description: linux 引导编程应用软件具体请应用的朋友下载-Software linux Programming guide
Platform: | Size: 2473984 | Author: 李彬 | Hits:

[OtherThe-Tiny6410-Linux-Development-Guide

Description: Tiny6410 Linux开发指南,友善之臂一款tiny6410的开发板,随板自带的文档 帮助爱好者更好的自学。文档内容如下:1.1 初试Linux之图形界面Qtopia-2.2.0,Qtopia4和QtE-4.7.0系统 1.2 通过串口终端操作开发板 1.3 安装并设置Fedora9 1.4 解压安装源代码及其他工具 1.5 配置和编译U-boot 1.6 配置和编译内核(Kernel) 1.7 配置和编译busybox 1.8 制作目标板文件系统映象 1.9 嵌入式Linux应用程序示例 1.10嵌入式Linux驱动程序示例 1.11 编译Qtopia-2.2.0 1.12 编译QtE-4.7.0 1.13 编译Qtopia4(Qt-Extended-4.4.3) 1.14 选择哪个版本的Qt进行开发 操作和介绍很清晰,便于嵌入式学习者使用。-The Tiny6410 Linux Development Guide, the friendliness arm a tiny6410 development board, documentation that comes with the board to help enthusiasts better self-learning. The document reads as follows: 1.1 first test of the graphical interface of Linux Qtopia-2.2.0 Qtopia4 QtE-4.7.0 system 1.2 development board through the serial port terminal operations 1.3 Installation and set-extracting install the source code and other tools Fedora9 1.4 1.5 configure and compile U- boot 1.6 configure and compile the kernel (Kernel) 1.7 configuration and compile busybox 1.8 production target board file system image 1.9 embedded Linux application example of 1.10 embedded Linux driver example 1.11 compile Qtopia-2.2.0 1.12 compiled QtE-4.7.0 1.13 compiled Qtopia4 (Qt-Extended-4.4.3) 1.14 very clear and easy to choose which version of Qt development operations and introduce embedded learner.
Platform: | Size: 5737472 | Author: 杨洋 | Hits:

CodeBus www.codebus.net