Hi dear all!!
I got the RTLinux source from the GIT source directory "linux-omap3-2e07da26756f772bdfdca4ae85ca3097c96ff76c.tar.gz"
from the following source <http://arago-project.org/git/projects/?p=linux-omap3.git;a=shortlog;h=refs/heads/int_omappsp_v2.6.33.7>
My first question is this kernel Patched.
or i need to download a patch for this if yes which patch i should go for.
I am compiling this kernel as follow
1.Download the RTLinux kernel Source.
2.Extract the Kernel Source to the directory /usr/src .
3.if the Kernel Source is Not patched – Patch the kernel Source.
4.make mrproper. [To delete all oldconfig.o file]
5.make ARCH = arm menuconfig. menuconfig for graphical configuration.
6. make dep
7.make bzImage or make ARCH=arm CROSS_COMPILE (can any body explain this command wrt am35xx how should i implement and what settings do i required).
8.make modules.
9.make install.
till step 5 i have done , but it starts giving error after step 5.
I am using Linux platform : Fedora 14.
How should i create an image??