当前位置: 技术问答>linux和unix
请大家帮忙分析下Linux内核烧写后启动出错?
来源: 互联网 发布时间:2016-03-31
本文导语: 我在redhat9.0下编译了linux内核,生成zImage文件后,我将其制作为Uimage文件,可是每次烧写到nand flash后,都会出现错误信息: NAND read: device 0 offset 0, size 2097152 ... 2097152 bytes read: OK NAND re...
我在redhat9.0下编译了linux内核,生成zImage文件后,我将其制作为Uimage文件,可是每次烧写到nand flash后,都会出现错误信息:
NAND read: device 0 offset 0, size 2097152 ... 2097152 bytes read: OK
NAND read: device 0 offset 2097152, size 8388608 ... 8388608 bytes read: OK
## Booting image at 20400000 ...
Image Name: linux-2.6
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 1100857 Bytes = 1 MB
Load Address: 20008000
Entry Point: 20008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
启动到这里就停下来了,我不知道是为什么啊?请大家帮帮忙!我是按照开发板的说明文档做的,自己懂的东西不多。上面信息也和开发板文档相符合,就是不可以再进行下去了。
而且我每次都要烧写,擦除nand flash,板上有一个jtag调试器,我明白能用来干什么,要怎么用?请大家指点一下。谢谢了!!
NAND read: device 0 offset 0, size 2097152 ... 2097152 bytes read: OK
NAND read: device 0 offset 2097152, size 8388608 ... 8388608 bytes read: OK
## Booting image at 20400000 ...
Image Name: linux-2.6
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 1100857 Bytes = 1 MB
Load Address: 20008000
Entry Point: 20008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
启动到这里就停下来了,我不知道是为什么啊?请大家帮帮忙!我是按照开发板的说明文档做的,自己懂的东西不多。上面信息也和开发板文档相符合,就是不可以再进行下去了。
而且我每次都要烧写,擦除nand flash,板上有一个jtag调试器,我明白能用来干什么,要怎么用?请大家指点一下。谢谢了!!
|
到这里停下来一般都是在编译操作系统的时候boot选项里面的init的问题,你可以再试一下。