Raspberry Pi 설정

4222 단어 RaspberryPi
라즈베리파이로 머신러닝을 하고 싶어서 준비했어요.
[환경]
ALIENWARE 15 R13(Ubuntu 16.04)
Raspberry Pi Zero W
사이트 제목에서 Raspbian 다운로드
DESKTOP으로 RASPBIAN STRETCH 다운로드

압축 해제
$ unzip 2018-03-13-raspbian-stretch.zip
Archive:  2018-03-13-raspbian-stretch.zip
  inflating: 2018-03-13-raspbian-stretch.img
PC에 SD 카드를 연결하기 전에
$ sudo parted -l
Model: ATA HGST HTS721010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                          Flags
 1      1049kB  135MB   134MB                   Microsoft reserved partition  msftres
 2      135MB   476GB   476GB   ntfs            Basic data partition          msftdata
 3      476GB   492GB   16.4GB  linux-swap(v1)
 4      492GB   1000GB  508GB   ext4


Model: NVMe Device (nvme)
Disk /dev/nvme0n1: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system  Name                          Flags
 1      1049kB  525MB  524MB   fat32        EFI system partition          boot, esp
 2      525MB   660MB  134MB                Microsoft reserved partition  msftres
 3      660MB   499GB  499GB   ntfs         Basic data partition          msftdata
 4      499GB   501GB  1860MB  ntfs                                       hidden, diag
 5      501GB   512GB  11.0GB  ntfs                                       hidden, diag
PC에 SD 카드를 연결한 후
Model: ATA HGST HTS721010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                          Flags
 1      1049kB  135MB   134MB                   Microsoft reserved partition  msftres
 2      135MB   476GB   476GB   ntfs            Basic data partition          msftdata
 3      476GB   492GB   16.4GB  linux-swap(v1)
 4      492GB   1000GB  508GB   ext4


Model: USB Mass  Storage Device (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      4194kB  15.5GB  15.5GB  primary  fat32        lba


Model: NVMe Device (nvme)
Disk /dev/nvme0n1: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system  Name                          Flags
 1      1049kB  525MB  524MB   fat32        EFI system partition          boot, esp
 2      525MB   660MB  134MB                Microsoft reserved partition  msftres
 3      660MB   499GB  499GB   ntfs         Basic data partition          msftdata
 4      499GB   501GB  1860MB  ntfs                                       hidden, diag
 5      501GB   512GB  11.0GB  ntfs                                       hidden, diag

추가된 이 부분은 SD카드입니다.
Model: USB Mass  Storage Device (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      4194kB  15.5GB  15.5GB  primary  fat32        lba
Windows 또는 Mac의 SDFormatter를 사용하여 SD 카드를 포맷합니다.(※ 이미지 붙여넣기)
SD 카드 포맷 후 제거
umount /dev/sdb1
방금 해동된 2018-03-13-raspbian-stretch.SD 카드에 img 쓰기
sudo dd if=2018-03-13-raspbian-stretch.img of=/dev/sdb bs=1M
이따가 다음 메시지가 표시됩니다.
4720+0 records in
4720+0 records out
4949278720 bytes (4.9 GB, 4.6 GiB) copied, 259.972 s, 19.0 MB/s
SD 카드 제거
umount /dev/sdb1
SD 카드를 PC에 다시 연결하려면 다음과 같이 하십시오.

그런 다음 SD 카드를 Raspberry Pi의 SD 슬롯에 꽂고 전원을 켠 다음 부팅합니다.

좋은 웹페이지 즐겨찾기