2008-04-26 01:43:15 how to use skyeye for bf561-ezkit?
chong yuan (CHINA)
Message: 54974
first,i downloaded "skyeye-1.2-RC8-3.tar.bz2 "and exacted it in "/" directory
second, do "make" in "/skyeye-v1"
third,create a config file named <code>skyeye.conf</code> with one line in it: "arch: blackfin" in "/skyeye-v1"directory
fourth,"make AnalogDevices/BF561-EZKIT_default" in "uclinux-dist"directory and left linux file in "images"directory
finally, copy "/uclinux-dist/images/linux" to "/skyeye-v1" and run "skyeye -e linux" in "/skyeye-v1" ,however, following error showed:
[root@david skyeye-v1]# skyeye -e linux
arch: blackfin
begin init emulator()
exec file "linux"'s format is elf32-little.
load section .text: addr = 0x00001000 size = 0x000ea750.
load section .rodata: addr = 0x000ec000 size = 0x00034958.
load section __ksymtab: addr = 0x00120958 size = 0x00003638.
load section __ksymtab_gpl: addr = 0x00123f90 size = 0x00000e60.
load section __ksymtab_strings: addr = 0x00124df0 size = 0x0000a3e0.
load section __param: addr = 0x0012f1d0 size = 0x00000140.
load section .data: addr = 0x00130000 size = 0x00010000.
load section .init.text: addr = 0x00140000 size = 0x000156e0.
load section .init.data: addr = 0x001556e0 size = 0x00000cac.
load section .init.setup: addr = 0x0015638c size = 0x00000250.
load section .initcall.init: addr = 0x001565dc size = 0x0000018c.
load section .con_initcall.init: addr = 0x00156768 size = 0x00000004.
load section .init.ramfs: addr = 0x0015676c size = 0x00293a12.
load section .text_l1: lma = 0x003ea17e (vma = 0xffa00000) size = 0x00001e68.
load section .data_l1: lma = 0x003ebfe6 (vma = 0xff800000) size = 0x000000c0.
not load section .bss: addr = 0x003ed000 size = 0x0000f570 .
not load section .comment: addr = 0x00000000 size = 0x00002990 .
start addr is set to 0x00140000 by exec file.
ssram_write_long addr 0xffb00ffc
ssram_write_long addr 0xffb00ff8
ssram_write_long addr 0xffb00ff4
ssram_write_long addr 0xffb00ff0
ssram_write_long addr 0xffb00fec
ssram_write_long addr 0xffb00fdc
ssram_write_long addr 0xffb00fd8
ssram_write_long addr 0xffb00fd4
ssram_write_long addr 0xffb00fd0
ssram_write_long addr 0xffb00fcc
ssram_read_long addr 0xffb00fcc
ssram_read_long addr 0xffb00fd0
ssram_read_long addr 0xffb00fd4
ssram_read_long addr 0xffb00fd8
ssram_read_long addr 0xffb00fdc
ssram_write_long addr 0xffb00fdc
ssram_write_long addr 0xffb00fd8
ssram_write_long addr 0xffb00fd4
ssram_write_long addr 0xffb00fd0
ssram_write_long addr 0xffb00fcc
ssram_write_long addr 0xffb00fc8
bf533_io_write_word io error!!!addr=0xffc01f28,pc=0x6c58
Illegal instruction
pls help me!
thank you very much!
TranslateQuoteReplyEditDelete
2008-04-26 01:52:08 Re: how to use skyeye for bf561-ezkit?
Mike Frysinger (UNITED STATES)
Message: 54975 skyeye doesnt currently support the BF561
QuoteReplyEditDelete
2008-04-26 05:19:13 Re: how to use skyeye for bf561-ezkit?
chong yuan (CHINA)
Message: 55017
Thank you!
what about bf533?
if bf533 is supported,what shoud i do to use skyeye for bf533?
TranslateQuoteReplyEditDelete
2008-04-26 05:28:22 Re: how to use skyeye for bf561-ezkit?
Mike Frysinger (UNITED STATES)
Message: 55018 unfortunately, only like the 2005R3 or 2005R4 release will work
QuoteReplyEditDelete
2008-04-26 06:39:21 回复: Re: how to use skyeye for bf561-ezkit?
chong yuan (CHINA)
Message: 55021 thank you very very much!