linux-3.10 kernal to comaptibale for mini2440

sushant
Hello,
How to convert this kernal version linux-3.10.tar.gz for mini2440

davef
Apply all the patches as found in the latest (and last) Pengutronix
mini2440 BSP.  Or, better still just use their build system.

I had problems with 3.10 locking up.  My observation was sent upstream, but
there has been no feedback.  I dropped back to 3.7

sushant
Hello,

Any procedure or documentation for installing patch

Juergen Beisert
You shouldn't use 3.10 on Mini2440. There is a bug in the timer driver
which makes your system fail after a while (maybe in 3.11 as well). Use the
3.12 instead.

3.12 works out of the box on the Mini2440. Not feature complete, but most
peripherals are supported.

sushant
Juergen Beisert: I am new. and no idea about convert any kernal version for
mini2440

Juergen Beisert
Sushant,

if you are new to the embedded world, you should start with something which
is "ready to use". Don't try to build it by your own. It would be a really
hard and frustrating way.
Use some of the available buildsystems or binary distributions for the
Mini2440 to let you have start. And after a while and with some more
experience in the embedded area you then can start to build everything by
yourself.

Happy hacking

Sushant
Hello,
I have done various think on mini2440
 
Write own led driver,ADC driver ,Creates its application...

Help me Juergen Beisert

Juergen Beisert
You don't need to write your own drivers, they are already present in the
Linux kernel since ages.
You just need to use the corresponding sysfs entries to control these
features from your application.

sushant
Hello,
I am write own character ,parallel & serial driver on desktop

sushant
Hello,
Means i will star to read doc about sysfs

sudhakar
How to build 3.x kernel for mini2440.What are the steps required pls
explain step by step  
1)
2)
3)
4) 
5) ....

sudhakar
Juergen Beiser ::: How to build 3.x kernel for mini2440.What are the steps
required pls
explain step by step  
1)
2)
3)
4) 
5) ....

Juergen Beisert
1) install a cross toolchain for ARM
2) extract a kernel source archive
3) run in the kernel source tree
   make ARCH=arm mini2440_defconfig
   make ARCH=arm CROSS_COMPILE=<path/to/your/cross/toolchain>/arm-linux-
zImage modules
4) get your Mini2440 to boot this arch/arm/boot/zImage file

Sushant
Hello,

Thanx any patch is requried  for this kernal

Juergen Beisert
If you need patches or not depends on your use case. The mainline support
still isn't feature complete for the Mini2440.

singha
Tried to build linux-3.8.13 along with olesas.bsp-2013.09 patch, but
without any success. i was able to build the zImage, but got stucked at
"Uncomprsseing... now booting" pliz help me..