How do I open a uboot shell?
I know this is probably a really stupid/noob question but I was trying to flash the STM32MP157D-DK1 board I have for the first time following the following guide:
https://wiki.st.com/stm32mpu/wiki/STM32MP15_Discovery_kits_-_Starter_Package
I ran into an issue where it started the flash and then couldn't reconnect. I did find this article that seems to describe exactly the issue I'm having:
It recommends:
In Uboot shell run a Dfu command :
STM32MP> env set dfu_alt_info "DDR ram 0xC0000000 0x20000000"
STM32MP> dfu 0 ram 0
Unfortunately, I don't know how to run a uboot shell to try this. I know this is probably a really stupid problem . . . but I'm also hoping that means it has an easy solution as well. Any help you can give me would be greatly appreciated. Thanks!
