blob: 609a678793d77fa929234c5b436d095d057a91f7 [file] [log] [blame]
Patrick Delaunay0440d862021-02-25 13:37:00 +01001
2config CMD_STM32PROG
3 bool "command stm32prog for STM32CudeProgrammer"
4 select DFU
5 select DFU_RAM
6 select DFU_VIRT
7 select PARTITION_TYPE_GUID
8 imply CMD_GPT if MMC
9 imply CMD_MTD if MTD
10 imply DFU_MMC if MMC
11 imply DFU_MTD if MTD
12 help
13 activate a specific command stm32prog for STM32MP soc family
14 witch update the device with the tools STM32CubeProgrammer,
15 using UART with STM32 protocol or USB with DFU protocol
16 NB: access to not volatile memory (NOR/NAND/SD/eMMC) is based
17 on U-Boot DFU framework
18