All Projects → rbonghi → Jetson_easy

rbonghi / Jetson_easy

Licence: mit
🔩 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...

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Jetson easy

ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (-74.89%)
Mutual labels:  ros, nvidia
linux-l4t
Linux kernel 3.10 forked from Nvidia Linux4Tegra for the TX1. Branches for L4T 24.2.1. Also available: 23.1 (DEPRECATED), 24.1 (DEPRECATED).
Stars: ✭ 21 (-90.41%)
Mutual labels:  kernel, nvidia
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+10.5%)
Mutual labels:  nvidia, opencv
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (-39.27%)
Mutual labels:  ros, opencv
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (-52.51%)
Mutual labels:  ros, opencv
Grid map
Universal grid map library for mobile robotic mapping
Stars: ✭ 1,135 (+418.26%)
Mutual labels:  ros, opencv
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (-89.04%)
Mutual labels:  ros, nvidia
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-63.93%)
Mutual labels:  ros, opencv
Arm Vo
Efficient monocular visual odometry for ground vehicles on ARM processors
Stars: ✭ 115 (-47.49%)
Mutual labels:  ros, opencv
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-7.76%)
Mutual labels:  nvidia, opencv
Eduos Rs
A teaching operating system written in Rust
Stars: ✭ 210 (-4.11%)
Mutual labels:  kernel
Opencvsharp Samples
A collection of samples about using OpenCV in .NET applications.
Stars: ✭ 210 (-4.11%)
Mutual labels:  opencv
Genomeworks
SDK for GPU accelerated genome assembly and analysis
Stars: ✭ 215 (-1.83%)
Mutual labels:  nvidia
Nicehashquickminer
Super simple & easy Windows 10 cryptocurrency miner made by NiceHash.
Stars: ✭ 211 (-3.65%)
Mutual labels:  nvidia
Python vlpr
毕业设计基于Opencv的车牌识别系统
Stars: ✭ 209 (-4.57%)
Mutual labels:  opencv
Nvidia Clerk
A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
Stars: ✭ 214 (-2.28%)
Mutual labels:  nvidia
Jetson Nano Baseboard
Antmicro's open hardware baseboard for the NVIDIA Jetson Nano and Jetson Xavier NX
Stars: ✭ 209 (-4.57%)
Mutual labels:  nvidia
Kafl
A fuzzer for full VM kernel/driver targets
Stars: ✭ 204 (-6.85%)
Mutual labels:  kernel
Aveditor
这是一款短视频编辑 SDK,仿 DouYin 音视频处理。功能包含有美颜、滤镜、贴纸、特效、录制、分段录制、速率录制、变声、配乐、rtmp 直播推流、图片转视频、剪辑,mp4/flv 格式封装等功能。动态库用的我另一个项目编译好的 https://github.com/yangkun19921001/AVFFmpegLib
Stars: ✭ 209 (-4.57%)
Mutual labels:  opencv
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (-1.83%)
Mutual labels:  opencv

Jetson Easy setup configurator

Welcome in the Jetson setup configurator - Visit the Official website or read the Wiki

The idea of this project is automatically update and setup your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] embedded board without wait a lot of time.

Main features:

If you want start with this toolkit you can write in your server bash:

[email protected]:~$ git clone https://github.com/rbonghi/jetson_easy.git
[email protected]:~$ cd jetson_easy
[email protected]:~/jetson_easy$ ./biddibi_boddibi_boo.sh

Biddibi Boddibi Boo

Biddibi Boddibi Boo Logo

The main script is called biddibi_boddibi_boo.sh and you can setup in one shot all your board. The system has different modules to control your automatic installation, the list follow:

  1. Update & Distribution upgrade & Upgrade Update, upgrade and distribution upgrade the NVIDIA Jetson in only one shot
  2. Install Jetson release and performance service It's an automatic installer for Jetson_performance, jetson_variables and jetson_release
  3. Patch the NVIDIA Jetson from known errors If your release of NVIDIA Jetson have errors or require a patch this module update and fix automatically
  4. Kernel Update This module fix the NVIDIA Jetson and add the common drivers (FTDI, ACM, etc...)
  5. Set hostname Update permantly the hostname of your board
  6. Install ROS With this modules you install the release ROS in your board, add the workspace and set the ROS_MASTER_URI
  7. Set git user.name and user.email in your NVIDIA Jetson
  8. Install standard packages You can add in your NVIDIA Jetson the common packages (nano, htop, ... ) to ZED drivers (coming soon) and other...

The biddibi_boddibi_boo.sh run with an easy user interface or you can use the silent mode and following a setup file the system will be installed automatically without other messages. If you want know all features you can write:

[email protected]:~/jetson_easy$ ./biddibi_boddibi_boo.sh -h
Bibbibi Boddibi Boo is an automatic install for different type of modules.
Usage:
./biddibi_boddibi_boo.sh [options]
options,
   -h|--help      | This help
   --nogui        | Launch the system in silent mode (Without GUI)
   -q|--quiet     | If required, force automatically the reboot
   -c [file]      | Load configuration file from other reference [file]
   -m [[email protected]] | Remote connection with NVIDIA Jetson host
   -p [passwd]    | Load password without any other request from the script

Remote connection

The Bibbibi Boddibi Boo script recognize if the script run on the NVIDIA Jetson or remotely and request the address and the password to connect on your board.

Biddibi Boddibi Boo - remote 3

After savind the remote configuration the script automatically connect on your board without write again the user and the password.

Biddibi Boddibi Boo - remote 1

Interactive user interface

When you launch the script you can read the information about your board, from user and hostname, release of the kernel to the NVIDIA Jetson hardware release if installed the version of ROS Biddibi Boddibi Boo - page 1

In second menu you can setup your board and setup which type of installation you like. Finally you can save and store all information in a file and use same setup for the future. Biddibi Boddibi Boo - page 2

Finally you can startup the installer and wait that jetson_easy complete the installation for you!

Command line

Look like the Interactive user interface this command start the installer without show you any type of messages

[email protected]:~/jetson_easy$ ./biddibi_boddibi_boo.sh -q

Jetson_performance, jetson_variables and jetson_release

  • jetson_variables - This script generate the easy environment variables to know which is your Hardware version of the Jetson and which Jetpack you have already installed
  • jetson_release - The command show the status and all information about your NVIDIA Jetson
  • jetson_performance - This service load jetson_clock.sh has a linux service
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].