Prepare Jetson novidia nono for ROS , Tensorflow OpenCV and Open AI
cd ~/jetson-nvidia-nano
- Install more swap file for jetson nvidia nano
chmod +x swap-ins.sh ./swap-ins.sh
Official instructions can be found here
chmod +x ros-melodic-ins.sh ./ros-melodic-ins.sh
- Install tensorflow
chmod +x tensorflow-ins.sh ./chmod +x
Installing Node,js using the Node Version Manager (NVM)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash nvm ls-remote #list version nvm install v8.17.0
Official instructions can be found here