[U-Boot] [PATCH 1/1] colibri_imx7: fastboot support

Marcel Ziswiler marcel.ziswiler at toradex.com
Thu Jun 6 10:36:59 UTC 2019


On Fri, 2019-05-31 at 13:19 +0300, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk at toradex.com>
> 
> Enable fastboot support (including "fastboot oem" subset of
> commands).
> 
> Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com>

Reviewed-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>

> ---
>  configs/colibri_imx7_emmc_defconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/configs/colibri_imx7_emmc_defconfig
> b/configs/colibri_imx7_emmc_defconfig
> index f66602c0c3..b91ab5df69 100644
> --- a/configs/colibri_imx7_emmc_defconfig
> +++ b/configs/colibri_imx7_emmc_defconfig
> @@ -67,3 +67,11 @@ CONFIG_VIDEO=y
>  CONFIG_FAT_WRITE=y
>  CONFIG_OF_LIBFDT_OVERLAY=y
>  CONFIG_DM_USB=y
> +CONFIG_FASTBOOT=y
> +CONFIG_FASTBOOT_USB_DEV=0
> +CONFIG_FASTBOOT_FLASH=y
> +CONFIG_FASTBOOT_FLASH_MMC_DEV=0
> +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
> +CONFIG_USB_FUNCTION_FASTBOOT=y
> +CONFIG_FASTBOOT_BUF_ADDR=0x82000000
> +CONFIG_FASTBOOT_BUF_SIZE=0x10000000


More information about the U-Boot mailing list