Simple Tool Chain for flashing XMOS

If you have a simple question and just want an answer.
Jack
Member++
Posts: 24
Joined: Fri Sep 05, 2014 4:41 pm

Simple Tool Chain for flashing XMOS

Post by Jack »

Hi,

I am wondering, if there is a possibility to flash an XMOS device via XTAG2 without installing the complete XMOS SDK?

Thanks for the help!
User avatar
Bianco
XCore Expert
Posts: 754
Joined: Thu Dec 10, 2009 6:56 pm

Post by Bianco »

http://www.xcore.com/forum/viewtopic.ph ... 47&p=16680

This will likely answer your question.
babazaroni
Experienced Member
Posts: 94
Joined: Sun Feb 10, 2013 4:47 am

Post by babazaroni »

xflash needs some utilities like xgdb. One generally uses the SetEnv.sh script from the xTimecomposer directory to set the path to these utilities.

You could try xflash alone without using SetEnv and add into the path somewhere the utilities it complains it cannot find.

I'm not sure if you put the utilities in the same directory as xflash, xflash will find them or not.

You could also execute xflash from a script which first adds the current working directory to your path.