FOTA difference subcontracting production process-related

A version of the software and OTA package production

1, the software version of a normal compiler (./mk -u -f f5c81w_hd_zgw_mtn new)

2, compiling a software version of OTA package (./ mk -u f5c81w_hd_zgw_mtn otapackage)

3, after more than two steps before they can be packaged software (packaged ./publish 6.0 8.1 9.0 Packaging ./makerar)

4, the second step generates a packet in the corresponding package directory out, save this wrap, making the need to use the difference between the rear sub

10426681-855e48f83ffc83dd.png
A software version of the OTA package

Software version b and OTA package production

1, b is a follow-up version of After modify the requirements Finally, remember to modify ProjectConfig.java file.

2, update the software version number

3,1 to 4 same procedure, the compiler software version b and OTA software package, and keep it ((the production of fake bag, when compiled version b do not need new, snod you can, but remember to modify build out the next catalog. prop property at FOTA))


10426681-7bbce40e0a9685df.png

4, download a good following three files (pcb_sw group file)


10426681-347edecf071a747c.png

5, installed adups-delta-5.0.26.deb, unzip deltaToolClient-v6.0.2.2_2017.08.29.zip, start double-click the file to start the FOTA poor sub-system

6、

10426681-806ad0b9ae7060ab.png

7. After making the difference subcontractors, you can choose to upload FOTA server may not upload, create local Upgrade Verification


10426681-78df2778dbd5f733.png

8, the difference between the generated sub-folder is located out of the tool can be introduced into update.zip phone, local authentication upgrade, boot, a mobile phone to upgrade from version B, i.e., the success


10426681-8c9bbe39b7b9d0fe.png

FOTA rear differential subcontracting uploaded to the server, you need to set imei number before the test, the test cell phone will need imei number imei number is set for


10426681-5aecaa7b7d8c6381.png

Quick compile command

1、./mk -u -f f5c81w_hd_zgw_mtn new && ./mk -u f5c81w_hd_zgw_mtn otapackage && ./publish(./makerar)

       Notes: 1) O, P version also directly ./mk -u -f f5c81w_hd_zgw_mtn ota, corresponding to the above command 

                   Packing 2) 6.0M with ./makerar

2、 ./mk -u -f f5c81w_hd_zgw_mtn snod && ./mk -u f5c81w_hd_zgw_mtn otapackage

Guess you like

Origin blog.csdn.net/weixin_34122548/article/details/90960267