Actualizar 'tips_RPI.md'
This commit is contained in:
@@ -23,6 +23,13 @@ sudo ./LCD-hdmi
|
|||||||
|
|
||||||
activar ssh, se crea un archivo con nombre **sh** en la partición **boot**
|
activar ssh, se crea un archivo con nombre **sh** en la partición **boot**
|
||||||
|
|
||||||
|
En le nuevo OS nos toca generar el password creando un archivo **userconf.txt** en la particion boot
|
||||||
|
con la siguiente estructura *username:pasword_encriptada*
|
||||||
|
para encriptar una contraseña usar la siguiente linea:
|
||||||
|
```sh
|
||||||
|
echo 'mypassword' | openssl passwd -6 -stdin
|
||||||
|
```
|
||||||
|
|
||||||
[http://www.lcdwiki.com/3.5inch_RPi_Display](http://www.lcdwiki.com/3.5inch_RPi_Display)
|
[http://www.lcdwiki.com/3.5inch_RPi_Display](http://www.lcdwiki.com/3.5inch_RPi_Display)
|
||||||
|
|
||||||
[https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)](https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A))
|
[https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)](https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A))
|
||||||
Reference in New Issue
Block a user