Startup of mini2440

Salina
Hi All,

   I am a novice in this field. Can any one tell me the procedure with
minimum startup code for mini2440.

Thanks
Salina

open-nandra
You mean bootloader, kernel?

Salina
yeah I mean bootloader which can give control to the C program function.

open-nandra
Well I don't understand your question little bit. Startup code for
bootloader you can study and also startup code for kernel you can study.
What you mean give control to C program function? Please describe better.

Salina
I want to initialize the board first and then I want to call a C function
to print something on UART. The problem is I dont know what all things I
need to initialize on the board to do so.

Andreas Watterott
Like open-nandra said, study the source code from u-boot or have a look at
the rt-thread project.

Salina
See I have no problem going through the code and studying it. But only
purpose to ask a query here was to get the knowledge from someone who
already acquired it. But I feel rather being sharing it you all just want
to give advice. I dont need advice I need help. Any way thanks a lot. I ll
do it my self.