How to Partition the Internal flash of MCF52259.

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

How to Partition the Internal flash of MCF52259.

650件の閲覧回数
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 返信

508件の閲覧回数
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 件の賞賛
返信