MCF5282 boot from internal flash.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCF5282 boot from internal flash.

2,512 次查看
TheMan
Contributor I
Hello,
I am new to this forum and the ColdFire microcontrollers.
I am working with M5282LITE evaluation board.
With the GNU tools and Open TCP I have made a project which responds to ping from the internet.
When I use m68k-bdm-elf-gdb to upload the project and run it everything works.
How can I make the project boot from internal flash memory without needing to use dBUG first. I would like the program to start after reset.
Tell me if you need more information.


Thanks,
Rusi Gerogiev
标签 (1)
0 项奖励
回复
1 回复

600 次查看
mnorman
NXP Employee
NXP Employee
First, make sure that your project has all the necessary initialization code in it (meaning you aren't relying on dBUG to initialize the system).  Then, link your project to start at the base of the boot flash and use a flash programmer to program your image onto the EVB.  You might want to have a backup of the dBUG image in case something goes wrong :smileyhappy:
 
-MN
0 项奖励
回复