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: small custom bootloader to start an app stored in flash


>Please have a look at the terminal output:
>
>JUMPC!â11=â
>HELLO2
>
>Notice that instead of "HELLO1" a garbage (C!â11=â) is printed out.
>Where as the next HELLO2 is ok.
>
>It is either something related to diag_print() that was not initialised
>properly.
>any ideas?
>
>Thank you very much for you help!!!
>
>Oleg

Oleg,

remember the HAL initialisation code is always part of your application.
Depending on your eCos configuration, the serial device and its tx port is initialized by the bootloader and again by your application.

Rainer


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