Search found 4 matches
- Mon Jul 08, 2024 12:42 pm
- Forum: ESP32 Arduino
- Topic: flashing custom bootloader makes nvs non-persistant
- Replies: 2
- Views: 1745
Re: flashing custom bootloader makes nvs non-persistant
Thank you for your answer! I have never worked with the lib-builder before, but will look into it.
- Fri Jun 28, 2024 12:01 pm
- Forum: ESP32 Arduino
- Topic: flashing custom bootloader makes nvs non-persistant
- Replies: 2
- Views: 1745
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...
- Thu Apr 11, 2024 2:02 pm
- Forum: ESP-IDF
- Topic: Bootloader: Selecting app based on GPIO input
- Replies: 2
- Views: 860
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...
- Thu Apr 11, 2024 8:00 am
- Forum: ESP-IDF
- Topic: Bootloader: Selecting app based on GPIO input
- Replies: 2
- Views: 860
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:...