This repository was archived by the owner on Aug 23, 2024. It is now read-only.
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
When running ./BUILD.sh menuconfig, it can't find file/directory sdkconfig. #10
Open
Description
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.
Activity
andraz213 commentedon Jan 26, 2020
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.
andreburto commentedon Jul 18, 2020
@andraz213 Thank you for your post!