lishengwu 发表于 2012-7-30 15:34:02

android烧写后启动问题

你好!!
    我的平台是OK6410A开发板,我通过SD卡烧写Android的系统,烧写的过程打印信息都很正常。
    但是,烧写完成后,从NAND启动后,系统却卡住了。
    从NANDFLASH启动后,串口的打印信息如下:

Board:   SMDK6410
DRAM:    256 MB
Flash:   0 kB
NAND:    select s3c_nand_oob_mlc_128
2048 MB
*** Warning - bad CRC or NAND, using default environment

In:      serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:0

NAND read: device 0 offset 0x100000, size 0x500000
s3c-nand: ECC uncorrectable error detected
NAND read: device 0 offset 0x100000, size 0x500000
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
.....
.....
.....
.....
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
s3c-nand: ECC uncorrectable error detected
5242880 bytes read: ERROR
Boot with zImage

Starting kernel

不知道为什么?请求帮忙?   (注:上面的省略号代表很多重复的内容)

飞凌-chongzi 发表于 2012-7-30 15:42:05

上电按空格,然后输入nand scrub命令擦除一下,然后再烧写

lishengwu 发表于 2012-7-30 15:56:13

回复 2# 飞凌-chongzi


    你好!!
   按照你的方法,nand scrub后,再重新烧写,烧写成功后,重启从NANDFLASH启动后,还是出现相同的错误信息,打印信息还是停留在
   Starting kernel ...

    系统也没有起来啊,不知道什么原因,求助?

飞凌-chongzi 发表于 2012-7-30 16:00:14

可能烧写的文件有损坏吧,从论坛下载一下android光盘再烧写一下试试
页: [1]
查看完整版本: android烧写后启动问题