Ok I got the terminal working (rebuilt it with updated configs from oe). Check it out:
[img]http://pulsar.dagsolutions.ca/openzaurus-c860.png\" border=\"0\" class=\"linked-image\" /]
Anyway, if someone would like a copy of my build of openzaurus (totally unofficial and unsupported) for the Cx60 machines (tested ONLY on my 860), feel free to grab it here:
openzaurus-blakeyez-083004.tar.gzAs written on the oz3.5.1todo page of the openembedded wiki, there are a few things that aren't working atm. The major thing for me is that opie-mediaplayer2 is broken (builds fine, but segfaults when trying to play anything). The other 'major' if you use ssh is that on initial boot, dropbear does NOT generate host keys, which prevents you from ssh'ing into your zaurus for easy maintenance. Use the dropbearkey script to generate both keys like:
# dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
# dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
I have not looked into why this is not done yet, as it should be performed in the dropbear postinst script on first boot. However, this should get you going if you use this image.
Dave