Re: [U-Boot] problem with USB storage STALL status

2013-03-04 Thread Wolfgang Denk
Dear Anton Vasilyev, In message you wrote: > > Separating DATA phase and STATUS phase by mdelay(1) helps me solve current > problem. > > diff --git a/common/usb_storage.c b/common/usb_storage.c > index fb322b4..ea88536 100644 > --- a/common/usb_storage.c > +++ b/common/usb_storage.c > @@ -740,6

Re: [U-Boot] problem with USB storage STALL status

2013-03-04 Thread Anton Vasilyev
Hello, Separating DATA phase and STATUS phase by mdelay(1) helps me solve current problem. diff --git a/common/usb_storage.c b/common/usb_storage.c index fb322b4..ea88536 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -740,6 +740,7 @@ static int usb_stor_BBB_transport(ccb *srb, s

[U-Boot] problem with USB storage STALL status

2013-02-27 Thread Anton Vasilyev
Greetings, I faced with problem: when I read data from USB Storage It unpredictably goes to 'RESET:stall' condition. After this read continuously fall down to usb_stor_BBB_reset() function Comment to this function told about Reset recovery: * For Reset Recovery the host shall issue in the followin