Upgrade Readme

This commit is contained in:
Huang Xin 2022-07-10 00:48:22 -07:00
parent c68d64a5f8
commit 1d774ee025
1 changed files with 11 additions and 0 deletions

View File

@ -41,3 +41,14 @@ use usb burn all image
2. sudo python flashimage.py -t(erase sn)
sudo python flashimage.py(dont erase sn)
3. press v- key and plugin usb
###OTA
1. change version:
arch/arm64/boot/dts/mediatek/aud8516p1v2_consys_slc_128_yocto.dts
ver= "101001"; //this mean version is 1.0.1.001;
next version:
ver= "101002";//this mean version is 1.0.1.002;
2. output ota file:
comand:
tool/build_otazip.sh 1.0.1.002 build/tmp/deploy/images/aud8516p1v2-consys-slc-128/update.zip
then output ota file is:Firmware__OTA_1.0.1.002_.zip