Skip to content

antmicro/zephyr-on-litex-vexriscv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr-on-litex-vexriscv

Prerequisites

Install the Vivado toolchain. You can download Vivado using this link. The 2017.3 or newer version of Vivado is recommended.
Get all required submodules:

git submodule update --init --recursive

Get all required packages:

apt-get install build-essential bzip2 python3 python3-dev python3-pip
./install.sh

Build

Build bitstream following these steps:

source ./init
source ${PATH_TO_VIVADO_TOOLCHAIN}/settings64.sh
./make.py --board=arty --build --with_mmcm --with_i2s --with_ethernet

Load bitstream

Connect your board using the serial port then,
load bitstream following these steps:

source ./init
./make.py --board=arty --load

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Shell 4.5%