diff --git a/.gitignore b/.gitignore index de9d6bf..0d3c940 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ update/*.swu FW/*.bin +FW/*.swu unpacked/* diff --git a/README.md b/README.md index c9253f8..5456f08 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,49 @@ Default password for the firmware is `toor` but it can be changed in the `shadow **update** - Contains the packed firmware files. +![photo_2024-02-05_02-46-45](https://github.com/ultimateshadsform/Anycubic-Kobra-2-Series-Tools/assets/151234273/be75b895-d655-440e-92d7-b9804da16f05) + +
+ EMMC BACKUP + +EMMC Backup Procedure + +1. Use app version 2.39 and stop the booting process by holding key 's' +2. Insert USB disk with the file backup.scr on it +3. From the uboot shell enter the following: + +usb reset +usb dev 0 +fatload usb 0:0 42000000 backup.scr +source 42000000 + +4. Remove the USB disk and insert at least 8GB USB disk +5. Wait about 15 minutes and the entire emmc will be transfered 1:1 to the USB disk + If you see an error and the script stopped before showing 100%, insert another type USB disk and enter: + +source 42000000 + +6. From a linux machine export the backup as a file: + +dd if=/dev/sdh of=emmc_backup.bin bs=512 count=15269888 status=progress + +--- + +With the xfel tool: + +1. Enter the printer in FEL mode +2. Enter the following: + +xfel ddr t113-s3 +xfel write 0x43000000 uboot239.bin +xfel exec 0x43000b50 + +Press and hold key 's' until the boot process stop in uboot shell and go to step 3 above + +You can modify the script and create new backup.scr image by: mkimage -T script -n 'EMMC Backup' -d backup.txt backup.scr + +
+
Old info
diff --git a/extra-stuff/backup.scr b/extra-stuff/backup.scr new file mode 100644 index 0000000..dc5862d Binary files /dev/null and b/extra-stuff/backup.scr differ diff --git a/extra-stuff/backup.scr:Zone.Identifier b/extra-stuff/backup.scr:Zone.Identifier new file mode 100644 index 0000000..be537eb Binary files /dev/null and b/extra-stuff/backup.scr:Zone.Identifier differ