Search found 3 matches

by Hrox2504
Fri Jun 28, 2024 12:01 pm
Forum: ESP32 Arduino
Topic: flashing custom bootloader makes nvs non-persistant
Replies: 1
Views: 158

flashing custom bootloader makes nvs non-persistant

Hi everyone, I have come across a very weird behaviour (or potentially bug?) regarding the bootloader. I have been stuck on this the last few days. I would be very grateful for any help. I was able to break down the situation to the following: I have a platformIO project that uses the ESP-Arduino fr...
by Hrox2504
Thu Apr 11, 2024 2:02 pm
Forum: ESP-IDF
Topic: Bootloader: Selecting app based on GPIO input
Replies: 2
Views: 487

Re: Bootloader: Selecting app based on GPIO input

Thank you for the fast answer! I have to admit, I do not have much experience with the esp-idf/components lib, since I have been mostly using the Arduino framework together with PlatformIO. Is there any documentation available regarding the functions and macros you have used in the example code or w...
by Hrox2504
Thu Apr 11, 2024 8:00 am
Forum: ESP-IDF
Topic: Bootloader: Selecting app based on GPIO input
Replies: 2
Views: 487

Bootloader: Selecting app based on GPIO input

Hi everyone! I am currently trying to tackle the following problem: I have two apps installed on my ESP32, e.g., on the factory and ota_0 partitions, and I want to select the app to boot based on the state of some given GPIO pin. I have searched the documentation for options and found the following:...