You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@franz-ms-muc There is an open feature request for getting the IDF version used to compile the bootloader: #8800. Please follow that ticket for updates.
For the rest, @KaeLL is right, esp_ota_get_partition_description should give you the structure with the required information.
also can one add some Fields in the code which are "reserved" spaces in the bin File, which can be set by a script, and later read by the code ?
If you add these fields during the compilation process (via rodata_custom_desc section), then yes. Overwriting parts of the binary after it is created isn't supported, because the hash of the binary image will become incorrect.
Hello,
how to get Version Name etc.. from
also can one add some Fields in the code which are "reserved" spaces in the bin File, which can be set by a script, and later read by the code ?
Thanks,
Franz
The text was updated successfully, but these errors were encountered: