Lines Matching full:zip
31 </i> and <i>incremental</i>. The tool takes the <i>target-files</i> .zip file
44 # first, build the target-files .zip
50 -rw-r----- 1 user eng 69965275 Sep 29 15:51 tardis-target_files.zip
53 <p>The target-files .zip contains everything needed to construct OTA packages.
58 dist_output/tardis-target_files.zip ota_update.zip</b>
61 % <b>ls -l ota_update.zip</b>
62 -rw-r----- 1 user eng 62236561 Sep 29 15:58 ota_update.zip
65 <p>The ota_update.zip is now ready to be sent to test devices (everything is
81 incremental update, you need the target_files .zip from the previous build
82 (the one you want to update <i>from</i>) as well as the target_files .zip from
87 -i PREVIOUS-tardis-target_files.zip \ </b># make incremental from this older version<b>
88 dist_output/tardis-target_files.zip incremental_ota_update.zip</b>
93 % <b>ls -l incremental_ota_update.zip</b>
94 -rw-r----- 1 user eng 1175314 Sep 29 16:10 incremental_ota_update.zip
113 <p>An update package (<code>ota_update.zip</code>,
114 <code>incremental_ota_update.zip</code>) is a .zip file that contains the
124 <li><b>Filename of the update package .zip file</b>.</li>