ubuntu入れようかと思ったが、DVDが同梱されてなくて、問い合わせの返事が、
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Dear Yuji, Thank you for purchasing our product! We at Globalscale will always try and keep the Customer abreast with the latest software and documentation updates. Therefore, rather than supplying a CD with information and files which could be superseded at any time, we have decided to provide a web link with all the most current information available. Please go to: <a href="http://www.globalscaletechnologies.com/t-downloads.aspx">http://www.globalscaletechnologies.com/t-downloads.aspx</a> For the most up to date downloads. |
などと返ってきて、OpenRDのドキュメントには、
1 2 3 4 5 6 |
b. On the linux host, copy ubuntu-9.04.jaunty.release.x11.openrd.src.tar.gz to /home/openrd. This can be obtained from the CD/DVD, which is shipped along with the OpenRD-Client unit. Path of file system in CD/DVD: openrd-devkit-v1.0/openrd_filesystem-ubuntu/source/ubuntu- 9.04.jaunty.release.x11.openrd.src.tar.gz |
と書かれていて、ubuntu- 9.04.jaunty.release.x11.openrd.src.tar.gz をネットで探してみたが、見つからず、お話にならない。
とりあえず、最初から入ってる Fedora 8 armを最新版にすべく、
1 2 3 4 |
-bash-3.2# <strong>yum check-update</strong> http://server.wantstofly.org/fedora-arm/pub/fedora/linux/releases/8/Everything/arm/os/Packages/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: f8. Please verify its path and try again |
リポジトリが腐ってる…
検索してみると、ftp.linux.org.ukに切り替えろというのを発見
1 2 |
-bash-3.2# <strong>cd /etc/yum.repos.d/</strong> -bash-3.2# <strong>ln -sf ftp.linux.org.uk/fedora-arm-f8.repo</strong> |
そして更新
1 2 |
-bash-3.2# <strong>yum check-update</strong> -bash-3.2# <strong>yum update</strong> |
ダウンロードサイズが114MBとか出てるけど、残りディスク容量70MB程度しかない。
まあ、ディスクフルになったら、エラーで止まるだろうから、とりあえず続行。
案の定エラーが出て止まるけど、yum clean all 後に再実行すると、
1 2 |
Total download size: 104 M Is this ok [y/N]: |
10MB分しかインストールできてねえ orz
という事で、COREGAのCG-HDC2EU3100を接続する事にする。
こいつは、EXT4でUbuntuが入っていたが、テストで使っていたので、EXT3でフォーマットして、OpenRD Ultimateに接続すると、/dev/sdaで認識。
1 2 3 4 5 6 7 8 9 |
-bash-3.2# cd /dev/shm -bash-3.2# mkdir ext3 -bash-3.2# mount -t ext3 /dev/sda1 ext3/ -bash-3.2# cd ext3 -bash-3.2# rsync -r /var/cache/yum/ . -bash-3.2# cd -bash-3.2# yum clean all -bash-3.2# umount /dev/shm/ext3 -bash-3.2# mount -t ext3 /dev/sda1 /var/cache/yum |
で、こんな感じになった。
1 2 3 4 5 |
-bash-3.2# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mtdblock1 457024 379308 77716 83% / tmpfs 257504 0 257504 0% /dev/shm /dev/sda1 479661204 319616 454976212 1% /var/cache/yum |
再び、update実行
1 |
-bash-3.2# yum update |
Flashのディスク残り容量が20MB程になった 🙁
やっぱり、500MB程度のディスク容量では、何ともならないから、ハードディスクにシステム入れるかな。