xflash does not support --factory-version 14.4

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
RitchRock
XCore Addict
Posts: 186
Joined: Tue Jan 17, 2017 9:25 pm

xflash does not support --factory-version 14.4

Post by RitchRock »

I'm trying to build a new upgrade image with xTime Composer 14.4.1 for a factory image also created with this version.

If I do:

Code: Select all

>>xflash --factory-version 14.4 --upgrade 1 file_name.xe -o filename.bin
The result is: Error: F03142 Invalid value for option --factory-version : 14.4

Changing to 14.3 works, but is this an acceptable work around for a factory image built with 14.4?


User avatar
akp
XCore Expert
Posts: 578
Joined: Thu Nov 26, 2015 11:47 pm

Post by akp »

Using --factory-version 14.3 has worked for me so far even with the 14.4 tools.
Post Reply