steven_lucas 发表于 2012-7-5 10:40:17

在SkyEye-1.3.4_rc1运行arm_hello停在create_uart_console

我使用skyeye-1.3.2_rc1,./configure; make lib; make; make install ;make install_lib过程都没有什么问题。但在运行arm_hello的时候出现:
# skyeye -e arm_hello
SkyEye 1.3.4-rc1
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.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye) start
In create_uart_console <=============== skyeye就停在这里了
弹出的xterm窗口不能操作,过一定的时间后xterm窗口自动退出了。
但修改uart:mod=stdio(eterm)后就可以运行了。但这种方式和文档http://skyeye.sourceforge.net/wiki/index.php/SkyEyeStart里面显示输出的都不一样。请教是什么原因。
我使用VMWARE8.0.2+CentOS6.2+gcc4.4.6

skyeye.conf为:
#skyeye config file sample
arch:arm
cpu: arm7tdmi

mach: at91

mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
uart:mod=term
#log: logon=0, logfile=./sk1.log, start=0, end=200000

steven_lucas 发表于 2012-7-8 19:10:42

skyeye-testsuite-1.3.4_rc1.tar.gz中没有一个可以用term选项的,到底uart:mod=term这个选项测试过没有啊?有没有支持啊?

Sliwell 发表于 2013-11-28 08:58:48

同样的问题

我的skyeye在start时,停止在In create_uart_console

在弹出的窗口中显示如下信息:
connectting:No route to host

偶尔出现如下:
connect timed out

版本1.3.2
rhel5.5
kernel 2.6.18

[ 本帖最后由 Sliwell 于 2013-11-28 09:00 编辑 ]
页: [1]
查看完整版本: 在SkyEye-1.3.4_rc1运行arm_hello停在create_uart_console