上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 128 下一页

88f6282内存检测

摘要: 内存加到1G后,发现后面的512M不能使用,导致kernel起不来,停在starting kernel那里。 所以在uboot环境下检测后面512M内存: uboot下sflash 地址为0xf8000000,前100000为uboot,后面的为kernel Marvell>> iminfo 0xf8100000 ## Checking Image at f8100000 ... Image ... 阅读全文
posted @ 2011-06-29 15:47 katago 阅读(499) 评论(0) 推荐(0) 编辑

bank是什么

摘要: BANK - also "memory bank" A bank of memory (flash or RAM) consists of all those memory chips on your system that are controlled by the same chip select signal. For example, a system might consist of o... 阅读全文
posted @ 2011-06-29 15:35 katago 阅读(489) 评论(0) 推荐(0) 编辑

DDR内存子系统常见硬件错误及Uboot中检测流程

摘要: 在 U-Boot中,Denx(U-Boot的开发商)针对常见的DDR内存故障进行了严格的检测处理,下图描述了该检测处理过程的三个步骤:检测数据线、地址线和DDR物理存储部件,主要涉及这三个步骤的处理过程和方法,对于DDR子系统,是很容易出故障并且是很难debug检测出来的,而Denx所针对 DDR内存故障设计的检测方法是非常严谨,值得学习研究的。 下面主要是相关的检测处理思路及问题: 1、为什么先... 阅读全文
posted @ 2011-06-29 15:26 katago 阅读(4506) 评论(0) 推荐(0) 编辑

Linux内核中64 bit division

摘要: 使用asm/div64.h中宏do_div #include <asm/div64.h> unsigned long long x,y,result; unsigned long mod; mod = do_div(x,y); result = x; 64 bit division 结果保存在x中;余数保存在返回结果中。 阅读全文
posted @ 2011-06-28 21:39 katago 阅读(262) 评论(1) 推荐(0) 编辑

hub 1-1:1.0: over-current change on port1

摘要: 接入usb移动硬盘后不能识别,内核一直打印提示信息如下 : hub 1-1:1.0: over-current change on port1 hub 1-1:1.0: over-current change on port1 过流保护? 阅读全文
posted @ 2011-06-28 21:17 katago 阅读(1538) 评论(0) 推荐(0) 编辑

<<原创>> linux启动分析(2)---内核启动地址的确定(转载)

摘要: http://blogold.chinaunix.net/u/31100/showart_244622.html (转载) ================================ Author: taoyuetao Email: tao_yuetao@yahoo.com.cn Blog: taoyuetao.cublog.cn 2006-11-03 ===================... 阅读全文
posted @ 2011-06-28 21:15 katago 阅读(309) 评论(0) 推荐(0) 编辑

Linux设备驱动之USB hub驱动(续)

摘要: http://blogold.chinaunix.net/u3/111381/showart_2163688.html 5.2.2:接口驱动中的hub_thread()函数 我们之前在分析usb_hub_init()的代码的时候,忽略掉了一部份. 代码片段如下所示: int usb_hub_init(void) { …… khubd_task = kthread_run(hub_thread,... 阅读全文
posted @ 2011-06-28 21:12 katago 阅读(1826) 评论(0) 推荐(0) 编辑

sata拷贝文件时候framebuffer 闪烁问题

摘要: set lcd0_enable 1 //set lcd0_params 1280x720-32@60 set lcd0_params 1280x720-16@60 改成16位色就可以,具体原因不明 测试时候读用cat命令,写用cp 在硬盘上用 cat xxx.mpg > /dev/null 读硬盘数据,闪烁严重 cp /usb/test /mnt/test1 闪烁较少,但是也有 usb上读写... 阅读全文
posted @ 2011-06-28 20:12 katago 阅读(525) 评论(0) 推荐(0) 编辑

starting kernel问题

摘要: http://www.unixresources.net/linux/clf/embedded/archive/00/00/62/23/622399.html http://blogold.chinaunix.net/u/31100/showart_244622.html 限制512m内存之后就可以跑起来,奇怪啊! setenv bootcmd 'setenv bootargs init=/sb... 阅读全文
posted @ 2011-06-28 20:10 katago 阅读(761) 评论(0) 推荐(0) 编辑

linux路由

摘要: 第八章、路由觀念與路由器設定 http://linux.vbird.org/linux_server/0230router.php 阅读全文
posted @ 2011-06-28 14:33 katago 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 128 下一页