AVB-DC does not appear in the Network Device Browser

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
Post Reply
omglol
Newbie
Posts: 1
Joined: Thu Mar 30, 2017 1:28 pm

AVB-DC does not appear in the Network Device Browser

Post by omglol »

Hi all,

I am having an problem with my newly bought XMOS sliceKIT (XP-SKC-L2) core board. Although I have done the correct connection of my board as mentioned accordingly in the AVB System Requirements Guide, the XMOS AVB Endpoint does not appear in the Network Device Browser on my Mac (OS X 10.10.5 Yosemite). I would really appreciate the help. Thank you.


User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am
Contact:

Post by infiniteimprobability »

You need some debug visibility to refine down the issue a bit. There is a whole load of useful debug output available...
Run using "target IO -> xSCOPE" on xtimecomposer GUI run configurations menu or

Code: Select all

xrun --xscope <mybinary.xe>
It's also worth using wireshark to look at what is going out on the wire but this is a bit tricky without an ethernet tap or AVB switch...
The debug output will get you a long way though if you are limited to a point to point connection to a mac host.
Post Reply