* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.阅读全文>
发表于 @ 2008年09月28日 21:04:00|评论(loading...)|举报|收藏
u-boot是德国DENX小组的开发用于多种嵌入式CPU的bootloader程序,在LINUX下可以通过CVS来得到当前正在开发的u-boot软件。当前版本号:u-boot 1.0.2,见include/version.h中的定义。
#cvs –d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/u-boot login
#cvs –z3 –d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/u-boot checkout –P u-boot
本文讲述S3C2410中u-boot的移植过程:S3C2410的硬件配置是:
l CPU:S3C2410
lNOR: 16M,INTEL EP28F128J3A
lSDRAM:64M, MICRON 48LC16M16A2-75 B阅读全文>
发表于 @ 2008年09月28日 21:00:00|评论(loading...)|举报|收藏