This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Build from source

Dependencies

  • flex

  • bison

  • gcc

  • gcc-pru

  • gnuprumcu

  • cmake

Build

git clone https://github.com/VedantParanjape/simpPRU.git
cd simpPRU
mkdir build
cd build
cmake ..
make

Install

sudo make install

Generate debian package

sudo make package