Hello everyone! Have some troubles with menuconfig - it ignores everithing that happened on my keyboard. So i can't navigate and configure my project. It builds, it starts - but thats all. My ESP IDF version 6.0, python venv is 3.12. Menu config tool called from project folder [idf.py menuconfig].
Log that i catch form cmd.exe
E:\gitRepositories\smartgit\esp32_st7789_focus_st_dash>idf.py menuconfig
Executing action: menuconfig
Running ninja in directory E:\gitRepositories\smartgit\esp32_st7789_focus_st_dash\build
Executing "ninja menuconfig"...
[0/1] Re-running CMake...-- Minimal build - ON
-- Building ESP-IDF components for target esp32
NOTICE: Processing 1 dependencies:
NOTICE: [1/1] idf (6.0.0)
-- Project sdkconfig file E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/sdkconfig
-- Compiler supported targets: xtensa-esp-elf
-- USING O3
-- App "esp32_st7789_focus_st_dash" version: 0d7cd38
-- Adding linker script E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/build/esp-idf/esp_system/ld/sections.ld.in
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libc-funcs.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-reent-funcs.ld
-- Adding linker script C:/esp/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- Components: app_update bootloader bootloader_support cxx efuse esp_app_format esp_bootloader_format esp_common esp_driver_gpio esp_driver_spi esp_hw_support esp_mm esp_partition esp_pm esp_rom esp_security esp_system esp_timer esptool_py fre
Maybe anyone know how to fix this issue or where i should look for...
idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10
-
focusPokus
- Posts: 1
- Joined: Mon Jul 07, 2025 6:54 pm
idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10
- Attachments
-
- photo_2025-07-07_22-07-09.jpg (101.56 KiB) Viewed 245 times
-
- Running from powershell
- photo_2025-07-07_22-01-28.jpg (100.63 KiB) Viewed 245 times
Re: idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10
Hello, is this something that used to work for you, but after updating to IDF 6.0 it stopped, or is it something that never worked?
How did you install ESP-IDF? Did you follow our installation guide? https://docs.espressif.com/projects/esp ... stallation
I have a couple of recommendations to try:
1. I see from the first screenshot that you are running CMD from the editor (I guess Clion?), I would recommend running it directly.
2. If that does not work, try using the Windows Terminal app - https://apps.microsoft.com/detail/9n0dx20hk701 - This often helps resolve such issues with colors and interactive mode
3. If you are using VS Code, consider using our extension for ESP-IDF, which does not use the terminal for project configuration.
How did you install ESP-IDF? Did you follow our installation guide? https://docs.espressif.com/projects/esp ... stallation
I have a couple of recommendations to try:
1. I see from the first screenshot that you are running CMD from the editor (I guess Clion?), I would recommend running it directly.
2. If that does not work, try using the Windows Terminal app - https://apps.microsoft.com/detail/9n0dx20hk701 - This often helps resolve such issues with colors and interactive mode
3. If you are using VS Code, consider using our extension for ESP-IDF, which does not use the terminal for project configuration.
-
ivan.gerber
- Posts: 11
- Joined: Wed Apr 16, 2025 7:22 pm
Re: idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10
Have you tried using J and K to navigate?
Seems silly to ask, but it had me going for sometime until I found out that menuconfig doesn't uses arrows anymore
Seems silly to ask, but it had me going for sometime until I found out that menuconfig doesn't uses arrows anymore
Who is online
Users browsing this forum: Bytespider and 11 guests
