Re: [USRP-users] Fwd: FPGA RFNoC Radio block with only one channel

2020-11-25 Thread Maria Muñoz via USRP-users
Hi Wade, Thanks for the answer. I get an error if I run this command with the modifications made on the .yml file: ~/rfnoc/src/uhd/host/utils$ ./rfnoc_image_builder.py -y ../../fpga/usrp3/top/e320/e320_rfnoc_image_core.yml -d e320 -t E320_1G -g *[WAR] Module

Re: [USRP-users] E310: Change MAC Address?

2020-11-25 Thread Philip Balister via USRP-users
What is that mac address? I'd like to see if it matches mine. If I recall correctly, the mac address is flashed into the i2c eeprom, u-boot is supposed to read that and use it. Factory test should set it up uniquely. But my memories fade. Inspecting the u-boot source might show us https://gi

[USRP-users] Fwd: E310: Change MAC Address?

2020-11-25 Thread Andrew Payne via USRP-users
-- Forwarded message - From: Andrew Payne Date: Wed, Nov 25, 2020 at 8:35 AM Subject: Re: [USRP-users] E310: Change MAC Address? To: Philip Balister It is: 00:80:2f:19:4c:37 When is that .patch file ran, is it during compilation of the BSP? When would I see that error message

Re: [USRP-users] Fwd: E310: Change MAC Address?

2020-11-25 Thread Philip Balister via USRP-users
Mine is different, but both seem to be from the National Instruments block (which is good): root@ni-e31x-30D280A:~# ifconfig eth0 Link encap:Ethernet HWaddr 00:80:2F:25:02:37 inet addr:192.168.11.152 Bcast:192.168.11.255 I see a warning early in boot about using a MAC address fro

Re: [USRP-users] Fwd: FPGA RFNoC Radio block with only one channel

2020-11-25 Thread Wade Fife via USRP-users
Hi Maria, I think you need to change the dstport on line 86 to from x300_radio to radio_iface. When there are unresolved connections, the tool outputs the list of connections available. The one you want is (('radio0', 'radio_iface', 'slave'),). You can also check the port name in the radio_1x64.ym

Re: [USRP-users] Fwd: FPGA RFNoC Radio block with only one channel

2020-11-25 Thread Maria Muñoz via USRP-users
Hi Wide, You are right, for radio_1x64, the port is radio_iface. I have change it and now it works. Thanks for helping me. Kind Regards, Maria. El mié., 25 nov. 2020 17:06, Wade Fife escribió: > Hi Maria, > > I think you need to change the dstport on line 86 to from x300_radio to > radio_ifa

Re: [USRP-users] Fwd: E310: Change MAC Address?

2020-11-25 Thread Andrew Payne via USRP-users
So does the U-Boot environment determine the MAC address of eth0 prior to booting the kernel? Or is it during the make of the boot image? I just find it a stretch to believe that I am running an image on a number of SDRs, and they're all using the same MAC address, possibly from the e310 for whic

Re: [USRP-users] Fwd: E310: Change MAC Address?

2020-11-25 Thread Marcus D Leech via USRP-users
Near as I can tell the e310 gets its MAC from the motherboard i2c eeprom. Sent from my iPhone > On Nov 25, 2020, at 12:55 PM, Andrew Payne via USRP-users > wrote: > >  > So does the U-Boot environment determine the MAC address of eth0 prior to > booting the kernel? Or is it during the make

Re: [USRP-users] Fwd: E310: Change MAC Address?

2020-11-25 Thread Andrew Payne via USRP-users
Of the 8 e310s that I have tested with the same image, only one of them has the actual MAC address of 00:80:2f:19:4c:37, which I was able to find out via: hexdump /sys/bus/nvmem/devices/0-00510/nvmem Weird. Glad I found the one device that had that MAC though. So that must have been patient 0. Th

[USRP-users] How does recv() stops siggen?

2020-11-25 Thread Xingjian Chen via USRP-users
Dear all, I combined noc_block_siggen and noc_block_fir_filter to transmit pulses with its samples can be updated using a E312. I borrowed some code from the axi_fir_filter.v for sample update. The updated samples are stored in block memory. The transmitter works well for both channels. However