All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards
@ 2021-12-20 14:00 Oleh Kravchenko
  2022-02-19 13:08 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Oleh Kravchenko @ 2021-12-20 14:00 UTC (permalink / raw)
  To: trini, sbabic; +Cc: u-boot, Oleh Kravchenko

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>
---
 configs/ev-imx280-nano-x-mb_defconfig | 5 +++++
 configs/o4-imx6ull-nano_defconfig     | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/configs/ev-imx280-nano-x-mb_defconfig b/configs/ev-imx280-nano-x-mb_defconfig
index 10f2ec9333..4188286825 100644
--- a/configs/ev-imx280-nano-x-mb_defconfig
+++ b/configs/ev-imx280-nano-x-mb_defconfig
@@ -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
diff --git a/configs/o4-imx6ull-nano_defconfig b/configs/o4-imx6ull-nano_defconfig
index 384e6826a7..e8071cb791 100644
--- a/configs/o4-imx6ull-nano_defconfig
+++ b/configs/o4-imx6ull-nano_defconfig
@@ -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
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards
  2021-12-20 14:00 [PATCH v2] Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards Oleh Kravchenko
@ 2022-02-19 13:08 ` sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2022-02-19 13:08 UTC (permalink / raw)
  To: Oleh Kravchenko, u-boot

> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-19 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 14:00 [PATCH v2] Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards Oleh Kravchenko
2022-02-19 13:08 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.