Error making upgrade image for --factory-version 11

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Caleb
Experienced Member
Posts: 82
Joined: Thu Apr 04, 2013 10:14 pm
Contact:

Post by Caleb »

Hi, Again thank you very much for you assistance.

This gives the same failure. Substituting 12 for the actual version 11 produces exactly the same binary file.
And

Code: Select all

xntools --add-routing-12
makes the same changes to the .xn file as

Code: Select all

xntools --add-routing-11
All permutations I've tried either result in errors from the tools or generate an upgrade image that bricks the bootloader.



mon2 wrote: Thu Jan 30, 2020 5:25 am Hi Caleb. Can you try the following and post your results?

Code: Select all

xflash --factory-version 12 --upgrade 1 app.xe -o upgrade.bin

DFU_upgrade.png


Post Reply