- Raspbian GNU/Linux 10 (buster)
I create image file on Windows10. not but ubuntu19.04
-
Download image file ftp.jaist.ac.jp e.g. 2019-07-10-raspbian-buster.zip
-
Format your sd card to FAT32 on the following website
-
Select image, drive, and run on the following website www.balena.io/etcher
If you succeed in logging in, the above files are deleted /root directory. wpa_supplicant.conf was created the following at /etc/wpa_supplicant directory.
pi@raspberrypi:/etc/wpa_supplicant $ sudo cat wpa_supplicant.conf
country=JP
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<YOUR_SSID>"
psk="<YOUR_PW>"
ssh pi@raspberrypi.local
being prepared
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"