
15 Nov
2016
15 Nov
'16
10:34 p.m.
On Dienstag, 15. November 2016 13:02:45 CET Stefan Agner wrote:
From: Stefan Agner stefan.agner@toradex.com
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index bb99f1f..54bcba3 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -497,6 +497,32 @@ config SPL_USB_SUPPORT config options. This enables loading from USB using a configured device.
+config SPL_DFU_SUPPORT
- bool "Support DFU (Device Firmware Upgarde)"
Typo: Upgrade
- depends on SPL
- select SPL_HASH_SUPPORT
- help
This feature enables the DFU (Device Firmware Upgarde) in SPL with
dito
RAM memory device support. The ROM code will load and execute
the SPL built with dfu. The user can load binaries (u-boot/kernel) to
selected device partition from host-pc using dfu-utils.
a selected /or/ partitions
This feature is useful to flash the binaries to factory or bare-metal
boards using USB interface.
Kind regards,
Stefan