• First Steps
  • General
  • Projects
Facebook Twitter YouTube
Tutorials for Raspberry Pi Tutorials for Raspberry Pi
  • Hardware & GPIO
  • Sensors & Components
  • Scale
  • Cases
  • Fingerprint
  • Gas Sensor
  • Heartbeat
  • German
Tutorials for Raspberry Pi Tutorials for Raspberry Pi
Home»First Steps»Transfer Raspberry Pi Raspbian OS to an SD Card (Windows)

Transfer Raspberry Pi Raspbian OS to an SD Card (Windows)

Facebook Twitter LinkedIn Tumblr Email Reddit
Raspberry Pi Zubehör micro SDHC Karte
Share
Facebook Twitter LinkedIn Email Tumblr Reddit Telegram WhatsApp

In this Tutorial, I’ll show you how to easily put an Operating System like Raspbian OS (Wheezy, Jessie, Stretch) or any other related Raspberry Pi OS on the SD Card.

 

For this you need the following:

  • An SD Card with at least 2GB (better 4GB +)
  • the Operating System (e.g. from here)
  • the Tool SDFormatter
  • Win32 Disk Imager

First, everything has to be downloaded and the tools installed. Now open the SDFormatter and select the drive under which the SD Card is. As an option, select “FORMAT SIZE ADJUSTMENT ON”. Then click Format and wait until it’s done.
Attention: All Files on the SD Card will be deleted! If necessary, secure your Data beforehand

sdformatterNow the Card is formatted accordingly and we can transfer the Raspbian image. Start Win32DiskImager and select the image and the drive and press Write. If a warning comes, confirm with Yes.

win32diskimager-1win32diskimager-2After the writing process is finished, you can remove the SD Card and insert it into the RaspberryPi. After that, the LEDs should flash and start the Pi.

That’s it, if the Pi is in your network, you can also access it directly via SSH. If it does not work as expected, check here if your SD card is supported.

 

Raspberry Pi SSH and WLAN Activation

Since SSH is not enabled by default, we create an empty text file named “ssh” or “ssh.txt” on the SD card (“boot” directory). This activates SSH. This eliminates the need to manually unlock SSH.

In addition, we can also specify the WLAN Data directly. For this we create a text file with the name “wpa_supplicant.conf” (without the extension .txt!) on the map and write the following content:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=«your_ISO-3166-1_two-letter_country_code»

network={
 ssid="DEIN WLAN NAME"
 psk="WLAN PASSWORD"
 key_mgmt=WPA-PSK
}

The Data of the WLAN Network (name and password) must be adjusted accordingly.

minepeon raspbian sd card sdcard windows OS
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleRaspberry Pi and I2C Air Pressure Sensor BMP180
Next Article Raspberry Pi + OpenHAB: Sonoff S20 Wifi Steckdose steuern

Related Posts

Raspberry Pi Samba Server: Share Files in the Local Network

Raspberry Pi Pico: Programming with the Affordable Microcontroller

Top 21 OS for the Raspberry Pi for your Project – Overview

Raspberry Pi GPIO Explanation for Beginners + Programming (Part 2)

Leave A Reply Cancel Reply

Connect and Control WS2812 RGB LED Strips via Raspberry Pi

Introduction & Programming of the ESP8266 NodeMCU Board

Raspberry Pi Heartbeat / Pulse measuring

Log Raspberry Pi sensor data with ThingSpeak and analyze it

Top 21 OS for the Raspberry Pi for your Project – Overview

Raspberry Pi Traffic Light Circuit with GPIO Part 2

Subscribe to Blog
Subscribe to Raspberry Pi Tutorials and don't miss any new Tutorial!
Subscribe

Thank you!

We will contact you soon.

Tutorials for Raspberry Pi
Facebook Twitter YouTube
  • Contact & Disclaimer

Type above and press Enter to search. Press Esc to cancel.