Raspberry-Pi-based Observatory Controller project.
View the Project on GitHub gszasz/rpi-observatory-controller
$ wget --content-disposition https://downloads.raspberrypi.org/raspbian_lite_latest
$ unzip 2017-06-21-raspbian-jessie-lite.zip
Note that minimum SD card capacity should be 8 GB and has to be on the compatibility list for Raspberry Pi. The SD card has to be freshly formatted prior dd command.
$ sudo dd bs=4M if=2017-06-21-raspbian-jessie.img of=/dev/mmcblk0 status=progress
Do not power Raspberry Pi via USB from laptop. It really needs 2.5A to work properly. Though the original Raspberry Pi power adapter is recommended, any 2.5A adapter should work.
Home > Installation > Installing Raspbian Lite