From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 30 Oct 2013 13:08:08 -0700 Subject: [U-Boot] SPL Dfu update In-Reply-To: <20131030200130.A3663380C14@gemini.denx.de> References: <20131030135838.034ce78c@amdc308.digital.local> <52710980.6020302@denx.de> <20131030134447.GL19303@bill-the-cat> <52711686.1070409@denx.de> <52711896.6010900@boundarydevices.com> <20131030200130.A3663380C14@gemini.denx.de> Message-ID: <52716728.9070704@boundarydevices.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 Wolfgang, On 10/30/2013 01:01 PM, Wolfgang Denk wrote: > Dear Eric Nelson, > > In message <52711896.6010900@boundarydevices.com> you wrote: >> >> In the case of our i.MX boards that boot to SPI-NOR, it would be >> nice to simply load an SPL image over the i.MX downloader >> and have immediate access to DFU so we can use it to >> program the SPI-NOR. > > Rewrite this as "...simply load an image over the i.MX downloader" and > then explain again, why the DFU support needs to be in the SPL instead > of the "real" U-Boot? > I can't because it doesn't (of course), and this is what we're doing right now, since we only have "real" U-Boot... And we don't yet have DFU support until the next release. I should get back to work and send some patches... Cheers, Eric