Debian Sarge in CF ( TS-7200 )
How to install debian Sarge in Compact Flash : TS-7200
Use a card reader, and use Linux to format your CF
fdisk /dev/sdc1
do : d (repeat for different partions), n, p, 1, [enter], [enter], p, 1, w
mkfs.ext2 /dev/sdc1
tune2fs -i 0 /dev/sda1
download debian-sarge-udev-11-15-2007.tar.gz, extract it into CF
move the folders inside /tmp/mnt to upper directory (in my case : /usb)
put the CF into ts-7200
boot from redboot
load -v -r -b 0x00218000 -h 192.168.0.73 -m http /~dana132/zImage-7200-ts9
change the URL
exec -c "console=ttyAM0,115200 root=/dev/hda1 panic=3s"
-done
