Archive for category Cubie
Copy/Backup a SD Card
Posted by rtcpractise in Cubie, Raspberry Pi on 02/01/2015
After some failures there is an easy way to copy a Raspberry Pi SDCard (with Homematic CCU running in a lxc container) from one SD Card /dev/sdb to another SC Card /dev/sdc: mount (to see the mounted filesystems an their names) umount /dev/sdb1 umount /dev/sdc1 sudo dd if=/dev/sdb of=/dev/sdc bs=4096 conv=notrunc,noerror
Cubieboard with Node.js and MongoDB
Posted by rtcpractise in ARM, Cubie on 20/03/2014
Embedded device with a powerful ARM CPU become more and more attractive…not only to me. Last time I installed Node.js and MongoDB on a Cubieboard (First Generation). Details and documentation about the Cubieboard could be found here. Interesting for me is that the (thousands of) informations about Raspberry PI could be 1:1 transferred to the […]