mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #862 from codesnake/fix_wetekplay_nand_boot
projects/WeTek_Play: Fix an issue when the box stucks on LE logo after clean NAND install
This commit is contained in:
commit
2063543b8d
Binary file not shown.
@ -399,6 +399,8 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ]
|
|||||||
echo "Creating Amlogic ZIP auto-install package"
|
echo "Creating Amlogic ZIP auto-install package"
|
||||||
pushd sign > /dev/null
|
pushd sign > /dev/null
|
||||||
echo --update_package=/sdcard/$IMAGE_NAME-update.zip > factory_update_param.aml
|
echo --update_package=/sdcard/$IMAGE_NAME-update.zip > factory_update_param.aml
|
||||||
|
echo --wipe_data >> factory_update_param.aml
|
||||||
|
echo --wipe_cache >> factory_update_param.aml
|
||||||
if [ -f "$INSTALL_SRC_DIR/files/recovery.img" ]; then
|
if [ -f "$INSTALL_SRC_DIR/files/recovery.img" ]; then
|
||||||
cp $INSTALL_SRC_DIR/files/recovery.img .
|
cp $INSTALL_SRC_DIR/files/recovery.img .
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user