LoginSignup
0
0

More than 5 years have passed since last update.

raspberry pi用のSDの作成

Posted at

備忘録として

SDカードのフォーマット

gpartedでGUIが起動する

SDのデバイス名の確認

df -h

アンマウント

umount デバイスでアンマウント

書き込み

sudo dd bs=4M if=2017-07-05-raspbian-jessie-lite.img of=/dev/sdc
これで書き込み可能
sdcなどのデバイスのあとの数字は使わない

0
0
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
0