This project orignally hosted on https://github.com/tukl-msd/median.demonstrator has now moved an is no longer maintained in this location. Please go to https://gitlab.rhrk.uni-kl.de/EIT/ZynqVision/eit.zynqvision.main for the latest version.
Please read this carefully before you clone this repository to save time and disk space.
You need to choose between different environments dependent on the task you need to perform. How to setup these environments is described on page Environment inside the repository wiki.
CentOS | Debian | Working Vivado on any system | Zynqberry (ssh) | |
---|---|---|---|---|
Change initial bitstream | ✅ | ✅ | ||
Change FSBL | ✅ | ✅ | ||
Change boot.bin | ✅ | ✅ | ||
Change u-boot | ✅ | |||
Change kernel | ✅ | |||
Change devicetree | ✅ | |||
Change file system | ✅ | |||
Regenerate file system | ✅ | |||
Change web front end | ✅ | |||
Create new median filter test bitstream | ✅ |
If you need to change the kernel, u-boot or device tree, you need to clone this repository with the option --recursive
git clone --recursive <git-repo>
otherwise you don't need the submodules linux-xlnx, u-boot-xlnx. So you can save around 3 GB of disk space .
git clone <git-repo>