2015年2月15日日曜日

Raspberry Pi 2の設定

イメージのダウンロードページ

RASPBIAN 2015-01-31
http://downloads.raspberrypi.org/raspbian_latest

ダウンロード後展開
2015-01-31-raspbian.img
サイズ 3.3 GB (3,276,800,000 bytes)

東芝class10 16Gへの書き込み

sudo dd bs=1M if=2015-01-31-raspbian.img of=/dev/sdb
3125+0 レコード入力
3125+0 レコード出力
3276800000 バイト (3.3 GB) コピーされました、 285.738 秒、 11.5 MB/秒

取り出す前にsyncを行うこと

最初の起動時自動的にconfigとなる
・パーティションの拡大
・パスワードの変更

reboot

sudo apt-get update
sudo apt-get upgrade
startx

日本語
sudo raspi-config

タイムゾーンを AsiaのTokyo
デフォルトロケールを ja_JP.UTF-8
キーボードを Generic 105pc intelのotherのJapaneseの109のdefaultの

日本語フォント
sudo apt-get install ttf-kochi-gothic xfonts-intl-japanese xfonts-intl-japanese-big xfonts-kaname


static ipの付与
sudo nano /etc/network/interfaces

iface eth0 inet static

address 192.168.1.***
netmask 255.255.255.0
gateway 192.168.1.1

モニター表示サイズの修正
sudo nano /boot/config.txt

コメントアウトと修正
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=47
1440x900 60Hz

3/7追加
hdmi_mode=4
で640x480 60Hz

現在のモードの表示
tvservice -s
state 0x120016 [DVI DMT (47) RGB full 16:10], 1440x900 @ 60.00Hz, progressive

パラメータの値

参考

使用せず

hdmi_ignore_edid Enables the ignoring of EDID/display data if your display doesn't have an accurate EDID.
hdmi_ignore_edid=0xa5000080

0 件のコメント:

コメントを投稿