[问题]skyeye运行到use arm 7100 mmu ops就停住了,这是怎么回事呢?
发表于 : 2007-10-17 17:00
运行simple_test.elf后,就出现下面的提示
root@momoko-desktop:/home/momoko/ucosii/samples/simple_test# skyeye simple_test.elf
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
Non-option argument simple_test.elf
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a2e0
SKYEYE: use arm7100 mmu ops
到这里就停住了,请问这是什么问题?
之前把mem_num注释掉了,现在去掉注释
#skyeye config file sample
cpu: arm7tdmi
mach: at91
mem_num: 7
mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
mem_bank: map=M, type=R, addr=0x01400000, size=0x00400000
mem_bank: map=M, type=RW, addr=0x02000000, size=0x00400000
mem_bank: map=M, type=RW, addr=0x02400000, size=0x00008000
mem_bank: map=M, type=RW, addr=0x04000000, size=0x00400000
mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
再运行skyeye simple_test.elf,就会出现下面的提示
root@momoko-desktop:/home/momoko/ucosii/samples/simple_test# skyeye simple_test.elf
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
Non-option argument simple_test.elf
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a2e0
Unkonw option: mem_num
skyeye_read_config: config file skyeye.conf have errors!
真的很奇怪阿~
root@momoko-desktop:/home/momoko/ucosii/samples/simple_test# skyeye simple_test.elf
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
Non-option argument simple_test.elf
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a2e0
SKYEYE: use arm7100 mmu ops
到这里就停住了,请问这是什么问题?
之前把mem_num注释掉了,现在去掉注释
#skyeye config file sample
cpu: arm7tdmi
mach: at91
mem_num: 7
mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
mem_bank: map=M, type=R, addr=0x01400000, size=0x00400000
mem_bank: map=M, type=RW, addr=0x02000000, size=0x00400000
mem_bank: map=M, type=RW, addr=0x02400000, size=0x00008000
mem_bank: map=M, type=RW, addr=0x04000000, size=0x00400000
mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
再运行skyeye simple_test.elf,就会出现下面的提示
root@momoko-desktop:/home/momoko/ucosii/samples/simple_test# skyeye simple_test.elf
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
Non-option argument simple_test.elf
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a2e0
Unkonw option: mem_num
skyeye_read_config: config file skyeye.conf have errors!
真的很奇怪阿~