This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Fis init" failed on EB40A


On Wed, 2005-07-27 at 18:50 +0200, Jaws wrote:
> Hi Dirk,
> i know the difference beetwen the two platforms, but i don't know why the
> atmel provide the redboot with the version string "EB40" on the directory
> EB40A. So the dubt could be an error on the version string or ont hte
> directory name. Anyway the EB40A is supported on ecos 2.01 infact the
> redboot image build for my platform is compiled from that version and the
> EB40A template exist in it.
> My problem is that when I run the RAM version of my redboot on EB40A,
> everithing works fine, also the fis init comamnds and so on, But when i
> tried to launch the ROM or ROMRAM version the result is the same:
> 
> $T0a0f:a08c0202;0d:eccf0e02;#71
> $T0a0f:a08c0202;0d:eccf0e02;#71
> $T0a0f:a08c0202;0d:eccf0e02;#71
> 
> for each time I pressed Enter. i supposed it was a problem related to a
> change in the serial baudrate, but I tried different rate with similar
> output but nothing related to redboot prompt.

No, this message tells you that RedBoot got an error, probably within
the FLASH access code itself.  In this case the code was executing
at location 0x02028CA0 - you can look this up in your ROM .elf image.

What you see is GDB strings which indicate the failure.  Unless you
connect with a GDB client, you won't be able to make much sense of them.
If you type characters, it will just spit out the same string (unless
you know how to type GDB internal protocol!)

> 
> any idea about this?
> 
> Thanks
> Jaws
> 
> 
> 
> ----- Original Message -----
> From: "Dirk Eibach" <eibach@gdsys.de>
> To: <jaws75@tiscali.it>
> Cc: <ecos-discuss@ecos.sourceware.org>
> Sent: Wednesday, July 27, 2005 2:55 PM
> Subject: Re: [ECOS] "Fis init" failed on EB40A
> 
> 
> > Hi,
> >
> > >     I have some problem with flash and fis commands.
> > > I' using the EB40A with the redboot versio
> >
> > > Platform: Atmel AT91/EB40 (AT91R40807 ARM7TDMI)
> >
> > Did it come to your mind that there might be a major difference between
> > EB40 and EB40A?
> >
> > EB40A is not supported in ecos 2.0, you have to use cvs.
> >
> > Cheers
> > Dirk
> >

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]