Home
last modified time | relevance | path

Searched hist:"67 ef2c133f099d3d719058eb73aeec8f1574655c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dwarp7.h67ef2c133f099d3d719058eb73aeec8f1574655c Thu Jun 09 17:54:30 UTC 2016 Fabio Estevam <fabio.estevam@nxp.com> warp7: Fix DFU support

Currently DFU is not working.

Adjust CONFIG_SYS_MALLOC_LEN and dfu_alt_info so that we are
able to flash u-boot.imx into the eMMC via dfu using the
following method:

=> dfu 0 mmc 0

In the host PC:

dfu-util -D u-boot.imx -a boot

This is the same approach done in the mx6sl warp board.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>