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)
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
sudo make DYNAMIC=1 LIBRARY_DIRECTORY=`pwd`/pygenn/genn_wrapper/
python setup.py develop