Sugar Creation Kit/sck/Advanced Topics: Difference between revisions
m →Use dd to copy TrimSlice H250 HD: There is no OS installer that works for TrimSlice H250 HD-This provides a working copy-backup |
|||
| Line 238: | Line 238: | ||
[[File:TS_with_Sugar.JPG|600px]] | [[File:TS_with_Sugar.JPG|600px]] | ||
*TrimSlicePro Running KDE-Desktop -plus sugar-emulator (0.90.1) | *TrimSlicePro Running KDE-Desktop -plus sugar-emulator (0.90.1) | ||
===== Use dd to copy TrimSlice H250 HD===== | |||
*There is no OS installer that works for TrimSlice H250 HD | |||
:This provides a working copy-backup | |||
*remove HD from H250 | |||
:Use USB adapter to connect TrimSlice H250 HD to a Laptop | |||
::IN terminal | |||
mount | |||
/dev/sdb | |||
*Connect target HD with USB Adapter-(HD is at least 250GB) | |||
::IN terminal | |||
mount | |||
/dev/sdc | |||
sudo su | |||
password:xxxxx | |||
dd if=/dev/sdb of=/dev/sdc | |||
==RPi== | ==RPi== | ||