NXP manufacturing tools expect the device to have the NXP 0x1fc9 vendor ID instead of 0x0525. This is the value already used by other i.MX8 and i.MX9 boards.
Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- configs/imx93_frdm_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/imx93_frdm_defconfig b/configs/imx93_frdm_defconfig index eddd36c618d6..ae95c57218ce 100644 --- a/configs/imx93_frdm_defconfig +++ b/configs/imx93_frdm_defconfig @@ -127,7 +127,7 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="FSL" -CONFIG_USB_GADGET_VENDOR_NUM=0x0525 +CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9 CONFIG_USB_GADGET_PRODUCT_NUM=0x0152 CONFIG_CI_UDC=y CONFIG_ULP_WATCHDOG=y --- base-commit: 92dcb3ad5d98f494b2448a7345e1cb7eefa50278 change-id: 20251008-mathieu-frdm_imx93_fastboot-fix-576dc4219b90 Best regards, -- Mathieu Dubois-Briand <[email protected]>

