top of page

This is a guide what to do when u first get the Raspberry Pi.

1. Download Win32Disk Imager

https://jaist.dl.sourceforge.net/project/win32diskimager/Archive/win32diskimager-1.0.0-install.exe

1. Download Raspbian OS

https://www.raspberrypi.org/downloads/raspbian/

 

2. Install Win32DiskImager

 

4. Unzip Raspbian OS

 

5. Use Win32DiskImager

  1. Open Win32DiskImager

  2. in Win32 Disk Imager program, click the blue folder icon and navigate to raspbian image file

  3. after that, in Win32 Disk Imager select drive (SD Card)

  4. Click write and wait until finish

5. Enable SSH

  1. Open file explorer

  2. go to sdcard drive

  3. create file name "ssh" , this will enable ssh to raspberry pi

5. Set Static IP Address (Optional)

  1. Open cmdline.txt

  2. At the end of text write: ip=192.168.1.7  *In my case 192.168.1.0/24 network

6. Change Keyboard layout

  1. # sudo raspi-config

  2. Localisation Options

  3. Change Keyboard Layout

  4. Keyboard model : Generic 105-key (Intl) PC

  5. Other

  6. English (US)

  7. Keyboard Layout : English (US)

  8. Key to function as AltGr : The default for the keyboard layout

  9. Compose key : No compose key

  10. Use Control+Alt+Backspace to terminate the X server? NO

Done.

 

First step into Raspberry Pi

bottom of page