hello, on our custom board based on imx8mm, we have USB2 configured for USB OTG.
I am trying to figure out how to change the serial downloader to use USB2 for OTG mode for downloading/use MfgTool.
Under u-boot-imx/common/spl/Kconfig, i see a config option "SPL_SDP_USB_DEV"
config SPL_SDP_USB_DEV
int "SDP USB controller index"
default 0
depends on SPL_USB_SDP_SUPPORT
help
Some boards have USB controller other than 0. Define this option
so it can be used in compiled environment.
endif
Will changing this config to 1 will be enough? Anyone else in the similar situation?