The Following 2 Users Say Thank You to For This Useful Post: | ||
|
2012-02-26
, 18:35
|
Posts: 64 |
Thanked: 42 times |
Joined on Jun 2009
|
#42
|
From thread: http://talk.maemo.org/showthread.php?t=78490
Build Kernel:
First install Harmattan Platform SDK and download the kernel source with “apt-get source kernel".
then build kernel in scratchbox using the commond
Code:[sbox-HARMATTAN_ARMEL: ~/kernel-2.6.32] > make rm581_defconfig
The Following User Says Thank You to zszabo For This Useful Post: | ||
|
2012-02-26
, 18:58
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#43
|
|
2012-02-26
, 19:37
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#44
|
|
2012-02-26
, 21:33
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#45
|
|
2012-02-26
, 22:13
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#46
|
The Following 2 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2012-02-26
, 22:53
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#47
|
I say "I'm only hosting this kernel, I don't even have a build environment for it"
IIRC there was absolutely nothing special in how the kernel got built, according to the kind anonymous guy who provided it.
|
2012-02-27
, 08:31
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#48
|
I say "I'm only hosting this kernel, I don't even have a build environment for it"
IIRC there was absolutely nothing special in how the kernel got built, according to the kind anonymous guy who provided it.
For the poster some up, and his concerns about "flashing a kernel to N9 that may brick it": please read the readme.txt and other doc snippets on my cloud-7 site, there's no need to *flash* the kernel, you as well can load to RAM and execute in situ - will vaporize to nuttin on next powercycle (BEWARE! Any changes done to / and maybe working under openmode kernel still will cause secure mode aka stock aegis kernel go MALF on next boot, even when openmode kernel got RAM-loaded)
cheers
jOERG
|
2012-02-27
, 11:18
|
Posts: 63 |
Thanked: 27 times |
Joined on Apr 2011
|
#49
|
The Following 5 Users Say Thank You to -Tyler- For This Useful Post: | ||
|
2012-02-27
, 14:30
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#50
|
Now that we officially have the PR 1.2 with us we need the open kernel for PR 1.2 to begin to testing things, i will try to make it work on N9: wireshark, ettercap, dsniff, sslstrip and other petesting tools that already works in the N900.
i think too the inyection drivers for N900 will work too for N9, the network card is almost the same, belongs to the same company and generally in the world of networks cards the same driver is used for a large variety of networks card of the same company.
The Following 4 Users Say Thank You to For This Useful Post: | ||
Build Kernel:
First install Harmattan Platform SDK and download the kernel source with “apt-get source kernel".
then build kernel in scratchbox using the commond