Add emmc backup
This commit is contained in:
parent
e017ab69f0
commit
4fd25d8781
4 changed files with 44 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
update/*.swu
|
||||
FW/*.bin
|
||||
FW/*.swu
|
||||
unpacked/*
|
||||
|
|
|
|||
43
README.md
43
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.
|
||||
|
||||

|
||||
|
||||
<details>
|
||||
<summary>EMMC BACKUP</summary>
|
||||
|
||||
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
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Old info</summary>
|
||||
</br>
|
||||
|
|
|
|||
BIN
extra-stuff/backup.scr
Normal file
BIN
extra-stuff/backup.scr
Normal file
Binary file not shown.
BIN
extra-stuff/backup.scr:Zone.Identifier
Normal file
BIN
extra-stuff/backup.scr:Zone.Identifier
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue