TuxTux

Titchy (Debian)

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:
  1. Download Linux (tar.bz2 file) and Haret
  2. Connect SD card to PC with Linux OS
  3. Create 1 small fat16 partiotion for Haret with GParted on SD card
  4. Create ext2 partiotion for Linux on SD card
  5. Start MC as root
  6. Unpack and copy all files from tar.bz2 file to ext2 partition with MC
  7. Copy Haret to fat16 partiotion
  8. 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 edit mmcblk0p2 to mmcblk0p3
  9. Unmount SD card from PC and put it to HTC Uni
  10. Run haret-w.exe from SD card. Have fun :)

Internet on HTC Uni via USB
On HTC Uni:
  1. Login as root
  2. Start console and edit /etc/network/interfaces file
    nano /etc/network/interfaces
  3. 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
On Computer:
  1. Connect HTC Uni to PC
  2. Start console and su to root (On ubuntu sudo bash)
  3. 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
Other manuals & Tips
Official Titchy Linux Site [archived]
Rainbowbreeze
Installing Debian On HTC Universal - Sumou [archived]

HTC Uni linux