Solved
How to change the pin that is used for the u-boot programming mode
How do I change the pin for the u-boot-stm32mp programmer mode at boot up?
How do I change the pin for the u-boot-stm32mp programmer mode at boot up?
In the your-board-name-u-boot.dtsi file you can change it at
/ {
* * *
config{
st,stm32prog-gpios = <&gpio0 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};so search for the st,stm32prog-gpios tag.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.