GNURadio: UHD Image

From OnnoWiki
Jump to navigation Jump to search

Setiap USRP harus load spesial firmware dan FPGA image. Metoda untuk me-load image ke USRP berbeda tergantung device:

  • USRP1: The host code will automatically load the firmware and FPGA at runtime.
  • USRP2: The user must manually write the images onto the USRP2 SD card.
  • USRP-N Series: The user must manually transfer the images over ethernet.
  • USRP-E Series: The host code will automatically load the FPGA at runtime.
  • USRP-B Series: The host code will automatically load the FPGA at runtime.


Pre-built Image

Pre-built imaage yang siap di download

See the UHD wiki for the download link.

The pre-built images come in two forms:

  • bundled with UHD in a platform-specific installer
  • stand-alone platform-independent archive files

Platform installers

Di UNIX-based di instalasi ke

mkdir /usr/share/uhd/images
cp uhd-images_003.004.001-98-gae40e8f5.* /usr/share/uhd/images/

atau

wget http://files.ettus.com/binaries/master_images/uhd-images_003.004.001-98-gae40e8f5.tar.gz
tar zxvf uhd-images_003.004.001-98-gae40e8f5.tar.gz 
cp -Rf uhd-images_003.004.001-98-gae40e8f5/* /usr/local/ 

When installing images from an archive, there are two options:

Option 1:

Unpack the archive into the UHD installation prefix. UHD will always search <install-path>/share/uhd/images for image files. Where <install-path> was set by the CMAKE_INSTALL_PREFIX at configure-time.

Option 2:

Unpack the archive anywhere and set the UHD_IMAGES_PATH environment variable. UHD_IMAGES_PATH may contain a list of directories to search for image files.

Referensi


Pranala Menarik

Persiapan

OpenBTS 2.6

OpenBTS 2.8

Ettus E110

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah