Difference between revisions of "Raspberry Pi Guide"
(→Web Links:) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Commands: == |
+ | How to transfer img to sdcard: | ||
+ | dd bs=1m if=imagefile.img of=/dev/sdx | ||
− | + | Using GNU DD you must run the following: | |
+ | dd bs=1M if=imagefile.img of=/dev/sdx | ||
+ | |||
+ | Failure to use a capital M, will result in the following error: | ||
+ | dd: invalid number '1m' | ||
== Web Links: == | == Web Links: == | ||
+ | Solar Powered Pi --> http://www.adafruit.com/blog/2014/06/20/how-to-build-a-solar-powered-raspberry-pi-piday-raspberrypi-raspberry_pi/ | ||
− | + | Synergy build for Pi --> https://www.rootusers.com/compiling-synergy-from-source-on-the-raspberry-pi/ |
Latest revision as of 18:12, 6 October 2015
Commands:
How to transfer img to sdcard:
dd bs=1m if=imagefile.img of=/dev/sdx
Using GNU DD you must run the following:
dd bs=1M if=imagefile.img of=/dev/sdx
Failure to use a capital M, will result in the following error:
dd: invalid number '1m'
Web Links:
Solar Powered Pi --> http://www.adafruit.com/blog/2014/06/20/how-to-build-a-solar-powered-raspberry-pi-piday-raspberrypi-raspberry_pi/
Synergy build for Pi --> https://www.rootusers.com/compiling-synergy-from-source-on-the-raspberry-pi/