Prepare an SD Card for Raspberry Pi and Enable SSH for First Boot

by lewatoto in Circuits > Linux

8705 Views, 27 Favorites, 0 Comments

Prepare an SD Card for Raspberry Pi and Enable SSH for First Boot

WIN_20170822_17_14_50_Pro.jpg

After a while I decided to update the raspbian version of my raspberry pi, I found the problem of not being able to access from console, so after searching I found a solution and I share it here if it is useful to someone.

----

Luego de un tiempo decidí actualizar la versión de raspbian de mi raspberry pi, me encontré con el problema de no poder acceder desde consola, así que luego de buscar encontré una solución y la comparto aquí por si le es útil a alguien.

Materials

WIN_20170822_17_14_08_Pro.jpg
screenshot-etcher.io 2017-08-22 14-54-53.png
screenshot-www.sdcard.org 2017-08-22 18-20-43.png

----

Format Your SD Card

sd formater.PNG

Use SD Memory Card Formatter to format your SD card, just check that you are using the correct Device letter and clic format.

----

Utiliza SD Memory Card Formatter para darle formato a tu tarjeta SD, debes asegurarte de seleccionar la letra de la unidad correctamente o borrarás algún otro disco.

Burn Your Image on Sd

etcher.PNG

Just follow three simple steps:

  • Select the downloaded raspbian image
  • Select the device on which we want to record it
  • Click on Flash

----

Solo hay que seguir tres simples pasos:

  • Seleccionar la imagen de raspbian descargada
  • Seleccionar el dispositivo en el cual queremos grabarla
  • Clic en Flash

Enable SSH

boot.PNG
boot2.PNG
  • With the file explorer create a new file called ssh without extension in the boot folder that will appear when reading the SD card in the computer.
  • Place the SD card in the Raspberry and start normally.
  • It will be able to be accesed by SSH, to active it permanently, in a console write:

sudo raspi-config

The option to enable SSH is in Advanced options -> SSH -> Enable

----

  • Con el explorador de archivos se crea un nuevo archivo llamado ssh sin extensión en la carpeta boot de la tarjeta SD en al computadora.
  • Colocan la tarjeta SD en la Raspberry e inician normalmente.
  • Ya se podrá acceder por SSH, solo queda activarlo definitivamente, en una consola escriben:

sudo raspi-config

La opción para activar SSH esta en Advanced options -> SSH -> Enable