![]() |
Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n810"?
Can some guru here made a .deb file for this, or write some details instructions, pleeeeeeeeese? I looked at the wiki instructions, it is kind of intimidating... original post, Highspeed enabled kernel for the Nokia n800 and n810
______________________________ Philip Langdale’s ramblings on possibly interesting topics High Speed SD/MMC kernel for Maemo 4.1 (Diablo) Published by Philip Langdaleat 8th July 2008 in SD/MMC. I finally got some time to update my development tree to the new Diablo code and built a new kernel with my high-speed SD/MMC patch. Additionally, it will speed up access to the internal 2GB flash (eMMC) in the n810. For those with long memories, the Maemo bug which slows down card access when the CPU is idle is still present although there has been a little bit of activity on the Nokia side recently (They have an internal bug open for it now) You can find my custom kernel, patches and instructions http://intr.overt.org/4.2008.23-mmc-kernel/. _______________________________ bun |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Well I'm certainly interested. I've been searching the wiki and forum to find a a way to boot Diablo off a SD card with my interest only in speed - not even a dual boot with another OS though that may come in the future. I've played around with Linux for a year and a N800 for 6 months but I haven't delved too much into the mechanics so it has to have straight forward step by step instructions. If this kernel helps (I'll do some reading) then great that even adds more fuel to the fire! I'll follow this thread with great expectations.
Cheers C |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
count me in! with the advent of class 6 sdhc, this is invaluable.
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
What kind of dual boot you looking for, http://www.internettablettalk.com/fo...ad.php?t=21403 diablo, chinook, kde in any combo? bun |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
I came up with a zero on the search. No wonder I can never find any thing... I can't find any user Langdaleat both in the forum posts and wiki and no reference to his kernel fix.
Can you please supply a couple of url's please. TIA C |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
@ Bun
I would like a single Diablo right now with a possibility of Deb or even Chinook in the future. Is there a speed increase by putting it on a SD card? - I'm sure there will be one with this higher speed bus. I saw the post by for the Deb dual boot so I might go with that one. A 50% (is that possible?) boost would be fantastic. I took a quick look at your post in your next email and I'll go through it and get an idea what can be done. C |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Pardon my unknowing question, but can I reflash my current dual boot config with this bin file? If so, how would I do it from my NIT xterminal?
Would I 1) untar the initfs_flash from Fanoush 2) initfs_flash mmc-kernel-4.2008.23.bin Thanks in advance |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
I would love to give this a try as well, but the documentation is far too confusing to jump right in.
My best guess would be to download the .bin and do a "flasher -f -k filename.bin" but I would prefer someone in the know to confirm before I brick my device. |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
For flashing the kernel on the device you want Code:
fiasco-flasher -k <zImage> -f Quote:
If you're flashing from a computer, then: Code:
flasher-3.0 -k <zImage> -f -R |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Here is my command session under Diablo. I have previously installed becomeroot and wget.
Code:
BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-in shell (ash) |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Thanks for the post. A lot of users will try and I will be one. Speed difference should be observed:
1) Upon bootup, how far the blue line goes? That should be about 1/4 right? As diablo boot already reduce it to 58% of the screen (a little to the Right of letter 'O' of NOKIA). That is a calibration bar, should correlate with, in principle, how fast your tablet run. 2) Maybe watching a video clip stored on SD will notice the difference. Just a thought. bun |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Bunanson, after using a script to toggle the CPU speed of the device and jump in 48Mhz mode here are my results. Actually, before and then after:
Before: (mmcblk1p1 = Internal 2G mem), (mmcblk1p2 = external SD) Quote:
Quote:
Oh, so here is the script that I am running to get the speed increase. I think Bunanson gave this to me before. Sorry if I got this wrong: Quote:
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
sounds interesting but does this come at the cost of battery life? and is this script only for dual booting?
I'm curious because it might solve my metalayer-crawler and mplayer scanning time problem. I've got whole websites (ebooks/decompressed chms) in my NIT that's why i need faster read speeds. please make it noob friendly :) |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
For me personally, I run the script and leave it in performance mode all of the time. I believe the battery drain difference is negligent and exchange for the performance gain received.
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
Code:
#!/bin/sh |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
Wanted to flash the high speed kernel yesterday but can't live without your rotation kernel anymore. |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Hypothetically any increased battery drain due to higher frequency during SD card transfers should be offset by the shorter transfer time, so if the standard kernel could handle that it would be great..
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
I want to build an android kernel with this in it but it's failing to compile so for now, all I can do is an rotation kernel with this patch in it.
(Doh, I'm tired, I posted this message in the wrong thread before >.<) EDIT: Done. Stock diablo kernel with this patch and rotation. (no android support. Sorry, but it may be a while before I sort out that android patch :/) http://www.mediafire.com/?yzgm9ywyity |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
If you are lazy, you can cross compile it: http://www.alextreme.org/drupal//?q=android_on_n810 (as you may have guessed, it's how I did the android one) |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
@qwerty12 or anyone else that knows
Is there a handy link with step-by-step hand holding to help me install this please? C |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Yes, I think I know the answer to that question!
No. Not yet. We're talking pretty new technology here. |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
I wish we could "commit" these "patches" to some sort of "tracker"
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
. . . and as has already been mentioned in this thread, TI doesn't consider 48MHz to be safe, so you wont see it in an official build. If you really want to maintain some sort of community kernel, a Garage project would be a good place to start. |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
EDIT: It would be nice if interested kernel hackers (and project admins :-) would actively join this project, please don't leave me alone :-) Also any idea about structuring patches and kernel releases is welcomed. Once project is accepted we can discuss it in garage project list. EDIT2: project approved https://garage.maemo.org/projects/kernels/ |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
wow another breakthrough in the making! looking forward to this kernel! :)
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
BTW there won't be just one kernel. I expect several ones with different choices made by project members and with various levels of stability. Of course there could be one with everything in too. |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Hmm, great idea, that would mean releasing kernel patches as properly done debian sources with nice name, dependencies, version, ... Not so funny but obviously quite useful. I already planned for each released kernel binary to have accompanying full diff against Nokia original so anyone interested could see what's in and what's different and build it themselves. Also building kernels by autobuilder is good too.
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Quote:
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
So qwerty12 if install your deb for rotation and high speed is that all i have to do? Or is there something else I have to do to get high speed? I have already set up screen rotation.
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
After installing diablo I've found that in comparing to oryginal n810 OS2008 kernel it's much faster.
On OS2008 crating 128MB of swap was painfully slow. After diablo - I was looking for some high-speed kernel (keeping in mind huge boost on n770 after kernel upgrade) but creating 128MB of swap was way faster - so I stopped looking for faster kernel. Is it already included? |
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Hmm I get unable to install when I try to install the .deb for high speed kernel and rotation. Any idea what's wrong?
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Try Red Pill yet? Can't remember if I needed it...
|
Re: Why there is lack of interest "Highspeed enabled kernel for the Nokia n800 and n8
Ok I tried red pill and it installed. But is there anything else I need to do? After a reboot and using advanced statusbar applet (with rotation support) it doesn't show any rotation options.
|
All times are GMT. The time now is 02:00. |
vBulletin® Version 3.8.8