Welcome![Sign In][Sign Up]
Location:
Search - make menuconfig

Search list

[Othermyboard

Description: used to make menuconfig for nfs
Platform: | Size: 5075 | Author: gzzjml | Hits:

[Linux-Unixvivi_config

Description: 这是bootloader_vivi 1.1.4的CONFIG文件,已经在保证整体功能的情况下做到了最小配置,并且拥有所有的VIVI命令,解压后放到VIVI的文件夹下,make menuconfig选择上即可
Platform: | Size: 900 | Author: 按时地方 | Hits:

[Linux-Unixmake-menuconfig-language

Description: linux内核配置语言,makemenuconfig和makexconfig等都可以使用的
Platform: | Size: 15035 | Author: 李中伟 | Hits:

[Other resourcenorflash2.6

Description: 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。
Platform: | Size: 2547 | 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:

[Othermyboard

Description: used to make menuconfig for nfs
Platform: | Size: 5120 | Author: gzzjml | Hits:

[Linux-Unixvivi_config

Description: 这是bootloader_vivi 1.1.4的CONFIG文件,已经在保证整体功能的情况下做到了最小配置,并且拥有所有的VIVI命令,解压后放到VIVI的文件夹下,make menuconfig选择上即可-This is the CONFIG file bootloader_vivi 1.1.4, has been in ensuring the overall function of the circumstances to achieve the minimum configuration, and has ordered all VIVI After decompression put VIVI folder, make menuconfig choice can
Platform: | Size: 1024 | Author: 按时地方 | Hits:

[Linux-Unixmake-menuconfig-language

Description: linux内核配置语言,makemenuconfig和makexconfig等都可以使用的-linux脛脷 潞 脣脜盲脰脙脫茂脩脭 拢 卢 makemenuconfig 潞 脥makexconfig渭脠 露 录 驴 脡脪脭脢 鹿 脫脙渭脛
Platform: | Size: 14336 | Author: 李中伟 | Hits:

[Embeded Linuxnorflash2.6

Description: 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。-2.6 kernel transplantation NOR FLASH MTD driver Kconfig files include detailed steps to modify, configure the kernel make menuconfig options modify, create a device file.
Platform: | Size: 2048 | Author: 廖中 | Hits:

[Software Engineeringbusybox_error

Description: busybox 配置错误的解决方法 2007-07-26 11:04 1. 如何編譯 2. 常見問題 - 如何將 busybox 編譯成 static linking - make menuconfig 出現下列錯誤 -busybox configuration error solution 2007-07-26 11:04 1. how to compile 2. Frequently Asked Questions- How to compile busybox as static linking- make menuconfig the following error
Platform: | Size: 5120 | Author: 黄晟 | Hits:

[Linux-Unixlinux_kerl

Description: linux内核裁剪的具体过程和方法 里面详细讲述了linux内核的make menuconfig里面各个选项的意义-linux kernel cutting process and the specific method described in detail inside the linux kernel make menuconfig inside of the significance of the various options
Platform: | Size: 7168 | Author: 王本春 | Hits:

[Embeded Linuxlinuxmakemenuconfig

Description: 在linux下使用make menuconfig配置uclinux for s3c44b0的视频教程。-In linux to use make menuconfig to configure uclinux for s3c44b0 the video tutorial.
Platform: | Size: 178176 | Author: jack | Hits:

[Communication-Mobilelinux-2.6.27-m8.tar

Description: MEIZU M8 Linux kernel s3c6410 1,if you want to boot from onenand flash,just "make zImage" is OK. 2,if you want to boot from nfs,remove select: "make menuconfig"--->General setup --->[] Initial RAM filesystem and RAM disk (initramfs/initrd) support, then "make zImage" is OK. finished drivers: LCD touch screen key button sound card camera
Platform: | Size: 57676800 | Author: hui | Hits:

[Linux-Unixuclinux

Description: Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果,主要还是功能 方面的!此次编译内核需要完成的功能包括文件系统 ext2 的挂载,网络驱动, 基本的 cash命令,lcd frambuffer 功能,串口功能。当然你也可以实现更多的文 件系统的挂载识别和更多驱动功能,但是内核及文件系统必然增大,这里只是-make menuconfig
Platform: | Size: 2169856 | Author: 张玉荣 | Hits:

[ARM-PowerPC-ColdFire-MIPSADS_VIVI

Description: VIVI 启动代码汇编部分,经过ADS编译通过-Automatically generated by make menuconfig: don t edit
Platform: | Size: 68608 | Author: xjf5658 | Hits:

[Embeded-SCM DevelopEmbedded-Linux-GPRS

Description: 嵌入式Linux下实现GPRS拨号上网 本人使用FriendlyARM开发板(miniARM2440)与GPRS模块(SIM300,用广州动感地带的手机卡,cmnet 连接)实现了基于PPP的拨号上网,方法如下: 1.首先得让内核支持PPP,进入Linux 内核目录(kernel-2.6 或 以上内核版本),执行 #make menuconfig 添加如下内核选项: Device Drivers ---> Network device support ---> <*> PPP (point-to-point protocol) support [*] PPP multilink support <*> PPP support for async serial ports <*> PPP support for sync tty ports <*> SLIP (serial line) support [*] CSLIP compressed headers -Embedded Linux GPRS dial-up to achieve
Platform: | Size: 14336 | Author: gu | Hits:

[Linux-Unixmake_menuconfig

Description: 当编译Linux内核的时候,大多数新手选择了make menuconfig 而通常情况下make menuconfig没有被配置好,本文章着重讲解配置menu config时的各种错误以及解决方案。-When compiling the Linux kernel, most novice choose a make menuconfig make menuconfig but usually is not configured, this article focused on the configuration menu config error and when the various solutions.
Platform: | Size: 14336 | Author: FullofGhost | Hits:

[Driver Developncurses-packege--install

Description: ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o *** Unable to find the ncurses libraries or the *** required header files. *** make menuconfig requires the ncurses libraries. *** *** Install ncurses (ncurses-devel) and try again. *** make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1 make: *** [menuconfig] Error 2 下载ncurses5.7,分别执行下面命令 sh configure make sudo make install ncurses安装成功。-ncurses packege install
Platform: | Size: 4687872 | Author: 池一波 | Hits:

[Driver Developyaffs2.tar

Description: 支持flash的坏块屏蔽,需要u-boot支持,假如u-boot版本很高可以在make menuconfig里选择。-Support flash bad block shield, u-boot support, high u-boot version can be selected in make menuconfig.
Platform: | Size: 273408 | Author: 孙伟 | Hits:

[Embeded-SCM Developbusybox_error

Description: busybox 配置错误的解决方法2007-07-26 11:041. 如何編譯2. 常見問題- 如何將 busybox 編譯成 static linking- make menuconfig 出現下列錯誤-busybox configuration error solution 2007-07-26 11:04 1. how to compile 2. Frequently Asked Questions- How to compile busybox as static linking- make menuconfig the following error
Platform: | Size: 5120 | Author: ackObama | Hits:
« 12 »

CodeBus www.codebus.net