uhd/images
2025-01-23 20:42:29 +01:00
..
.gitignore uhd: Added image script outputs to .gitignore 2015-02-04 11:06:31 -08:00
create_imgs_package.py images: Update create_imgs_package.py 2024-07-05 13:51:20 +02:00
make_zip.sh images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
manifest.txt doc: Update manifest to refer to 4.8.0.0 release filesystem 2025-01-23 20:42:29 +01: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.