Cevero

Logo

A Chip multi-procEssor for Very Energy-efficient aeRospace missiOns

View My GitHub Profile

Space Pulp Tutorial

Install pulp-riscv-gnu-toolchain

git clone --recursive https://github.com/pulp-platform/pulp-riscv-gnu-toolchain.git
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk
build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
export PATH=$PATH:/opt/riscv/bin
./configure --prefix=/opt/riscv --with-arch=rv32imc --with-cmodel=medlow --enable-multilib
sudo make
sudo apt install python3-pip
sudo pip3 install pyelftools

Michael’s Space Pulp instructions

back