summaryrefslogtreecommitdiffstats
path: root/utils/nwztools/upgtools/make_release.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-10-11nwztool/upgtool: add support for compressionAmaury Pouly1-0/+15
To decompress some output file(s), simply pass -z <idx> where idx is the index of the file to decompress, starting from 0. For example upgtool -e NW_WM_FW.UPG -o tmp/ -m nw-wm1a -z 6 -z 7 to decompress files 6 and 7. To compress file, use the same options: upgtool -c NW_WM_FW.UPG -m nw-wm1a -z 2 script.sh md5sum.txt system.img Change-Id: I1ef0b3e02c98e58154f1a959fb1ad70ad2ce6500