uhd/firmware
michael-west 64b4c1f5d7 X300: Prevent MB EEPROM Corruption
- Load EEPROM data into firmware memory to access from there instead of driving the I2C bus directly
- Fixed firmware performance issues by removing the popcntll() function and reducing frequency of background tasks to once every 10ms
- Added x300_mb_eeprom_iface to handle cases of devices with older and newer firmware
- Added checks for claim to device before driving the I2C bus
2017-01-10 13:51:53 -08:00
..
e300 Added srec_cat dependency for building the firmware 2016-02-29 12:10:15 -08:00
fx2 Close file handlers the python way, changed var bytes to out_bytes 2016-06-27 09:58:04 -07:00
fx3 Updated compat numbers for B2x0 and X3x0 2015-07-14 15:34:32 -07:00
octoclock octoclock: bugfixes, bumped firmware compat number to 4 2016-06-17 11:37:45 -07:00
usrp2 Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
usrp3 X300: Prevent MB EEPROM Corruption 2017-01-10 13:51:53 -08:00
README.md b200: Removed all AD9361 related firmware 2014-08-12 11:19:22 -07:00

Firmware for USRP Devices

fx2/

Description: This is the firmware for the FX2 USB PHY.

Devices: USRP1 and B100 devices.

Tools: sdcc, cmake

Build Instructions:

  1. mkdir <build directory>
  2. cd <build directory>
  3. cmake <source directory>
  4. make

fx3/

Description: This is the firmware for the FX3 USB PHY.

Devices: USRP B200 and USRP B210

Tools: Cypress FX3 SDK

Build Instructions:

Please see the fx3/README.md file for additional instructions.

octoclock/

Description: Firmware for the Octoclock device.

Devices: Octoclock.

Tools: avrtools, cmake

Build Instructions:

  1. mkdir <build directory>
  2. cd <build directory>
  3. cmake <source directory>
  4. make

zpu/

Description: Firmware for the soft CPUs in the UHD FPGA images.

Devices: USRP2 and N-Series devices.

Tools: zpu-gcc, cmake

This code requires the gcc-zpu tool-chain which can be found here:

http://opensource.zylin.com/zpudownload.html

zpu-elf-gcc should be in your $PATH

Build Instructions:

  1. mkdir <build directory>
  2. cd <build directory>
  3. cmake <source directory>
  4. make