Raspberry Pi Zero W: Difference between revisions

Line 89: Line 89:
sudo apt-get -y upgrade
sudo apt-get -y upgrade
sudo sed -i --follow-symlinks "s/^country=.*/country=JP/g" /etc/wpa_supplicant/wpa_supplicant.conf
sudo sed -i --follow-symlinks "s/^country=.*/country=JP/g" /etc/wpa_supplicant/wpa_supplicant.conf
sudo dtparam spi=on
sudo dtparam i2c_arm=on
sudo modprobe i2c_dev
sudo systemctl enable ssh
sudo systemctl enable ssh
sudo systemctl start ssh
sudo systemctl start ssh
Line 101: Line 98:
</syntaxhighlight>
</syntaxhighlight>
:MAKEDEV のエラーは無視してよい /dev/i2c-1 がすでにあるはず。
:MAKEDEV のエラーは無視してよい /dev/i2c-1 がすでにあるはず。
Devise Tree を後でさわるツールがある
<syntaxhighlight lang="bash" enclose="div">
dtoverlay
dtparam
</syntaxhighlight>


= WiFi Settings =
= WiFi Settings =