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
I am using lwm2m to upload a firmware image to the flash of my esp32s3_devkitm, using the flash_img_buffered_write function.
The update works perfectly, but if I activate CONFIG_IMG_ERASE_PROGRESSIVELY, the following exception is thrown when the program starts to write the image to the flash.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using lwm2m to upload a firmware image to the flash of my esp32s3_devkitm, using the
flash_img_buffered_write
function.The update works perfectly, but if I activate
CONFIG_IMG_ERASE_PROGRESSIVELY
, the following exception is thrown when the program starts to write the image to the flash.The line 57 in
flash_img.c
is executing the call to theboot_get_trailer_status_offset
function.Does someone know what the problem might be here?
initializing flash image context
writing to image
Beta Was this translation helpful? Give feedback.
All reactions