搜索资源列表
myboard
- used to make menuconfig for nfs
vivi_config
- 这是bootloader_vivi 1.1.4的CONFIG文件,已经在保证整体功能的情况下做到了最小配置,并且拥有所有的VIVI命令,解压后放到VIVI的文件夹下,make menuconfig选择上即可
make-menuconfig-language
- linux内核配置语言,makemenuconfig和makexconfig等都可以使用的
norflash2.6
- 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。
smp86xx_rootfs.tar.bz2
- 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
Embedded-Linux-GPRS
- 嵌入式Linux下实现GPRS拨号上网 本人使用FriendlyARM开发板(miniARM2440)与GPRS模块(SIM300,用广州动感地带的手机卡,cmnet 连接)实现了基于PPP的拨号上网,方法如下: 1.首先得让内核支持PPP,进入Linux 内核目录(kernel-2.6 或 以上内核版本),执行 #make menuconfig 添加如下内核选项: Device Drivers ---> Network device support ---> <
busybox_error
- 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
linux_kerl
- 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
linuxmakemenuconfig
- 在linux下使用make menuconfig配置uclinux for s3c44b0的视频教程。-In linux to use make menuconfig to configure uclinux for s3c44b0 the video tutorial.
linux-2.6.27-m8.tar
- 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/initr
uclinux
- Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
ADS_VIVI
- VIVI 启动代码汇编部分,经过ADS编译通过-Automatically generated by make menuconfig: don t edit
make_menuconfig
- 当编译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 confi
ncurses-packege--install
- ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scr ipts/basic/fixdep HOSTCC scr ipts/basic/docproc HOSTCC scr ipts/basic/hash HOS
yaffs2.tar
- 支持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.
busybox_error
- 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- m
myboard
- used to make menuconfig for nfs
busybox_error
- 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- m
Makefile
- Makefile for crosscompile Mumudvb (SAT/Terrestrical signal > HTTP over Ethernet programm) for newer OpenWRT kernel (3.18.x) Copy File to packages folder, execure install scr ipt, download mumudvb git to openwrt - dl - folder, check mumud
25fb_drv_doublebuffer
- 开发板4412_ARM9开发,通过framebuffer控制电容屏,设置部分驱动方法:* 需要先关闭内核中的framebuffer驱动,否则会冲突 make menuconfig -> Device Drivers -> Graphics support -> Samsung S3C framebuffer support 同时要确保CONFIG_FB_S3C_NR_BUFFERS生成 程序里面有详细注释,中文注释-Development board 4412_