+ -
当前位置:首页 → 问答吧 → linux2.6移植

linux2.6移植

时间:2007-04-07

来源:互联网

小弟在博创的实验箱上移植2.6
移植后出现如下信息
然后就死机了,我看了head.s 和 misc.c
给出了自己的提示信息
就是没有进入 start_kernel
这是为什么???

VIVI version 0.1.4 ([EMAIL="root@BC"]root@BC[/EMAIL]) (gcc version 2.95.2 20000516 (release) [Rebel.com])
#0.1.4 四 5月 26 09:44:53 CST 2005
MMU table base address = 0x33DFC000
Succeed memory mapping.
NAND device: Manufacture ID: 0xec, Chip ID: 0x76 (Samsung K9D1208V0M)
Could not found stored vivi parameters. Use default vivi parameters.
Press Return to start the LINUX now, any other key for vivi
Copy linux kernel from 0x00030000 to 0x30008000, size = 0x00100000 ... done
zImage magic = 0x016f2818
Setup linux parameters at 0x30000100
linux command line is: "noinitrd root=/dev/bon/3 init=/linuxrc console=ttyS0"
MACH_TYPE = 193
NOW, Booting Linux......
macro standalone debuge xxxue begine crc check....
Uncompressing Linux.............................................................
..... done, booting the kernel.
finish zip xxxue...........      

作者: xxxue   发布时间: 2007-04-07

ding ding      

作者: xxxue   发布时间: 2007-04-08

查看你的启动参数
noinitrd root=/dev/mtdblock3 init=linuxrc console=ttySAC0      

作者: xueketan   发布时间: 2007-05-09

打印信息可能和出错位置不一致(printk会缓冲信息,延后打印),建议使用GPIO控制LED灯来确定错误位置      

作者: dahzg   发布时间: 2007-05-24