From df9961152c2812317c38121dbc0715c8c88a5901 Mon Sep 17 00:00:00 2001 From: Dan Ware Date: Fri, 31 Jul 2020 14:21:28 +0100 Subject: [PATCH] Created Backup the NAND (markdown) --- Backup-the-NAND.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Backup-the-NAND.md diff --git a/Backup-the-NAND.md b/Backup-the-NAND.md new file mode 100644 index 0000000..29beb5e --- /dev/null +++ b/Backup-the-NAND.md @@ -0,0 +1,17 @@ +A NAND backup actually consists of three backups; **BOOT0**, **BOOT1** and **RAWNAND.BIN**. + +> You should create a new backup **each time** that you update the official firmware on your SysNAND! It will save you a lot of trouble if you need to use it. + +- Download latest Hekate +- Extract "bootloader" folder to SD card +- Inject Hekate bin payload + +**Backup SysNAND:** +- In Hekate, select `Tools` +- Tap on `Backup eMMC` +- Select `eMMC BOOT0 & BOOT1` (always backup this) +- Wait for it to complete and tap `Close` +- Select `eMMC RAW GPP` +- Wait for it to complete and tap `Close` + +Finally - copy the files from the SD card to somewhere SAFE (preferably in more than one place). \ No newline at end of file