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

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

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

2,586 次查看
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.

标签 (1)
标记 (2)
0 项奖励
回复
2 回复数

1,760 次查看
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 项奖励
回复

1,760 次查看
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 项奖励
回复