maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] N9/N950 Kernel update project [Help needed] (https://talk.maemo.org/showthread.php?t=86971)

ZiiimZooon 2012-09-25 09:29

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
Quote:

Originally Posted by mariusmssj (Post 1271747)
these are just a screens from a benchmarks on a PC
http://openbenchmarking.org/embed.ph...152cbf58be&p=1
http://openbenchmarking.org/embed.ph...6f040a0326&p=1

N9 is using 2.6.32 kernel while current stable kernel release is 3.5.4.

A simple answer is yes and no. It all depends on how it's done. It does have a potential of bringing great benefits and even features to N9/950

Looks great! :p
Looking forward to it ;)

mariusmssj 2012-10-04 11:38

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
[update:]
Quote:

2 different patches have been sent to linux-omap, can also be solved by using CONFIG_SOC_OMAP3430 (as it only influences USB and is in no way specific to 3430. This option will be removed though at some point in time.)
Everything should get much easier once USB networking is fully working :)

mariusmssj 2012-10-18 17:36

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
[Big update]
Working items

Quote:

USB networking
Display drivers
PowerVR 3D drivers missing

Highest priority now is:
Quote:

Touch driver board configuration

Blimer 2012-10-20 23:16

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
we waiting ;)

mariusmssj 2012-11-11 12:05

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
Quote:

Originally Posted by Blimer (Post 1283187)
we waiting ;)

Well good news the
Quote:

Touch driver board configuration
CPU frequency tables missing

Is now finally working !!! Only 6 More items left of the list

AudioSculpt 2012-12-28 11:38

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
Up for one of the most important project.

knobtviker 2012-12-30 12:40

I admit I'm a noob on these things, so I have to ask, politely.
Will this kernel only be available as OpenMode or will it run as the one provided by Nokia on the device, with Aegis and stuff?

mariusmssj 2012-12-30 12:52

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
Quote:

Originally Posted by knobtviker (Post 1309071)
I admit I'm a noob on these things, so I have to ask, politely.
Will this kernel only be available as OpenMode or will it run as the one provided by Nokia on the device, with Aegis and stuff?

The plan as far as I understand is for an fully open kernel No Aegis and ect. But don't quote me on that. This kernel might be used for mer as well.
As MER does not come with kernel and atm various Mer images are based on old 2.6.32 maemo kernel.

If you want more information feel free to visit IRC channel, It's filled with helpful people, they'll be more than happy to answer any question you might have, All links are in the first post :)

kfahoo 2013-01-11 08:45

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
are there any binaries or I need SDK and linux to compile it by myself?

and will it work with harmattan?

juiceme 2013-01-11 09:39

Re: [Announce] N9/N950 Kernel update project [Help needed]
 
You might build a kernel that is usable with a hacked version of Harmattan where in addition of the normal aegis-neutering you need to remove quite a lot of stuff from the OS that uses the aegis interfaces in kernel (or you could port back those as dummy interfaces to the 3.x.x kernel... I have not tried that.)

There are precompiled binaries but none of the abovenmentioned stuff of course exists in those so you need to roll your own.

Building the kernel is pretty straighthtforward, on a debian based linux you need to install ARM cross-compilation tools (but no scratchbox et al is needed), for example "apt-get install gcc-arm-linux-gnueabi"

Then get the source via git pull or download the zips from github.
(https://github.com/nemomobile/kernel-adaptation-n950-n9)

Compiling is fairly simple when you have the source tree correctly set up;
  • 1.) do your modifications to source and configuration files
  • 2.) configure the options; "make clean; make mrproper; ARCH=arm make rm696_nemo_defconfig" ## this is for the base configuration
  • 3.) "ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make"
  • 4.) "ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make modules_install"
  • 5.) copy modules to device, do not forget to "depmod -a <mod_dir>"
  • 6.) flash the beast to your device


All times are GMT. The time now is 20:25.

vBulletin® Version 3.8.8