hc
2023-08-21 ef9e1ccebba20d2e3859126411166909a383f483
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