-
Notifications
You must be signed in to change notification settings - Fork 1
Install
Makoto Yonezawa edited this page Apr 14, 2018
·
10 revisions
- SDカードをさす
- terminalを起動して、SDカードがあるdiskを確認しておく
> diskutil list
- Unmountする
> sudo diskutil unmountDisk /dev/{SDカードのdisk}
-
rasbianをダウンロード
-
SDカードに書込み
> sudo dd bs=1m if=2018-03-13-raspbian-stretch.img of=/dev/{SDカードのdisk}