嵌入式Linux资源

2019-07-12 18:10发布

S3C2410开发板用到的一些资料网址 S3C2410开发板用到的一些资料网址S3C2410开发板用到的一些资料网址

三星的S3C2410页面:
http://www.samsung.com/products/ ... S3C2410/S3C2410.htm

现代电子(Hynix)的SDRAM页面:
target="_blank">http://www.hynix.com/eng/02_products/01_dram/02_01_sdram.jsp

Cirrus Logic的CS8900A网络控制芯片页面:
http://www.cirrus.com/en/products/pro/detail/P46.html

三星Nand Flash页面:
http://www.samsung.com/products/ ... 8U0B/K9F1208U0B.htm



1.Linux资源
Linux以其开源、免费的特点而成为嵌入式系统的优选操作系统,
然而它还有一个巨大的优势就是其浩瀚无限的资源!即无数各 {MOD}的maillist,下面给出各个嵌入式Linux的站点资源:

(1)uClinux:所有NOMMU的处理器都跑uClinux
uClinux发行包下载点:
http://www.uclinux.org/
MAILLIST搜索引擎:
http://mailman.uclinux.org/htdig/
一个搞uClinux的开发人员都应该关注的地方:
http://www.ucdot.org/

(2)ppclinux:PowerPC系列处理器平台都跑ppclinux
ppclinux发行包下载点:
http://penguinppc.org/dev/kernel.shtml
http://www.denx.de/
MAILLIST搜索引擎:
http://lists.linuxppc.org/ 选择linuxppc-embedded
软件下载点:
ftp://ftp.denx.de/pub/LinuxPPC/usr/src/

(3)armlinux:除ARM7 NOMMU的处理器外,其它的ARM9/XSCALE等ARM系列处理器都跑armlinux
armlinux发行包下载:
通用的下载方式
ftp://ftp.uk.kernel.org/pub/linux/kernel/v2.4/
还有可以是CVS的方式:一般的都在 sourceforge.net
http://sourceforge.net/cvs/?group_id=33360
CVS命令如下:
(这是你的Redhat Linux PC必须能够接通Internet)
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armlinux login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armlinux co linux-2.4


ARM开发大全:http://www.arm.linux.org.uk/developer/
ARM内核移植编译的文章: http://www.arm.linux.org.uk/docs/kerncomp.shtml
MAILLIST搜索引擎:
http://www.arm.linux.org.uk/armlinux/mailinglists.php

(4)bootloader的资源
u-boot:http://www.denx.de/

其它常用东东:
microwin开发maillist
http://www.linuxhacker.org/cgi-bin/search.cgi

minigui开发
http://www.minigui.org/cgi-bin/lb5000/leoboard.cgi


rtai实时性补丁
http://www.aero.polimi.it/~rtai/
http://www.denx.de/


GNU CC(gcc)英文资源(文档,非常好)
http://gcc.gnu.org/onlinedocs/gcc/
http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html#Option%20Summary


TinyLogin
http://tinylogin.busybox.net/