Project

General

Profile

Cucumber GRDE-3927 board problem

Added by johan Henning over 3 years ago

I tried to build the blinking led demo for the ESP cucumber board. I get the following error (Chip is unknown ESP32 (revision 3)).
What is the problem?
Thanks in advance for your reply,
johan.


Replies (5)

RE: Cucumber GRDE-3927 board problem - Added by Chandima Jayaneththi (จันทิมา) over 3 years ago

Thank you for contacting us. We will look in to this issue and fix it in future releases.

RE: Cucumber GRDE-3927 board problem - Added by Supachai Vorapojpisut over 3 years ago

You need to use eps-idf that already customized for ESP32S2 to build software. BTW, you need to fix the incomplete CMakeList.txt. I had done building blinking code for Cucumber RS.

RE: Cucumber GRDE-3927 board problem - Added by Supachai Vorapojpisut over 3 years ago

This is my procedure tested with 20.10a version.

1. Create a Simulink model named "blink" for blinking LED
2. Use Build button to generate code
3. Run Visual Studio Code with esp-idf extension
4. Use menu File > Open Folder to open blink_esp32_build_system folder
5. Use F1 > ESP-IDF: Build your project to build -> compilation error
6. Modify main/CMakeLists.txt to add related source files
> set(COMPONENT_SRCS "ert_main.c blink.c waijung2_hwdrvlib.c")
> set(COMPONENT_ADD_INCLUDEDIRS "include")

RE: Cucumber GRDE-3927 board problem - Added by johan Henning about 3 years ago

You wrote: We will look in to this issue and fix it in future releases.
When can I expect a release with a fix for the Cucumber GRDE-3927 board?
Regards,
johan.

RE: Cucumber GRDE-3927 board problem - Added by Chandima Jayaneththi (จันทิมา) about 3 years ago

There will be a new Waijung2 release within next two months which supports ESP32S2 (Cucumber GRDE-3927). Please stay tuned with us.

    (1-5/5)