https://github.com/xilinx/rfsoc-pynq
Python productivity for RFSoC platforms
https://github.com/xilinx/rfsoc-pynq
Last synced: 9 months ago
JSON representation
Python productivity for RFSoC platforms
- Host: GitHub
- URL: https://github.com/xilinx/rfsoc-pynq
- Owner: Xilinx
- License: other
- Created: 2022-04-08T10:21:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T10:34:31.000Z (9 months ago)
- Last Synced: 2025-09-24T12:28:04.245Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 83.4 MB
- Stars: 80
- Watchers: 13
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/support.md
Awesome Lists containing this project
README

This repository contains the source code and build scripts for the RFSoC-PYNQ base design and SD card images. The design files in this repository are compatible with Xilinx Vivado 2024.1, and PYNQ v3.1 and later.
Currently, the ZCU111, ZCU208, and RFSoC4x2 platforms are supported.
## Getting started
Visit the [RFSoC-PYNQ webpage](https://www.rfsoc-pynq.io/) for complete documentation on boards supported, features unique to RFSoC platforms and how to get support.
## Image rebuilding steps
For optional image rebuilding for any of the boards, you will need a Linux (Ubuntu 22.04) host machine, with Vivado and Petalinux 2024.1 installed. For more host setup instructions please see the PYNQ [sdbuild readme](https://github.com/Xilinx/PYNQ/tree/master/sdbuild).
1. Clone this repository
```bash
git clone --recursive https://github.com/Xilinx/RFSoC-PYNQ.git
```
2. Copy the BSP (board support package) into the appropriate board folder.
| Board | BSP Link |
| ------------- | ------------- |
| RFSoC4x2 | [RFSoC4x2_2024.1.bsp](https://github.com/RealDigitalOrg/RFSoC4x2-BSP/raw/refs/heads/master/bsp_releases/RFSoC4x2_2024_1.bsp) |
| ZCU208 | [xilinx-zcu208-v2024.1.bsp](https://www.xilinx.com/member/forms/download/xef.html?filename=xilinx-zcu208-v2024.1-05230256.bsp) |
| ZCU111 | Link coming soon... |
```
cp boards//.bsp
```
3. To rebuild the SD card image, run
```
make BOARD=
```
## Rebuilding the Base Overlay
To only rebuild the base overlay for a given board, make sure the Vivado tools are sourced and located on `$PATH`, then run
```
cd boards//base
make
```
---
Copyright (C) 2022 Xilinx, Inc
Copyright (C) 2022-2025 Advanced Micro Devices, Inc
SPDX-License-Identifier: BSD-3-Clause