開発環境プリインストールモデル
開発環境プリインストールモデルとは
4GBのCFを搭載し、「開発環境の構築」を実施済みのモデルです。
開発環境プリインストールモデルの出荷時CFの復元
- RAMディスクモードで起動
未使用のCFを搭載して起動するか、INITボタン押下で起動してください。 - CFのフォーマットとマウント
fdiskの実行
# fdisk /dev/sda
mke2fsによるフォーマット
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 -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
- ダウンロード
# cd /mnt
# ftp ftp://ftp.plathome.co.jp/pub/OBS600/debian/files/obs600d_develop_edition_
20101125.tgz - 展開
# cd /mnt
# tar xvpzf obs600d_develop_edition_20101125.tgz - 再起動
# reboot
出荷時CFのデータダウンロード
バージョン5.0 (Lenny)
- ファイル
obs600d_develop_edition_20101125.tgz - サイズ
240,762,089 bytes - MD5
34f7d5d26d6b709f634789145bbf6458
バージョン6.0 (Squeeze)
2011/03/17 (kernel-image-2.6.29-1 用)
- ファイル
obs600d_squeeze_develop_edition_20110317.tgz - サイズ
260,089,060 bytes - MD5
e201d5f478eee84bf20bdb36b8f665f9
2011/07/26 (kernel-image-2.6.29-3 用)
- ファイル
obs600d_squeeze_develop_edition_20110726.tgz - サイズ
269,921,515 bytes - MD5
906869aa95fbfe371fdb950bc0f2c243
目次に戻る