to be myself
发布时间:2013-03-03 11:55:32
从u-boot下载uImage,用ramdisk文件系统的时候出现这个问题。VFS: Cannot open root device "ram" or unknown-block(1,0)Please append a correct "root=" boot option; here are the availablepartitions:1f00 256mtdblock0 (driver?)1f01 .........【阅读全文】
发布时间:2013-03-03 11:53:53
硬件:mini2440linux:2.6.29busybox:1.13.3交叉工具链:arm-linux-gcc-4.4.3NFS起根文件系统,在Freeinginit memory: 124K后出现Kernelpanic - not syncing: Attempted to kill init!串口打印下面的信息Looking up port of RPC 100003/2 on 202.114.181.60eth0:link up, 100Mbps, full-duplex, lpa 0x45E1.........【阅读全文】
发布时间:2013-03-03 11:51:19
基于u-boot-2008.10移植的大概步骤,具体请参考国嵌手册1.顶层Makefile添加mini2440_config2.cpu/arm920t/start.S a.修改编译条件使支持s3c2440 b.添加时钟寄存器定义 c.添加s3c2440中断禁止 d.修改时钟设置(修改s3c.........【阅读全文】
发布时间:2013-03-03 11:49:43
/* 模拟自然除法(需要大整数乘法和大整数减法,商可精确到小数点后5位,可修改) 特殊参数说明: result为int型表示商的数组,商的每个数字占一个单元,用-1表示小数点。 flag余数标志。为1时表示余数不为0,为0表示余数为0 &n.........【阅读全文】