[U-Boot] Problem with usbtty and loads

12 Jan
2010
12 Jan
'10
11:02 p.m.
Hi,
When using console over usb tty the "loads" command does not behave well. It seems to eat every other character from the stream.
I traced the problem to read_record() function to these lines:
/* Check for the console hangup (if any different from serial) */ if (gd->jt[XF_getc] != getc) { if (ctrlc()) { return (-1); } }
These end up eating every other character. Not being familiar with the u-boot console system what would be a proper fix for this?
CONFIG_CONSOLE_MUX is enabled.
- Juha
5597
Age (days ago)
5597
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juha Kuikka