Gustov Vladimir

Results 6 comments of Gustov Vladimir

Hello! You should to look at this issue #60 and #41 tl;dr: API doesn't provide any information about received transaction length because Xilinx DMA framework doesn't process it. You may...

Hi! Are you correct compile library (libaxidma.so) and copy it into /lib? Also you can try set ILA around your AXI DMA IP and look to incoming data, if DMA...

Hello. > I explicitly set the LD_LIBRARY_PATH to where I put the libaxidma.so. No, I mean copy it into /lib directory on Zynq board.

Hello. I don't work with Petalinux, but you can try to separately compiled this driver (set KBUILD_DIR to your kernels source) and library and then send it (via scp or...

I have the same issues. ``` $ gnuradio-config-info --version 3.7.9 $ gnuradio-config-info --prefix /usr $ git describe v0.42.2-55-gfa184a9 ``` @dangquocdat97 may be you should then close #529 issue?

I fix this by install libosmocore-dev: `sudo apt install libosmocore-dev`