Home
last modified time | relevance | path

Searched hist:"7 daaac5281db0788cde895a0add38ad5195b5be1" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dmx6sabre_common.h7daaac5281db0788cde895a0add38ad5195b5be1 Wed Sep 23 03:52:33 UTC 2015 Fabio Estevam <fabio.estevam@freescale.com> 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>