Hello, How to convert this kernal version linux-3.10.tar.gz for mini2440
linux-3.10 kernal to comaptibale for mini2440
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
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, 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
Hello, I have done various think on mini2440 Write own led driver,ADC driver ,Creates its application... Help me 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.
How to build 3.x kernel for mini2440.What are the steps required pls explain step by step 1) 2) 3) 4) 5) ....
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) ....
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
If you need patches or not depends on your use case. The mainline support still isn't feature complete for the Mini2440.
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..