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: RedBoot load problem


"Martin Schoeberl" <martin.schoeberl@chello.at> writes:

> I'm using an old 486 notebook for first tests. I've installed the eCos
> version from the book 'Embedded Software Dev. w. eCos'. Everything works
> fine till the download of the first example via Hyperterminal. The download
> starts but after about 20KB it stops and host and traget run into timeouts.
> 

The most common cause of this sort of thing is that the application is
being loaded over the top of RedBoot. The download fails when it
overwrites a piece of code or data that is being used by the download.

Check that the application has not been built with FLOPPY startup, but
with RAM startup; and that you are using a fresh build directory, not
the same one redboot was built in.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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


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