Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards
Make O4-iMX6ULL-NANO-based board compatible with Yocto layer meta-out4 and fix device flashing by UUU (aka MFG Tools). Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
This commit is contained in:
parent
f62611a9ed
commit
310d6655a1
2 changed files with 10 additions and 0 deletions
|
@ -49,3 +49,8 @@ CONFIG_USB=y
|
|||
CONFIG_USB_GADGET=y
|
||||
CONFIG_CI_UDC=y
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
|
||||
CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
|
||||
CONFIG_FASTBOOT_UUU_SUPPORT=y
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x0001
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x3016
|
||||
|
|
|
@ -57,3 +57,8 @@ CONFIG_USB=y
|
|||
CONFIG_USB_GADGET=y
|
||||
CONFIG_CI_UDC=y
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
|
||||
CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
|
||||
CONFIG_FASTBOOT_UUU_SUPPORT=y
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x0001
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x3016
|
||||
|
|
Loading…
Reference in a new issue