代码搜索:ucLinux
找到约 2,003 项符合「ucLinux」的源代码
代码结果 2,003
www.eeworm.com/read/159725/10620797
txt readme.txt
1.用ne.c,8390.h替换linux-2.4.x/driver/net/下面的相应的文件
2.接下来的就是编译了
image.rom是ST44B0X的uClinux映像文件,按照手册上烧写和运行
配置好网络IP地址,用ifconfig eth0 192.168.3.100 up ,注意IP地址与PC机地址在同一网段
www.eeworm.com/read/449021/7520088
txt 必读.txt
有关<mark>uclinux</mark>移植:
注意:本移植教程仅适用于QII5.1版本,不适用于7.2,想用此方法移植linux的客户请到altera官网下载QII5.1版本。关于7.2下的移植,我们会尽快推出相应移植教程。
如果开发板使用的是8Mflash是软件设定的标准大小,因此不必做太多的修改,即不必修改教程中说明的那两个脚本文件中flash的大小。
需要注意的是在配制内核的时有所不同:
...
www.eeworm.com/read/321639/13401347
txt readme.txt
STMicroelectronics
=================================================================
1, 71xboot-R10.zip
--STR710-EVAL bootloader
2, uClinux-dist-20040408-str710-patch.tar.gz
--STR710 porti
www.eeworm.com/read/135153/5888105
c mm-armv.c
/*
* linux/arch/arm/mm/mm-armv.c
*
* Copyright (C) 1998-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/110034/6167907
depend .depend
backtrace.o: backtrace.S \
/root/uclinux/linux/include/linux/linkage.h \
/root/uclinux/linux/include/asm/assembler.h \
$(wildcard /root/uclinux/linux/include/config/no/frame/pointer.h) \
$
www.eeworm.com/read/110034/6167944
c mm-armv.c
/*
* linux/arch/arm/mm/mm-armv.c
*
* Copyright (C) 1998-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/110034/6169909
depend .depend
agpgart_be.o: agpgart_be.c \
/root/uclinux/linux/include/linux/version.h \
/root/uclinux/linux/include/linux/module.h \
/root/uclinux/linux/include/linux/types.h \
/root/uclinux/linux/incl
www.eeworm.com/read/121166/14768212
opt bootloader.opt
[BKPT:::]
[ChildWndPos:::]
E:\uclinux\workpage\Software\S3CEV40\bootloader_test\readme.txt;0;0;0;0;0;494;261;1
www.eeworm.com/read/292684/8341141
makefile
#
# Makefile for mp3 player and library.
#
CC=gcc
#CC=bfin-uclinux-gcc
EXEC =key
OBJS =keyborde.o kk.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) -lnano-X
keyborde.o:
www.eeworm.com/read/190248/8446307
txt microwindev_readme.txt
开发人员不需要修改microwindows的库和引擎,可以使用MicroWindows的库和头文件。
下面是该软件包的描述:
软件包中包含了完整的库和头文件;
有一个说明文件readme.txt;
包含已编译链接好的可执行程序例子和nano-X可执行文件;
使用方式:
1.将该包释放到某个目录,如$(SDK_DIR)\microWinDev
2.运行“<mark>uClinux</mark> ...