
uboot
文章平均质量分 76
小王20122014
一般
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uboot 分析之 启动流程
转载:转载 2014-07-12 00:24:14 · 685 阅读 · 0 评论 -
Uboot启动参数说明:
29.Uboot 启动参数说明: bootcmd=cp.b 0xc4200000 0x7fc0 0x200000 ; bootm // 倒计时到 0 以后,自动执行的指令 bootdelay=2 baudrate=38400 // 串口波特率,一般使用 38400 ethaddr=08:00:3e:26:0a:5c bootfile="uImage" ethact=转载 2014-07-12 00:21:06 · 844 阅读 · 0 评论 -
U-BOOT LCD分析
转载:http://blog.youkuaiyun.com/YAOZHENGUO2006/article/details/6763607 U-BOOT LCD分析 (1) 首先 board.c 中 执行 stdio_init() 这个函数。stdio_init()函数在 /common/stdio.c 中 (2) std_init() 中 有这样的定义 #ifdef CONF转载 2014-07-12 00:26:49 · 572 阅读 · 0 评论 -
Fedora9 NFS配置
转载:http://blog.youkuaiyun.com/yaozhenguo2006/article/details/6764677 Fedora9 NFS配置 1 首先配置共享目录 vim /etc/exports (首次打开是空的文件) 编辑如下 /home/yao/nfsshare/rootfs_qtopia_qt4 *(rw,sync,no_root_转载 2014-07-12 00:25:18 · 540 阅读 · 0 评论 -
u-boot并移植到FS2410板
转载:http://blog.youkuaiyun.com/liukun321/article/details/5680504转载 2014-07-12 00:25:26 · 689 阅读 · 0 评论 -
u-boot-2009.08在mini2440上的移植 增加SD卡功能
转载:http://www.linuxidc.com/Linux/2011-05/35982p9.htm转载 2014-08-01 04:55:51 · 986 阅读 · 0 评论