DF3AK
DF3AK
I have a similar problem with the same hardware. Got rid of the boost::too_many_args: format-string..." error by installing osmocom-sdr v0.2.15.1 with gnuradio 3.10.5.1 from source. This requires the new FCD...
I have the same problem. What works: - Booting without SD-Card from QSPI Flash. I have full functionality and I could update the firmware by copying it into the virtual...
Problem solved. I followed this [guide](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842385/How+to+format+SD+card+for+SD+boot#HowtoformatSDcardforSDboot-CreatingTwoPartitions) on how to properly prepare a SD-card for the Zynq. Maybe the missing boot flag was the issue. I propose to update [README.md](https://github.com/hz12opensource/libresdr/blob/main/README.md), because...
I have the same problem - the virtual USB ethernet interface works, but no dedicated ethernet. **Why would it be good to get the RTL8211E PHY running?** I think it...
Problem solved, for me. In fact, this repo already contains a device tree chunk: ``` +&gem0 { + status = "okay"; + phy-mode = "rgmii-id"; + phy-handle = ; +...
Yes, that is possible. We can read two temperatures remotely from the iio deamon. Take a look into [here](https://github.com/analogdevicesinc/plutosdr_scripts/blob/master/pluto_temp.sh). E.g., if one calls ``` iio_attr -u ip:[IP of the Libre]...