aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/tools/utils
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-02-10 10:59:44 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-02-15 14:07:53 -0600
commitf1f6d8eac52bfecd840ace95c2d357641ae3b09c (patch)
tree4c2210a3ac0e35c0705bd5b3fb2aba2355f7b7ad /fpga/usrp3/tools/utils
parentf327b88b57a25732e3c94da4d0f53b08fa4b6c75 (diff)
downloaduhd-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/tools/utils')
-rw-r--r--fpga/usrp3/tools/utils/image_package_mapping.py7
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',