|  | 
| I don't know why It's not working, because I use Linux not Windows. To burn image to Your SD on linux You run from commandline (needed root privileges):
 And it works out of the box. You must use mmcblk0, sdb not mmcblk0p1 nor sdb1 as Your sdcard.Copy codedd if=/path/to/your/image of=/dev/your_sdcard
 | 
 |