From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 2 Oct 2015 10:51:52 +0200 Subject: [U-Boot] [PATCH] mx6sabre_common: Add DFU support In-Reply-To: <1442980353-4073-1-git-send-email-festevam@gmail.com> References: <1442980353-4073-1-git-send-email-festevam@gmail.com> Message-ID: <560E45A8.9020702@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23/09/2015 05:52, Fabio Estevam wrote: > From: Fabio Estevam > > Add DFU support. > > Tested by flashing SPL and u-boot.img into SPI NOR flash with the > following commands: > > => setenv dfu_alt_info ${dfu_alt_info_spl} > > => run dfuspi > > On the host PC: > > $ sudo dfu-util -D SPL -a spl > > On the target: > > CTRL+C > => setenv dfu_alt_info ${dfu_alt_info_img} > > => run dfuspi > > On the host PC: > > $ sudo dfu-util -D u-boot.img -a u-boot > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================