When i want to run some RFNOC blocks in Gnuradio i faced with errors module 'ettus' has no attribute 'device3'

2022-01-08 Thread sp h
When I want to run some RFNOC blocks in Gnuradio I was faced with errors, How can fix this problem? My environment is Gnuradio 3.8.10 UHD:4.0.0 Ubuntu 20.04 Generating: '/home/sp/Downloads/default1.py' Executing: /usr/bin/python3 -u /home/sp/Downloads/default1.py Traceback (most recent call

Release Candidate v3.10.0.0-rc3

2022-01-08 Thread Josh Morman
3.10.0.0-rc3 is now available: https://github.com/gnuradio/gnuradio/releases/tag/v3.10.0.0-rc3 There were a few changes since RC2, but this should be basically it for 3.10 (hard freeze unless something critical is discovered), so please give it a test if you have a chance. If things go well, the

Re: OOT Binding problem

2022-01-08 Thread Fabien PELLET
Working actualy with 3.9.5rc1 with kernel 5.15 PREEMPT-RT on RPI4 4G. Best regards, Fabien, F4CTZ jmfriedt a écrit >GNU Radio 3.9 is now available for embedded boards (including Raspberry >Pis) in the BR2_EXTERNAL repository at >https://github.com/oscimp/oscimp_br2_external >and has

Re: OOT Binding problem

2022-01-08 Thread Fabien PELLET
Hello, Thanks for the suggestion. Au the moment, as binding is not architecture dependent, I transfer the project on my computer and do the binding. After that I copy back the project to the RPI. As soon I get time, I will try the 64bit OS. Any chance the 64bits architecture help to gain some

Re: OOT Binding problem

2022-01-08 Thread jmfriedt
GNU Radio 3.9 is now available for embedded boards (including Raspberry Pis) in the BR2_EXTERNAL repository at https://github.com/oscimp/oscimp_br2_external and has been tested (on Raspberry Pi 4) with the 3.9 port of gr-acars and gr-rpitx as will be presented at FOSDEM. Of course further testing

Re: OOT Binding problem

2022-01-08 Thread Ron Economos
This is just a shot in the dark, but you may want to try a 64-bit OS. https://ubuntu.com/download/raspberry-pi Ron On 1/7/22 2:23 AM, Fabien PELLET wrote: Hello and happy new year ! I rebuild all my SDCard based on the lastest Raspios bullseye which natively provided with python 3.9.2,