Search found 4 matches

by nikolo
Fri Apr 21, 2023 9:06 am
Forum: ESP-IDF
Topic: Split firmware.
Replies: 8
Views: 4188

Re: Split firmware.

In your case, the acceleration will be significant, cut the time at least in half, the only critical point is that you need to have the previous firmware or the base one in order to make a patch. And this is already the need to introduce additional systems for identifying the firmware.
by nikolo
Wed Apr 19, 2023 1:27 pm
Forum: ESP-IDF
Topic: Split firmware.
Replies: 8
Views: 4188

Re: Split firmware.

Delta compressed OTA it's good, but it doesn't solve goal.

Example use wifi 50%, application 30%, free 20%. 2 OTA.

Code: Select all

[BOOT|NVS|#####%%%__#####%%%__] like now    
[BOOT|NVS|#####%%%__%%%_______] as it could be
left for 3 OTA partitions, or can be distributed among existing.
by nikolo
Tue Apr 11, 2023 11:10 am
Forum: ESP-IDF
Topic: Split firmware.
Replies: 8
Views: 4188

Split firmware.

esp32 when you turn on the WIFI/BT includes the library file in the firmware itself. But the stack itself does not change compared to the logic of the program. IDF also has a partition system (ota/filesystem/... ). Considering the code is copied to RAM and run, i have a question is how to modify the...
by nikolo
Wed Dec 07, 2022 9:10 am
Forum: ESP-IDF
Topic: Interfacing QCA7000 with ESP32
Replies: 2
Views: 1714

Re: Interfacing QCA7000 with ESP32

Hello, what steps have been taken? I understand that attachment is the final stage. you need to set up qca and write a driver [I/O Driver][/https://docs.espressif.com/projects/esp ... river.html]