
Hi all,
On 7/3/21 21:58, Fabio Estevam wrote:
After selecting USB SDP support for i.MX8MM, there are some build errors and warnings.
Make the necessary adjustments for fixing the build.
It seems this is also breaking imx8mq_evk on mainline (cbc05bba8cb7da62eae65f41e1b0ddbcadc06bba) as of now. What should be done to get it working on imx8mq_evk? It seems I can work around it a bit by configuring
... CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_SPL_SDP_USB_DEV=0 # CONFIG_CMD_USB_SDP is not set # CONFIG_USB_GADGET_BCM_UDC_OTG_PHY is not set CONFIG_USB_GADGET_DWC2_OTG=y # CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8 is not set CONFIG_SDP_LOADADDR=0 CONFIG_USB_FUNCTION_SDP=y ...
But then SDP boot still fails with:
( make flash.bin && uuu ./flash.bin ) U-Boot SPL 2022.04-rc4-00079-gcbc05bba8c (Mar 27 2022 - 22:52:29 +0200) PMIC: PFUZE100 ID=0x10 Normal Boot SPL: Unsupported Boot Device 9 SPL: failed to boot from all boot devices (err=-6) ### ERROR ### Please RESET the board ###
I have attached my complete .config is that helps anyone.
regards,
Jaap Crezee