Interrupt U-boot uploading images via USB-DFU
Hello,
I use STM32MP1 SoC. According to wiki I can interrupt uploading images with STM32 Cube Programmer via USB-DFU: For USB boot, you can easily interrupt this command stm32prog usb 0by pressing Ctr + C in the console without U-Boot modification.
U-boot also prints in its console "Ctrl+C to exit", but in fact I cannot send "Ctrl+C". It looks like U-boot console is read-only while uploading via USB-DFU. What is wrong ?
At normal boot (from eMMC), I can interrupt U-boot loading and use console perfectly. I use minicom for U-boot console
