Raspberry Pi 3 SDCard backup…

From https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=77492 dd if=/dev/mmcblk0 | gzip > /media/usb/mmcblk0.img.gz Checking if this works. More to come 🙂

Published
Categorized as Techie, Unix

Living on a Raspberry Pi!

This feels a little weird! Playing with the overclocking and it really makes a difference!  The settings below look stable but make the proc very hot (over 85 degrees c.) From /boot/config.txt: # Overclock settings – disabled until heat sink is added. 170327 SeanK #arm_freq=1350 #core_freq=500 #over_voltage=4 #disable_splash=1 ##force_turbo=1 #boot_delay=1 #sdram_freq=500 Also created a script… Continue reading Living on a Raspberry Pi!