uname shows Linux kernel version
Hello I am using arm based raspberry pi. I have installed my kernel, cross tool-chain libraries and Busybox. My root file system is very minimal. But my kernel version I have installed is 3.2.27+ but uname -a , cat /proc/version shows 3.1.9+. My /lib/modules also contains 3.2.27+ folder no folder named 3.1.9+.
can any one tell me why this strange problem happens??
When I try to start any modules using modprobe this basically finding the module in 3.1.9+ folder but it does not exist.
I had cross compiled the kernel with a old arm tool-chain named arm-2010q1-202-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2. I also copy those shared libs and include files in to my rootfs. Is this problem occurring for that???
I just get puzzled in that... Can any one find any possibilities for this behavior!!!
Thank you for help