Is it possible to get md5 of a file on sd card?

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

Is it possible to get md5 of a file on sd card?

1,804 Views
Jarpba
Contributor II

Hi,

Does anyone know if there is a function to calculate md5 of a file on sd card? Or a function to calculate md5 of a string in the first place...

I'm using mqx 3.7 and kinetis k60.

Labels (1)
Tags (2)
0 Kudos
2 Replies

978 Views
UK_CF_FAE
NXP Employee
NXP Employee

Hi Jari,

Since MQX 4.0.1 (?) we have supported Cortex A5 / M4 dual core microcontroller, Vybrid VF6x. There is a bootloader project in MQX now that boots the Vybrid from SD card, and there is code in this example for MD5 hash. You will need the newer version of MQX - download it for free from www.freescale.com/mqx

You'll find the example here:

<MQX_Install_Path>\mqx\examples\bootloader_vybrid\md5

Best wishes,

Mark

0 Kudos

978 Views
Martin_
NXP Employee
NXP Employee

It's not with the MQX, but there is separate mmCAU library for Kinetis, which has a function to compute md5. Refer to mmCAU and AN4307 (AN4307SW).

0 Kudos