xe to binary without jtag Topic is solved

Technical questions regarding the XTC tools and programming with XMOS.
genap
Experienced Member
Posts: 99
Joined: Sat Aug 31, 2013 11:23 pm

xe to binary without jtag

Post by genap »

I just need to convert .xe file to binary manufacturing image.
Use
>xflash xe_file.xe -o bin_file.bin

Everything is fine with board powered and jtag connected.
Otherwise I have an error
xrun: Problem in connection to device.

I tried a few option, they don't work.
Remember seeing it somewhere in documentation, but can't find now.

Please point me in a right direction.
Gennady


View Solution
User avatar
Ross
XCore Expert
Posts: 968
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

I think the --noinq option is what you need?
genap
Experienced Member
Posts: 99
Joined: Sat Aug 31, 2013 11:23 pm

Post by genap »

yes, it solved the problem.
The only thing I needed to add is --boot-partition-size.
And by some reason the size of a binary image is not 64 KB, as it is with connected jtag.
0's filling (most of it) is stripped.
But it's ok with me, since I was going to do it anyway.

Thank you so much, Ross
Gennady
User avatar
Ross
XCore Expert
Posts: 968
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

genap wrote:
Thank you so much, Ross
Gennady
No problem!