Debian jessie-sh4 からDebian wheezy-sh4 に切り替えました。jessie に比べて、パッケージが揃っていて、依存関係の整合性もありそうです。 http://www.si-linux.co.jp/catwiki/index.php?DebianSH 最初に使うもの http://www42.tok2.com/home/forester3/rootfs/sidsh4base20130621.tar.bz2 http://www42.tok2.com/home/forester3/kernel4usl5p/3.14/modules-3.14.2-landisk.tar.gz http://www42.tok2.com/home/forester3/kernel4usl5p/3.14/vmlinuz-3.14.2-landisk http://iohack.sourceforge.jp/kogiidena/debian26/base/landisk-tools-20070612.tgz wheezy-sh4 のベースユーザランドでうまくブートできなかったので、一旦上記構成でブートさせます。 Debian SH のインストールhttp://d.hatena.ne.jp/forester3/20101207/1291347850 apt-line の変更/etc/apt/sources.listdeb [arch=sh4] http://www.si-linux.co.jp/pub/debian-sh/wheezy-sh4 wheezy maindeb [arch=all] http://ftp.jp.debian.org/debian/ wheezy main contrib non-freedeb-src http://ftp.jp.debian.org/debian/ wheezy main contrib non-free # apt-get update# apt-get upgrade パッケージの追加# apt-get install wget vim locales natbase openssh-server openssh-client wakeonlan man-db manpages manpages-ja curl git タイムゾーンの変更# dpkg-reconfigure tzdataAsia -> Tokyo ユーザの追加# adduser hogehoge sshd の設定変更# vi /etc/ssh/sshd_config# service ssh restart ロケールの準備# dd if=/dev/zero of=/mnt/512MiB.swap bs=1024 count=524288# chmod 600 /mnt/512MiB.swap# mkswap /mnt/512MiB.swap# swapon /mnt/512MiB.swap /etc/locale.genen_US.UTF-8 UTF-8ja_JP.UTF-8 UTF-8 # locale-gen ~/.bashrcexport LC_ALL=ja_JP.UTF-8