Skip to content

gkzz/pi3_modelplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headless Pi3 Model + Setup

Demo to ssh login

Technology Used

  • Raspbian GNU/Linux 10 (buster)

Item Used

To Do Before SSH Login into RSP3

I create image file on Windows10. not but ubuntu19.04

Get image file

  • 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

Touch ssh.txt, wpa_supplicant.conf at /root directory

Touch at /root directory

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>"

Finally, just execute login ssh command

ssh pi@raspberrypi.local

Trobleshooting

being prepared

Notes

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"

References

Releases

No releases published

Packages

No packages published