How to build a flash image with bootloader and xb binary fil

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
breakersun
Junior Member
Posts: 6
Joined: Thu Mar 27, 2014 2:53 pm

How to build a flash image with bootloader and xb binary fil

Post by breakersun »

Dears,Now I have a project witch contains one bootloader and serveral xb binary,How to build a flash image with beside files with command line?

Actually I think -o option is what I need, I want to creat a flash image to do mass production.
Would you please judge below command line is right or not?
Does it can merge factory/upgrade1/upgrade2 xe files and loader.o into flash-image-file?
Then I can use flash-image-file to program flash ICs, right?
xflash factory.xe --loader loader.o --upgrade 1 upgrade1.xe --upgrade 2 upgrade2.xe -o flash-image-file


colin
Experienced Member
Posts: 74
Joined: Mon Dec 16, 2013 12:14 pm

Post by colin »

Hi breakersun,

Yes the command line you have outlined will do as you are expecting, outputting one binary file that you can then use for production.

Regards,

Colin.
Post Reply