Decompression in img_mgmt_upload() #45546
Unanswered
markusarnoldsson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I am working on implementing decompression of a firmware image file. I believe this should be done in img_mgmt_upload() and decompressed chunks.
I further believe that It should be within the cbor_read_object, since before it, all values are at zero and after they are the compressed values. After cbor_read_object, upload_inspect and so forth are called, where I want the decompressed values to be ready, not the compressed.
My question is, where in cbor_read_object -> cbor_internal_read_object should a decompression algorithm be placed?
Beta Was this translation helpful? Give feedback.
All reactions