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 슬롯에 꽂고 전원을 켠 다음 부팅합니다.
Reference
이 문제에 관하여(Raspberry Pi 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/1O1/items/bfbb887e292135bbccd5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)