MFG tools return codes

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

MFG tools return codes

1,194 Views
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 Kudos
2 Replies

592 Views
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 Kudos

592 Views
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 Kudos