Hello All ,
When I building android(Lollipop 5.0.0.1) for imx6slevk board , system.img is not able to generate.
Following error is obtained:
Install system fs image: out/target/product/evk_6sl/system_sparse.img
out/target/product/evk_6sl/system_sparse.img+out/target/product/evk_6sl/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p maxsize=481738752 blocksize=4224 total=403801046 reserve=4866048
if [ true = true ]; then \
simg2img out/target/product/evk_6sl/system_sparse.img out/target/product/evk_6sl/system.img; \
fi
/bin/bash: line 1: simg2img: command not found
make: *** [out/target/product/evk_6sl/system_sparse.img] Error 127
make: *** Deleting file `out/target/product/evk_6sl/system_sparse.img'
I have installed all package listed in the Android User guide as well as Establishing a Build Environment | Android Open Source Project
still any package are missing...?
please help me sort out this issue...
Regards,
Kishore P