The Internet of Things

Setup Raspbian Strech Lite without a Monitor and Keyboard

What do you need?

  1. Raspberry Pi
  2. Power supply 5V 2A
  3. SD Card with Raspbian Strech Lite link
  4. UTP Cable
  5. Case for the Raspberry Pi
  6. PuTTy on a Windows or Linux computer.
  7. ipscan24.exe

Setup Raspbian Stretch Lite

  1. Install PuTTy http://www.putty.org/
  2. Run ipscan24.exe to find the Raspberry pi IP address.
  3. Enable SSH by placing a file named “ssh” (without any extension) onto the boot partition of the SD card.
  4. Make a SSH connection with PuTTy:
    Login: 'pi'
    Password: 'raspberry'
  5. Run Sudo Raspi-config on the Raspberry pi to:
    Change user password.
    Expand filesystem.
    Set the memory for the GPU to 16 MB.
    Set the Localisation options - Language - Timezone and Wi-fi country.
  6. Reboot the Raspberry Pi sudo reboot & exit
  7. Make a SSH connection with PuTTy.

  • Run sudo apt-get update
  • Run sudo apt-get upgrade
  • Now you have a Rasberry Pi with teh latest Rasbian software installed.



  • https://youtu.be/5p60JCOu_04

    No comments:

    Post a Comment