GNURadio: UHD Image: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: UHD - Firmware and FPGA Image Application Notes Table of Contents * Images Overview * Pre-built Images o Platform installers o Archive install * Building ...
 
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:
UHD - Firmware and FPGA Image Application Notes
Setiap USRP harus load spesial firmware dan FPGA image. Metoda untuk me-load image ke USRP berbeda tergantung device:


Table of Contents
* 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.


    * Images Overview
    * Pre-built Images
          o Platform installers
          o Archive install
    * Building Images
          o Xilinx FPGA builds
          o ZPU firmware builds
          o Altera FPGA builds
          o FX2 firmware builds


Images Overview
==Pre-built Image==


Every USRP device must be loaded with special firmware and FPGA images. The methods of loading images into the device vary among devices:
Pre-built imaage yang siap di download


    * USRP1: The host code will automatically load the firmware and FPGA at runtime.
* Master Branch images http://files.ettus.com/binaries/master_images/
    * USRP2: The user must manually write the images onto the USRP2 SD card.
* Maint Branch images http://files.ettus.com/binaries/maint_images/
    * USRP-N Series: The user must manually transfer the images over ethernet.
* Next Branch images http://files.ettus.com/binaries/next_images/
    * 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 Images
See the UHD wiki for the download link.


Pre-built images are available for download.
The pre-built images come in two forms:


    * Master Branch images
* bundled with UHD in a platform-specific installer
    * Maint Branch images
* stand-alone platform-independent archive files
    * Next Branch images


See the UHD wiki for the download link.
==Platform installers==


The pre-built images come in two forms:
Di UNIX-based di instalasi ke


    * bundled with UHD in a platform-specific installer
/usr/share/uhd/images.
    * stand-alone platform-independent archive files


Platform installers
atau


The UNIX-based installers will install the images into /usr/share/uhd/images.
/usr/local/share/uhd/images.


The Windows installers will install the images into C:/Program Files/UHD/share/uhd/images.
Archive install


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

Revision as of 01:46, 26 April 2012

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

/usr/share/uhd/images.

atau

/usr/local/share/uhd/images.


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 Sejarah