hc
2023-02-18 a08c8b75ee83d7f62c9aefc23bfb42082aa4076c
device/rockchip/common/build.sh
....@@ -1083,7 +1083,12 @@
10831083 else
10841084 ./mkupdate.sh
10851085 fi
1086
- mv update.img $IMAGE_PATH
1086
+ md5sum update.img >update.img.md5
1087
+ zip update.zip update.img update.img.md5
1088
+ md5sum update.zip > update.zip.md5
1089
+ mv update.img $IMAGE_PATH
1090
+ mv update.zip $IMAGE_PATH
1091
+ mv update.zip.md5 $IMAGE_PATH
10871092 fi
10881093
10891094 finish_build