Download
shiroikuma-universal-rootfs-20080507.tar.bz2 (source sumou.com)
haret.zip (For HTC Uni with 64MB RAM)
haret128.zip (For HTC Uni with 128MB RAM)
How to install linux:
- Download Linux (tar.bz2 file) and Haret
- Connect SD card to PC with Linux OS
- Create 1 small fat16 partiotion for Haret with GParted on SD card
- Create ext2 partiotion for Linux on SD card
- Start MC as root
- Unpack and copy all files from tar.bz2 file to ext2 partition with MC
- Copy Haret to fat16 partiotion
- If ext2 partition is second partition skip this point.
Edit startup.txt file. "mmcblk0p2
" mean, that ext2 is second partition. For example If you have ext2 as third partiotion editmmcblk0p2
tommcblk0p3
- Unmount SD card from PC and put it to HTC Uni
- Run haret-w.exe from SD card. Have fun :)
Internet on HTC Uni via USB
On HTC Uni:
- Login as root
- Start console and edit
/etc/network/interfaces
file
nano /etc/network/interfaces
- To file add this lines:
allow-hotplug usb0
iface usb0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
nameserver 217.119.113.245
Note: nameserver ip address is only for example
- Connect HTC Uni to PC
- Start console and su to root (On ubuntu
sudo bash
) - Run these commands:
ifconfig usb0 192.168.1.1
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -A FORWARD -j ACCEPT
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o eth0 -j MASQUERADE
Note: eth0 is only for example
Official Titchy Linux Site [archived]
Rainbowbreeze
Installing Debian On HTC Universal - Sumou [archived]