Welcome![Sign In][Sign Up]
Location:
Search - cramfs root

Search list

[Other resourcerootfs_quit_qt.cramfs

Description: ST2410去除QT图像功能的根文件系统,从27M缩小到8M左右-ST2410 removal QT functional images to the root system, from 8M to 27M to narrow about
Platform: | Size: 8478720 | Author: 徐秋磊 | Hits:

[Linux-UnixYAFFScameraboot

Description: 使用期待公司提供的vivi,zimage内核,cramfs根文件系统,最终将YAFFS挂上去-expect the company to use the 14:57, zimage kernel, cramfs root file system, eventually YAFFS Guashangqu
Platform: | Size: 2252686 | 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:

[Linux-UnixYAFFScameraboot

Description: 使用期待公司提供的vivi,zimage内核,cramfs根文件系统,最终将YAFFS挂上去-expect the company to use the 14:57, zimage kernel, cramfs root file system, eventually YAFFS Guashangqu
Platform: | Size: 2252800 | Author: 留洋 | Hits:

[Linux-Unix2410-my_rootfs

Description: Linux根文件系统,用mkcramfs编译,已在ARM9 Linux操作系统上调试通过-Linux root file system, use mkcramfs compiler has ARM9 Linux operating system debugging through
Platform: | Size: 7742464 | Author: 张红 | Hits:

[Program docmake_linux_rootfs

Description: 介绍了嵌入式linux根文件系统的制作,报考ramdisk,cramfs,yaffs,以及nfs的配置-Introduced the embedded linux root file system of production, applying ramdisk, cramfs, yaffs, as well as the configuration of nfs
Platform: | Size: 486400 | Author: xudonghai | Hits:

[Embeded Linuxrootfs.minigui1.3.3

Description: 我制作的根文件系统,用于minigui1.3.3,并且有编译的脚本,目标系统linux2.4.18,cramfs文件系统-I made the root file system for minigui1.3.3, and has compiled script, the target system linux2.4.18, cramfs File System
Platform: | Size: 4132864 | Author: | Hits:

[Embeded Linuxrootfs.minigui1.6.10

Description: 我制作的根文件系统,用于minigui1.6.10,并且有编译的脚本,目标系统s3c2410 linux2.4.18,cramfs文件系统-I made the root file system for minigui1.6.10, and has compiled script, the target system s3c2410 linux2.4.18, cramfs File System
Platform: | Size: 6334464 | Author: | Hits:

[Linux-Unixroot.tar

Description: cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊-cramfs generation process, Oh, very suitable for beginners to use, we want to help ah
Platform: | Size: 1026048 | Author: lulu | Hits:

[Linux-Unixroot.tar

Description: 自制基于Linux2.6.14的cramfs格式的根文件系统-Self-made based on Linux2.6.14 the cramfs root file system format
Platform: | Size: 2968576 | Author: zhaodebao | Hits:

[Linux-Unixrootboa.tar

Description: cramfs格式根文件系统+配置好的boa web服务器 -Format cramfs root file system+ configured boa web server
Platform: | Size: 3004416 | Author: zhaodebao | Hits:

[Embeded LinuxPortingCramfsAsRootfsInS3c2410

Description: 根文件系统是构建一个uCLinux 嵌入式系统的重要组成部分。目前嵌入式系统可以选择的根文件系统有:Romfs、CramFS、Ramfs、Jffs2、Ext2 等等,本系统采用CramFS 作为uCLinux 嵌入式系统的只读根文件系统。本文讨论了CramFS 文件系统的特点,并详细的说明了Nor Flash 上建立一个uClinux 的Cramfs 根文件系统的一般步骤。-Root file system is to build a uCLinux an important part of embedded systems. Currently embedded system can select the root file system: Romfs, CramFS, Ramfs, Jffs2, Ext2, etc., this system uses CramFS uCLinux embedded systems as read-only root file system. This article discusses the characteristics of the CramFS file system, and a detailed description of the Nor Flash on a uClinux' s Cramfs the general steps of the root file system.
Platform: | Size: 126976 | Author: shifunv | Hits:

[Embeded Linuxup-netarm-2410s_img

Description: 北京博创netarm-2410-s开发板自带镜像软件包,包括:flashvivi文件包、imagewrite、iw_kernel、yaffs.tar、zImage、vivi、root.cramfs文件系统-Beijing Bo netarm-2410-s development board comes with mirroring software packages, including: flashvivi, imagewrite, iw_kernel file, yaffs.tar, zImage, vivi, root.cramfs file system and so on.
Platform: | Size: 31335424 | Author: clz | Hits:

[Driver Developserial

Description: 1) The drive module does not include the iic initialization of the camera chip, the initialization part is located ov9650_init. 2) If the file system is not supported under 2.6 insmod command, please use the bag new_rootfs.cramfs root file system, we will provide a new file system with a graphical interface. 3) the source code of the module is temporarily only available to OEM / ODM user.-1) The drive module does not include the iic initialization of the camera chip, the initialization part is located ov9650_init. 2) If the file system is not supported under 2.6 insmod command, please use the bag new_rootfs.cramfs root file system, we will provide a new file system with a graphical interface. 3) the source code of the module is temporarily only available to OEM/ODM user.
Platform: | Size: 3072 | Author: 王五 | Hits:

[Multimedia DevelopQt-mplayer

Description: mplayer为后台程序,Qt做前台界面的播放器源码。-setenv root=1f02 init=/linuxrc rootfstype=cramfs console=ttySAC0,115200 display=sam240
Platform: | Size: 12288 | Author: zry | Hits:

CodeBus www.codebus.net