git clone --recursive https://github.com/Xilinx/RFSoC-PYNQ.git Copy the BSP (board support package) into the appropriate board folder. BoardBSP Link ZCU111 xilinx-zcu111-v2022.1.bsp ZCU208 xilinx-zcu208-v2022.1.bsp RFSoC4x2 RFSoC4x2_2022_1.bsp RFSoC2x2 No BSP needed. cp <local-path-...
In the last three years, work with AMD has moved to the RFSoC, with projects focusing first on the RFSoC2x2 board, and more recently on the RFSoC4x2 board, which features in this book. With the publication of this book and the open-sourcing of the supporting hands-on notebooks and other...
Add a description, image, and links to the rfsoc4x2 topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the rfsoc4x2 topic, visit your repo's landing page and select "manage topics." Learn mor...
Use "cd" to enter the "RFSoC4x2_BSP" directory that was just created by the above step. Run the "petalinux-config --silentconfig" command to initialize the PetaLinux configuration. Run the "petalinux-build" command to build the PetaLinux system. This step will take from several minutes and...
Use "git clone" to copy this git repository from github to a local machine. Install Board Files The Vivado "board.repoPaths" parameter must be set to the path of the "board_files" directory. You can edit the Vivado_init.tcl startup script and add the line shown below. If the script...
Simple-rfsoc-4x2-Example Clone the GIT repository Install git large filesystems (git-lfs) in your .gitconfig (1-time step per unix environment) $ git lfs install Clone the git repo with git-lfs enabled $ git clone --recursive https://github.com/slaclab/Simple-rfsoc-4x2-Example.git Note...
Demonstration of Automatic Gain Control with PYNQ. Contribute to strath-sdr/pynq_agc development by creating an account on GitHub.
"For this demonstration, your RFSoC4x2 development board should be connected in loopback, with DAC B connected to ADC B. The DAC can be used to send test signals to the ADC using a signal generator.\n", 38 + "\n", 39 + "* Connect DAC B to ADC A, as shown in Figure 2.\n...
Demonstration of Automatic Gain Control with PYNQ. Contribute to strath-sdr/pynq_agc development by creating an account on GitHub.
git clone https://github.com/strath-sdr/rfsoc_qsfp_offload.git --recursive Building the Project The Vivado project uses an external Network Layer IP repository that is included as a submodule in the./boards/ip_repo/directory. The Network Layer IP uses a modified version of the repository that...