I placed the uBoot loader and the kernel into the raw flash image. This does not contain any root file system. (I copied uBoot and kernel image using dd command to a flash image).
Now i have to change my kernel as to start my application at a particular address which was located in my flash image.
How can I change the kernel to start my application on its own?