Tuesday, April 5, 2016

GNU Radio Notes1

 Installation

Genel bilgiler
https://github.com/EttusResearch/uhd/wiki/RFNoC:-Getting-Started

Start app
ping -c 10 192.168.10.2
gnuradio-companion

Burada default .bit ler olmalı
/usr/share/uhd/images

Installation
gnu radio
sudo apt-get install gnuradio

uhd
bu hata verdi
sudo add-apt-repository ppa:ettusresearch/uhd
sudo apt-get update
sudo apt-get install uhd

bunu kullandım
sudo apt-get install libuhd-dev libuhd003 uhd-host

1-hala /usr/share/uhd/images dosyası yoktu.
2-ayrıca gnuradio : uhd ile fpga firmware match etmiyor hatası veriyodu.Command line ne yapılacağını yazıyor.

1)sudo uhd_images_downloader
2)uhd_image_loader --args="type=x300,addr=192.168.10.2"(Bunu /usr/bin içinde yapmak gerekir)


By default, it installs images to: <install-path>/share/uhd/images

artık gnuradio kullanılıyor:)
ping atıyor :)
.../images altında .bit ler var.

References
http://files.ettus.com/manual/page_build_guide.html
http://files.ettus.com/manual/page_images.html
http://files.ettus.com/manual/page_usrp_x3x0.html
http://files.ettus.com/manual/page_install.html
http://files.ettus.com/manual/page_usrp_x3x0.html#x3x0_flash

Bit releases 
http://files.ettus.com/binaries/maint_images/archive/
http://files.ettus.com/binaries/images/

Usage


No comments:

Post a Comment