|
我使用skyeye-1.3.2_rc1,./configure; make lib; make; make install ;make install_lib过程都没有什么问题。但在运行arm_hello的时候出现:
[root..]# 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 |
|