2021-02-25 12:37:00 +00:00
|
|
|
config CMD_STM32PROG
|
|
|
|
bool "command stm32prog for STM32CudeProgrammer"
|
|
|
|
select DFU
|
|
|
|
select DFU_RAM
|
|
|
|
select DFU_VIRT
|
|
|
|
select PARTITION_TYPE_GUID
|
|
|
|
imply CMD_GPT if MMC
|
|
|
|
imply CMD_MTD if MTD
|
|
|
|
imply DFU_MMC if MMC
|
|
|
|
imply DFU_MTD if MTD
|
|
|
|
help
|
|
|
|
activate a specific command stm32prog for STM32MP soc family
|
2021-02-25 12:37:01 +00:00
|
|
|
witch update the device with the tools STM32CubeProgrammer
|
2021-02-25 12:37:00 +00:00
|
|
|
NB: access to not volatile memory (NOR/NAND/SD/eMMC) is based
|
|
|
|
on U-Boot DFU framework
|
|
|
|
|
2021-02-25 12:37:01 +00:00
|
|
|
config CMD_STM32PROG_USB
|
|
|
|
bool "support stm32prog over USB"
|
|
|
|
depends on CMD_STM32PROG
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
activate the command "stm32prog usb" for STM32MP soc family
|
|
|
|
witch update the device with the tools STM32CubeProgrammer,
|
|
|
|
using USB with DFU protocol
|
|
|
|
|
|
|
|
config CMD_STM32PROG_SERIAL
|
|
|
|
bool "support stm32prog over UART"
|
|
|
|
depends on CMD_STM32PROG
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
activate the command "stm32prog serial" for STM32MP soc family
|
|
|
|
with the tools STM32CubeProgrammer using U-Boot serial device
|
2021-10-13 09:56:58 +00:00
|
|
|
and UART protocol.
|
2022-03-28 17:25:27 +00:00
|
|
|
|
|
|
|
config CMD_STM32PROG_OTP
|
|
|
|
bool "support stm32prog for OTP update"
|
|
|
|
depends on CMD_STM32PROG
|
2022-03-28 17:25:28 +00:00
|
|
|
default y if ARM_SMCCC || OPTEE
|
2022-03-28 17:25:27 +00:00
|
|
|
help
|
|
|
|
Support the OTP update with the command "stm32prog" for STM32MP
|