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

About: Miembro de SparkProjects, estudiante de ingenieria electronica, usuario GNU/Linux, bloguero desde 2009, entusiasta de los huertos urbanos.

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.

Step 1: Materials

----

Step 2: Format Your SD Card

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.

Step 3: Burn Your Image on Sd

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

Step 4: Enable SSH

  • 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