From f6d4b3f7b36bba9391a7f6e2ce0281c095ff64f1 Mon Sep 17 00:00:00 2001
From: Michel-FK <64214010+Michel-FK@users.noreply.github.com>
Date: Fri, 27 Nov 2020 10:27:18 +0100
Subject: [PATCH] Fix dd source filename
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 047a1a1..22545ae 100755
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ This may take a while (~1h30), so consider getting yourself a cup, a glass or a
Note: you will need to have access to the network, since buildroot will download the package sources.
### Result of the build
-After building, you should obtain the SD Card image `sdcard.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` in the `images` directory.
+After building, you should obtain the SD Card image `FunKey-sdcard-X.Y.Z.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` in the `images` directory.
## Build in a container
@@ -155,7 +155,7 @@ $ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.Z.fwu imag
You can copy the bootable `images/sdcard.img` onto an SD card using "dd":
```bash
-$ sudo dd if=images/sdcard.img of=/dev/sdX
+$ sudo dd if=images/FunKey-sdcard-X.Y.Z.img of=/dev/sdX
```
Warning: Please make sure that */dev/sdX* device corresponds to your SD Card, otherwise you may wipe out one of your hard drive partitions!