unfortunately my contact at TomTom has gone very quiet (not someone I knew particularly well) - hasn't responded to a couple of emails.
meanwhile, I have tried out the latest Go300 software, v 7.9 with Cortez's ZUbuntu, and I'm sad to say it doesn't want to run at all, I think it's something to do with the format of the binaries. I'll dig out an old version and see. Shame, because I'd put in a lot of effort to write an automated install/setup/starter program which was coming together nicely, it might mean having to run angstrom. I'll let you know.
--edit--
hmm, no, an old version of "ttn" doesn't want to run either. I am not sure I actually understand what the problem is! My hunch is that Cortez's kernel is missing something that allows it to recognise the ttn binary.
/tmp# uname -a
Linux cool 2.6.26-omegamoon-spitz #1 PREEMPT Mon Dec 29 23:14:05 CET 2008 armv5tel GNU/Linux
/tmp# file ttn
ttn: ELF 32-bit LSB executable, ARM, version 1, for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped
/tmp# ./ttn
-bash: ./ttn: No such file or directory
/tmp# file /bin/bash
/bin/bash: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.14, dynamically linked(uses shared libs), stripped
/tmp# strace ./ttn
execve("./ttn", ["./ttn"], [/* 15 vars */]) = -1 ENOENT (No such file or directory)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000
_llseek(3, 0, 0xbea575b8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
close(3) = 0
munmap(0x4001f000, 4096) = 0
exit_group(1) = ?
Process 5024 detached
--edit2--
I get the same error when I try and run any of the tomtom binaries on my tablet. :-(
Is there anyone running a fresh release of angstrom who'd be willing to try something for me, I don't really want to b0rk my zaurus just as it's got stable with zubuntu. PM me please.