bkzshabbaz / SDSoC-Ultra96

Ultra96 SDSoC Platform created for SDx 2018.2, Vivado 2018.2, and PetaLinux 2018.2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultra96 SDSoC Platform

Description

This Custom SDSoC Environment Platform is created for SDx 2018.2, Vivado 2018.2, and PetaLinux 2018.2.

Requirement

Hardware

Software

  • Xilinx PetaLinux 2018.2
  • Xilinx SDSoC 2018.2
  • Xilinx Vivado 2018.2

Board Definition Files

PetaLinux BSP

Quick-Start Guide

Configure SD RootFS

sudo fdisk /dev/sdX
sudo mkfs.msdos -n ZYNQMP_BOOT /dev/sdX1
sudo mkfs.ext4 /dev/sdX2
sudo umount /dev/sdX2
sudo dd if=./linux/ultra96/images/linux/rootfs.ext4 of=/dev/sdX2
sync
sudo resize2fs /dev/sdX2
sync

References

About

Ultra96 SDSoC Platform created for SDx 2018.2, Vivado 2018.2, and PetaLinux 2018.2.


Languages

Language:C 84.7%Language:Tcl 14.3%Language:HTML 0.8%Language:Verilog 0.1%Language:BitBake 0.0%Language:Shell 0.0%Language:Makefile 0.0%Language:Pascal 0.0%