Testing/Reports/ARM RPi: Difference between revisions
m →Sugar |
m →dd write SD: add note about device name of SD slot |
||
Line 11: | Line 11: | ||
*'''Unzip rpfr-f18-rc1.zip | *'''Unzip rpfr-f18-rc1.zip | ||
====dd write SD==== | ====dd write SD==== | ||
# dd if=rpfr-f18-rc1.img of=/dev/sd(x) | *Using an SD adapter in a USB socket: | ||
# dd if=rpfr-f18-rc1.img of=/dev/sd(x) or /dev/mmcblk(x) | |||
6144000+0 records in | 6144000+0 records in | ||
6144000+0 records out | 6144000+0 records out | ||
3145728000 bytes (3.1 GB) copied, 717.468 s, 4.4 MB/s | 3145728000 bytes (3.1 GB) copied, 717.468 s, 4.4 MB/s | ||
*/dev/sd(x) | *'''/dev/sd(x) or /dev/mmcblk(x)''' | ||
:Use command "mount" in terminal to get correct device name eg: /dev/sdb /dev/sdc /dev/sdd etc. | :Use command "mount" in terminal to get correct device name eg: /dev/sdb /dev/sdc /dev/sdd etc. | ||
*'''If you are using a SD reader you may see /dev/mmcblk(x) | |||
*'''CAUTION''' the device name has to be correct or you can damage your computers drives with no warning. | *'''CAUTION''' the device name has to be correct or you can damage your computers drives with no warning. | ||