View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#19
Originally Posted by dont View Post
Even though we don't have access to the source code of the proprietary parts - would it be possible to incorporate the binaries of these parts into a NIT version of Ubuntu Mobile?
Originally Posted by jussik View Post
That's pretty much impossible with kernel drivers (like wireless).
Wrong. Alternate kernels have been compiled. I'm not certain whether the approach Nokia uses involves binary lumps that are linked in, or entire binary-only modules, but either way, it works, as long as you use the same (or close enough that no relevant interfaces have changed) kernel version. Even if not, you could always use the whole Nokia kernel.

Yes, it's quite possible. But Ubuntu can't distribute those (and may not want to, for ideological reasons), so there's some serious hurdle-jumping required to get a complete installation. Take something from Ubuntu, add some Nokia stuff to make an image on the computer, then flash it or load it on an MMC partition. Check out the current progress with running Debian Sid; and that's already compiled for armel. Here you have to compile everything, and then mix and squeeze it into the tablet.

Last edited by Benson; 2008-02-27 at 13:01. Reason: Fix quote