|
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):- dd if=/path/to/your/image of=/dev/your_sdcard
Copy code And it works out of the box. You must use mmcblk0, sdb not mmcblk0p1 nor sdb1 as Your sdcard. |
|