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?