Uninstall UHD
UHD nedir? Driver + API
RFNoC : Rewritable ASIC
sudo apt-get remove uhd-host
sudo apt-get remove --auto-remove uhd-host (dependencies ile birlikte)
daha inceleyemedim.
https://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion
http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig
rfnoc setup ile ilgili bir blog
http://samehyassin99.blogspot.com.tr/2015/08/installing-ettus-rfnoc.html
RFNoC kurulumunda;
cd uhd/host
mkdir build
cd build
cmake ../
yapınca hata veriyordu. Çözümü: Setting up the dependencies on Ubuntu
http://files.ettus.com/manual/page_build_guide.html
python
mako
LibUHD
E300,X300,octoclock support gibi dependencies ler specify ediliyor.
Image lerin yüklenmesi
Image leri usr/local/share/uhd/images altına install ediyor.
(uhd_images_3.10.rfnoc)
GNuRadio da RFNoC bloklarının kullanılması
gr-ettus library gerekli.
gr-ettus cmake hatası
GNuRadio nun aşağıdaki isimlerde package config file vermesi gerekiyor.
gnuradioconfig.cmake
gnuradio-config.cmake
GNURadio installation DIR i specify etmek gerekiyor.
Çözümü: En aşağıda dediği gibi ayrı bir package yüklemek gerekiyor.
sudo apt-get install gnuradio-dev
ref :
https://github.com/balint256/gr-rds/issues/3
problem
GNuradio yu çalıştırınca device3 not found gibi bir hata alıyordum.
Çözümü
sudo ldconfig yaptım.
http://files.ettus.com/manual/page_build_guide.html
Ettus Blog
https://www.ettus.com/blog/
RFNoC un Esprisi
Signal processing algorithms are encapsulated in easy-to-use wrappers which
allow them to be dynamically connected and used as needed. Fixed routing
is eliminated. Mixing and matching host-based and FPGA-based processing is
transparent to the user, and that processing can scale across multiple
FPGAs and devices across a network. You can now make custom FPGA designs
without ever needing to write Verilog or VHDL!
RFNoC videolar
https://www.youtube.com/watch?v=9oPxIFtwyb8
https://www.youtube.com/watch?v=UwBZ8xkiTPA
https://www.youtube.com/watch?v=8cPd3t88djE
https://www.youtube.com/watch?v=ZH4ix-yr7f0
https://www.youtube.com/watch?v=ndAR56t7Nlc
RFNoC makale
http://conferences.sigcomm.org/sigcomm/2013/papers/srif/p45.pdf
RFNoC spec
https://github.com/EttusResearch/uhd/wiki/RFNoC:--Specification
No comments:
Post a Comment