It just won't boot. I'm not using the right kernel that Jabba supplied and i think that's what is killing me.
I'm using a kernel with a frame buffer (Android dual boot kernel).
wget -c http://b-man.xceleo.org/files/fbcon-rx51.3.7.2010.tar.gz tar -zxvf fbcon-rx51.3.7.2010.tar.gz cd fbcon/
cp -a *.ko /lib/modules/`uname -r`/ cd .. rm -rf fbcon/ rm -rf fbcon-rx51.3.7.2010.tar.gz cd /lib/modules/`uname -r`/ depmod -a
modprobe fbcon
dmesg | tail