I have tried it, but after download done.
During bootup, init process can not mount the system partition.Maybe the dd command has broken the
ext4 super block(<CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk%mmc%p5 bs=512">writting sparse system.img</CMD>).but i think the non sparse system.img is a formated image, i even can
mount the system.img on host.
Here is the android5.1 boot error log:
JBD2: no valid journal superblock found
EXT4-fs (mmcblk3p5): error loading journal
fs_mgr: __mount(source=/dev/block/mmcblk3p5,target=/system,type=ext4)=-1
fs_mgr: Failed to mount an un-encryptable or wiped partition on/dev/block/mmcblk3p5 at /system options: barrier=1 error: Invalid argument.
Do you kown why?