M5Stack_MicroPython
M5Stack_MicroPython copied to clipboard
When running ./BUILD.sh menuconfig, it can't find file/directory sdkconfig.
name@comuter MINGW32 ~/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/M5Stack_MicroPython/MicroPython_BUILD
$ ./BUILD.sh menuconfig
===========================================
Error creatimg 'sdkconfig', cannot continue
===========================================
---------------------
MicroPython for ESP32
---------------------
grep: sdkconfig: No such file or directory
grep: sdkconfig: No such file or directory
grep: sdkconfig: No such file or directory
grep: sdkconfig: No such file or directory
OK.
I just changed sdkconfig.default to sdkconfig and that did the trick.
flash was failing for me right after changing baud rate to 900k. I changed it to lower in the sdkconfig and it flashed.
@andraz213 Thank you for your post!