Git Product home page Git Product logo

Comments (8)

aquaticus avatar aquaticus commented on May 30, 2024 3

@julienfr112 You must enable option RTCIO_SUPPORT_RTC_GPIO_DESC to get rid of this compilation error.
Run menuconfig and go to Component config → Driver configurations → RTCIO configuration and check Support array 'rtc_gpio_desc' for ESP32

from esp32-cam-ai-thinker.

bill-orange avatar bill-orange commented on May 30, 2024 1

@raphaelbs

I added

CONFIG_SPIRAM_TYPE_ESPPSRAM64=y
CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC=y
CONFIG_ESP32_SPIRAM_SUPPORT=y

to sdkconfigdefaults and it compiles! Hurrah!

Thanks!

from esp32-cam-ai-thinker.

raphaelbs avatar raphaelbs commented on May 30, 2024

Hi @julienfr112,
Can you provide extra information about the problem?

from esp32-cam-ai-thinker.

bill-orange avatar bill-orange commented on May 30, 2024

I am somewhat new to VSCODE and I am unable to follow your instructions. Where is menuconfig and how do you run it?

from esp32-cam-ai-thinker.

raphaelbs avatar raphaelbs commented on May 30, 2024

Hey @bill-orange, how are you doing?

I recommend not using make to build the project. PlatformIO is much easier (or at least, it should be).

As soon as you open the project on VSCode, it should prompt you to install the PlatformIO extension (if you haven't already). Then, select the folder that you are interested to build and hit the checkmark button on the bottom left corner. The GIF shows this steps.

Regarding the config file, every example has a Kconfig.projbuild file. You can set the default values into it. Note that when you hit the build button on VSCode, it will generate a sdkconfig file that contains all the environment variables that the build step will use, including the values from Kconfig.projbuild. In case you need to change some values, you can directly change on the generated sdkconfig and re-build again or you can delete it and re-build again.

I noticed that there is some documentation indicating the make menuconfig. That should not be there anymore.

from esp32-cam-ai-thinker.

bill-orange avatar bill-orange commented on May 30, 2024

I am sure you put me on the right track. However, I am not there yet. I added CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC=y into sdkconfig.defaults and still no joy. Same error. I also tried adding the subject line to sdkconfig with the same negative result.

I would have trued Kconfig.projbuild but I could not figure out the syntax, what to put where.

Thoughts?

from esp32-cam-ai-thinker.

raphaelbs avatar raphaelbs commented on May 30, 2024

Glad you got it working @bill-orange!

from esp32-cam-ai-thinker.

bill-orange avatar bill-orange commented on May 30, 2024

Only a partial victory. When it runs I get a memory conflict. I opened another issues since this one is resolved.

from esp32-cam-ai-thinker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.