解压system.img

时间:2021-01-29 22:06:53

解压:

  All-Series:~$ simg2img system.img system.img.ext4
  All-Series:~$ mkdir tmp
  All-Series:~$ mount -t ext4 -o loop  system.img.ext4 tmp

打包:

  All-Series:~$ make_ext4fs -s -l 239M -a system system.img tmp