An XN file for Chaining 2 Slicekits Topic is solved

If you have a simple question and just want an answer.
countbadger
Junior Member
Posts: 7
Joined: Wed May 14, 2014 12:45 pm

An XN file for Chaining 2 Slicekits

Post by countbadger »

I am trying to chain two slicekits together but i think i have issues with my XN file. Every attemt returns "First stage multi-node boot failed, please check XN file and Xmos link connectivity". After following this post https://www.xcore.com/forum/viewtopic.php?f=8&t=2121, i tried powering on the master before the slave but unfortuantly i still get the same error. 

I thought that maybe the bootee components for the slave slicekit should specify a second tile (as im not completly sure what "tile" is refering to here). Insead of:

<Bootee NodeId="2" Tile="0"/>
<Bootee NodeId="3" Tile="0"/>
It should instead be:

<Bootee NodeId="2" Tile="1"/>
<Bootee NodeId="3" Tile="1"/>
 
Whilesetting the tile number for Nodes 2 and 3 to '1'. This however causes the xmap to stop working. I have attached the XN file as i have it so far but I havent much experience in creating these so if there are any obvious mistakes, plase say so.
You do not have the required permissions to view the files attached to this post.


View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

The attached Xn file is tested by chaining two sliceKITs.
You do not have the required permissions to view the files attached to this post.