Dears My Mini2440 have SuperBoot firmware that install os via sdcard I compile linux kernel under folder of linux-2.6.32.2 Which files from in subfolders of linux-2.6.32.2,must copy on sdcard? Regards
Help for Compling kernel
Don't know if Superboot uses a zImage or uImage. In your linux-2.6.32.2 directory do: find -name uImage -print and/or find -name zImage -print and you will be told where one or the other is located.