Raspberry Pi Imager
Foloseste Raspberry PI OS (other) -> Raspberry PI OS Lite (32-bit), sdcard, Write
In Windows, drive-ul apare ca boot.
In boot, pentru enable ssh, creaza un fisier gol si fara extensie numit ssh
In boot, pentru enable retea (wifi), creaze un fisier numit wpa_supplicant.conf, populat cu urmatoarele:
|
|
Ofc, schimbi ssid si psk.
Eject card, boot Raspberry Pi 0 W.
Gasesti adresa in router.
Tot pe router, asigneaza ip static (mac bind)
Connect & update (default password: raspberry):
|
|
Configureaza first time use:
sudo raspi-config
Musai:
- schimba parola
- schimba hostname
- timezone
- expand file system
Verifica status dhcpcd:
sudo service dhcpcd status
Daca active/running,
sudo vim /etc/dhcpcd.conf
Modifica (remove # din fata si schimba ip-urile):
|
|
Diable ipv6 (
link
):
sudo vim /etc/sysctl.conf
Adauga la sfarsit:
|
|
sudo reboot
bingo.