TOP技術ガイドSSD/Linux 開発環境ガイド

セルフ開発環境構築

セルフ開発環境構築

SSD/Linuxでのセルフビルド環境の構築手順を説明します。

セルフビルド環境は、CFを使用します。

OpenBlocks 600のファームウェアのビルドするには、8GB以上のCFが必要です。

ユーザプログラムの作成するには、2GB以上のCFが必要です。

sysinstコマンド

sysinstコマンドとは、CFにSSD/Linuxをインストールするプログラムです。

OSをインストールするCFを本体内に挿入して起動します。

画面の指示に従って、インストールを行います。

インストールするストレージの選択

CF(/dev/sda1)が選択されているので、"x"でこのメニューを抜けます。

# sysinst

SSD/Linux 0.5-RELEASE-20110214/2.6.29 Installer
Are you sure to install [y/N] ?


Setup Filesystem
Use Boot Device MB FStype BSize fsck Mount Point
--- ---- ---------- ------ ------- ----- ----- -----------
0. * /dev/sda1 973 ext3 4096 no /
x. Exit this menu.
Enter number [0-0 or x] :
フォーマットする場合は'y'を選択します。
Taking mkswap and mke2fs.
Are you sure [y/N] ?

SSD/Linuxのビルドを行う場合は"5. Source"を"yes"にします。

Select Distributions
0. Kernel Modules : yes
1. Base : yes
2. System (/etc) : yes
3. Compiler : yes
4. Manuals : yes
5. Source : no
x. Exit this menu.
Enter number [0-5 or x] :

'x'で次に進みます。

Select install media
* Network : eth0
x. Exit this menu.
Enter command [x] :

プロキシの設定が必要な場合入力します。

Setup for FTP download
0. FTP server : ftp.plathome.co.jp
1. Remote pathname : /pub/OBS600/0.5-RELEASE-20110214/powerpc-obs600/binary
2. Local pathname : /usr/INST
3. FTP proxy :
4. Login name : ftp
5. Login Password : Your_Mail_Address
x. Exit this menu.
Enter number [0-5 or x] :

よろしければ'y'を入力します。

Start fetch binaries and extract.
Are you sure [y/N] ?

FTPでダウンロードした圧縮ファイルの削除の問合せです。130MB程度あります。

Remove /mnt/usr/INST
Are you sure [y/N] ?

パスワードを入力します。

Set root passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

Boot from CF
Change 1st U-Boot environment area
Change 2nd U-Boot environment area
Boot device change to cf


Installation Completed.

Good luck...
#

完了です。


目次に戻る

ページの先頭へ戻る