diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/image_package_mapping.py | 40 | ||||
-rw-r--r-- | images/manifest.txt | 4 |
2 files changed, 28 insertions, 16 deletions
diff --git a/images/image_package_mapping.py b/images/image_package_mapping.py index 95a251dbc..da76dc989 100644 --- a/images/image_package_mapping.py +++ b/images/image_package_mapping.py @@ -8,21 +8,33 @@ Container for the list of image package targets, and the information about them """ PACKAGE_MAPPING = { - "e310": { + "e310_sg1": { "type": "e3xx", - "package_name": "e3xx_e310_fpga_default-g{}.zip", - "files": ["usrp_e310_fpga.bin", - "usrp_e310_fpga_sg3.bin", - "usrp_e3xx_fpga_idle.bin", - "usrp_e3xx_fpga_idle_sg3.bin", - "usrp_e310_fpga.bit", - "usrp_e310_fpga_sg3.bit", - "usrp_e3xx_fpga_idle.bit", - "usrp_e3xx_fpga_idle_sg3.bit", - "usrp_e310_fpga.rpt", - "usrp_e310_fpga_sg3.rpt", - "usrp_e3xx_fpga_idle.rpt", - "usrp_e3xx_fpga_idle_sg3.rpt"] + "package_name": "e3xx_e310_sg1_fpga_default-g{}.zip", + "files": ['usrp_e310_sg1_fpga.bit', + 'usrp_e310_sg1_fpga.bit.md5', + 'usrp_e310_sg1_fpga.dts', + 'usrp_e310_sg1_fpga.dts.md5', + 'usrp_e310_sg1_fpga.rpt', + 'usrp_e310_sg1_idle_fpga.bit', + 'usrp_e310_sg1_idle_fpga.bit.md5', + 'usrp_e310_sg1_idle_fpga.dts', + 'usrp_e310_sg1_idle_fpga.dts.md5', + 'usrp_e310_sg1_idle_fpga.rpt'] + }, + "e310_sg3": { + "type": "e3xx", + "package_name": "e3xx_e310_sg3_fpga_default-g{}.zip", + "files": ['usrp_e310_sg3_fpga.bit', + 'usrp_e310_sg3_fpga.bit.md5', + 'usrp_e310_sg3_fpga.dts', + 'usrp_e310_sg3_fpga.dts.md5', + 'usrp_e310_sg3_fpga.rpt', + 'usrp_e310_sg3_idle_fpga.bit', + 'usrp_e310_sg3_idle_fpga.bit.md5', + 'usrp_e310_sg3_idle_fpga.dts', + 'usrp_e310_sg3_idle_fpga.dts.md5', + 'usrp_e310_sg3_idle_fpga.rpt'] }, "e320": { "type": "e3xx", diff --git a/images/manifest.txt b/images/manifest.txt index fcf874362..7b5acf6c8 100644 --- a/images/manifest.txt +++ b/images/manifest.txt @@ -8,8 +8,8 @@ x3xx_x300_fpga_default fpga-4bc2c6f x3xx/fpga-4bc2c6f/x3xx_x300_f #dboard_ubx_cpld_default example_target # E-Series -e3xx_e310_fpga_default fpga-4bc2c6f e3xx/fpga-4bc2c6f/e3xx_e310_fpga_default-g4bc2c6f.zip be090f7cd187eb020e0cc8a8a7094b9691c4b7fa3dde82ca242030287a577475 -e3xx_e310_fpga_rfnoc fpga-d6a878b e3xx/fpga-d6a878b/e3xx_e310_fpga_rfnoc-gd6a878b.zip 5c9b89fb6293423644868c22e914de386a9af39ff031da6800a1cf39a90ea73b +e3xx_e310_sg1_fpga_default fpga-f52a643 e3xx/fpga-f52a643/e3xx_e310_sg1_fpga_default-gf52a643.zip 03450918a7c312d53926f3318ea91a57162c545ada4058b9e83a4e0efd4755a4 +e3xx_e310_sg3_fpga_default fpga-f52a643 e3xx/fpga-f52a643/e3xx_e310_sg3_fpga_default-gf52a643.zip e8264dd48c3c3f6e65c8e5ef34a3629aa79a3f17ba845659e553bdcf3dfac303 e3xx_e320_fpga_default fpga-4bc2c6f e3xx/fpga-4bc2c6f/e3xx_e320_fpga_default-g4bc2c6f.zip 0def19fda1041866273c09d3bacc7e2dba916b8848c8a17a85fecd04009bab73 # E320 Filesystems, etc e3xx_e320_sdk_default meta-ettus-v3.14.0.0-rc1 e3xx/meta-ettus-v3.14.0.0-rc1/e3xx_e320_sdk_default-v3.14.0.0-rc1.zip 0 |