From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Date: Tue, 24 Feb 2015 18:53:43 +0530 Subject: [U-Boot] [PATCH 06/11] usb: dwc3: add a workaround for too small OUT requests In-Reply-To: <20150223154422.054cdee4@amdc2363> References: <1424700152-8554-1-git-send-email-l.majewski@samsung.com> <1424700152-8554-7-git-send-email-l.majewski@samsung.com> <54EB382B.20709@ti.com> <20150223154422.054cdee4@amdc2363> Message-ID: <54EC7B5F.4080604@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Monday 23 February 2015 08:14 PM, Lukasz Majewski wrote: > Hi Kishon, > >> Hi, >> >> On Monday 23 February 2015 07:32 PM, Lukasz Majewski wrote: >>> From: Marek Szyprowski >>> >>> DWC3 hangs on OUT requests smaller than maxpacket size, >>> so HACK the request length to be at least equal to maxpacket size. >> >> Curious to know using which gadget this issue was seen. > > We have been testing this code with USB Mass Storage, Thor and DFU > gadgets. nice! > > In the v2 commit letter you have stated that this code was tested with > DFU MMC: > >>> Testing: >>> *) tested DFU RAM and DFU MMC in dra7xx and am43xx > > Have you tried to run test at ./test/dfu directory? Haven't seen that before. I download images MLO, u-boot.img, uImage, fdt etc using dfu and do a boot test using the downloaded images. Will try using the ./test/dfu directory. Thanks Kishon