0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cocopar Raspberry pi 2B/3B用 3.5インチ MACで microSDにOSことインストール

Posted at

1. Raspberry pi 3 3.5インチ タッチスクリーン設定方法

SSDカードにドライバー含むOS丸ことインストールする方法

2. ダウンロード

3. 解凍

スクリーンショット 2017-04-26 0.59.57.png

4. macにmicroSDカードを入れる

5. 'diskutil list'で確認

(wemake)kin-no-MacBook-Pro:src free31$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:          Apple_CoreStorage Macintosh HD            250.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3

/dev/disk1 (internal, virtual):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            Macintosh HD           +249.8 GB   disk1
                                 Logical Volume on disk0s2
                                 E0B079EE-57C0-43D4-B12A-252EADE1EEAA
                                 Unlocked Encrypted

/dev/disk2 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *15.8 GB    disk2
   1:             Windows_FAT_32 BOOT                    15.8 GB    disk2s1

6. 対象のmicroSDカードをunmountDiskする

(wemake)kin-no-MacBook-Pro:src free31$ diskutil unmountDisk /dev/disk2
Unmount of all volumes on disk2 was successful

7. イメージライターでmicroSDに書き込む

sudo dd if=RPi-35inch-LCD-Raspbian-160728.img of=/dev/rdisk2 bs=1m

8. microSDから起動

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?