commit | 7ca1efbc05f66fd1149c1bdbfeaf58823c056cef | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Wed Sep 23 00:52:33 2015 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 02 10:51:20 2015 +0200 |
tree | ad47b61864b468ecf01a27015c549cd2abc75b11 | |
parent | 26ffbefec3c3f3a21187d78827fb2ca7213f36d4 [diff] |
mx6sabre_common: Add DFU support 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 <fabio.estevam@freescale.com>