Louie NRT Story

[Raspberry Pi] No GUI 부팅시 Wifi 자동 접속 및 SSH 열기 본문

에너지

[Raspberry Pi] No GUI 부팅시 Wifi 자동 접속 및 SSH 열기

hyeok0724.kim@gmail.com 2020. 3. 23. 13:16
반응형

Writed: 27 Mar 2020

Device: Raspberry Pi 3B+

Img: 2020-02-13-raspbian-buster-lite

 

Index

1. Download Program and Img

2. Installing operating system images using Windows

3. Make files in boot folder

4. Insert SD card to Raspberry Pi

5. Check IP on the router

6. Connect SSH using tools

7. Can't access network system, Check IP

 

1. Download Program and Img

1) Donload "Rufus 3.9"

https://rufus.ie/

 

Rufus - The Official Website (Download, New Releases)

 

rufus.ie

2) Download "Raspbian Buster Lite"

https://www.raspberrypi.org/downloads/raspbian/

 

Download Raspbian for Raspberry Pi

Raspbian is the Foundation's official supported operating system. You can install it with NOOBS or download the image below.

www.raspberrypi.org

 

2. Installing operating system images using Windows

1) Run Rufus 3.9 and Select the SD card drive

2) Select the unzipped Raspbian image file

3) Finally, Click "시작" to write the Raspbian image to the SD card

 

3. Make files in boot folder

1) Make "ssh" file without any contents

2) Make "wpa_supplicant.conf" with content

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IT

network={
 ssid="<Name of your WiFi>"
 psk="<Password for your WiFi>"
}

 

 

4. Insert SD card to Raspberry Pi

 

5. Check IP on the router

 

6. Connect SSH using tools

1) Information of Network

2) information of Wireless Network

 

7. Can't access network system, Check IP

- ping raspberrypi.local

- ifconfig 

 

 

Reference:

https://www.raspberrypi.org/documentation/configuration/wireless/headless.md

 

Setting up a Raspberry Pi headless - Raspberry Pi Documentation

documentation > configuration > wireless > headless Setting up a Raspberry Pi headless If you do not use a monitor or keyboard to run your Pi (known as headless), but you still need to do some wireless setup, there is a facility to enable wireless networki

www.raspberrypi.org

https://www.raspberrypi.org/blog/another-update-raspbian/

 

The latest update to Raspbian - Raspberry Pi

No exciting new hardware announcement to tie it to this time, but we’ve just released a new version of our Raspbian image with some (hopefully) useful features. Read on for all the details of what has changed… Bluetooth When the Pi 3 launched back in Febru

www.raspberrypi.org

반응형
Comments