|
[root@rh9-2 uClinux-dist]# skyeye linux
***********************************************************************
**** ****
**** SkyEye Simulator Ver 0.9.8 with GDB/Insight 5.3 Interface ****
**** ****
***********************************************************************
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
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.
This SkyEye was configured as "--host=i686-pc-linux-gnu --target=arm-elf"...
(SkyEye) tar sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0, mach_init addr 0x8162fd8
SKYEYE: use arm7100 mmu ops
Loaded RAM ./boot.rom
Connected to the simulator.
(SkyEye) load
Loading section .init, size 0xa000 vma 0xc000000
Loading section .text, size 0x1bdae0 vma 0xc00a000
Loading section .data, size 0x7b1c vma 0xc1c8000
Start address 0xc000000
Transfer rate: 15183840 bits in <1 sec.
(SkyEye) r
Starting program: /root/uClinux-dist/linux
运行到这里就停住了,是怎么回事?
skyeye.conf如下:
[root@rh9-2 uClinux-dist]# more skyeye.conf
#skyeye config file sample
cpu: arm7tdmi
mach: s3c44b0
mem_bank: map=M, type=R, addr=0x00000000, size=0x00200000
mem_bank: map=M, type=RW, addr=0x0C000000, size=0x00800000,file=./romfs.img
mem_bank: map=M, type=RW, addr=0x0E000000, size=0x00800000
mem_bank: map=I, type=RW, addr=0x01c00000, size=0x00400000 |
|