mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
Change the RB_FIFOSIZE register to store the FIFO size in bytes instead of log2 of bytes. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| create_imgs_package.py | ||
| image_package_mapping.py | ||
| make_zip.sh | ||
| Makefile | ||
| manifest.txt | ||
| package_images.py | ||
| populate_images.py | ||
| README.md | ||
| uhdimgs.py | ||
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.