Hi,
right now the release notes show this for rebuild of *.img to prepare the emmc files
cd ${MYDROID} find out/target/product/${BOARD_TYPE} -name *.img -exec rm -f {} \; make
Is there a quick way to rebuild the system.img, assuming that the AFS was already build in a previous step? Right now the make runs for quite a long time. I was just looking for a way to accelerate this.
My next step is to just delete system.img in out/target/product/blaze_tablet and then run make and hopefully it will not do much time consuming rebuilding.
Thanks,
--Gunter