代码搜索:ucLinux
找到约 2,003 项符合「ucLinux」的源代码
代码结果 2,003
www.eeworm.com/read/119298/14833684
txt readme.txt
fx469驱动程序的源代码为fx469.c,fx469.h
将fx469的驱动程序添加到uclinux(2.4版本)中的步骤:
1.将fx469.c和fx469.h复制到uclinux/linux2.4.x/driver/char目录下,在该目录下的mem.c中的int chr_dev_init()函数中增加如下代码
#ifdef CONFIG_FX469
init_fx469();
www.eeworm.com/read/119106/14839032
txt readme.txt
fx469驱动程序的源代码为fx469.c,fx469.h
将fx469的驱动程序添加到uclinux(2.4版本)中的步骤:
1.将fx469.c和fx469.h复制到uclinux/linux2.4.x/driver/char目录下,在该目录下的mem.c中的int chr_dev_init()函数中增加如下代码
#ifdef CONFIG_FX469
init_fx469();
www.eeworm.com/read/197430/6784270
һ
(2) 开始
由于没有接触过u-boot,因此第一步要做的就是google一些资料.
u-boot官方网站:http://sourceforge.net/projects/u-boot(比较慢)
http://u-boot.sourceforge.net/这个快一些.
DENX U-Boot及Linux使用手册: http://coosign.blogchina.com/coo
www.eeworm.com/read/197430/6784286
һ
(2) 开始
由于没有接触过u-boot,因此第一步要做的就是google一些资料.
u-boot官方网站:http://sourceforge.net/projects/u-boot(比较慢)
http://u-boot.sourceforge.net/这个快一些.
DENX U-Boot及Linux使用手册: http://coosign.blogchina.com/coo
www.eeworm.com/read/294613/8216237
makefile
hello : picturebrowser.c
nios2-linux-uclibc-gcc -I/home/user4/spring07/jk2461/download/uClinux-dist/linux-2.6.x/drivers/char picturebrowser.c -o picturebrowser -elf2flt
clean :
rm picturebrowser
www.eeworm.com/read/173430/9658863
c klogd.c
/* vi: set sw=4 ts=4: */
/*
* Mini klogd implementation for busybox
*
* Copyright (C) 2001 by Gennady Feldman .
* Changes: Made this a standalone busybox module which uses st
www.eeworm.com/read/249373/12508169
mk_script
arm-uclibc-gcc -O2 -g -D__linux__ -I/uclinux/uClinux-2.4.x/include -I/uclinux/uClibc-0.9.19/include -I/uclinux/minigui/include -fno-builtin -nostartfiles -Wall -Wstrict-prototypes -pipe -Wall -elf2
www.eeworm.com/read/105863/15657751
txt readme.txt
fx469驱动程序的源代码为fx469.c,fx469.h
将fx469的驱动程序添加到uclinux(2.4版本)中的步骤:
1.将fx469.c和fx469.h复制到uclinux/linux2.4.x/driver/char目录下,在该目录下的mem.c中的int chr_dev_init()函数中增加如下代码
#ifdef CONFIG_FX469
init_fx469();
www.eeworm.com/read/283709/8994502
make files.make
#--- file name: files.make
# This file contains files which are included in your project.
# They build and link by Makefile(copy from ../common/Makefile).
#
#-Histories:
# 2006-10-30, Richie:
#