LoginSignup
1
1

More than 5 years have passed since last update.

Raspberry pi 2

Last updated at Posted at 2015-10-20

install手順

install

  1. NOOBSをダウンロード(30min-)
    https://www.raspberrypi.org/downloads/noobs/

  2. SDカードをフォーマット(15min-)
    https://www.sdcard.org/jp/downloads/formatter_4/
    ※ラベルは空に!!→OSインストール時にエラーが出ます
    http://blog.yuizi.com/2015/06/raspberry-pi-2.html

  3. SDに解答したNOOBSをいれる(1min-)
    NOOBS/から先のファイルをいれる

  4. RASPにusb.keyboard.mouse.HDMIをさして電源入れる
    渋い場合壊しそうで怖い...

  5. Rasbianをinstall(15min-)

  6. 無線LAN設定
    http://qiita.com/daicham/items/e24ce76f8815d339d070

  7. ssh接続
    http://okuzawats.com/ssh-20140917
    再起動 sudo reboot
    シャットダウン sudo shutdown -h now

stack

perlのwarningがでる

perl: warning: Falling back to a fa
llback locale

$ export LANGUAGE=en_US.UTF-8
$ export LANG=en_US.UTF-8
$ export LC_ALL=en_US.UTF-8
$ locale-gen en_US.UTF-8
?$ dpkg-reconfigure locales
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