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]

Re: Re: RedBoot Problems!


Gary Thomas wrote:

> > > target board and use the hyper terminal to connect the target board. I saw a string like
> > this
> > > -> $T0540:fff05cd8;01:00004664;#92 and I can use the gdb to connect the target board and
[snip]
> Try building RedBoot without FLASH support and see what happens.
> If that works, then you can experiment with the flash driver and
> figure out where the problem might be.

It's also worth mentioning that this $T packet tells you the PC where it
hit the exception (0xfff05cd8, or possibly 0xd85cf0ff depending on
endianness, but probably not :-)), so you could disassemble the RedBoot
executable (using arm-elf-objdump -d ) to work out where that was.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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