Skip to content

Commit

Permalink
Updated documentation for using idf-version v5.2 accross all boards
Browse files Browse the repository at this point in the history
  • Loading branch information
sayondeep authored and chshu committed Mar 12, 2024
1 parent baa7c80 commit d49fee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ idf.py flash monitor
> Please check the board selection (default ESP32-S3-BOX-3) in one of the ways:
> - Use `idf.py menuconfig`->`HMI Board Config`->`Selece BSP board` to select board.
> - Add only one board config in '[sdkconfig.defaults](matter_controller_with_touchscreen/sdkconfig.defaults)'. e.g. 'CONFIG_BSP_BOARD_ESP32_S3_LCD_EV_BOARD=y' to select ESP32-S3-LCD-EV-BOARD as board. 'CONFIG_BSP_BOARD_ESP32_S3_BOX_3=y' to select ESP32-S3-BOX-3 as board.
>> - If the board is ESP32-S3-BOX-3, IDF should be on github/master branch, and commit should be later than [this](https://github.com/espressif/esp-idf/commit/0df6afadef44eeb454457c379283db41cd6e47aa).
>> - Please use ESP-IDF [v5.2](https://github.com/espressif/esp-idf/tree/v5.2).
>> - If the board is ESP32-S3-LCD-EV-BOARD, set-target command should be `idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.lcdboard" set-target esp32s3`, remember to select board at the same time.
### Commissioning
Expand Down

0 comments on commit d49fee4

Please sign in to comment.