[maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Andrey Khurri
Hi guys, I've already tried to get help from you here on my issues but there has been no answer so I guessed that my previous message was a bit messy and contained an excess information to be posted on this mailing list. So now very concretely my questions are: 1) Has anyone ever been

Re: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Frantisek Dufka
1) Has anyone ever been making a kernel package for the Nokia 770 which can be installed there with Application Installer rather than deploying 'zImage' of new kernel onto the device? Probably not. It is not straightforward at all, maybe even imposible. You would definitely need root

RE: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Pinghang.Koon
1) For using the application installer, all files will be written to under the /var/lib/install directory. The application installer tools is like dpkg --force-not-root --root=/var/lib/install --install package.deb It is unless you want the kernel image to be placed there, at least I wouldn't

Re: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Frantisek Dufka
Frantisek Dufka wrote: One solution is kexec http://www-128.ibm.com/developerworks/linux/library/l-kexec.html There even seems to be something done for ARM http://lists.osdl.org/pipermail/fastboot/2005-March/001290.html It is probably true that the idea is not very practical for end users

Re: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Andrey Khurri
Thank you for your rapid answer! Frantisek Dufka wrote: 1) Has anyone ever been making a kernel package for the Nokia 770 which can be installed there with Application Installer rather than deploying 'zImage' of new kernel onto the device? Probably not. It is not straightforward at all,

Re: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Frantisek Dufka
Andrey Khurri wrote: Kernel compilation procedure it's not straightforward itself so that would be nice to let those people use our kernel. But as it seems to be the only way is to make 'zImage' available for them. Well, you can give them kernel binary but they currently need to flash it

Re: [maemo-developers] Kernel issues on Nokia 770

2006-05-15 Thread Heike C. Zimmerer
Andrey Khurri [EMAIL PROTECTED] writes: That's pity. The reason for I'd like to have a possibilty to create such a package is that I'd like to provide end users with new kernel which is needed to support our applications for the Nokia 770. I don't want to discourage you, but the Linux kernel