USB를 통해 Raspberry Pi Zero W에 설치된 Raspbian Buster와 SSH 연결
3797 단어 RaspberryPiZeroW
준비물
・Raspberry Pi W Zero
· USB 케이블 (A 공-micro B 케이블)
· micro SD 카드 (이번에는 킹스톤 micro SDXC 64GB Class10)
※ 모니터가 없기 때문에 맥의 터미널 조작을 전제로
설치된 Raspbian(OS)
・Raspbian Buster with desktop and recommmended software(2019-07-10)
https://www.raspberrypi.org/downloads/raspbian/
설치하다.
· 다음 사이트를 참고하여 SD카드에 대한 기록을 실시한다.
Mac로 Raspberry Pi3 설정
https://dskst9.hatenablog.com/entry/2018/05/12/190425
USB(USB-OTG)를 통한 SSH 연결 절차
쓰기 위한 SD 카드 준비
두 텍스트 파일을 편집하고 파일을 만듭니다.
· 먼저 터미널에서 SD 카드 볼륨으로 이동$ cd /Volumes/boot
・다음은 "boot"바로 아래의 cmdline입니다.vim으로 txt (한 줄만 있는 파일) 를 열고 '루트 wait' 와 'quiet' 사이에 'modules-load = dwc2, g ether' 를 기술합니다.
(아래 설명에 따라 기술하고 덮어쓰기 저장)dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet init=/usr/lib/rasPi-config/init_resize.sh quiet splash plymouth.ignore-serial-consoles
・다음은 "boot"바로 아래의 config입니다.txt 편집의 끝은 다음과 같다# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
#dtoverlay=vc4-fkms-v3d //この行をコメントアウト
#max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
dtoverlay=dwc2 //この行を追加
• 마지막으로 "boot"바로 아래에 "ssh"파일을 새로 만듭니다.touch ssh
(혹시 모르니까'ssh'가 있으면 OK)$ ls
COPYING.linux bcm2710-rpi-3-b-plus.dtb fixup4.dat kernel.img start4db.elf
LICENCE.broadcom bcm2710-rpi-3-b.dtb fixup4cd.dat kernel7.img start4x.elf
bcm2708-rpi-b-plus.dtb bcm2710-rpi-cm3.dtb fixup4db.dat kernel7l.img start_cd.elf
bcm2708-rpi-b.dtb bcm2711-rpi-4-b.dtb fixup4x.dat overlays start_db.elf
bcm2708-rpi-cm.dtb bootcode.bin fixup_cd.dat ssh start_x.elf
bcm2708-rpi-zero-w.dtb cmdline.txt fixup_db.dat start.elf
bcm2708-rpi-zero.dtb config.txt fixup_x.dat start4.elf
bcm2709-rpi-2-b.dtb fixup.dat issue.txt start4cd.elf
· SD 카드 꺼내기(Finder도 OK)$ diskutil unmount /Volumes/boot
USB를 통해 Raspberry pi ZeroW에 SSH 연결
• USB 케이블을 Raspberry Pi Zero W의'USB'포트(PWR IN 아님)와 Mac에 연결하고 lazu 파이 옆의 LED가 깜빡이는 것을 기다린다
・깜박임이 안정되면 터미널에서 SSH를 연결합니다
$ ssh [email protected]
연결이 성공하면 다음 메시지가 표시됩니다The authenticity of host 'raspberrypi.local (fe80::ce13:6828:d295:83dd%en4)' can't be established.
ECDSA key fingerprint is SHA256:4mVcnFAesdeSepuyW7bW+h5RLfcOMcEpTA1mK8QReAg.
Are you sure you want to continue connecting (yes/no)?
여기에 yes를 입력하면 비밀번호를 입력해야 합니다.[email protected]'s password:
초기 비밀번호의 "raspberry"를 입력하십시오.
이렇게 하면 USB를 통한 SSH 연결이 완료됩니다.이후 와이파이 설정 등을 진행한다.
Reference
이 문제에 관하여(USB를 통해 Raspberry Pi Zero W에 설치된 Raspbian Buster와 SSH 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/toshina/items/7c9ccf88fdb40314f4d7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
・Raspbian Buster with desktop and recommmended software(2019-07-10)
https://www.raspberrypi.org/downloads/raspbian/
설치하다.
· 다음 사이트를 참고하여 SD카드에 대한 기록을 실시한다.
Mac로 Raspberry Pi3 설정
https://dskst9.hatenablog.com/entry/2018/05/12/190425
USB(USB-OTG)를 통한 SSH 연결 절차
쓰기 위한 SD 카드 준비
두 텍스트 파일을 편집하고 파일을 만듭니다.
· 먼저 터미널에서 SD 카드 볼륨으로 이동$ cd /Volumes/boot
・다음은 "boot"바로 아래의 cmdline입니다.vim으로 txt (한 줄만 있는 파일) 를 열고 '루트 wait' 와 'quiet' 사이에 'modules-load = dwc2, g ether' 를 기술합니다.
(아래 설명에 따라 기술하고 덮어쓰기 저장)dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet init=/usr/lib/rasPi-config/init_resize.sh quiet splash plymouth.ignore-serial-consoles
・다음은 "boot"바로 아래의 config입니다.txt 편집의 끝은 다음과 같다# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
#dtoverlay=vc4-fkms-v3d //この行をコメントアウト
#max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
dtoverlay=dwc2 //この行を追加
• 마지막으로 "boot"바로 아래에 "ssh"파일을 새로 만듭니다.touch ssh
(혹시 모르니까'ssh'가 있으면 OK)$ ls
COPYING.linux bcm2710-rpi-3-b-plus.dtb fixup4.dat kernel.img start4db.elf
LICENCE.broadcom bcm2710-rpi-3-b.dtb fixup4cd.dat kernel7.img start4x.elf
bcm2708-rpi-b-plus.dtb bcm2710-rpi-cm3.dtb fixup4db.dat kernel7l.img start_cd.elf
bcm2708-rpi-b.dtb bcm2711-rpi-4-b.dtb fixup4x.dat overlays start_db.elf
bcm2708-rpi-cm.dtb bootcode.bin fixup_cd.dat ssh start_x.elf
bcm2708-rpi-zero-w.dtb cmdline.txt fixup_db.dat start.elf
bcm2708-rpi-zero.dtb config.txt fixup_x.dat start4.elf
bcm2709-rpi-2-b.dtb fixup.dat issue.txt start4cd.elf
· SD 카드 꺼내기(Finder도 OK)$ diskutil unmount /Volumes/boot
USB를 통해 Raspberry pi ZeroW에 SSH 연결
• USB 케이블을 Raspberry Pi Zero W의'USB'포트(PWR IN 아님)와 Mac에 연결하고 lazu 파이 옆의 LED가 깜빡이는 것을 기다린다
・깜박임이 안정되면 터미널에서 SSH를 연결합니다
$ ssh [email protected]
연결이 성공하면 다음 메시지가 표시됩니다The authenticity of host 'raspberrypi.local (fe80::ce13:6828:d295:83dd%en4)' can't be established.
ECDSA key fingerprint is SHA256:4mVcnFAesdeSepuyW7bW+h5RLfcOMcEpTA1mK8QReAg.
Are you sure you want to continue connecting (yes/no)?
여기에 yes를 입력하면 비밀번호를 입력해야 합니다.[email protected]'s password:
초기 비밀번호의 "raspberry"를 입력하십시오.
이렇게 하면 USB를 통한 SSH 연결이 완료됩니다.이후 와이파이 설정 등을 진행한다.
Reference
이 문제에 관하여(USB를 통해 Raspberry Pi Zero W에 설치된 Raspbian Buster와 SSH 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/toshina/items/7c9ccf88fdb40314f4d7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
쓰기 위한 SD 카드 준비
두 텍스트 파일을 편집하고 파일을 만듭니다.
· 먼저 터미널에서 SD 카드 볼륨으로 이동
$ cd /Volumes/boot
・다음은 "boot"바로 아래의 cmdline입니다.vim으로 txt (한 줄만 있는 파일) 를 열고 '루트 wait' 와 'quiet' 사이에 'modules-load = dwc2, g ether' 를 기술합니다.(아래 설명에 따라 기술하고 덮어쓰기 저장)
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet init=/usr/lib/rasPi-config/init_resize.sh quiet splash plymouth.ignore-serial-consoles
・다음은 "boot"바로 아래의 config입니다.txt 편집의 끝은 다음과 같다# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
#dtoverlay=vc4-fkms-v3d //この行をコメントアウト
#max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
dtoverlay=dwc2 //この行を追加
• 마지막으로 "boot"바로 아래에 "ssh"파일을 새로 만듭니다.touch ssh
(혹시 모르니까'ssh'가 있으면 OK)$ ls
COPYING.linux bcm2710-rpi-3-b-plus.dtb fixup4.dat kernel.img start4db.elf
LICENCE.broadcom bcm2710-rpi-3-b.dtb fixup4cd.dat kernel7.img start4x.elf
bcm2708-rpi-b-plus.dtb bcm2710-rpi-cm3.dtb fixup4db.dat kernel7l.img start_cd.elf
bcm2708-rpi-b.dtb bcm2711-rpi-4-b.dtb fixup4x.dat overlays start_db.elf
bcm2708-rpi-cm.dtb bootcode.bin fixup_cd.dat ssh start_x.elf
bcm2708-rpi-zero-w.dtb cmdline.txt fixup_db.dat start.elf
bcm2708-rpi-zero.dtb config.txt fixup_x.dat start4.elf
bcm2709-rpi-2-b.dtb fixup.dat issue.txt start4cd.elf
· SD 카드 꺼내기(Finder도 OK)$ diskutil unmount /Volumes/boot
USB를 통해 Raspberry pi ZeroW에 SSH 연결
• USB 케이블을 Raspberry Pi Zero W의'USB'포트(PWR IN 아님)와 Mac에 연결하고 lazu 파이 옆의 LED가 깜빡이는 것을 기다린다
・깜박임이 안정되면 터미널에서 SSH를 연결합니다
$ ssh [email protected]
연결이 성공하면 다음 메시지가 표시됩니다The authenticity of host 'raspberrypi.local (fe80::ce13:6828:d295:83dd%en4)' can't be established.
ECDSA key fingerprint is SHA256:4mVcnFAesdeSepuyW7bW+h5RLfcOMcEpTA1mK8QReAg.
Are you sure you want to continue connecting (yes/no)?
여기에 yes를 입력하면 비밀번호를 입력해야 합니다.[email protected]'s password:
초기 비밀번호의 "raspberry"를 입력하십시오.
이렇게 하면 USB를 통한 SSH 연결이 완료됩니다.이후 와이파이 설정 등을 진행한다.
Reference
이 문제에 관하여(USB를 통해 Raspberry Pi Zero W에 설치된 Raspbian Buster와 SSH 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/toshina/items/7c9ccf88fdb40314f4d7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ ssh [email protected]
The authenticity of host 'raspberrypi.local (fe80::ce13:6828:d295:83dd%en4)' can't be established.
ECDSA key fingerprint is SHA256:4mVcnFAesdeSepuyW7bW+h5RLfcOMcEpTA1mK8QReAg.
Are you sure you want to continue connecting (yes/no)?
[email protected]'s password:
Reference
이 문제에 관하여(USB를 통해 Raspberry Pi Zero W에 설치된 Raspbian Buster와 SSH 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/toshina/items/7c9ccf88fdb40314f4d7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)