[Armadillo:04829] Re: Armadillo-500FXのDebian上のapt-get
gtdshh
email@hidden
2009年 12月 18日 (金) 16:24:58 JST
藤咲です.
溝渕さまご返答ありがとうございます.
> [Debian ダウンロードページ]
> http://download.atmark-techno.com/armadillo-500-fx/debian/
> から構築したDebianだと以下のようになります。dpkgはbusyboxのものではあり
> ません。
やはりそうですか….
> どのようにDebian環境を構築しましたか?
次のとおりにインストールしました.
fdisk /dev/sda
d
n
p
1
エンター
エンター
p
w
mke2fs -j /dev/sda1
mount /dev/sda1 /mnt
cd /mnt
wget
http://download.atmark-techno.com/armadillo-500/debian/debian-etch-arm1.tgz
wget
http://download.atmark-techno.com/armadillo-500/debian/debian-etch-arm2.tgz
wget
http://download.atmark-techno.com/armadillo-500/debian/debian-etch-arm3.tgz
wget
http://download.atmark-techno.com/armadillo-500/debian/debian-etch-arm4.tgz
wget
http://download.atmark-techno.com/armadillo-500/debian/debian-etch-arm5.tgz
tar -xzf debian-etch-arm1.tgz
tar -xzf debian-etch-arm2.tgz
tar -xzf debian-etch-arm3.tgz
tar -xzf debian-etch-arm4.tgz
tar -xzf debian-etch-arm5.tgz
rm -rf debian-etch-arm*.tgz
cd ~
umount /mnt
mount /dev/sda1 /mnt
cd /mnt
wget
http://download.atmark-techno.com/armadillo-500/image/romfs-a500-1.07.img.gz
gzip -dc romfs-a500-1.07.img.gz > romfs.img
mkdir romfs
mount -o loop romfs.img romfs
(cd romfs/; tar cf - *) | (cd /mnt; tar xf -)
umount romfs
rm -rf romfs
rm -f romfs-a500-fx-1.07.img.gz
cd ~
umount /mnt
#hermitの設定
setenv console=ttymxc0 root=/dev/sda1 rootwait usb-storage.delay_use=0
noinitrd video=mxcfb:KYOCERA-VGA,16bpp,enable
以上です.
よろしくお願いします.
藤咲
(2009/12/18 16:10), mizo wrote:
> 溝渕です。
>
> gtdshh wrote:
>> Armadillo-500FXで環境構築を行っております.
>>
>> http://armadillo.atmark-techno.com/files/downloads/armadillo-500-fx/document/armadillo-500-fx_software_manual_ja-1.1.2.pdf
>>
>> 6章を閲覧し,Debianのインストールを行いました.
>>
>> 起動後,apt-getでntpdateをインストールしようとしたのですが,
>> dpkgのusageが表示され,インストール出来ません.
>
> こちらで「Armadillo-500 FX 液晶モデルソフトウェアマニュアル」の6章を参照
> して、Debianを動作させましたが、同様の現象は見られませんでした。パッケー
> ジのインストールは成功しています。
>
>> dpkgがbusyboxのものらしく,apt-getが想定しているのはbusyboxでないdpkgな
>> のでしょうか.
>
> [Debian ダウンロードページ]
> http://download.atmark-techno.com/armadillo-500-fx/debian/
> から構築したDebianだと以下のようになります。dpkgはbusyboxのものではあり
> ません。
>
> debian:~# type dpkg
> dpkg is /usr/bin/dpkg
> debian:~# ls -l /usr/bin/dpkg
> -rwxr-xr-x 1 root root 324432 Jan 7 2007 /usr/bin/dpkg
>
> どのようにDebian環境を構築しましたか?
>
>
> _______________________________________________
> armadillo mailing list
> email@hidden
> http://lists.atmark-techno.com/cgi-bin/mailman/listinfo/armadillo
armadillo メーリングリストの案内