uhd/images
Trung N Tran d5c6e34bd3 RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes
Change the RB_FIFOSIZE register to store the FIFO size in bytes
instead of log2 of bytes.
2018-08-22 14:31:34 -07:00
..
.gitignore uhd: Added image script outputs to .gitignore 2015-02-04 11:06:31 -08:00
create_imgs_package.py images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
image_package_mapping.py e320: images: Separate images package for Aurora image 2018-08-13 15:50:28 -07:00
make_zip.sh images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
Makefile OctoClock firmware upgrade, added host driver 2014-07-23 07:37:32 -07:00
manifest.txt RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes 2018-08-22 14:31:34 -07:00
package_images.py utils: package_images: improve usability 2018-03-16 10:48:47 -07:00
populate_images.py images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
README.md images: Update scripts for new release model 2018-05-17 14:09:47 -07:00
uhdimgs.py images: Update scripts for new release model 2018-05-17 14:09:47 -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

At any point in time, when the FPGA images change, you will need to create new FPGA images packages. Use the package_images.py script for that purpose.

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.