From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Aug 2014 10:08:54 -0600 Subject: [U-Boot] thor integration with ci_udc In-Reply-To: References: Message-ID: <53EB8D96.9080309@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/13/2014 04:58 AM, S Durga Prasad Paladugu wrote: > Hi, > > Does anyone tested by integrating thor functionality with the ci_udc driver > instead of samsung s3c_udc_otg? I am trying to do the same on my zynq board > then the enumeration was successful but not able to download the file using > lthor. > Any other inputs on this would be fine. I haven't used the Thor protocol, but I have used both USB mass storage (UMS) and Device Firmware Upgrade (DFU) with success on an NVIDIA Tegra system. DFU at least required some patches that have been merged after v2014.07, but I think that was all to the DFU stack, not ci_udc itself.