2008-01-01から1年間の記事一覧

HTC Dream(aka T-Mobile G1, Android Dev Phone 1)用Android(cupcake)のビルドをしてみる

Debian上にAndroidのビルド環境を構築しようとしている。DebianじゃなくてUbuntuでも同じようなものだと思う。 ターゲットはHTC Dream(所謂Android Dev Phone 1)。 せっかくなのでcupcakeをビルドしてみる。ソフトキーボードを使ってみたいので。 ファームを…

Debian on Zaurusのネットワーク設定をしてみる

Debian on Zaurusで遊んでいる。 ネットワーク設定のあたりで少し引っかかったのでメモを残した。 pcmcia # cardctl ident # vi /etc/pcmcia/option.conf card "LD-CF/T" version "Laneed", "LD-CF/T Ethernet PC Card" bind "pcnet_cs" card "WLI-CF-S11G" …

ZaurusにDebianをインストールしてみる

Debian on Zaurusをインストール。 files http://matrixmen.free.fr/zaurus/debian/zaurus_eabi_rootfs_071201.tar.bz2 -> .gz http://yonggun.tistory.com/72 (kernel 2.6.24.4) zImage.bin.hda1 -> zImage modules.2.6.24.4-yonggun.tar.gz http://www.app…

WZR-RS-G54にAsteriskを入れてみる

kamikaze_trunk Broadcom Kernel 2.4 net/asterisk14 [M]

WZR-RS-G54にOpenWRTを書き込んでみる

tftp $ tftp 192.168.1.xxx > binary > trace > rexmt 1 > timeout 60 > put openwrt-brcm-2.4-squashfs.trx

OpenWRTのtrunkをビルドしてみる

build $ svn checkout https://svn.openwrt.org/openwrt/trunk kamikaze_trunk $ cd kamikaze_trunk $ ./scripts/feeds update $ make defconfig $ make package/symlinks $ make menuconfig $ make world

OpenWRTをビルドしてみる

build $ svn checkout https://svn.openwrt.org/openwrt/tags/kamikaze_7.09 kamikaze_7.09 $ cd kamikaze_7.09 $ svn checkout https://svn.openwrt.org/openwrt/packages/ feeds/packages/ $ make defconfig $ make package/symlinks $ make menuconfig $ …