From 096eec2c64e2d476a6c0d67fd31bb478c0aa8a94 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Sun, 21 Aug 2022 00:25:32 -0400 Subject: [PATCH] Delete boot-a10.sh --- boot-a10.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 boot-a10.sh diff --git a/boot-a10.sh b/boot-a10.sh deleted file mode 100644 index 118968a..0000000 --- a/boot-a10.sh +++ /dev/null @@ -1,19 +0,0 @@ -echo 'Ensure that device is in pwnDFU mode with sigcheck patches applied.' -sleep 1 - -irecovery -f boot/iBSS.img4 -# send iBSS again. -irecovery -f boot/iBSS.img4 -irecovery -f boot/iBEC.img4 -# execute irecovery -c go to load iBEC image on A10+ -irecovery -c go -irecovery -f boot/bootlogo.img4 -irecovery -c "setpicture 0" -irecovery -c "bgcolor 0 0 0" -sleep 3 -irecovery -f boot/devicetree.img4 -irecovery -c devicetree -irecovery -f boot/trustcache.img4 -irecovery -c firmware -irecovery -f boot/krnlboot.img4 -irecovery -c bootx