How to Partition the Internal flash of MCF52259.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Partition the Internal flash of MCF52259.

620 Views
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

Labels (1)
0 Kudos
Reply
1 Reply

478 Views
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 Kudos
Reply