Skip to content

Commit f6d4b3f

Browse files
authored
Fix dd source filename
1 parent 292928d commit f6d4b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This may take a while (~1h30), so consider getting yourself a cup, a glass or a
9999
<ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
100100

101101
### Result of the build
102-
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.
102+
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.
103103

104104
## Build in a container
105105

@@ -155,7 +155,7 @@ $ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.Z.fwu imag
155155
You can copy the bootable `images/sdcard.img` onto an SD card using "dd":
156156

157157
```bash
158-
$ sudo dd if=images/sdcard.img of=/dev/sdX
158+
$ sudo dd if=images/FunKey-sdcard-X.Y.Z.img of=/dev/sdX
159159
```
160160
<ins>Warning</ins>: Please make sure that */dev/sdX* device corresponds to your SD Card, otherwise you may wipe out one of your hard drive partitions!
161161

0 commit comments

Comments
 (0)