WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2017-Aug-17 15:45:42

OTurner2013
Member
Registered: 2017-Jun-09
Posts: 17

Setting Up WARPlab

Hello. I am trying to set up the WARPlab environment. I am getting this error code:

error code:
Error using wl_initNodes (line 164)
The following nodes with IDs = [ 1 0 ] are not responding. Please ensure that the nodes have been configured with the WARPLab
bitstream.

My UART at Boot is as follows:

WARPLab v7.7.1 (compiled Aug 29 2016 15:23:20)
Configured for 2 RF Interfaces - Using WARP v3 on-board RF interfaces
No clock module detected - selecting on-board clocks

NODE: W3-a-00XXX using Node ID: 0
DRAM SODIMM detected ...
  Contents not cleared
Configuring baseband ...
  Using DDR for buffers
  Rx samples:       32768 ( 134217728 max)
  Tx samples:       32768 ( 117440512 max)
Configuring transport ...
  ETH A MAC Address: 40:D8:55:04:XX:XX
  ETH A IP  Address: 10.0.0.1
  Configuring ETH A with 9024 byte buffers (5 receive, 1 send)
  ETH A speed 1000 Mbps (default)
  Listening on UDP ports 9000 (unicast) and 10000 (broadcast)

Waiting for Ethernet link ...

Initialization Successful - Waiting for Commands from MATLAB

and same for 10.0.0.2. I was able to default enter through the wl_setup.

Thanks for your help with this :)

Offline

 

#2 2017-Aug-17 15:56:09

OTurner2013
Member
Registered: 2017-Jun-09
Posts: 17

Re: Setting Up WARPlab

And my arp -a has the following included
 

10.0.0.255 ff-ff-ff-ff-ff-ff static

I am able to ping 10.0.0.1 but not 10.0.0.2 even when I switch cables. 10.0.0.2 request times out

Offline

 

#3 2017-Aug-18 08:30:44

OTurner2013
Member
Registered: 2017-Jun-09
Posts: 17

Re: Setting Up WARPlab

Issue resolved. I am not sure how or why. But I am moving forward to the examples :)

The only thing that may be different is I changed my NIC before opening MATlab, but that shouldn't matter. I still cannot ping 10.0.0.2 from cmd, but projects are running

Last edited by OTurner2013 (2017-Aug-18 08:32:02)

Offline

 

#4 2017-Aug-18 10:06:23

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Setting Up WARPlab

Glad it started working. One thing to watch for is that the WARP v3 Ethernet links are established before you run any WARPLab commands (i.e. wl_initNode()). The Ethernet links come up a few seconds after the FPGA boots; if you run wl_initNodes before this the board won't answer the Windows ARP Request, leading Windows to believe there is no device with that address.

Offline

 

Board footer