electroSome

Getting Started with Raspberry Pi

Raspberry Pi Model B

Raspberry Pi - Model B

Raspberry Pi is an ultra low cost credit card sized computer developed by Raspberry Pi Foundation with an intention to teach computer programming to school students. You can setup a computer with your home TV under 60$. Please read the article Raspberry Pi for more details.

You need the following items to get started with Raspberry Pi :

Raspberry Pi – Items needed for Getting Started

If you have these items with Raspberry Pi, you can get started with it.

The very first step to use Raspberry Pi is to write operating system files to your SD Card. Operating System (OS) is a set of programs that allows your computer to operate. Follow the instructions below to install a recovery program to your SD Card that will allow you to install an OS from a set of many Operating Systems which will work fine in your Raspberry Pi.

On Windows

On Mac OS

On Linux OS

When Raspberry Pi boots up for the first time, it will automatically load the Recovery Mode to choose an OS to install.

Main OS Selection Menu – Raspberry Pi

Choose the required OS to install. Rasbian is the recommended OS by Raspberry Pi Foundation. After the installation the Pi will reboot and load the installed OS. If you want to change the OS, you can initiate the Recovery Mode by holding shift key during boot up.

When the Raspberry Pi boots up for the first time after the OS installation, you will see a Software Configuration tool named raspi-config.

 

Don’t bother about these configurations now. We can access and change Raspberry Pi configurations any time by using the command raspi-config on the command prompt. In the next tutorial

Software Configuration – Raspberry Pi

we will explain these settings in detail. Now skip this by selecting Finish using Tab key.

Then it will load the command prompt. You can start the GUI Environment by using the startx command.

Starting GUI Environment – Raspberry Pi

Note : If login prompt is displayed use default login details :

raspberrypi login : pi

password : raspberry

GUI Environment – Raspberry Pi

Now you can start Python programming by using Python IDE by simply opening the IDLE 3. Stay tuned with us to learn more about programming.

Video

Exit mobile version