From bdf14d78f3e0c106fb1db0fa6373df1b555eb5e2 Mon Sep 17 00:00:00 2001 From: Lab1717 <156880100+Lab1717@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:04:23 +0100 Subject: [PATCH] Update EMMC_RESTORE.md typo fix --- docs/EMMC_RESTORE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EMMC_RESTORE.md b/docs/EMMC_RESTORE.md index 7fd69af..141d73f 100644 --- a/docs/EMMC_RESTORE.md +++ b/docs/EMMC_RESTORE.md @@ -39,7 +39,7 @@ fatload usb 0:1 42000000 restore.scr For a system restore replace the above script name `restore.scr` with the name `srestore.scr`. 4. Remove the USB disk with the scripts and insert the 8GB USB disk with the complete backup (or the 1GB USB disk with the system backup). -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 skip this step. +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