GitPedia
rbonghi

rbonghi/jetson_easy

🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...

3 Releases
Latest: 7y ago
Jetson AGX Xavierv0.6Latest
rbonghirbonghi·7y ago·December 2, 2018
GitHub

📋 Changes

  • Added [NVIDIA Jetson AGX Xavier](https://developer.nvidia.com/embedded/buy/jetson-xavier-devkit)
  • Added jtop See the pictures below (an easy monitor for your board)
  • Added ROS melodic in autoinstall list
  • Improve autoinstall OpenCV (now you can select to add opencv contrib, extra and the version)
  • Update Stereolabs [ZED SDK 2.7](https://www.stereolabs.com/blog/zed-sdk-adds-h265-tensorflow-xavier-support/) and add iftop in selection list
  • You can add personal extra scripts before the autoinstall
  • Update all versions of Deep Learning, Machine Learning and AI libraries
  • Added new environments variables: cuDNN, TensorRT, VisionWorks
  • + 1 more
Deep learningv0.5
rbonghirbonghi·7y ago·August 11, 2018
GitHub

📋 Changes

  • Added deep learning module. Thanks elinux @dusty-nv
  • Improved performance of Jetson Easy
  • Added "Auto" mode
  • Improved performance of saving file
  • Recognize Jetpack 3.2.1 and 3.3 @nvidia
  • Now is installed ZED @stereolabs with sdk 2.5
Jetson easy v0.1v0.1Pre-release
rbonghirbonghi·7y ago·July 15, 2018
GitHub

Initial public pre-release of Jetson easy. Follow the readme to install your board or run the **jetson_easy.run** to install your board. To launch the file follow: ```console ubuntu@server:~$ chmod +x jetson_easy.run ubuntu@server:~$ ./jetson_easy.run ``` If you want run load a different configuration folder run: ```console ubuntu@server:~$ ./jetson_easy.run -- -c <folder/file> ```