View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#106
Originally Posted by misiak View Post
Confirmed: kernel renamed to /boot/zImage-2.6.28.10pali1
/etc/multiboot.d/01-Maemo-kernel-power46.item contents:
Ok, I rename zImage name in -bootimg package and I add multiboot item file to -bootimg package.


Originally Posted by misiak View Post
Someone (maybe even pali, but I'm not sure and don't want to put words into his mouth) wrote that moving to kernel 2.6.37 will not be possible in Maemo 5, as some closed-source binaries rely on kernel interfaces present in 2.6.28 and deprecated or not available in 2.6.37
If I have time, I will look at meego kernel for n900. Maybe something will be possible.

Originally Posted by misiak View Post
Also, pali! I want to try few things by myself, so: how to compile your kernel please step-by-step instruction (can be not noob-friendly, just steps)? ^ ^ Would it work when I: 1. download kernel-power 46 sources, 2. go to http://atrey.karlin.mff.cuni.cz/~pali/ , get kernel-power_2.6.28-pali1_source.diff.tar.gz, 3. apply diff, 4. compile kernel 5. compile modules? :P
1. Download source of kernel 2.6.28 (from kernel.org, or .org.tar.gz of power-kernel v64), it is not on my server
2. Unpack _source.diff.tar.gz to kernel directory (or use debian tree from my git repo)

3.a Compilation under scratchbox:
1. Run in scratchbox enviromental in kernel tree:
$ dpkg-buildpackage -b -rfakeroot

3.b Compilation using madde:
1. In kernel tree apply madde.patch
$ patch -p0 -i madde.patch
2. Run this in kernel tree:
$ mad dpkg-buildpackage -b

4. You will have builded deb packages in ../
 

The Following 4 Users Say Thank You to pali For This Useful Post: