-
Hi, is there an image for the pc104 or an installation guide or something similar (iCub Edinburgh)? I just want to make sure we have a backup copy before changing stuff on the head. In the past there was a usb stick but that seems to be gone now. Any suggestions to get a backup that I can play back easily? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Hi @mbrunettini , $ dd if=/dev/sda | gzip -1 - | ssh user@local dd of=image.gz run from local computer $ ssh user@remote "dd if=/dev/sda | gzip -1 -" | dd of=image.gz Live example $ ssh skinner "dd if=/dev/sda5 | gzip -1 -" | dd of=image.gz $ ll | grep image.gz Methods for monitoring?
|
Beta Was this translation helpful? Give feedback.
-
Thanks, should have looked at stackexchange earlier ;). I thought that there is maybe an image of some sort around for shipped pc104s. Anyway, I got the backup working with dd. Here are the steps in case somebody else needs it as well.
The image will end up in the home directory of icub user on the laptop. Thanks for pointing in the dd direction @pedrombmachado |
Beta Was this translation helpful? Give feedback.
-
Hi @BrutusTT,
The "Linux on the pc104" page of the manual points out to how to download and use the PC104 Debian images (http://www.icub.org/download/pc104-images/). The "Compilation on the pc104" page is also useful, describing the kind of customization usually needed on the PC104: environment variables defined in |
Beta Was this translation helpful? Give feedback.
-
Hi @gsaponaro Our "problem" is that we got Ubuntu 16.04.01 LTS instead of Debian on the pc104. Therefore, I was not quite sure if all of the instructions still apply to our version; especially since we got a different head then all the others that I know of. But thanks for the pointers. I will have a look into it. For now I got a backup via dd as suggested earlier. |
Beta Was this translation helpful? Give feedback.
-
Hi @BrutusTT , |
Beta Was this translation helpful? Give feedback.
-
@pedrombmachado @BrutusTT thanks for sharing the instructions. |
Beta Was this translation helpful? Give feedback.
-
As @gsaponaro suggested, in this page on iCub wiki you can find instructions on how to download and install a pc104 image. |
Beta Was this translation helpful? Give feedback.
-
@mbrunettini Since we have NOT a usb stick (at least as far as I could spot from opening the head), where would I find the drive on our head? We also do NOT have Debian! So sorry to say but its not as simple to me. Downloading the image does not work either as there is no Ubuntu image as far as I have seen. Anyway, pls keep it closed as I now got a dd - backup. But adding the new information would be helpfull I guess. |
Beta Was this translation helpful? Give feedback.
-
Which version of iCub OS image do you have?
|
Beta Was this translation helpful? Give feedback.
Thanks, should have looked at stackexchange earlier ;). I thought that there is maybe an image of some sort around for shipped pc104s.
Anyway, I got the backup working with dd. Here are the steps in case somebody else needs it as well.