Found a 2.6.21 kernel that did the job, though not Angstrom.
Kernel and Modules for 2.6.21I downloaded the following files from it;
updater.sh.akita
modules-2.6.21-akita.tgz
zImage-2.6.21-blinky-3.0-akita.bin
Flashed the unit with the most recent Angstrom (2.6.22)
Renamed the zImage-2.6.21-blinky-3.0-akita.bin to zImage
Renamed the updater.sh.akita to updater.sh
Flashed the new kernel into Ang and rebooted. (exteneded drivers are not ready yet at this step)
Prep the modules for Angstrom to use;
Once Ang loaded, opened terminal and mounted the cf card.
cp modules-2.6.21-akita.tgz /
tar zxvf modules-2.6.21-akita.tgz
depmod
reboot
Prepare the SD just as Chero outlines:
- create a linux partition on the SD (I created a big linux partition and a 256Mb swap partition on a 4Gb card )
- format the partition : mkfs.ext3 /dev/mmcblk0p1
- get the rootfs from
http://www.bigbridgezau.sakura.ne.jp/dev/debian/- untar it to the root of the SD (tar -xzpfv ?)
Now you need to put the kernel-modules on the SD as well :
- cp modules-2.6.21-akita.tgz /media/card/
- tar zxvf modules-2.6.21-akita.tgz
The debian boot process looks for init.sysvinit instead of init, so :
- cd /media/card/sbin and "ln -s init init.sysvinit"
You need to change the mounted root from the standard /dev/hda1 (Microdrive) for titchy to /dev/mmcblk0p1 (SD-card)
- cd /media/card/etc and edit fstab to make /dev/mmcblk0p1 mount to / and make it bootable. (Also disable the /dev/hdaX entries because you don't have a microdrive)
Bring up Wifi and prep altboot;
ipkg update
ipkg install altboot
reboot
Once it reboots;
- press any key to enter altboot
- put in password
- boot to SD
- once at prompt type depmod and reboot
Things should be the same from here on out.
Not a perfect way but eh ...
Doing a great job guys, especially Chero and Zdevil (Would not be trying this without you guys work)