-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idf.py menuconfig on Ubuntu (linux) don't use full menu options (on windows machine run fine) for ESP32-S3 Chip (IDFGH-13919) #14758
Comments
i find solution, using sdiff -s of all file home of project: into file HOME_OF_Project/CMakeLists.txt i remove: "set(COMPONENTS main)" and idf.py menuconfig show all option. ########## PRIOR ################## # The following lines of boilerplate have to be in your project's CMakeLists include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(esp32-32_i2s_Rec_e_Play_example) ############################ ############### AFTER ############### # The following lines of boilerplate have to be in your project's CMakeLists include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(esp32-32_i2s_Rec_e_Play_example) ############################## any idea ? is a new issue from a new update ? what is sdkconfig.ci and why idf.py menuconfig update only sdkconfig.ci and not sdkconfig ? Best Regards. |
@DrStone71 Have you run |
@fhrbata PTAL at the cmake part, especially about removing |
yes, and I also ran the command idf.py reconfigured |
I honestly don't know how that configuration line ended up there. Maybe inherited from the original program. Night n there should be a warning when there are similar errors that block the basic functionality of the configurator? Best Regards |
Hello @DrStone71, as you've already identified, the likely culprit is the Thank you |
Hello @DrStone71, If I understand correctly, you were able to solve the issue, so maybe this can be closed. By setting the Thank you! |
Thanks for the valuable support, I read the article with interest. I close the report. |
1 similar comment
Thanks for the valuable support, I read the article with interest. I close the report. |
Answers checklist.
General issue report
Hi,
i have esp32-s3 and when use idf.py menuconfig on ubuntu system, program don't show full option (see image 1).
I have make new full install in this day of ESP-IDF 5.3.1 but with same issue.
When i make new full install on windows machine with same environment and ESP-IDF 5.3, idf.py menuconfig show full and correct options.
I try to import form window into ubuntu sdkconfig sdkconfig.ci and sdkconfig.old correctly configured form windows , but menuconfig don't show same parameter and reset parameter a standard configuration.
i try on all system same hello_world default Espressif esp32-s3 program, for make same environment on all system.
i in
sert screenshot of menuconfig with same esp32-s3 module correctly connect.
any idea ?
Best Regards
The text was updated successfully, but these errors were encountered: