2023-10-25 06:39 AM
Hi there,
I have a custom board based on STM32MP157F, with USB2 connected to STM32CubeProgrammer for flashing the eMMC. No USB-ID, no USB-VBUS connected.
The STM32CubeProgrammer downloads the FSBL and U-Boot, but the software does not reconnect as "USB download gadget", it starts again. I believe the problem is related to the following, but not sure.
We have tried quite a few things in the u-boot dts and dtsi, but nothing gets it working as it should be.
I appreciate any help, thanks.
Solved! Go to Solution.
2023-10-30 03:59 AM
Just in case somebody else has the same issue:
Solution is to get the phy-supply = vdd_usb in the right place in the u-boot dts. This is because I am not using a PMIC.
2023-10-30 03:59 AM
Just in case somebody else has the same issue:
Solution is to get the phy-supply = vdd_usb in the right place in the u-boot dts. This is because I am not using a PMIC.