uhd/images
2023-11-06 16:07:41 -06:00
..
.gitignore uhd: Added image script outputs to .gitignore 2015-02-04 11:06:31 -08:00
create_imgs_package.py images: Clear out code from days of yore 2021-12-17 11:18:53 -06:00
make_zip.sh images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
manifest.txt images: update filesystems to rc2 2023-11-06 16:07:41 -06:00
populate_images.py images: Make get_images_dir return absolute path 2022-01-25 13:02:15 -06:00
README.md images: Move package_images.py to FPGA repository 2019-10-15 13:54:58 -07:00

UHD Firmware and FPGA Images Builder

The images directory is an aid to prepare images packages.

Building the actual FPGA images is not handled with these tools.

Making image packages

This functionality was moved to the FPGA repository in usrp3/tools/utils.

Create image tarballs for releases

If you're on a release tag and want to create images packages for uploading to github, run

$ ./create_imgs_package.py

It'll take a few minutes to download and zip them all up.