Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 863 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 863 Bytes

GENN-Jetson-XavierNX

Configuring the Nvidia Jetson Xavier NX for the neural simulator GENN & python library PyGENN (https://genn-team.github.io/genn/documentation/4/html/index.html)

JP-SD 5.0.2 without modifications: Cuda 11.4., Cuda toolkit etc.

Flashed from url link using balenaEtcher (https://developer.nvidia.com/embedded/L4T/r35_Release_v1.0/JP_SD_5.0.2_b231/Jetson_SD_Xavier_NX/JP502-xnx-sd-card-image-b231.zip)

GENN

sudo apt-get update -y
sudo apt-get install swig
git clone https://github.com/genn-team/genn.git
cd genn
echo "export CUDA_PATH=/usr/local/cuda" >> ~/.bashrc
echo "export PATH=$PATH:$CUDA_PATH/bin" >> ~/.bashrc
echo "export PATH=$PATH:~/genn/bin" >> ~/.bashrc

PyGENN

sudo make DYNAMIC=1 LIBRARY_DIRECTORY=`pwd`/pygenn/genn_wrapper/
python setup.py develop