[U-Boot-Users] Re: Unable to send keys inputs from keyboard to u-boot
Jordan Foo
jordan at orcon.net.nz
Fri Jul 16 01:02:46 CEST 2004
Sorry for sending on a new thread, I'm on a different machine so is
unable to continue the last thread.
Hi Anders,
>Running: enable_interrupts()
That is just some puts() code to tell myself where the code is up to.
The function AFAIK is actually an empty function and does nothing
according to cpu/pxa/interrupts.c
I've tried 3 terminal program, 2 in windows (HyperTerminal & Tera Term
Pro) and 1 in linux (minicom). Althought minicom is known to have
problems, it is only transmission of file across tftp that is
problematic I think.
WD did suggest that it might just the flow control.
I've tried all 3 settings available, Hardware, Xon/Xoff and None.
All 3 of them have not worked.
I've been trying to see where the code stops and it seems to stop in
rcode = parse_stream(&temp, &ctx, inp, '\n');
this is in common/hush.c line: 3154
Continuing with the hunt :)
Cheers,
Kind regards,
Jordan
> From: Anders Larsen <alarsen at re...>
> Re: Unable to send keys inputs from keyboard to u-boot
> 2004-07-15 00:51
>
> Jordan Foo <jordan at or...> schreibt:
> >Hi there, I"m using a custom PXA255 board and finally getting >u-boot to
> >run on board. currently all the events are outputted to the serial. >I"m
> >using STUART on the board as the the other UARTs are reserved :(
> >
> >So far my out puts are:
> >U-Boot 1.1.1 (Jul 15 2004 - 13:58:37)
>
> Have you tried top of CVS?
> (This is a standard question; PXA255 has worked since 1.0.x ;-)
> >
> >Running: enable_interrupts()
> Interrupts? Why?
> >IZARUS>
> >================================================================
> >And then I am unable to do anything else.
> >Any clues/hints/suggestion are welcome :)
> This could be something as simple as cabling, or your terminal >program
> (which one?) expecting hardware handshake (not supported by the >STUART),
> or even an unhandled interrupt; that"s hard to tell...
> Cheers
> Anders
More information about the U-Boot
mailing list