CST: path spec for Blocks= image file (syntax error)

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

CST: path spec for Blocks= image file (syntax error)

742 Views
colinhelliwell
Contributor III

I'm creating scripts to invoke cst on my image, and getting 'syntax error' reported  - seemingly because of a '+' in the file specfied in the Blocks line. e.g. 

   Blocks = 0x100FF400 0x400 0x59C00 "../../9c86706081-r0/build/u-boot-dtb.bin"    gives "File not present"

which is reasonable, because that's not where the file is. Whereas trying to put in the actual correct path:

   Blocks = 0x100FF400 0x400 0x59C00 "../../+9c86706081-r0/build/u-boot-dtb.bin"

gives "syntax error".

Is there a way to escape the '+' in the path?

Tags (2)
0 Kudos
3 Replies

633 Views
Yuri
NXP Employee
NXP Employee

Hello,

  appears CST "does not like"  symbol '+' in the pathname parameter of the Blocks argument

in Authenticate Data command.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

633 Views
colinhelliwell
Contributor III

Ok, I can adjust paths etc if necessary. No way to 'escape' the + in some way?

0 Kudos

633 Views
Yuri
NXP Employee
NXP Employee

Hello,

   Looks like - yes, "no way to 'escape' the +.   

Regards,

Yuri.