MFG tools return codes

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

MFG tools return codes

1,309 次查看
Yuri
NXP Employee
NXP Employee

Are there more detailed list of error (return) codes for MFG (updater) tools, than provided in Manufacturing Tool User's Manual.doc.

 

Particularly the detected code is 0xffff0006. What does it mean ?

0 项奖励
回复
2 回复数

707 次查看
StanleyLee
NXP Employee
NXP Employee

Thanks Chris.

 

I received the mail of Enrique who would like to upload Mfgtool source code to freescale.com today.

0 项奖励
回复

707 次查看
ChrisWilliamson
Contributor III

#define ERROR_TIME_OUT          -65530               // 0xffff0006

 

This is used when the program can't find the device in the state asked for in the ucl.xml line

<CMD type="find" body="Updater" timeout="120"/>

 

The source code for the MfgTool should be posted on freescale.com. I don't know why it isn't yet.

 

Chris

0 项奖励
回复