aboutsummaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* uhd: update manifest for x410 cpldVirendra Kakade2021-12-021-1/+1
| | | | Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
* images: Update image packager script for Python 3Aaron Rossetto2021-10-201-4/+3
| | | | | | This commit makes minor changes to create_imgs_package.py to make it Python 3-compatible, harmonizing it with the rest of the Python scripts in UHD which have already been updated for Python 3.
* images: Update manifestmichael-west2021-08-201-8/+8
| | | | | | Update to use FPGA images with recent fixes. Signed-off-by: michael-west <michael.west@ettus.com>
* B200: Fix overflow handlingmichael-west2021-08-161-4/+4
| | | | | | | - Use FPGA images with fixed sc12 converter. - Properly flush channels and restart streaming in the case of an overrun. Signed-off-by: michael-west <michael.west@ettus.com>
* uhd: Update version, manifest, and changelogsAaron Rossetto2021-07-211-14/+14
| | | | | | | | | | | | | | | | | | | Recently, we released UHD v4.1.0.1, which addressed some bugs that found their way into the UHD v4.1.0.0 release. While the changes that addressed those bugs were made in the master branch, they were cherry-picked into the UHD-4.1 branch, and the v4.1.0.1 release was made from that branch. However, the version, manifest, and changelogs were updated only in the UHD-4.1 branch, not in master. The effect of that is that the current master (a.k.a. the absolute latest, perhaps unstable, use-at-your-own-risk code) branch's version, manifest, and changelogs still reflect the v4.1.0.0 release. Furthermore, the UHD documentation refers to the manifest file in the master branch as the way to get (at least) the most recent filesystem and FPGA artifacts. Not updating the manifest in master renders that documentation inaccurate. This commit updates those details in master to reflect the latest v4.1.0.1 release artifacts, and updates the version of master to 4.2.0-git.
* uhd: Prepare branch for 4.1.0.0 releaseAaron Rossetto2021-06-301-14/+14
| | | | | | | | | uhd: Update CHANGELOG debian: Update changelog images: change filesystem version to v4.1 Signed-off-by: Aaron Rossetto <aaron.rossetto@ni.com> Signed-off-by: Steven Koo <steven.koo@ni.com>
* uhd: Prepare branch for 4.1.0.0-rc1 releaseAaron Rossetto2021-06-251-24/+28
| | | | | | | | | | | uhd: Update changelog for 4.1 RC images: Update manifest debian: Update changelog debian: Update control and copyright installers: automatic version handling for dsc Signed-off-by: Aaron Rossetto <aaron.rossetto@ni.com> Signed-off-by: Steven Koo <steven.koo@ni.com>
* images: Update manifestAaron Rossetto2021-06-111-12/+12
|
* images: add X410 series FPGA imagesJoerg Hofrichter2021-06-101-0/+6
|
* images: Update manifestAaron Rossetto2021-06-081-8/+8
|
* images: Update B2xx firmwaremichael-west2021-02-111-1/+1
| | | | | | | Update to images containing fix for corrupt serial number when bootloader loaded. Signed-off-by: michael-west <michael.west@ettus.com>
* images: Update manifestmichael-west2020-09-061-19/+19
| | | | | | | - Update FPGA images for X3xx, N3xx, E3xx - Prepare paths for N3xx and E3xx filesystems Signed-off-by: michael-west <michael.west@ettus.com>
* images: Update manifestAaron Rossetto2020-09-031-9/+9
|
* images: Update manifestAaron Rossetto2020-08-191-6/+6
|
* Prepare branch for 4.0.0.0-rc1 releaseAaron Rossetto2020-08-171-23/+23
| | | | | - Updated CHANGELOG - Updated manifest
* images: Update manifestSteven Koo2020-07-291-10/+10
|
* images: Update manifestRobertWalstab2020-07-221-8/+8
|
* images: Update manifestMichael West2020-05-131-12/+12
| | | | | | Update manifest with new FPGA images for b2xx, x3xx, e3xx, and n3xx. Signed-off-by: Michael West <michael.west@ettus.com>
* utils: populate_images: download with python3bidavis2020-03-021-1/+1
|
* images: update FPGA image packages for RFNoCBrent Stapleton2020-01-081-19/+19
| | | | | | | | Updating FPGA image packages, filesystems, and submodule pointer to include recent RFNoC changes. Note: These filesystems have compatible Linux distributions, but do require an MPM update in order to use the UHD features in this branch.
* images: Update images package for UHD 4.0Sugandha Gupta2019-11-261-12/+12
| | | | | Updates FPGA images for X3xx, N3xx, E320 and B200 series. All Gen-3 devices receive a compat number bump.
* images: Move package_images.py to FPGA repositoryMartin Braun2019-10-153-651/+2
|
* manifest: Update FPGA images for N3xx, E3xxJoerg Hofrichter2019-10-071-6/+6
| | | | | | | This moves the FPGA images to the new DTS format. Also fixes 1GigE link status. Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-8/+8
| | | | | | | | | | This requires noc_shell compat number 6.0. It will allow sending as many command packets, but no more, than there is space. Updated FPGA images for devices: - X310/X300 - N300/N310/N320 - E310/E320
* images: Add E310 v3.15.0.0 prerelease filesystemsSugandha Gupta2019-05-241-0/+9
|
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-012-16/+28
| | | | | | | | | | | | - Turns the E310 into an MPM device (like N3xx, E320) - Factor out common code between E320 and E310, maximize sharing between the two devices - Remove all pre-MPM E310 code that is no longer needed - Modify MPM to remove all existing overlays before applying new ones (this is necessary to enable idle image mode for E310) Co-authored-by: Virendra Kakade <virendra.kakade@ni.com> Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
* b200: update firmware manifestMark Meserve2019-04-222-2/+3
|
* images: Update images package for N320 imagesMartin Braun2019-02-191-2/+2
| | | | | | | | The previous zip file had accidentally archived the wrong images. This provides the correct images. From uhd_usrp_probe: - FPGA Version: 5.3 - FPGA git hash: 4bc2c6f.clean
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-181-7/+7
| | | | | | | FC ACK packets are unnecessary on lossless links and degrade overall performance. This change disables those packets on all lossless links. Signed-off-by: Michael West <michael.west@ettus.com>
* images: Update manifest for 3.14.0.0-rc1 imagesmichael-west2019-02-061-6/+6
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* images: Add N320 WX FPGA imagemichael-west2019-02-052-1/+6
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* images: Update manifestmichael-west2019-02-051-5/+6
| | | | | | | - Update n3xx_common_* paths for 3.14.0.0 - Add N320 CPLD Signed-off-by: michael-west <michael.west@ettus.com>
* Preparing branch for 3.14.0.0 Releasemichael-west2019-02-011-13/+13
| | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version info - Updated manifest
* fpga: update images and submodule pointerBrent Stapleton2019-01-021-12/+11
| | | | | | | | - Update submodule pointer - Update X3xx, E310, E320, N3xx, B2xx, N230 images. - Remove the E320 Aurora package from the manifest. The Aurora images were added to the default E320 image package in d61848e1, but the image package was not updated until now.
* images: Add N3xx CPLD file to manifestMartin Braun2018-11-291-1/+1
| | | | | This will allow uhd_images_downloader to pull the file. Also, it will enable automatic updating for meta-ettus by referencing the manifest.
* images: Update manifest with Rhodium imagesAlex Williams2018-11-281-0/+1
|
* n3xx: removing HA, XA image packagesBrent Stapleton2018-11-142-48/+14
| | | | | | | - Removing the Aurora image package from the images manifest. It was previously commented out, and hasn't been updated, so we're not actually losing anything here. - Moving the N310 and N300 _AA image to the _default image package
* images: Updated filesystem to latest maint imagesMartin Braun2018-11-131-3/+7
|
* images: Add Rhodium CPLD image to manifestAlex Williams2018-11-091-0/+5
|
* images: Add Rh images to the image_package_mapping scriptMartin Braun2018-11-071-0/+24
| | | | This enables a default package for Rhodium images.
* manifest: FPGA bug fixesBrent Stapleton2018-10-251-9/+11
| | | | | | | | | | | | | | Updating FPGA images for the following devices with the following bug fixes. No compat number bumps included in the changes. Also updating the submodule pointer. X3xx, N3xx, E3xx: - DDS flushing fix - Fix sequence number clearing B2xx: - Async reset from misc registers - Redistributed buffering in radio and xport
* B200: Restore asynchronous reset of AD936x.michael-west2018-10-171-4/+4
|
* cores: Update rx_frontend_gen3.v controls for 1/4-rate mixerMartin Braun2018-09-251-2/+2
| | | | | | | This tracks the changes on rx_frontend_gen3.v, which was updated to use a quarter-rate downconverter instead of a generic CORDIC. The X3x0 FPGA compat number is incremented as the rx_frontend is part of the device architecture rather than an RFNoC block.
* n3xx: Get RFNoC crossbar baseport from FPGABrent Stapleton2018-09-061-2/+2
|
* RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytesTrung N Tran2018-08-221-6/+6
| | | | | Change the RB_FIFOSIZE register to store the FIFO size in bytes instead of log2 of bytes.
* e320: images: Separate images package for Aurora imageSugandha Gupta2018-08-131-2/+6
| | | | | | We will have two image packages for E320 - default - 1G and XG - aurora - AA
* e320: Add e320 to images package scriptSugandha Gupta2018-07-311-0/+19
|
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-251-5/+5
|
* rfnoc: Enabled SW flush mechanism impl'd in noc_shellAshish Chaudhari2018-07-241-5/+5
| | | | | | | | | | | - UHD will now "disconnect" the noc_block data-path from the crossbar when the block's dtor is invoked. This allows long running or slow blocks to empty out rapidly during teardown. - UHD will also attempt to flush at init time in case a block is destroyed abnormally. The goal of the flush mechanism is to not lock up the FPGA - noc_shell compat number is now 3
* 3.13.0.0 ReleaseBrent Stapleton2018-07-241-3/+3
| | | | | | | - Update Debian changelog - Update manifest.txt - Update Debian copyright file - Update fpga-src submodule