主题 : 求教6410系统无法启动的问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 62120
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
贡献值: 0 点
综合积分: 24 分
注册时间: 2012-01-14
最后登录: 2017-09-23
楼主  发表于: 2012-06-28 21:34

 求教6410系统无法启动的问题

目前手头有一块开发板有些问题,用SD卡刷了一下系统后,发现操作系统无法启动,Linux,Ubuntu,Android都无法启动,自己编译的和FriendlyARM提供的镜像都不行,Linux停在uncompressing Kernel这步,有时会出现uncompression error,请教一下高手们,这是什么问题?是我的Nandflash损坏了吗?bootloader基本正常,偶尔也无法启动....真是非常郁闷....
级别: 新手上路
UID: 62120
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
贡献值: 0 点
综合积分: 24 分
注册时间: 2012-01-14
最后登录: 2017-09-23
1楼  发表于: 2012-06-28 22:04
补充一下,我又试了一下直接从SD卡启动,也无发启动操作系统.....
自由,自强,共享,共创。
级别: 论坛版主
UID: 12573
精华: 27
发帖: 8838
金钱: 46490 两
威望: 9298 点
贡献值: 27 点
综合积分: 18216 分
注册时间: 2010-01-09
最后登录: 2019-07-16
2楼  发表于: 2012-06-28 22:08
提供的信息太少了,见我的签名链接
新手如何向我们反馈有效的信息,以便解决问题,见此贴:
http://www.arm9home.net/read.php?tid-14431.html

[注]: 此处签名链接仅为指引方向,而非解答问题本身.
级别: 新手上路
UID: 62120
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
贡献值: 0 点
综合积分: 24 分
注册时间: 2012-01-14
最后登录: 2017-09-23
3楼  发表于: 2012-06-29 08:58
我使用的开发板是tiny6410核心板加Easykit简易底板,256M RAM,MLC 2G Nandflash, N43 LCD
superboot安装Linux串口输出如下:
复制代码
  1. Superboot-6410
  2. Ver: 1134
  3. CPU: S3C6410 533MHz
  4. RAM: 256MB
  5. NAND: 2GB(MLC2) ID:ECD58472
  6. Touch Device: 1-wire
  7. LCD Type: N43(Auto)
  8. Installing OS 'LINUX'
  9. Installing bootloader...
  10. file: /images/superboot-20110826.bin: 520 KB(532480 Byte)
  11. Installing bootloader succeed
  12. Installing kernel...
  13. file: /images/Linux/zImage_n43: 3 MB(3763320 Byte)
  14. Installing kernel succeed
  15. Installing ubifs-image...
  16. file: /images/Linux/rootfs_qtopia_qt4-mlc2.ubi: 163 MB(170917888 Byte)
  17. Installing ubifs-image succeed
  18. OS 'LINUX' Installed


配置文件使用的是
复制代码
  1. #This line cannot be removed. by FriendlyARM(www.arm9.net)
  2. LCD-Mode = Yes
  3. LCD-Type = N43
  4. CheckOneButton=No
  5. Action=install
  6. OS= Linux
  7. VerifyNandWrite=No
  8. StatusType = Beeper| LED
  9. #################### Linux #####################
  10. Linux-BootLoader = superboot-20110826.bin
  11. Linux-Kernel = Linux/zImage_n43
  12. Linux-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs init=/linuxrc console=ttySAC0,115200
  13. Linux-RootFs-InstallImage = Linux/rootfs_qtopia_qt4-mlc2.ubi
  14. Linux-RootFs-RunImage = Linux/rootfs_qtopia_qt4.ext3
  15. ################### Android ####################
  16. Android-BootLoader = superboot-20110826.bin
  17. Android-Kernel = Android/azImage_n43
  18. Android-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs  init=/linuxrc console=ttySAC0,115200 androidboot.console=s3c2410_serial0
  19. Android-RootFs-InstallImage = Android/rootfs_android-mlc2.ubi
  20. Android-RootFs-RunImage = Android/rootfs_android.ext3
  21. ################### WindowsCE6 #################
  22. WindowsCE6-Bootloader= superboot-20110826.bin
  23. WindowsCE6-BootLogo = WindowsCE6\bootlogo.bmp
  24. WindowsCE6-InstallImage = WindowsCE6\NK_n43-i.bin
  25. WindowsCE6-RunImage = WindowsCE6\NK_n43-i.bin
  26. #################### Ubuntu #####################
  27. Ubuntu-BootLoader = superboot-20110826.bin
  28. Ubuntu-Kernel = Ubuntu/uzImage_n43
  29. Ubuntu-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs  init=/linuxrc console=ttySAC0,115200
  30. Ubuntu-RootFs-InstallImage = Ubuntu/rootfs_ubuntu-mlc2.ubi
  31. Ubuntu-RootFs-RunImage = Ubuntu/rootfs_ubuntu.ext3
  32. ############### UserBin #################
  33. UserBin-Image=WindowsCE/NK_n43-i.nb0
  34. userBin-StartAddress=50100000


文件系统路径F:\images\Linux\rootfs_qtopia_qt4-mlc2.ubi

superboot版本superboot-20110826.bin

出现的问题是切换到Nandflash启动后串口输出
复制代码
  1. Load Kernel...
  2. Uncompressing Linux...

之后就系统就不再运行,偶尔会出现uncompression error system halted的信息

之前这块板子也是烧过系统的,可以运行,但刷机后就出现了问题
级别: 新手上路
UID: 62120
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
贡献值: 0 点
综合积分: 24 分
注册时间: 2012-01-14
最后登录: 2017-09-23
4楼  发表于: 2012-07-03 12:33
问题已解决,刷机成功
级别: 新手上路
UID: 73184
精华: 0
发帖: 43
金钱: 220 两
威望: 44 点
贡献值: 0 点
综合积分: 86 分
注册时间: 2012-07-04
最后登录: 2013-05-28
5楼  发表于: 2012-07-09 21:22

 回 4楼(skyhigh) 的帖子

怎么做的??

我也遇到以上情况。。。
mjc
级别: 新手上路
UID: 87800
精华: 0
发帖: 2
金钱: 10 两
威望: 2 点
贡献值: 0 点
综合积分: 4 分
注册时间: 2013-02-26
最后登录: 2013-03-23
6楼  发表于: 2013-03-02 13:24
引用第4楼skyhigh于2012-07-03 12:33发表的  :
问题已解决,刷机成功

问题怎么解决的???