From 2fd5d2f1d0c3f88927313964c91e4c0554d8f665 Mon Sep 17 00:00:00 2001 From: Lab1717 <156880100+Lab1717@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:03:29 +0100 Subject: [PATCH] Update EMMC_RESTORE.md --- 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 57d28e0..7fd69af 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 YUO 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 skip this step. ```sh dd if=emmc_backup.bin of=/dev/sdh bs=512 count=15269888 status=progress