From 9fa7097344cc7d5fa9a7d667d41cf827e2b46098 Mon Sep 17 00:00:00 2001 From: Lab1717 <156880100+Lab1717@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:07:30 +0100 Subject: [PATCH] Update EMMC_RESTORE.md --- docs/EMMC_RESTORE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/EMMC_RESTORE.md b/docs/EMMC_RESTORE.md index 141d73f..7fad286 100644 --- a/docs/EMMC_RESTORE.md +++ b/docs/EMMC_RESTORE.md @@ -42,13 +42,13 @@ For a system restore replace the above script name `restore.scr` with the name ` 5. ONLY IN CASE YOU DONT' HAVE A backups on a USB disk you can create them from the backup files on a Linux machine, otherwise go step 5. ```sh -dd if=emmc_backup.bin of=/dev/sdh bs=512 count=15269888 status=progress +dd of=emmc_backup.bin of=/dev/sdh bs=512 count=15269888 status=progress ``` or in case of system backup: ```sh -dd if=emmc_system_backup.bin of=/dev/sdh bs=512 count=1135648 status=progress +dd of=emmc_system_backup.bin of=/dev/sdh bs=512 count=1135648 status=progress ``` Note: replace the `/dev/sdh` with the device name of your USB disk.