- download the latest raspbian wheezy image from the Raspberry Pi website;
- double check the downloaded image using SHA1 on your Mac. See these instructions: SHA1
- to write your SD card, I use the script written by this guy "Ivan". Download the Pi-Filler script onto your Mac and follow his instructions;
- Again on "Ivan's" page, download the Pi Finder script onto your Mac; this script will scan your local network and find your Raspberry's IP address;
- On the Mac, open a Terminal session and at the prompt type:
![]() |
| First Login: user=pi / default password = raspberry |
- ssh pi@192.168.X.X (replace with the IP addres just received from the Pi Finder script)
sudo raspi-config
You will be presented with this first setup screen in which the basic settings can be configured:
Settings which I found necessary:
- expand root partition: yes
- change password
- change hostname (to what you prefer)
- enable SSH: yes
- update raspi-config tool: yes
After this, select "Finish" by using the tab-key and press enter.
Then reboot the system for the changes to take effect.
Type:
sudo reboot
A few moments later you can again log in using the SSH command explained above.



No comments:
Post a Comment