This is the mail archive of the ecos-discuss@sourceware.org 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: How to solve this issue?


On Thu, Feb 01, 2007 at 01:21:04AM -0800, Lucky_07 wrote:
> 
> Hi,
>   I am working with the porting of the ecos application to at91rm9200 board.
> I am very new to all these. 
>  
> I have seen a mail in the ecos-discuss with the subject ???How to handle it????
> in the December 2003 Even I am facing the same problem as was in that mail
> and I couldn???t find how that problem was solved.Redboot is coming up and It
> seems like I can load the application using the redboot commands "load -m
> xmodem" or "load -m tftp" it is displaying raw file has been looded(Raw file
> loaded 0x20108000-0x20415851, assumed entry at 0x20108000) but when using
> "go" to execute
>  
> app,redboot is displaying strange string as shown below 
>  
> RedBoot> go
>  
> About to execute application at 0x20108000
> $T050f:04801020;0d:042c0020;#17$T050f:04801020;0d:042c0020;#17

You application has crash. Use gdb connected to the serial port to
find out where it crashed. gdb can decode this $T050f:... string.

     Andrew

-- 
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]