Skip to content

lbrown65/RFSoC2x2-PYNQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFSoC 2x2 Kit

View the RFSoC 2x2 Kit GitHub page for this repository on https://xilinx.github.io/RFSoC2x2-PYNQ/.

This repository is used to host the GitHub Documentation Page for the RFSoC2x2 kit. It includes the sources for the documentation, and board collateral including source code and build scripts for the RFSoC 2x2 base design. The design files in this repository are compatible with Xilinx Vivado 2020.2, and PYNQ v2.7.0 and later.

Users can find the Vivado board files on Xilinx Vivado board repository.

alt

Steps to rebuild the PYNQ SD card image for the RFSoC 2x2 (Linux)

  1. First choose a location to clone this repository:

    export RFSoC2x2_REPO = <local_path>
  2. Do the following to clone this repository:

    git clone https://github.com/Xilinx/RFSoC2x2-PYNQ.git $RFSoC2x2_REPO
  3. Rebuild the overlay files.

    cd $RFSoC2x2_REPO/board/RFSoC2x2/base
    make
  4. Go to PYNQ sdbuild folder and build the image with correct board folder path:

    make BOARDDIR=$RFSoC2x2_REPO

Copyright (C) 2021 Xilinx, Inc

SPDX-License-Identifier: BSD-3-Clause

About

RFSoC2x2 board repo for PYNQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 76.7%
  • Tcl 12.6%
  • Verilog 4.0%
  • VHDL 2.8%
  • Python 2.3%
  • SystemVerilog 0.9%
  • Other 0.7%