used to extract image files from payload.bin file [ota firmware]
Prerequisites: python3
Steps:
-
Download payload_dumper from this link payload_dumper, extract zip file and change current directory to the repository directory
cd payload_dumper
-
Extract firmware zip file and copy payload.bin into payload_dumper folder
-
run
python payload_dumper.py payload.bin
all image files will be extracted into the current directory