Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | utils: package_images: create image packages | Brent Stapleton | 2018-03-01 | 2 | -0/+503 | |
| | | | | | | | | | | | | -package_images.py looks at files in the current directory, and builds all image packages that it can from the available files. -image_package_mapping.py defines a nested dictionary that maps targets (not tied to any other target definition) to the archive name and constituent files. -users can provide a manifest file with the --manifest option. If provided, the new repository and githash, as well as the new SHA256 sums calculated during the packaging process, are added to the manifest file. | |||||
* | x300: Fixed processor clock rate in ZPU firmware | Ashish Chaudhari | 2018-02-23 | 1 | -2/+2 | |
| | | | | | - Fix for regression that was introduced after the bus_clk freq change - Firmware compat number bumped to 6.0 (was 5.2) | |||||
* | rfnoc,x300: Multiple clocking changes | Ashish Chaudhari | 2018-02-21 | 1 | -9/+9 | |
| | | | | | | - Moved bus_clk <=> ce_clk crossing to axi_wrapper in FPGA which resulted in a noc_shell compat bump - Change x300 bus_clk frequency to 187.5 MHz | |||||
* | mpm: N310 updates FPGA information on init | Brent Stapleton | 2018-02-19 | 1 | -1/+1 | |
| | | | | | | | | | -Adding MboardRegsControl.get_fpga_type(), which reads the SFP info registers and determines the FPGA image type (HG, XG, AA, etc). This is a minor FPGA compat number bump. -Adding N310._update_fpga_type(), which updates the component information using the get_fpga_type() function described above. This information can then be accessed through get_component_info(). | |||||
* | fixup! utils: refactor uhd_images_downloader | Brent Stapleton | 2018-02-15 | 1 | -1/+1 | |
| | ||||||
* | mpm: Add entries for renamed sfps | Moritz Fischer | 2018-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | In order to match the front panel 0 and 1 for the SFPs, as well as for clarity and consistency reasons, udev rules will be put onto future filesystems in order to rename the eth1 eth2 devices to sfp0 and sfp1. This change *should* be backwards compatible, nevertheless, be careful and bump compat number. This also updates the uhd image loader manifest. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | fixup! usrp3: Changes for Vivado 2017.4 | Brent Stapleton | 2018-02-02 | 1 | -4/+4 | |
| | ||||||
* | utils: populate_images: update arguments for uhd_images_downloader | Andrew Lynch | 2018-01-30 | 1 | -15/+1 | |
| | | | | Reviewed-by: Martin Braun <martin.braun@ettus.com> | |||||
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 1 | -12/+12 | |
| | | | | | | - Bumped compat number for e3xx, n230, x3xx, n3xx - Updated images package for e3xx, n230, x3xx, n3xx - Updated fpga-src submodule | |||||
* | utils: refactor uhd_images_downloader | Brent Stapleton | 2018-01-23 | 2 | -0/+45 | |
| | | | | | | | | | | | | | | | | | Changing structure of the files.ettus.com images directory, and updating uhd_images_downloader correspondingly. The images downloader now downloads a number of smaller archives of images, instead of one large archive containing all of our images. Furthermore, the images downloader maintains an inventory of currently installed images, so that images are not redownloaded unnecessarily. When called with no arguments, behavior should not change. CMake variables are used to populate a number of fields in the images downloader, including the contents of the manifest file. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | |||||
* | images: Fixed tag file in images package | Martin Braun | 2016-08-16 | 1 | -1/+1 | |
| | ||||||
* | images: Package builder script now can specify versioning | Martin Braun | 2016-03-22 | 3 | -7/+14 | |
| | ||||||
* | uhd: Added image script outputs to .gitignore | Ashish Chaudhari | 2015-02-04 | 1 | -0/+5 | |
| | ||||||
* | images: Updated image creation scripts to include .tar.gz and .tar.xz | Martin Braun | 2015-01-09 | 2 | -3/+27 | |
| | ||||||
* | images: Updated utils (no more tgz, Python 2.6 compat) | Martin Braun | 2014-10-28 | 2 | -5/+2 | |
| | ||||||
* | utils: Minor fixes in images downloader and packaging scripts | Ashish Chaudhari | 2014-10-27 | 2 | -2/+2 | |
| | ||||||
* | Adding explicit positional arguments to .format strings for compatibility ↵ | Patrick Sisterhen | 2014-10-16 | 1 | -1/+1 | |
| | | | | with older Pythons | |||||
* | tools: Auto-build tgz image packages, too (not just zip) | Martin Braun | 2014-10-13 | 1 | -1/+23 | |
| | | | | Also, made image creation process easier. | |||||
* | uhd: Added infrastructure for maintaining images directory | Martin Braun | 2014-10-06 | 5 | -8/+331 | |
| | ||||||
* | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -4/+5 | |
| | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API | |||||
* | images: change LICENSE filename | Nicholas Corgan | 2013-12-04 | 1 | -1/+1 | |
| | ||||||
* | Squashed commit uhd/cleanup. | Ben Hilburn | 2013-11-27 | 3 | -33/+43 | |
| | ||||||
* | OctoClock support | Nicholas Corgan | 2013-06-07 | 1 | -1/+23 | |
| | ||||||
* | images: added entry for b100 2rx fpga image | Josh Blum | 2012-09-04 | 1 | -1/+7 | |
| | ||||||
* | images: updated images Makefile for E1x0 rename | Josh Blum | 2012-07-17 | 1 | -2/+2 | |
| | ||||||
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -1/+1 | |
| | | | | the current host code and places them in the images directory | |||||
* | Changing UHD to 'USRP HD' in one last place. | Ben Hilburn | 2012-02-28 | 1 | -1/+1 | |
| | ||||||
* | Changes images CMakeLists.txt to be consistent with new UHD version naming ↵ | Nicholas Corgan | 2012-02-28 | 1 | -6/+5 | |
| | | | | system | |||||
* | uhd: added/renamed various readme files | Josh Blum | 2012-02-04 | 1 | -0/+0 | |
| | ||||||
* | images: include license file into image tarballs | Josh Blum | 2012-01-17 | 1 | -0/+1 | |
| | ||||||
* | images: fix makefile for E1XX build dirs | Josh Blum | 2011-09-29 | 1 | -2/+2 | |
| | ||||||
* | images: include hash in the generated file name | Josh Blum | 2011-09-28 | 1 | -1/+1 | |
| | ||||||
* | images: typo fix building B100.bin | Josh Blum | 2011-09-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'fpga_master' into uhd_master | Josh Blum | 2011-09-28 | 1 | -3/+3 | |
| | | | | | Conflicts: fpga/usrp1/toplevel/usrp_std/usrp_std.v | |||||
* | e110: added support to images Makefile | Josh Blum | 2011-09-01 | 1 | -2/+18 | |
| | ||||||
* | uhd: added print constraints to makefile, and used directory variablerelease_003_002_001 | Josh Blum | 2011-07-29 | 1 | -4/+5 | |
| | ||||||
* | uhd: incr minor, add date to images tag, add package target to makefile | Josh Blum | 2011-07-29 | 2 | -1/+8 | |
| | ||||||
* | uhd: fix for images CMakeLists.txt to use the new modules directory | Josh Blum | 2011-07-19 | 1 | -1/+1 | |
| | ||||||
* | uhd: images build script chmod recursive, files only | Josh Blum | 2011-07-19 | 1 | -1/+1 | |
| | ||||||
* | fpga: save the N2XX bit files into the images build | Josh Blum | 2011-07-19 | 1 | -4/+21 | |
| | ||||||
* | e100: consistent name for e100 fpga files in host code and images build | Josh Blum | 2011-06-21 | 1 | -1/+1 | |
| | ||||||
* | n2xx: makefile typo fixes | Josh Blum | 2011-06-14 | 1 | -2/+2 | |
| | ||||||
* | b100: added images to Makefile | Josh Blum | 2011-06-14 | 1 | -2/+22 | |
| | ||||||
* | uhd: updated images Makefile | Josh Blum | 2011-06-14 | 1 | -33/+61 | |
| | ||||||
* | images: create a tag file to associate the version number w/ images | Josh Blum | 2011-04-02 | 1 | -0/+2 | |
| | ||||||
* | uhd: added UHD_IMAGES_DIR option to include images in the package | Josh Blum | 2011-03-31 | 1 | -17/+1 | |
| | ||||||
* | usrp2: fix typo, now building n200 fpga images | Josh Blum | 2011-03-25 | 1 | -1/+1 | |
| | ||||||
* | usrp2: modified firmware build rules to chain the dependencies (better for ↵ | Josh Blum | 2011-03-25 | 1 | -4/+8 | |
| | | | | make -j4) | |||||
* | uhd: added USRP-N200 build support to images Makefile | Josh Blum | 2011-03-25 | 1 | -4/+22 | |
| | ||||||
* | uhd: setup UHD_VERSION and CPACK_PACKAGE_FILE_NAME | Josh Blum | 2011-03-22 | 1 | -1/+1 | |
| |