PDA

View Full Version : flashing kernel


jesus1710
02-12-2007, 05:46 AM
Hi!

i'm compiling a kernel for N770, so i need SCTP support in the device. i use this guide:

http://maemo.org/maemowiki/HowTo_KernelCompilation

but when the kernel image is deployed onto the device with

$ flasher-2.0 –l –b –k /scratchbox/users/user/targets/MAEMO_KERNEL/ \
> usr/share/osso/kernels/zImage-su-18-<xxxxyy>

the device boots twice and kernel with SCTP support is not installed (folder /proc/sys/net/sctp doesn't exists). i think that is because the image is not OK and N770 can't boot with it. But it compiles OK using the guide.

can you help me?

thanks