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]

Halting RedBoot


Hi there,
I'm in a trouble with RedBoot cause during the boot it receives a character from the serial port (different from ^C) and the boot stops waiting for a Return.
I don't need this behaviour cause the serial port is shared with a printer that, when the board powers up, sends a char then the board stops.

My question is:
How can i jump it?
The code that enable the behaviour is
        } else {
                script = hold_script;
        }
??

If i comment out this code the bootloader can stops only with Ctrl-C ??

Thanks!
________________________________

Ing. Stefano Mora

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