I modified the skyeye.conf like you said : i follow the link
but i don't resolve the pb yet
here the output
[EMAIL PROTECTED]:/uClinux-dist/linux-2.6.x# skyeye -e linux
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a750
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
SKYEYE: use arm7100 mmu ops
Loaded ROM ./romfs.img
exec file "linux"'s format is elf32-littlearm.
load section .init: addr = 0x01008000 size = 0x0000f000.
load section .text: addr = 0x01017000 size = 0x000ade94.
not load section .pci_fixup: addr = 0x010c5000 size = 0x00000000 .
not load section .rio_route: addr = 0x010c5000 size = 0x00000000 .
not load section __ksymtab: addr = 0x010c5000 size = 0x00000000 .
not load section __ksymtab_gpl: addr = 0x010c5000 size = 0x00000000 .
not load section __ksymtab_unused: addr = 0x010c5000 size = 0x00000000 .
not load section __ksymtab_unused_gpl: addr = 0x010c5000 size = 0x00000000 .
not load section __ksymtab_gpl_future: addr = 0x010c5000 size = 0x00000000 .
not load section __kcrctab: addr = 0x010c5000 size = 0x00000000 .
not load section __kcrctab_gpl: addr = 0x010c5000 size = 0x00000000 .
not load section __kcrctab_unused: addr = 0x010c5000 size = 0x00000000 .
not load section __kcrctab_unused_gpl: addr = 0x010c5000 size = 0x00000000 .
not load section __kcrctab_gpl_future: addr = 0x010c5000 size = 0x00000000 .
load section __param: addr = 0x010c5000 size = 0x0000008c.
load section .data: addr = 0x010c6000 size = 0x000094c8.
not load section .bss: addr = 0x010cf4e0 size = 0x0000b568 .
not load section .comment: addr = 0x00000000 size = 0x00001098 .
not load section .debug_abbrev: addr = 0x00000000 size = 0x000391fc .
not load section .debug_info: addr = 0x00000000 size = 0x00598734 .
not load section .debug_line: addr = 0x00000000 size = 0x0006940e .
not load section .debug_pubnames: addr = 0x00000000 size = 0x0000d8f6 .
not load section .debug_str: addr = 0x00000000 size = 0x00022662 .
not load section .debug_aranges: addr = 0x00000000 size = 0x000027f0 .
not load section .debug_frame: addr = 0x00000000 size = 0x00021e28 .
not load section .debug_ranges: addr = 0x00000000 size = 0x00009ff8 .
start addr is set to 0x01008000 by exec file.
----- Message d'origine ----
De : Souhail Sou <[EMAIL PROTECTED]>
À : uClinux development list <[email protected]>
Envoyé le : Vendredi, 29 Février 2008, 17h14mn 09s
Objet : RE : Re: [uClinux-dev] error of skyeye
so
i used the uClinux-dist-20070130
>What is your build procedure?
i compile uClinux-dist on ubuntu on arm...
i refer to this link
http://opensrc.sec.samsung.com/Getting_Familiar_with_uClinuxARM2_6.html
i don't understand the meaning at91 ?and thanks
"Michael.Kang" <[EMAIL PROTECTED]> a écrit : What is your build procedure?
AFAIK, there is no AT91 support in
linux-2.6.x of uClinux-dist-20040408 package. And for
uClinux-dist-20070130 release, linux-2.6.x for at91 can work on
SkyEye. You can refer to the URL:
http://skyeye.wiki.sourceforge.net/uClinux
Thanks
MK
On Fri, Feb 29, 2008 at 8:02 PM, souhail sou wrote:
>
> i am trying to execute my image (after compilation of uClinux-dist-20040408)
> so i used skyeye-1.2.4 to run uClinux under.
>
> here my skyeye.conf
>
> #skyeye config file sample
>
> cpu: arm7tdmi
> mach: at91
> 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, file=./boot.rom
> 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
> #now, add more options on mem_bank
> #mem_bank: map=M, type=RW, addr=0x10000000, size=0x00000800,
> file=./loader.bin,boot=yes
> lcd: state=off
> net: type=rtl8019, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
> #uart: fd_in=/dev/ttyS0, fd_out=/dev/ttyS0
>
>
> when I carried out : [EMAIL PROTECTED]:/uClinux-dist/linux-2.6.x# skyeye
> -e linux
> the output show this message:
>
> arch: arm
> cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
> mach info: name at91, mach_init addr 0x805a750
> can't find device module: (null)
> ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
> SKYEYE: use arm7100 mmu ops
> Loaded ROM ./boot.rom
> exec file "linux"'s format is elf32-littlearm.
> load section .init: addr = 0x01008000 size = 0x0000f000.
> load section .text: addr = 0x01017000 size = 0x000ade94.
> not load section .pci_fixup: addr = 0x010c5000 size = 0x00000000 .
> not load section .rio_route: addr = 0x010c5000 size = 0x00000000 .
> not load section __ksymtab: addr = 0x010c5000 size = 0x00000000 .
> not load section __ksymtab_gpl: addr = 0x010c5000 size = 0x00000000 .
> not load section __ksymtab_unused: addr = 0x010c5000 size = 0x00000000 .
> not load section __ksymtab_unused_gpl: addr = 0x010c5000 size = 0x00000000
> .
> not load section __ksymtab_gpl_future: addr = 0x010c5000 size = 0x00000000
> .
> not load section __kcrctab: addr = 0x010c5000 size = 0x00000000 .
> not load section __kcrctab_gpl: addr = 0x010c5000 size = 0x00000000 .
> not load section __kcrctab_unused: addr = 0x010c5000 size = 0x00000000 .
> not load section __kcrctab_unused_gpl: addr = 0x010c5000 size = 0x00000000
> .
> not load section __kcrctab_gpl_future: addr = 0x010c5000 size = 0x00000000
> .
> load section __param: addr = 0x010c5000 size = 0x0000008c.
> load section .data: addr = 0x010c6000 size = 0x000094c8.
> not load section .bss: addr = 0x010cf4e0 size = 0x0000b568 .
> not load section .comment: addr = 0x00000000 size = 0x00001098 .
> not load section .debug_abbrev: addr = 0x00000000 size = 0x000391fc .
> not load section .debug_info: addr = 0x00000000 size = 0x00598734 .
> not load section .debug_line: addr = 0x00000000 size = 0x0006940e .
> not load section .debug_pubnames: addr = 0x00000000 size = 0x0000d8f6 .
> not load section .debug_str: addr = 0x00000000 size = 0x00022662 .
> not load section .debug_aranges: addr = 0x00000000 size = 0x000027f0 .
> not load section .debug_frame: addr = 0x00000000 size = 0x00021e28 .
> not load section .debug_ranges: addr = 0x00000000 size = 0x00009ff8 .
> start addr is set to 0x01008000 by exec file.
>
>
>
> please has anyone any idea, or an advice? thanks.
>
> ________________________________
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
> Mail
> _______________________________________________
> uClinux-dev mailing list
> [email protected]
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by [email protected]
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
>
--
www.skyeye.org
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
-----La pièce jointe correspondante suit-----
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
http://mail.yahoo.fr_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev