|
我用的是杭州立宇泰公司生产的ARMSys(处理器S3C44B0X)
大家有谁仿真成功的,交流下
我用立宇泰公司给的uclinux_armsys_051111.tgz包编译出来的内核老是不能成功用在SKYEYE上,大侠帮帮忙好吗?
配置
#skyeye config file sample
cpu: arm7tdmi
mach: s3c44b0
mem_bank: map=M, type=R, addr=0x00000000, size=0x00200000
#mem_bank: map=M, type=R, addr=0x01C00000, size=0x02000000
#mem_bank: map=M, type=R, addr=0x00000000, size=0x00200000
mem_bank: map=M, type=RW, addr=0x0C000000, size=0x00800000,file=../images/image.rom,boot=yes
mem_bank: map=I, type=RW, addr=0x01c00000, size=0x08400000
运行:
***********************************************************************
**** ****
**** 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)
(SkyEye) target sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0, mach_init addr 0x818d430
SKYEYE: use arm7100 mmu ops
Loaded RAM ../images/image.rom
Connected to the simulator.
(SkyEye) load
Loading section .init, size 0xf000 vma 0xc008000
Loading section .text, size 0x1b05a8 vma 0xc017000
Loading section .data, size 0xd370 vma 0xc1c8000
Start address 0xc008000
Transfer rate: 15091904 bits in <1 sec.
(SkyEye) run
Starting program: /home/uClinux-dist/linux-2.4.x/linux
rder: %lu, %lu bytes)
ash table entries: %d (order: %lu, %lu bytes)
has not started
table entries: %d (order: %lu, %lu bytes)
就一直停在这了 |
|