Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.05 KB

File metadata and controls

54 lines (34 loc) · 1.05 KB

Hardware

This repo is configured around one tested hardware path.

Tested Board

Tested on:

  • Waveshare ESP32-C6-Zero
  • Waveshare product page lists it as based on ESP32-C6FH8

Target Assumptions

Repo defaults assume:

  • chip target: esp32c6
  • firmware source: esp-matter/examples/light
  • network mode: Thread enabled
  • Wi-Fi disabled
  • flash size: 8 MB

Why 8 MB Matters

Build override logic forces:

  • 8 MB flash size
  • custom partition table
  • factory partition support

Partition table used:

Default build output:

  • build/light-c6-thread

If You Change Boards

Review at least:

  1. flash size
  2. partition layout
  3. target chip
  4. example app compatibility
  5. serial port naming on host

If your board is not 8 MB flash, current defaults may be wrong.

Related Docs