File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33- Python3, pip
44- google protobuf for python ` pip3 install protobuf `
5+ - six ` pip3 install six `
56
67### Full OTA
7-
8- - ./extract.py [ --skip_hash] --output_dir output/ payload.bin
9- - This will start to extract the images within the payload.bin file to the output folder you are in.
8+ ```
9+ ./extract.py [--skip_hash] [--output_dir] payload.bin
10+ ```
11+ - This will start to extract the images within the payload.bin file to a folder named "output" by default (a different folder name can be specified).
1012
1113### Incremental OTA
1214
1315- Copy original images (from full OTA or dumped from devices) to old folder
14- - ./extract.py [ --skip_hash] --output_dir output/ --old_dir old/ payload.bin
16+ ```
17+ ./extract.py [--skip_hash] [--output_dir] --old_dir <old-dir-name> payload.bin
18+ ```
You can’t perform that action at this time.
0 commit comments