diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-10 10:59:44 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-15 14:07:53 -0600 |
commit | f1f6d8eac52bfecd840ace95c2d357641ae3b09c (patch) | |
tree | 4c2210a3ac0e35c0705bd5b3fb2aba2355f7b7ad /fpga/usrp3 | |
parent | f327b88b57a25732e3c94da4d0f53b08fa4b6c75 (diff) | |
download | uhd-f1f6d8eac52bfecd840ace95c2d357641ae3b09c.tar.gz uhd-f1f6d8eac52bfecd840ace95c2d357641ae3b09c.tar.bz2 uhd-f1f6d8eac52bfecd840ace95c2d357641ae3b09c.zip |
images: Remove references to N230
USRP N230 is no longer supported starting with UHD 4, and thus, we can
remove it from the image manifest. This will no longer download N230
images when calling uhd_images_downloader from UHD 4.
Diffstat (limited to 'fpga/usrp3')
-rw-r--r-- | fpga/usrp3/tools/utils/image_package_mapping.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fpga/usrp3/tools/utils/image_package_mapping.py b/fpga/usrp3/tools/utils/image_package_mapping.py index 23c047cf9..a69580b6a 100644 --- a/fpga/usrp3/tools/utils/image_package_mapping.py +++ b/fpga/usrp3/tools/utils/image_package_mapping.py @@ -265,13 +265,6 @@ PACKAGE_MAPPING = { 'files': ["usrp_b200_fw.hex", "usrp_b200_bl.img"], }, - 'n230': { - 'type': 'n230', - 'package_name': 'n230_n230_fpga_default-g{}.zip', - 'files': ["usrp_n230_fpga.bin", - "usrp_n230_fpga.bit", - "usrp_n230_fpga.rpt"], - }, 'b100': { 'type': 'usrp1', 'package_name': 'usrp1_b100_fpga_default-g{}.zip', |