black-pigeon

Results 22 comments of black-pigeon

I think you can refer to this https://github.com/open-sdr/openwifi#build-openwifi-linux-img-from-scratch, to build the image from scratch. I have tried this and it works for me. you can uncomment some instructions to speed...

Hello, While using the plutosdr firmware, the enternet is acting more like a usb ethernet.

You may need a bias-T between the antsdr and the GPS antenna, and to connect it to a power source delivering the voltage required by your GPS antenna.

For zynq7020, the vivado webpack version is free to use without any license.

Hi, when you boot up the antsdr, you can access it trough ethernet port, by default the ethernet port has a static ip **192.168.1.10**.

seems like the package was removed from ubuntu20.04. try to install libssl1.1 instead.

Hi, You should build the dfu image first. After that you can just use `make sdimg` to build the sd card boot image. https://github.com/MicroPhase/antsdr-fw#build-instructions You can set the jumper to...

The DDR is at PS side controlled by ps dram controller. The PL side can access the ps dram by ZYNQ's HP or ACP port through axi interface.

It seems like we made some mistakes here, becuase we have another board to support this project,and we forgot to test the e310 device. We will update it later. Thanks...

Hi, You can update the submodule now. ```bash git pull git submodule update --remote ``` I think you can build the image now.