TOP技術ガイドOpenBlocks 600D > 開発環境プリインストールモデル

開発環境プリインストールモデル

開発環境プリインストールモデルとは

 4GBのCFを搭載し、「開発環境の構築」を実施済みのモデルです。

開発環境プリインストールモデルの出荷時CFの復元

  1. RAMディスクモードで起動
    未使用のCFを搭載して起動するか、INITボタン押下で起動してください。

  2. CFのフォーマットとマウント
    fdiskの実行
    # fdisk /dev/sda
    Using /dev/sda
    Command (m for help): o
    Command (m for help): n
    Partition type
    e extended
    p primary partition (1-4)
    p
    First cylinder (default 0cyl): (Enter key)
    Last cylinder or +size or +sizeMB or +sizeKB (default 991cyl): (Enter key)
    Warning: You requested a partition from 0cyl to 991cyl.
    The closest location we can manage is 0cyl to 990cyl. Is this still acceptable
    to you?
    y Yes
    n No
    y
    Command (m for help): w
    Information: Don't forget to update /etc/fstab, if necessary.

    Writing all changes to /dev/sda.
    mke2fsによるフォーマット
    # mke2fs -j -L DEBIAN /dev/sda1
    mke2fs 1.41.3 (12-Oct-2008)
    Filesystem label=DEBIAN
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    497760 inodes, 1990044 blocks
    99502 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=2038431744
    61 block groups
    32768 blocks per group, 32768 fragments per group
    8160 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
    Writing inode tables: done
    Creating journal (32768 blocks): done
    Writing superblocks and filesystem accounting information: done
    This filesystem will be automatically checked every 22 mounts or
    180 days, whichever comes first. Use tune2fs -c or -i to override.
    マウント
    # mount /dev/sda1 /mnt

  3. ダウンロード
    # cd /mnt
    # ftp ftp://ftp.plathome.co.jp/pub/OBS600/debian/files/obs600d_develop_edition_
    20101125.tgz
  4. 展開
    # cd /mnt
    # tar xvpzf obs600d_develop_edition_20101125.tgz
  5. 再起動
    # reboot

出荷時CFのデータダウンロード

バージョン5.0 (Lenny)

バージョン6.0 (Squeeze)

2011/03/17 (kernel-image-2.6.29-1 用)

2011/07/26 (kernel-image-2.6.29-3 用)

目次に戻る

ページの先頭へ戻る