younew 发表于 2006-9-25 15:46:10

我也遇到同样的问题

zzghost 发表于 2006-10-9 11:57:13

skyeye的文档太差了,希望高手们在开发新功能的时候,能关注一下文档,不然只有少数几个人能用那有什么用??

shiningstone 发表于 2006-10-10 19:39:04

哈哈,原来不止我一个人碰到这种问题,大家把自己的经验都写上来啊

版主是不是都忙着写程序去了

shentu 发表于 2006-10-19 14:58:25

Re: 为什么停在这里了?【在run后】

楼主,好像你的skyeye.conf跟readme里的有区别阿。在1.2-rc8里的readme比你写的多了一句:
#now, add more options on mem_bank
mem_bank: map=M, type=RW, addr=0x10000000, size=0x00000800, file=./loader.bin,boot=yes
#start binary program at 0x100000000

我觉得关键在于,boot=yes作什么用不太了解,在文档里找不到介绍。不知道你现在有什么进展没有?

yushengmei 发表于 2006-12-6 16:39:12

嚴重關注這個問題.

# cd /usr/src/uClinux-dist
# skyeye linux-2.4.x/linux
GNU gdb 5.3
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.Type "show warranty" for details.
***************************************************************
************   SkyEye is Simulator based on GDB   *************
***************************************************************
This SkyEye was configured as "--host=i686-pc-linux-gnu --target=arm-elf"...
(SkyEye) target sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x813d810
SKYEYE: use arm7100 mmu ops
Loaded ROM images/romfs.img
Connected to the simulator.
(SkyEye) load
Loading section .init, size 0xa000 vma 0x1000000
Loading section .text, size 0xc5c10 vma 0x100a000
Loading section .data, size 0x8320 vma 0x10d0000
Start address 0x1000000
Transfer rate: 7076224 bits in <1 sec.
(SkyEye) run
Starting program: /usr/src/uClinux-dist/linux-2.4.x/linux
停下來不動了.

xhjun_csu 发表于 2006-12-12 22:40:58

我才用skyeye,我按照置顶的教程一步一步做,发现运行run之后也卡住了。不过我把skyeye.conf中的file=images/romfs.img改成file=./images/romfs.img就可以了。
页: 1 [2]
查看完整版本: 为什么停在这里了?【在run后】