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

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

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

946 次查看
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?

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

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

837 次查看
colinhelliwell
Contributor III

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

0 项奖励
回复

837 次查看
Yuri
NXP Employee
NXP Employee

Hello,

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

Regards,

Yuri.