Raspbian Lite Setup

Опубликовано: 08 Август 2026
на канале: Magnitopic
23,226
194

Video explaining how to download and setup Raspbian Lite without a monitor.

Raspbian Lite dowload page: https://www.raspberrypi.org/downloads...

Disk Manager / Create And Format Hard Disk Partitions (Onlly for windows)

To flash OS images: https://www.balena.io/etcher/

Activate SSH with a file named ssh

To conect to a wifi create a file caled: wpa_supplicant.conf
And paste this code in it:

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
scan_ssid=1
ssid="the_2.4-hz-wireless-network"
psk="the_2.4-hz-wireless-network_password"
proto=WPA
key_mgmt=WPA-PSK
}

For conecting via SSH withy PuTTY: https://www.putty.org/

For seeing your local ip: https://www.fing.com/
-----------------
My Web Page: https://www.magnitopic.com/
My GitHub: https://github.com/magnitopic
My Code Blog: http://altocodigo.blogspot.com.es
My Twitter:   / magnitopic