Commit ea1de4f3 authored by fuyanbin's avatar fuyanbin
Browse files

rockchip 的super文件的路径是 Image/super.img

parent 3f3cde16
......@@ -196,8 +196,8 @@ unpack_and_mount_image() {
rm -f "$update_img_tmp_dir/update.img.dump/firmware.img"
rm -f "$update_img_tmp_dir/update.img.dump/boot.bin"
super_file="$update_img_tmp_dir/update.img.dump/super.img"
super_file_ext4="$update_img_tmp_dir/update.img.dump/super.img.ext4"
super_file="$update_img_tmp_dir/update.img.dump/Image/super.img"
super_file_ext4="$update_img_tmp_dir/update.img.dump/Image/super.img.ext4"
__unpack_super_img "$ROCKCHIP_DEFAULT_SYSTEM_PARTITION_NAME"
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment