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
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
- SD Card
- SD Card adapter
- Download Etcher (https://etcher.io/)
- SD Memory Card Formatter (https://www.sdcard.org/downloads/formatter_4/index...)
- Raspbian (https://www.raspberrypi.org/downloads/)
----
- Tarjeta SD
- Adaptador para la tarjeta SD
- Descargar Etcher (https://etcher.io/)
- SD Memory Card Formatter (https://www.sdcard.org/downloads/formatter_4/index...)
- Raspbian (https://www.raspberrypi.org/downloads/)
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.
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
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