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!
Simple Tool Chain for flashing XMOS
-
- Member++
- Posts: 24
- Joined: Fri Sep 05, 2014 4:41 pm
-
- XCore Expert
- Posts: 754
- Joined: Thu Dec 10, 2009 6:56 pm
-
- Experienced Member
- Posts: 94
- Joined: Sun Feb 10, 2013 4:47 am
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.
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.