How to Partition the Internal flash of MCF52259.

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

How to Partition the Internal flash of MCF52259.

629 次查看
payyans4u
Contributor I

I have an internal flash of 512 Kb and i want it to partition it for firmware upgradation....one approach is to install the MFS file system onto the flashand using the partition manager partition it....but i am not sure on how to proceed ...can someone throw some light on the same

标签 (1)
0 项奖励
回复
1 回复

487 次查看
mjbcswitzerland
Specialist V

Hi

 

If you want to use the internal flash for firmware upgrading a FAT file system would normally be 'over-kill' and very inefficient.

Firmware upgrading can be performed without any file system by simply copying the code to its execution location.

See the following with the Kinetis (it also works on the M52259) http://www.youtube.com/watch?v=H4TYM9jY2-g

It has serial upload support which simply copies directly to the flash location and it has USB MSD upload, whereby the PC is 'fooled' to believe that there is a FAT file system but it doens't need to use one to it.

 

Regards

 

Mark

 

0 项奖励
回复