Page 1 of 3

[ANN][MINI2440] modern kernel (2.6.29 FINAL) git repository

Posted: Fri Feb 06, 2009 10:51 am
by buserror
I've created a public new repository for the new kernel patches for mini2440

http://repo.or.cz/w/linux-2.6/mini2440.git

The board boots just fine, but I haven't tested all the peripherals in detail do far.

Feel free to ask for push permissions if you feel like helping.

I shall continue to update this topic with updates

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Wed Feb 11, 2009 1:12 am
by buserror
I pushed a few more patches in the git tree. Added the working LCD (240x320, usb, sd etc). Oh also updated to 2.6.29-rc4.

I'm now trying to get my 1024x768 VGA board working, it's looking good :D

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Wed Feb 11, 2009 3:13 pm
by buserror
I've now merged the touchscreen support from openmoko's tree and added it to the mini2440 support. The driver has support for filtering policies to compensate for ADC errors.

Updated the git tree too.

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Thu Feb 12, 2009 9:54 am
by fabianpie
Hi buserror!

Greate!!!!!
I'm new with all this, and I was trying to build 2.6.13 that came with CD with success but with some difficult too.
I wanted to add Bluetooth support but every time I try the insmod gives me some symbol errors.
I want to ask you if it's possible for you to build a mini how-to with prereq. and stuff for the 2.6.29?


Thanks in advanced!

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Thu Feb 12, 2009 10:41 am
by buserror
Try 'depmod -a' then 'modprobe' instead of 'insmod' ...

As for tutorial, well, I'm a lot better at writing code than english; you could google for "kernel git howto" I'm sure you'll find a lot already written :D

Re: [ANN][MINI2440] modern kernel (2.6.29-rc5) git repository

Posted: Sat Feb 14, 2009 3:19 am
by buserror
Updated the git tree:
+ Pushed to 2.6.29-rc5
+ Fixed the X/Y touchscreen coordinate
+ Added default triggers for LEDs ; 1: heartbeat (goes quicker as the board gets busy) 2: NAND access 2: MMC access
+ Added working on/off backlight control
+ Added (placeholder) PWM backlight control
+ Also updated the default config, make sure to use "make mini2440_defconfig"

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Sat Feb 14, 2009 12:38 pm
by alvishidla
Can you please supply your .config file for mini2440?

Re: [ANN][MINI2440] modern kernel (2.6.29-rc3) git repository

Posted: Sat Feb 14, 2009 3:14 pm
by buserror
+ Also updated the default config, make sure to use "make mini2440_defconfig"

Re: [ANN][MINI2440] modern kernel (2.6.29-rc6) git repository

Posted: Mon Feb 23, 2009 3:42 pm
by buserror
Updated the kernel:
+ 2.6.29-rc6
+ Added support for the VGA adapter board , 1024x768, 800x600, 640x480
+ Added support for the 800x480 TFT LCD
+ Fixed the 320x240 timings for better contrast
+ Added support for the 'mini2440=' kernel command line parameter. This allows to use the same kernel for different board/screen size.
+ Some other minor changes

Re: [ANN][MINI2440] modern kernel (2.6.29-rc6) git repository

Posted: Wed Feb 25, 2009 7:27 pm
by dbrazeau
Sorry I'm a little new to all this. I attempted to build the kernel with "make mini2440_defconfig" but get:
***
*** Can't find default configuration "arch/x86/configs/mini2440_defconfig"!
***
What do I need type to make it search the correct dir. Thanks.