projects/WeTek_Play/install: provide script to clear NAND before installing

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-03-22 12:15:38 +01:00 committed by Stefan Saraev
parent 0c973c9b62
commit 7d7bf1d8f4
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -364,6 +364,7 @@ fi
pushd sign > /dev/null
echo --update_package=/sdcard/$IMAGE_NAME-update.zip > factory_update_param.aml
cp $INSTALL_SRC_DIR/files/recovery.img .
cp $INSTALL_SRC_DIR/files/aml_autoscript .
zip -q $TARGET_IMG/$IMAGE_NAME.zip *
popd > /dev/null
fi