![]() |
N800 latest kernel, patch and config
3 Attachment(s)
Patch and config for latest git kernel linux-omap 2.6.34-rc3 with FB Blizzard, LCD Mipid, WiFi p54spi, TS-KBD TSC2301
Buld process described, for example, here. USB extremely buggy, IT spontaneous reboots with just cable attached without devices (OTG glitch?). Don't use. WiFi 3826.arm firmware should be placed on appropriate path, for example /lib/firmware/ .config rootfs is ext3 on first partition of internal card. Kernel with debian rootfs works very stable. I use apache+php+mysql and sometime X. Fast guide for new build. I. toolchain Code:
$ cd ~ Code:
$ cd ~ Code:
Don't make me do it again. Code:
$ cd ~ Download http://tablets-dev.nokia.com/maemo-d...2.5.2.2.tar.gz Code:
$ tar -zxf maemo_flasher-3.5_2.5.2.2.tar.gz |
Re: I値l just leave this here
Since we're dumping things, and your patch is only for n800, heres a patch against 2.6.33.1 for n810. Config file is included in the patch - arch/arm/configs/n810_defconfig. It's against linus' tree rather than linux-omap though.
And, zImage included. Mostly everything is working for the n810 in this build. File was to big to add as an attachment so its here: http://bit.ly/bDP4LA |
Re: I値l just leave this here
Hey, that's not stolen from original nokia code.
Paraphrasing ntk, they stole our revolution, you're giving it us back. |
Re: I値l just leave this here
booting kernel (flasher-3.5 -k zImage -l -b) do not complete the boot, this reboot and i see some error loading modules ( 2.6.34 vs 2.6.21 ? )
|
Re: I値l just leave this here
rlinfati, something with fs, i think... or maybe something else. serial console can help
|
Re: I値l just leave this here
Code:
arch/arm/mach-omap2/board-n8x0.c: In function 'tsc2301_dev_init': Is there some other place I should be getting the file? Thanks a bunch! You've got exactly what I've been looking for! EDIT: Trying it with dav_int changed to dav_gpio and ts_max_pressure to ts_pressure_max in board_n8x0.c. We'll see how this goes... EDIT2: It seems to also be lacking drivers/input/tsc2301_kp.c. EDIT3: And ASM stuff seems to not be symlinked correctly, or something (asm/arch/gpio.h not found; symlinking arch/arm/asm to include/asm/arch gives a bunch of "xxx undefined" errors) EDIT4: I'm building with " CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm make -j3 zImage" for what it's worth |
Re: I値l just leave this here
Capn_Fish, my bad, post updated.
|
Re: I値l just leave this here
Much better! I still had to enable tsc2301 (drivers->spi->tsc2301), but other than that, things seem to be going well.
|
Re: I値l just leave this here
Quote:
|
Re: I値l just leave this here
Firstly: I too am wondering about how p54spi relates to wifi. I have it built as a module, but modprobing it does nothing; at least I don't get any new interfaces and dmesg shows nothing. My impression is that it's essentially stlc45xx, but it doesn't seem to do anything. Pointers?
andy: tmr's patches aren't for 2.6.34-rc3, or even the linux-omap-2.6 tree. I used Termana's on the mainline 2.6.33. The steps I went through: 1. Download linux-2.6.33 from kernel.org 2. Download linux-2.6.33.2 patches from kernel.org 3. Download termana's patches 4. Extract kernel source and patches 5. Patch with tmr's patches (cd /path/to/linux-2.6.33; patch -p1 < /path/to/patch-2.6.33.1-tmr.patch). Everything should apply without any output/fuzz, except the Makefile patch will fail. That's OK, it only changes the version number (which you can easily do yourself) 6. Patch to 2.6.33.2 (cd /path/to/linux-2.6.33; patch -p1 < /path/to/patch-2.6.33.2.patch). Everything should apply cleanly. 7. Add the toolchain to your PATH (export PATH=$PATH:/path/to/toolchain/bin) 8. Change options (make n8*0_defconfig; ARCH=arm make menuconfig) 9. Build (CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm make zImage modules) Note that you'll have to substitute actual names and paths. |
All times are GMT. The time now is 06:41. |
vBulletin® Version 3.8.8