|
I use follow config. on skyeye 0.98
cpu: arm920t
mach: s3c2410x
mem_bank: map=M, type=RW, addr=0xb0000000, size=0x01000000
mem_bank: map=M, type=RW, addr=0xbf000000, size=0x01000000, file=./initrd.img
mem_bank: map=M, type=RW, addr=0xc0000000, size=0x01000000
mem_bank: map=M, type=RW, addr=0xc1000000, size=0x00600000
mem_bank: map=M, type=RW, addr=0xc1600000, size=0x00a00000
#mem_bank: map=I, type=RW, addr=0xfefa0000, size=0x00060000
mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000
mem_bank: map=I, type=RW, addr=0x19000300, size=0x00000020
net: type=cs8900a, base=0x19000300, size=0x20,int=9, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
#lcd:type=s3c2410x,mod=gtk
#dbct:state=on
the run info:
[root@wzc 2410linux]# skyeye xipImage
***********************************************************************
**** ****
**** 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"...
(no debugging symbols found)...
(SkyEye) target sim
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x8165ee8
nic[0] info: state=0, ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
SKYEYE: use arm920t mmu ops
Loaded RAM ./initrd.img
Connected to the simulator.
(SkyEye) load
Loading section .init, size 0x25240 vma 0xbf080000
Loading section .text, size 0x4a52b8 vma 0xbf0a5300
Loading section __param, size 0x1144 vma 0xbf54a5b8
Loading section .data, size 0x115e80 vma 0xc0008000
Start address 0xbf080000
Transfer rate: 12331384 bits/sec.
(SkyEye) run
Starting program: /mnt/wind/2410Linux/xipImage
SKYEYE ARMul_MRC,CANT UndefInstr CPnum is e, instr ee103e10
who can tell me what's wrong |
|