When I run the "make monitor" command in the msys2 mingw32 shell after following the "setup toolchain" guide the shell windows get "corrupted"...
Everything went well, even the make flash finished with success. The "make monitor" command just prints out "MONITOR" and exits back to the prompt. Everything I type in now is invisible... but the shell responds. if I type 'pwd' and enter for example, I get to see the current folder:
Code: Select all
svme@LTDELL11986 MINGW32 ~/esp/hello_world
$ make monitor
MONITOR
svme@LTDELL11986 MINGW32 ~/esp/hello_world
$ /c/Users/svme/esp/hello_world
svme@LTDELL11986 MINGW32 ~/esp/hello_world
$