Boot and application creation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Boot and application creation

1,603件の閲覧回数
Vishwa
Contributor II
I am using Codewarrior IDE with C compiler and developing code for MPC5200 processor. I have to write separate application for Boot and application program. The Boot program has to check whether there is a application in Flash by verifying checksum, if it is there, copy the appication to SDRAM and transfer control to application.
How do I write the boot program and after copying to SDRAM transfer control. Do any one have a sample program and link file to do the same.
ラベル(1)
タグ(1)
0 件の賞賛
2 返答(返信)

286件の閲覧回数
Nouchi
Senior Contributor II
Hello,

You can have a look to U-boot which is a booltloader for several architectures

http://sourceforge.net/projects/u-boot


Emmanuel
0 件の賞賛

286件の閲覧回数
Voxan
Contributor III
Hi there,

you may want to check the Linux BSPs available on our website based on the board you are targeting.
Those contains Uboot already...

Hope this helps...

Regards
0 件の賞賛