【已解决】arm-linux-uclibc-objdump: libbch.a : File format not recognized
crifan 16年前 (2010-02-23) 5252浏览 0评论
【现象】 在uboot中,将makefile写好: include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS := as3536.o asdebug.o ccu.o ssp.o ssp_n...
工作相关的技术文章
crifan 16年前 (2010-02-23) 5252浏览 0评论
【现象】 在uboot中,将makefile写好: include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS := as3536.o asdebug.o ccu.o ssp.o ssp_n...
crifan 16年前 (2010-02-22) 2133浏览 0评论
在用火狐浏览多个页面的时候,结果本来整个系统没开多少进程,但是Ubuntu 9.10,几乎死机了,系统反应极其慢,然后用top查看系统资源占用,显示好几个叫做gtk-gnash的进程,消耗了非常的CPU,导致系统近乎死机. 网上查了下,是由于我之前F...
crifan 16年前 (2010-02-22) 2717浏览 0评论
下面是修改后的mkyaffs2image.c,使其生成的makeyaffs2image支持2k/4k/8k pagesize的nand flash: ———————&...
crifan 16年前 (2010-02-21) 2985浏览 0评论
[zt]GNU binutils工具使用 GNU binutils是一组二进制工具集。包括:addr2line ar gprof nm objc...
crifan 16年前 (2010-02-20) 5300浏览 0评论
关于nand flash 的 read disturb 最近在看资料,知道了一个nand flash的问题,叫做read disturb。 最准确的解释就是: “Program Disturb: A program disturb err...
crifan 16年前 (2010-02-20) 3132浏览 0评论
Published in April/May 2006 issue of Chip Design Magazine Flash Memory Moves from Niche to Mainstream http://www.chipdesignma...
crifan 16年前 (2010-02-20) 3062浏览 2评论
【现象】 已经在Uboot中实现了nand flash的驱动。 接下来要将其移植到kernel中,由于整体都是mtd的架构,所以,移植工作,相对不难,只是需要点细心和时间而已。 在移植之后,加入了yaffs2的支持,一切都很顺利,但是,在最后moun...
crifan 16年前 (2010-02-19) 2081浏览 0评论
this is the config file for buildroot-2009.11 for:1.arm926t 2. EABI3. BusyBox 1.15.x 4. Kernel Headers (Linux 2.6.30.x kernel...
crifan 16年前 (2010-02-18) 2999浏览 0评论
(just need do the steps, red color contents, should be OK.)untar the buildroot: tar xvjf buildroot-2009.11.tar.bz2 then go in...
crifan 16年前 (2010-02-17) 2613浏览 0评论
you can dowload the source codes of mtd-utils nad ubi and ubifs from this site: http://git.infradead.org/ follow is the down...