From 9be54ce1ba0c6f16e327997cd884e3bc351af29a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 22 Mar 2015 12:15:38 +0100 Subject: [PATCH] projects/WeTek_Play/install: provide script to clear NAND before installing Signed-off-by: Stephan Raue --- projects/WeTek_Play/install/files/aml_autoscript | Bin 0 -> 138 bytes scripts/image | 1 + 2 files changed, 1 insertion(+) create mode 100644 projects/WeTek_Play/install/files/aml_autoscript diff --git a/projects/WeTek_Play/install/files/aml_autoscript b/projects/WeTek_Play/install/files/aml_autoscript new file mode 100644 index 0000000000000000000000000000000000000000..951dd192db0fc08f1e5bc1e7cdbf0d8742fb28fe GIT binary patch literal 138 zcmY#ql?=P4yW>(QgX@0=1_m!627{=0RvA_%HW(Kl?F5p{OUz4AD9X=`FDS|{Nlh+M q$WKe-0t==VB^IYDlxO7Uq;eIfDFEe@QWcCqOo)tuf{6hTZ~*`;v>XQj literal 0 HcmV?d00001 diff --git a/scripts/image b/scripts/image index cd5a907b21..f0a8605b20 100755 --- a/scripts/image +++ b/scripts/image @@ -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