Skip to content
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
@torbers

Description

@torbers
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

andraz213 commented on Jan 26, 2020

@andraz213

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

andreburto commented on Jul 18, 2020

@andreburto

@andraz213 Thank you for your post!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @andreburto@torbers@andraz213

        Issue actions

          When running ./BUILD.sh menuconfig, it can't find file/directory sdkconfig. · Issue #10 · m5stack/M5Stack_MicroPython