Kria KV260

From RidgeRun Developer Wiki



Previous: Xilinx FPGAs Index  





Introduction

Customize an existing capturing overlay

We are going to use the reference platforms repository and the kv260_ispMipiRx_vcu_DP platform as a base. So let's clone the repo and make the xsa project!

git clone https://github.com/Xilinx/kria-vitis-platforms.git -b xlnx_rel_v2022.1
cd kria-vitis-platforms/kv260/platforms/vivado/kv260_ispMipiRx_vcu_DP
make xsa

After the build process completes, lets open the project with the vivado GUI.

As a recommendation, since the design is quite big, it might consume al resources, reducing the number of global threads can help with this. Go to Window-> tcl console and input this con the console: set_param general.maxthreads 2

RidgeRun Services

RidgeRun has expertise in offloading processing algorithms using FPGAs, from Image Signal Processing to AI offloading. Our services include:

  • Algorithm Acceleration using FPGAs.
  • Image Signal Processing IP Cores.
  • Linux Device Drivers.
  • Low Power AI Acceleration using FPGAs.
  • Accelerated C++ Applications.

And it includes much more. Contact us at https://www.ridgerun.com/contact.



Previous: Introduction/Development process Index Next: Xilinx FPGAs