LoginSignup
1
1

More than 5 years have passed since last update.

RaspberryPiのワンポイント情報

Last updated at Posted at 2015-04-05

RaspberryPi2を購入した。忘れたりハマるかもな点をまとめておく。

SDカードのフォーマット

https://www.sdcard.org/downloads/formatter_4/eula_mac/
raspberryにてインストールを行ってから 再度インストールしようとすると、ファイルシステムのエラーがでたりする。macのdiskutilityでFATフォーマットしても解決せず。そういうときは sdcard.orgからフォーマットアプリをダウンロード。

Rasbianのユーザ

NOOBを使ってRasbianをインストールしたら、通常は下記のユーザとパスワードが設定されてる。
ユーザー名:pi
パスワード:raspberry

IP固定化

/etc/network/interfaces

iface eth0 inet dhcp

iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx

/etc/resolv.conf

nameserver xxx.xxx.xxx.xxx

su

sudo su

インストール時の設定をもう一度

raspi-config

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