QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6816|回复: 0

skyeye 运行s3c6410错误

[复制链接]
发表于 2014-9-10 11:44:57 | 显示全部楼层 |阅读模式
使用skyeye1.3.4-rc1,运行testsuite-1.3.4-rc1里面的s3c6410_lcd是成功的。
现想自己编译linux kernel:
toolchain:使用Sourcery G++ Lite 2010q1-202 for ARM GNU/Linux
kernel:官网上的 linux-2.6.35.tar.bz2
kernel的boot args设置为:
      console=ttySAC0,115200 root=/dev/ram init=/linuxrc initrd=0x50800000,2M rw
然后编译顺利获取到vmlinux

skyeye.conf
  1. # skyeye config file for S3C6410X
  2. arch:arm
  3. cpu: arm11
  4. mach: s3c6410x

  5. # physical memory
  6. mem_bank: map=M, type=RW, addr=0x50000000, size=0x00800000
  7. mem_bank: map=M, type=RW, addr=0x50800000, size=0x00800000, file=./initrd.img
  8. mem_bank: map=M, type=RW, addr=0x51000000, size=0x19000000

  9. # all peripherals I/O mapping area
  10. mem_bank: map=I, type=RW, addr=0x70000000, size=0x10000000
  11. mem_bank: map=I, type=RW, addr=0x80000000, size=0x10000000

  12. uart:mod = term
复制代码
然后使用testsuite中s3c6410目录下的initrd.img文件

运行:
   skyeye -e vmlinux -c skyeye.conf
运行后不停出现

  1. ERROR: s3c6410x_io_read_word(0x89ff0014) = 0xffffffff
复制代码
  1. skyeye -e vmlinux -c skyeye.conf
  2. SkyEye 1.3.4-rc1
  3. SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
  4. Get more information about it, please visit the homepage http://www.skyeye.org.
  5. Type "help" to get command list.
  6. (skyeye) start
  7. In create_uart_console
  8. do_load_addr_option not finished.
  9. 1 core is initialized.
  10. In new_s3c6410_lcd, attr=0x94620d0
  11. Xlib:  extension "RANDR" missing on display "localhost:10.0".
  12. (skyeye) run
  13. (running) Bus read error, can not find corresponding bank for addr 0x0,pc=0x500083b8
  14. ERROR: s3c6410x_io_read_word(0x89ff0010) = 0xffffffff
  15. ERROR: s3c6410x_io_read_word(0x89ff0014) = 0xffffffff
  16. ERROR: s3c6410x_io_read_word(0x89ff0018) = 0xffffffff
  17. ERROR: s3c6410x_io_read_word(0x89ff0004) = 0xffffffff
  18. ERROR: s3c6410x_io_read_word(0x89ff0008) = 0xffffffff
复制代码
请问如何解决呢?
或者能提供运行其他arm11版本kernel的方法,不胜感激!

Regards,
Give


[ 本帖最后由 give 于 2014-9-10 11:54 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-4-23 22:46 , Processed in 0.071795 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表