Testing/Reports/ARM RPi: Difference between revisions
m edits |
m →dd write SD: Use command "mount" in terminal to get correct device name eg:/dev/sdb /dev/sdc /dev/sdd etc. |
||
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/ | # dd if=rpfr-f18-rc1.img of=/dev/sd(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) | |||
:Use command "mount" in terminal to get correct device name eg: /dev/sdb /dev/sdc /dev/sdd etc. | |||
*'''CAUTION''' the device name has to be correct or you can damage your computers drives with no warning. | |||
===Insert SD Card=== | ===Insert SD Card=== |