This repo is configured around one tested hardware path.
Tested on:
- Waveshare ESP32-C6-Zero
- Waveshare product page lists it as based on
ESP32-C6FH8
Repo defaults assume:
- chip target:
esp32c6 - firmware source:
esp-matter/examples/light - network mode: Thread enabled
- Wi-Fi disabled
- flash size: 8 MB
Build override logic forces:
- 8 MB flash size
- custom partition table
- factory partition support
Partition table used:
Default build output:
build/light-c6-thread
Review at least:
- flash size
- partition layout
- target chip
- example app compatibility
- serial port naming on host
If your board is not 8 MB flash, current defaults may be wrong.
- setup:
getting-started.md - pipeline behavior:
pipeline.md - outputs:
outputs.md