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: IXP425 UART Problem


"Jamaluddin Khan" <jamaluddin.khan@aftek.com> writes:

> Hi,
> 
> We are running redboot on IXP 425 platform. The IXP425 has a known bug
> that when the UART break indicator (fourth bit of LSR) is de-asserted,
> it is possible for the UART to detect a start bit and receive an
> incorrect 0xFF byte. And this bug is not fixed.  
> 
> So when this incorrect 0xFF byte received the bootloader goes in
> blocking read mon_read_char() and the bootloader gets stuck up there. 
> 
> Does anybody have any workaround for this? 

You could try fixing it in the driver: after detecting a break throw
away any 0xFF bytes received.

It may also be worthwhile working out why you are getting breaks in
the first place.


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


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