From efda77774b5c5633e1ed677c052beea4f7b72f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 26 Dec 2015 10:19:22 +0100 Subject: [PATCH] Changed Win8 / 10 image writer recommendation --- documentation/user-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/user-faq.md b/documentation/user-faq.md index 8376b0627b..75e7f50511 100644 --- a/documentation/user-faq.md +++ b/documentation/user-faq.md @@ -11,7 +11,7 @@ All stable kernels are production ready, but you should use them for different p # How to prepare SD card? -Unzipped .raw images can be written with supplied imagewriter.exe on Windows XP/2003/Win7, with [Win32Diskimager](http://sourceforge.net/projects/win32diskimager/) on Windows 8.x or with DD command in Linux/Mac: +Unzipped .raw images can be written with supplied imagewriter.exe on Windows XP/2003/Win7, with [Rufus](https://rufus.akeo.ie) on Windows 8.x / 10 or with DD command in Linux/Mac: dd bs=1M if=filename.raw of=/dev/sdx # /dev/sdx is your sd card device