代码搜索:U-Boot
找到约 7,017 项符合「U-Boot」的源代码
代码结果 7,017
www.eeworm.com/read/457926/7315312
doc u-boot(1).doc
www.eeworm.com/read/286960/8734341
doc u-boot移植实验.doc
www.eeworm.com/read/286960/8734349
txt u-boot移植笔记.txt
几经艰辛,终于基本完成了<mark>u-boot</mark>在s3c44b0的移植工作,在些记录一下在移植过程中所碰到的困难和解决方法(一些心得),作为日后参考之用,也希望能够帮到其它有需要的人^_^。
1.来由:在我搞完ucos后(本来我是想学uclinux的,不过在对系统一无所知的情况下,还是先学一下ucos比较实际^_^,从中也可以对系统有个清晰的概念),我意识到要搞系统的话一个功能强大的bootload ...
www.eeworm.com/read/356437/10226911
doc u-boot for yangchu总结.doc
www.eeworm.com/read/456648/7342995
doc u-boot for yangchu总结.doc
www.eeworm.com/read/304550/13791555
doc u-boot for yangchu总结.doc
www.eeworm.com/read/233119/14168716
c u-boot代码记录.c
Void flash_protect (int flag, ulong from, ulong to, flash_info_t *info)
{
ulong b_end = info->start[0] + info->size - 1; /* flash的最后地址 */
short s_end = info->sector_count - 1; /* 扇区的最后一个index *
www.eeworm.com/read/241072/13171544
pdf u-boot命令和简介.pdf
www.eeworm.com/read/336635/12427433
txt u-boot的makefile分析.txt
U-BOOT是一个LINUX下的工程,在编译之前必须已经安装对应体系结构的交叉编译环境,这里只针对ARM,编译器系列软件为arm-linux-*。
U-BOOT的下载地址: http://sourceforge.net/projects/<mark>u-boot</mark>
我下载的是1.1.6版本,一开始在FTP上下载了一个次新版,结果编译失败。1.1.6是没问题的。
<mark>u-boot</mark>源码结构
...