Search found 1 match

by Hendrik
Tue Aug 05, 2025 6:37 am
Forum: General Discussion
Topic: Custom bootloader on ESP32-C6: esp_partition / esp_system include issue
Replies: 1
Views: 106

Custom bootloader on ESP32-C6: esp_partition / esp_system include issue

Hi there,

I'm developing a custom bootloader with OTA switching, rollback, firmware validation, and a few other features.

Machine: Win11
System: ESP-IDF v5.3.1

I want to use the `esp_partition.h` library, but when I include it, I get an error saying that `esp_system.h` is missing.
So I added ...

Go to advanced search