M5Stack_MicroPython icon indicating copy to clipboard operation
M5Stack_MicroPython copied to clipboard

When running ./BUILD.sh menuconfig, it can't find file/directory sdkconfig.

Open torbers opened this issue 6 years ago • 2 comments

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.

torbers avatar Dec 26 '19 00:12 torbers

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 avatar Jan 26 '20 16:01 andraz213

@andraz213 Thank you for your post!

andreburto avatar Jul 18 '20 14:07 andreburto