JetsonHacks
JetsonHacks
  • Видео 305
  • Просмотров 4 561 755
Run Python at Startup - Ubuntu
Visit the website at jetsonhacks.com
Sign up for the newsletter! newsletter.jetsonhacks.com
Join this channel to get access to perks:
ruclips.net/channel/UCQs0lwV6E4p7LQaGJ6fgy5Qjoin
Running a Python script on System Startup is usually one of the things people want to do once they get their feet wet in Ubuntu and Jetson Development. Here we go over on how to auto start a Python script on boot on a NVIDIA Jetson Nano. This method works on the other Jetsons as well, like the Jetson Xavier and Jetson Orins. Here's the script we are working with:
#!/usr/bin/python3
import tkinter as tk
#Create the main window
root = tk.Tk()
root.title("Startup Script Test")
#Create a label with a message
label = tk.Labe...
Просмотров: 846

Видео

JetPack 6 Orin Nano Upgrade Using SD Card
Просмотров 1,4 тыс.14 дней назад
Sign up for the newsletter! newsletter.jetsonhacks.com Full article soon on jetsonhacks.com Join this channel to get access to perks: ruclips.net/channel/UCQs0lwV6E4p7LQaGJ6fgy5Qjoin Jetson Orin Nano Developer Kit: amzn.to/4edErWS SD Card: amzn.to/4aRqHy8 Solid State Drive (SSD): amzn.to/4e8odOX TTL to USB Serial Debug Cable: amzn.to/3xhFQuW With the advent of JetPack 6, you can now use just a ...
A Great Battery to Power Your Electronics Projects!
Просмотров 1 тыс.Месяц назад
Sign up for the newsletter! newsletter.jetsonhacks.com The Mini V-Mount battery is widely in use professionally in the film industry. Designed for heavy use in harsh environments, they're a great addition to your electronics projects. They are plug and play compatible with NVIDIA Jetson Xaviers and Orins! The battery can run a NVIDIA Jetson AGX Orin flat out with room to spare! Full article on ...
THEIA-CAM 13MP Camera with Auto Focus - Great for Development and Production!
Просмотров 1,2 тыс.Месяц назад
The THEIA-CAM™ 13 Megapixel Phase Detection Auto Focus UVC Camera from THine Solutions is a great plug and play solution for developers. The THSCU101 with Sony IMX258 Imager works with any NVIDIA Jetson model, and is shown in the video on a NVIDIA Jetson AGX Orin Developer Kit. The camera also works on most other platforms include MS Windows, Apple Macintosh, Raspberry Pi and Linux machines. Fu...
Unitree Go2 quadruped robot at GTC 2024 - Sites and Sounds
Просмотров 8792 месяца назад
Amongst the chaos at the NVIDIA GTC 2024 were these Unitree Go2 quadrupeds. When you see one, it's interesting. When you see three choreographed, it's very entertaining. Join this channel to get access to perks: ruclips.net/channel/UCQs0lwV6E4p7LQaGJ6fgy5Qjoin As an Amazon Associate I earn from qualifying purchases. Visit the JetsonHacks storefront on Amazon: www.amazon.com/shop/jetsonhacks Vis...
Backstage with BD-X Star Wars Droids and Disney Imagineering!
Просмотров 3 тыс.3 месяца назад
Disney Imagineering is sharing their BD-X droids at NVIDIA's GTC 2024. Here's a backstage look at how they get ready to perform and enchant! No edits here, just full joy. Technically, 2 NVIDIA Jetson Orin NXs control the robot along with custom electronics. 11 brushless motors and 5 servos drive the legs and head. NVIDIA ISAAC Sim uses reinforcement learning to get the droids to walk. Generativ...
CUDA Programming in Python
Просмотров 5 тыс.5 месяцев назад
Do you want faster Python code? In this tutorial we demonstrate how to use a Just In Time (JIT) Compiler for Python. You can turn regular Python into fast machine code, and write CUDA code for the GPU in Python too! JetsonHacks article: wp.me/p7ZgI9-3OB Here we give a high level introduction to using Numba, a JIT compiler for Python. Numba is a cross platform solution. Numba can generate machin...
NoMachine - Jetson Remote Desktop on Windows
Просмотров 7 тыс.6 месяцев назад
NoMachine is a remote desktop solution for connecting two devices. Full article on JetsonHacks: wp.me/p7ZgI9-3NV NoMachine is easy to use, and has many great features. Here we connect NVIDIA Jetson Developer Kits to a PC running Microsoft Windows. Many people use this technique as the answer to the question of how to connect a Jetson Nano to a laptop. In the video: NVIDIA Jetson Nano Developer ...
Run GUI Apps over SSH - NVIDIA Jetson
Просмотров 6 тыс.7 месяцев назад
You can use X11 Forwarding to run X graphics applications over SSH. Full article on JetsonHacks: wp.me/p7ZgI9-3NP Most all Linux distributions support this, it is enabled by default on Ubuntu. Let's connect a headless Jetson to a x86 in this example. We run a simple face detect application to get a feel for how it performs. A HDMI Headless dongle may help with some of the more stubborn applicat...
Packaging OpenCV with CUDA - Install on Jetson
Просмотров 2,4 тыс.7 месяцев назад
After spending hours building OpenCV as in the video ruclips.net/video/BCNnqTFi-Gs/видео.html , wouldn't it be nice to package it as an installer for your NVIDIA Jetson? Full article on JetsonHacks: wp.me/p7ZgI9-3Nm Here's how to do it! Items in the video: Jetson Nano Developer Kit: amzn.to/468IM8x 64 GB SD Card: amzn.to/3ujZTY3 Samsung SSD: amzn.to/3QZVqT3 NOTE: If you use the cp command to sa...
OpenCV with CUDA in Python on Jetson
Просмотров 12 тыс.7 месяцев назад
Building OpenCV with CUDA support is a task. Many folks get a surprise after the build when they try to run it in Python. The old version is there instead of the new! Here's how to fix it and take advantage of that GPU goodness. We run a face detection demo to make sure it works. Full article on JetsonHacks: wp.me/p7ZgI9-3Ne NOTE: If you use the cp command to save your build products, make sure...
Jetson AI Labs - Generative AI on the Edge
Просмотров 4,4 тыс.7 месяцев назад
NVIDIA recently launched the NVIDIA Jetson Generative AI Lab. This Jetson AI Lab is a gathering place for tutorials and resources for running Generative AI applications on the Edge. If you have a Jetson Xavier or Jetson Orin, this is a great place to explore the development environments and capabilities of Generative AI on the Jetson. In the video, we use a NVIDIA Jetson AGX Orin 64 GB Develope...
Jetson AGX Orin + SSD
Просмотров 8 тыс.9 месяцев назад
Install a SSD on your NVIDIA Jetson AGX Orin as soon as you can. The SSD provides more than 10X performance boost for drive read/writes over the built in eMMC. SDK Manager Video: ruclips.net/video/Ucg5Zqm9ZMk/видео.html NVIDIA Jetson AGX Orin 64GB: amzn.to/3sWjGvK iFixit Tool kit: amzn.to/3Eza5Of Gen 4 PCIe Solid State Drive (SSD): Western Digital WD_Black (1TB): amzn.to/3EzYZbB Samsung 980 Pro...
Use These! Jetson Docker Containers Tutorial
Просмотров 16 тыс.9 месяцев назад
NVIDIA Jetson Containers are one of the most valuable tools for developing on Jetson, from Jetson Nano to the Jetson Orins. Full article on JetsonHacks: wp.me/p7ZgI9-3MT Docker is the container manager on Jetson. This allows you to package together your application along with libraries, system and environment settings together. This Image can then be run sandboxed independent of the rest of the...
Speech AI on Jetson Tutorial
Просмотров 12 тыс.10 месяцев назад
Full article on JetsonHacks.com: wp.me/p7ZgI9-3LZ This is an involved installation process, hence the video. Beginners might find this difficult. RIVA Quick Start Guide: docs.nvidia.com/deeplearning/riva/user-guide/docs/quick-start-guide.html NGC: ngc.nvidia.com NGC CLI Tool: ngc.nvidia.com/setup/installers/cli RIVA Python Clients: github.com/nvidia-riva/python-clients Videos: Sign up for NGC a...
Custom DNS - Faster Internet for Free!
Просмотров 7 тыс.11 месяцев назад
Custom DNS - Faster Internet for Free!
Can AI Write Shell Scripts?
Просмотров 1,2 тыс.11 месяцев назад
Can AI Write Shell Scripts?
Python Upgrade on Jetson Nano - Tutorial
Просмотров 11 тыс.Год назад
Python Upgrade on Jetson Nano - Tutorial
Jetson Orin Nano Tutorial: SSD Install, Boot, and JetPack Setup - Full Guide!
Просмотров 38 тыс.Год назад
Jetson Orin Nano Tutorial: SSD Install, Boot, and JetPack Setup - Full Guide!
1GB More Memory on Your Jetson Orin Nano: A Step-by-Step Guide to Flashing QSPI Firmware
Просмотров 5 тыс.Год назад
1GB More Memory on Your Jetson Orin Nano: A Step-by-Step Guide to Flashing QSPI Firmware
Leverage ChatGPT for Business!
Просмотров 1,4 тыс.Год назад
Leverage ChatGPT for Business!
Jetson Orin Nano Meets RPi Camera: Cable Magic!
Просмотров 11 тыс.Год назад
Jetson Orin Nano Meets RPi Camera: Cable Magic!
Ultimate Jetson Orin Nano Walkthrough
Просмотров 59 тыс.Год назад
Ultimate Jetson Orin Nano Walkthrough
Build OpenCV with CUDA Support for Jetson
Просмотров 28 тыс.Год назад
Build OpenCV with CUDA Support for Jetson
NVIDIA SDK Manager Tutorial: Installing Jetson Software Explained
Просмотров 57 тыс.Год назад
NVIDIA SDK Manager Tutorial: Installing Jetson Software Explained
Jtop: The Tool Jetson Pros Use. Do you?
Просмотров 6 тыс.Год назад
Jtop: The Tool Jetson Pros Use. Do you?
10 Beginning Linux Commands
Просмотров 1,2 тыс.Год назад
10 Beginning Linux Commands
Man Pages for Jetson Linux
Просмотров 1,2 тыс.Год назад
Man Pages for Jetson Linux
Upgrade Jetson Xavier NX Dev Kit to JetPack 5
Просмотров 7 тыс.Год назад
Upgrade Jetson Xavier NX Dev Kit to JetPack 5
One Jetson Orin to Be Them All!
Просмотров 9 тыс.Год назад
One Jetson Orin to Be Them All!

Комментарии

  • @saeidseyfi
    @saeidseyfi 15 часов назад

    Thanks a lot 🙏 💓

    • @JetsonHacks
      @JetsonHacks 9 часов назад

      You are welcome, and thanks for watching!

  • @LyuboslavPetrov
    @LyuboslavPetrov 17 часов назад

    Wow. Got here 2 years later and am speechless. Wow

    • @JetsonHacks
      @JetsonHacks 9 часов назад

      It's still pretty cool stuff. Thanks for watching!

  • @Gaurav-bn1rv
    @Gaurav-bn1rv 2 дня назад

    hello jim, i have a AGX Xavier running Ubuntu 20.04 and Jetpack 5, but i wish to upgrade to Ubuntu 22.04 for installing ROS2 Humble.... but i dont know how to do this, and i dont want to mess up this system as it is my work system, can you please guide me how to upgrade to Ubuntu 22.04

    • @JetsonHacks
      @JetsonHacks 2 дня назад

      AGX Xavier does not have an update path to Ubuntu 22.04. You can use a Docker container to run ROS2 Humble on 20.04: github.com/dusty-nv/jetson-containers/tree/master/packages/ros

    • @Gaurav-bn1rv
      @Gaurav-bn1rv 11 часов назад

      @@JetsonHacks thanks jim

  • @SanjayS-bo3ff
    @SanjayS-bo3ff 6 дней назад

    hello i tried this but the display is black and the fan does not run. i even tried a new sd card but it does not boot up kindly help me

    • @JetsonHacks
      @JetsonHacks 6 дней назад

      I'm not sure what you tried. Please ask your question on the official NVIDIA Jetson Xavier NX forum, where people from NVIDIA can help you through any issues you might be having. Thanks for watching!

  • @seawolfmx
    @seawolfmx 6 дней назад

    Can you make a video in windows 11? Can you translate tris video to spanish?

    • @JetsonHacks
      @JetsonHacks 6 дней назад

      I do not know what you are asking. I do not know what 'video in windows 11' means. Unfortunately I don't know Spanish, so you will need to rely on other translation tools.

  • @Dragongod5890
    @Dragongod5890 6 дней назад

    What's the max storage amount for the ssd ? I keep getting mixed answers some say 8tb max others say 2tb max.

    • @JetsonHacks
      @JetsonHacks 6 дней назад

      I don't know the official answer. Please ask on the official NVIDIA AGX Orin forum where the NVIDIA engineers can give you the official answer. Thanks for watching!

  • @owepofjienoqpithfvn
    @owepofjienoqpithfvn 10 дней назад

    I wonder it works the same with jetson orin nano I've done installing opencv 4.10 for it but when I tried to do the demo in -bt 1 mode it keeps changing to cpu mode.....

    • @JetsonHacks
      @JetsonHacks 10 дней назад

      I don't know what -bt mode is. Did you try it with -b=5 -t=7 like in the demo?

  • @davesimbana9865
    @davesimbana9865 11 дней назад

    Can u help me please? I downloaded it but when I try to log in it says Typeerror: cannot read 'property' or undefined

    • @JetsonHacks
      @JetsonHacks 11 дней назад

      From your description, it sounds like you have an issue. It's difficult to diagnose without understanding which version of Ubuntu you are running on the host and which version of SDK Manager you are attempting to use. Each version of the SDK Manager has different host requirements. This is an older video, for JetPack 4.2. JetPack 6 is the newest version as of this writing.

  • @gerardjulien2118
    @gerardjulien2118 11 дней назад

    Hi, Thanks for the video. Unfortunately it does not work in my case I have an Jetson Orin Nx, which is close to a Jetson Nano I replaced "git checkout ubuntu/bionic" by "git checkout ubuntu/focal" to match my ubuntu2004 in the script but it is not enough to do the trick --- Thanks in advance.

    • @JetsonHacks
      @JetsonHacks 11 дней назад

      The Jetson Nano does not support Focal, therefore there is no ubuntu/focal branch to check out. Perhaps you can go to a directly supported repository? launchpad.net/~deadsnakes/+archive/ubuntu/ppa Thanks for watching.

    • @gerardjulien2118
      @gerardjulien2118 11 дней назад

      @@JetsonHacks Thanks for the link.

  • @mikelanham3624
    @mikelanham3624 12 дней назад

    this did not work for me. Seeed Jetson Nano has eMMC root. How do I override the eMMC to boot from USB SSD?

    • @JetsonHacks
      @JetsonHacks 12 дней назад

      The Dev Kit is different than the production modules. You should use the SDK Manger to help with this task. At the time this was recorded, the SDK Manager did not have that capability. Thanks for watching!

  • @brothertook
    @brothertook 12 дней назад

    2:04 YEEE sure :)

  • @namle9770
    @namle9770 14 дней назад

    Thank you. Is it run before login?

    • @JetsonHacks
      @JetsonHacks 14 дней назад

      You're welcome. I believe it's run at login. If you want to run it before login, you'd use something like rc.local. Thanks for watching!

    • @namle9770
      @namle9770 13 дней назад

      @@JetsonHacks thank you so much

  • @nhatpham5797
    @nhatpham5797 14 дней назад

    I can use tkinter in 3.8.12, can you help me :(

    • @JetsonHacks
      @JetsonHacks 14 дней назад

      I don't what what you're asking. tkinter is part of Python.

    • @nhatpham5797
      @nhatpham5797 14 дней назад

      @@JetsonHacks I know, but jetson nano's Python is 3.6.9, when i use 3.6.9, i can import tkinter but if i use 3.8.12, i cant import tkinter

    • @JetsonHacks
      @JetsonHacks 13 дней назад

      @@nhatpham5797 First, check to see if tkinter is installed: python -m tkinter If not, you will need to install it. The installation will depend on how you intend to use it, for example if you're using a virtual environment or not. You should be able to find tutorials on the web to help you, that's not something I can help you with.

  • @ttaylor9916
    @ttaylor9916 15 дней назад

    Thanks!

    • @JetsonHacks
      @JetsonHacks 15 дней назад

      Wow, thank you very much for your generosity! I'll use it to make more content.

  • @najibmurshed
    @najibmurshed 15 дней назад

    I am not getting any Serial Log even though I followed all the steps. Is there any way I can check if my Jetson Nano is communicating?

    • @JetsonHacks
      @JetsonHacks 15 дней назад

      You will need to make sure that your cable is wired correctly, and that you have a proper driver for the TTL to USB chip. Which cable are you using to connect them? What is your host machine?

    • @najibmurshed
      @najibmurshed 15 дней назад

      @@JetsonHacks I used this cable: DTECH 3ft 3.3V USB to TTL Serial Adapter Debug Cable TX RX Signal 4 Pin Female Socket PL2303 Prolific Chip. I am using Ubuntu 18.04.

    • @JetsonHacks
      @JetsonHacks 15 дней назад

      @@najibmurshed Do you have a PL2303 driver for your host machine? If you're looking to check if the correct driver is installed for your PL2303 TTL to USB serial converter on Ubuntu 18.04, here's a step-by-step guide: Plug in Your Converter: First, plug your TTL to USB serial converter into your computer. Check Kernel Messages: Open a terminal and type the following command: $ dmesg | grep tty This will show you the kernel messages related to TTY devices. Look for lines mentioning the PL2303 converter, such as: [ 1234.567890] usb 1-1: pl2303 converter now attached to ttyUSB0 Next, list the TTY devices to see if the converter is recognized: ls /dev/ttyUSB* You should see something like /dev/ttyUSB0 if your device is recognized. Identify the Driver Module: To identify the driver being used, type: $ lsusb Look for an entry similar to: Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port Note the vendor ID and product ID (e.g., 067b:2303), then check the driver details with: $ lsusb -v -d 067b:2303 | grep -i driver Finally, verify that the pl2303 kernel module is loaded: $ lsmod | grep pl2303 You should see output indicating that the pl2303 module is loaded. If the pl2303 module isn’t loaded, you can load it manually with: $ sudo modprobe pl2303 And check again with $ lsmod | grep pl2303. Hope this helps

    • @najibmurshed
      @najibmurshed 15 дней назад

      @@JetsonHacks As for the product ID I am getting 067b:23a3 and after I did $ lsusb -v -d 067b:23a3 | grep -i driver Couldn't open device, some information will be missing. However, If I did lsusb -v -d 067b:2303 | grep -i driver it doesn't show any error just that it is ready for the next command. When I do $ lsmod | grep pl2303: pl2303 28672 0 usbserial 49152 1 pl2303

    • @najibmurshed
      @najibmurshed 15 дней назад

      @@JetsonHacks Thanks for the detailed suggestion! I did try the steps and instead of product ID (067b:2303) I am getting (067b:23a3) and when I use that I get: $ lsusb -v -d 067b:23a3 | grep -i driver Couldn't open device, some information will be missing But if I used: lsusb -v -d 067b:2303 | grep -i driver (The terminal accepts it) Also: $ lsmod | grep pl2303 I get -------------------------------------- pl2303 28672 0 usbserial 49152 1 pl2303

  • @vuxuanhai7311
    @vuxuanhai7311 17 дней назад

    Hi, how to run a script at a specific time. I try to use Crontab but it does not work.

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      What entry did you put into the crontab file to run your script? Is your script marked as executable? Is this just for you as the user, or for the system?

  • @kevinhiggins320
    @kevinhiggins320 17 дней назад

    Thaks!

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      You are welcome and thanks for watching!

  • @mannguyen5781
    @mannguyen5781 18 дней назад

    Hello, how can I connect my current project using Docker? Thanks a million.

    • @JetsonHacks
      @JetsonHacks 18 дней назад

      Use the -v option to mount your project directory into the Docker container. Replace /path/to/your/project with the actual path to your project directory. If you're using Jetson containers: $ jetson-containers run $(autotag l4t-pytorch) -v /path/to/your/project/:/workspace Once inside the Docker container, navigate to the mounted directory to access your project files.For example $ cd /workspace

    • @mannguyen5781
      @mannguyen5781 17 дней назад

      @@JetsonHacksversion of container image will be automatically selected to suit my existing project as using autotag, right? Thanks.

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      @@mannguyen5781 It will attempt to match the image with the version that matches your version of JetPack.

    • @mannguyen5781
      @mannguyen5781 17 дней назад

      ​@@JetsonHacksfinal question is i want to create docker container with opencv (with CUDA support), tensorflow. How do i type the command? Thanks.

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      @@mannguyen5781 What have you tried? From your description, it sounds like the l4t-tensorflow package fits. If you need help, please ask your questions in the official NVIDIA Jetson forums where people can better help you.

  • @mannguyen5781
    @mannguyen5781 18 дней назад

    Hi, the process of pulling container image depends on the version of jetpack we are using. If this is the case, my attempt to execute any application that requires Tensorflow 2.5.0-which is incompatible with Jetpack 5.1.2-like Facial Recognition using Facenet would fail. What should I do if this happens? Many thanks.

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      I do not know how to answer this question. If you have specific questions about this topic, please ask in the official NVIDIA Jetson forums.

  • @surflaweb
    @surflaweb 18 дней назад

    Great example

    • @JetsonHacks
      @JetsonHacks 18 дней назад

      Thank you for the kind words, and thanks for watching!

  • @Bwajster
    @Bwajster 18 дней назад

    How do I auto run a python script after reboot on Jetson Nano? I’ve added the absolute path of python3 followed by the absolute path of the .py file under the command section of the Startup Application window. However, the .py file doesn’t run after rebooting the Jetson Nano. How can I fix this issue?

    • @JetsonHacks
      @JetsonHacks 18 дней назад

      It's hard to tell without knowing how your script works. Here's a response video that may help: ruclips.net/video/ExBxUcjIv9g/видео.html Thanks for watching!

  • @carolenejoy9562
    @carolenejoy9562 18 дней назад

    Thx for the video, it helped a lot!!. But I did get stuck somewhere. When I did sudo apt-get install nvidia-14t-jetson-orin-nano-qspi-updater, I got an error, unable to locate package nvidia-14t-jetson-orin-nano-qspi-updater. Do you know why this is happening?

    • @JetsonHacks
      @JetsonHacks 18 дней назад

      There's a typo in your command. 14t should be l4t - lima 4 tango. It's understandable, the one looks very similar to the l in the video. You can copy the commands directly from the jetson-ai-lab tutorial page to avoid that. Thanks for watching!

    • @carolenejoy9562
      @carolenejoy9562 17 дней назад

      @@JetsonHacks Thanks for the quick reply and it solved the issue. The video helped a lot for finishing the initial set up. Great work!!

    • @JetsonHacks
      @JetsonHacks 17 дней назад

      @@carolenejoy9562 You are welcome, and I'm glad you got it to work.

  • @samrubenabraham6979
    @samrubenabraham6979 19 дней назад

    I must admit, this tutorial is pretty much what I needed! Thanks a lot!

    • @JetsonHacks
      @JetsonHacks 19 дней назад

      You are welcome, and thanks for watching!

  • @Toha_Bog
    @Toha_Bog 19 дней назад

    Thank you so much for the tutorial. I tried to flash nvidia jetson Orin nano dev kit with NVMe SSD using virtual box with Ubuntu 20.04 and then with docker image 20.04/22.04 from official website but ways both failed. I am about to follow your another tutorial to get flash logs from the dev board. But in the meantime, I wanted to give a try to your convenience script. However, I cannot longer find it in your GitHub repositories. Did you remove it?

    • @JetsonHacks
      @JetsonHacks 19 дней назад

      You are welcome. It's still there. However, I would not recommend using it as many things have changed since it was written. github.com/jetsonhacks/bootFromExternalStorage I advise that you get the flash logs and have the NVIDIA engineers help you through your issue on the Jetson Orin Nano forum.

  • @josemacariofaria
    @josemacariofaria 19 дней назад

    Great videos!

    • @JetsonHacks
      @JetsonHacks 19 дней назад

      Thank you for the kind words, and thanks for watching!

  • @Toha_Bog
    @Toha_Bog 19 дней назад

    Hello! Thank you so much for the tutorial. I tried to flash nvidia jetson Orin nano dev kit with SSD using virtual box with Ubuntu 20.04 and then with docker image 20.04/22.04 from official website but both failed. I am about to follow your another tutorial to get flash logs from the dev board. But in the meantime, I wanted to give a try to you convenience script. However, I cannot longer find it in your GitHub repositories. Did you remove it? Thank you in advance!

    • @JetsonHacks
      @JetsonHacks 19 дней назад

      You are welcome. It's still there. However, I would not recommend using it as many things have changed since it was written. github.com/jetsonhacks/bootFromExternalStorage I advise that you get the flash logs and have the NVIDIA engineers help you through your issue on the Jetson Orin Nano forum.

  • @_Sisyphucked_
    @_Sisyphucked_ 20 дней назад

    Do you have any feedback for running rpi camera v3(IMX708) on Orin nano?

    • @JetsonHacks
      @JetsonHacks 20 дней назад

      I do not have any experience with the RPi 3 camera. You might want to check the NVIDIA Jetson forums to ask if anyone else does. Thanks for watching!

  • @bunik6070
    @bunik6070 21 день назад

    Hi, does this also work with jeton Orion nano Development Kit? I had Problems with flashing via as Card so i want to try it with sek manager

    • @JetsonHacks
      @JetsonHacks 21 день назад

      Yes it does. You will need to make sure that you have a recent version that supports the Orin Nano. Thanks for watching!

  • @CarlosNarvaez-Embedded
    @CarlosNarvaez-Embedded 21 день назад

    Nice! Thanks

    • @JetsonHacks
      @JetsonHacks 21 день назад

      You are welcome, and thanks for watching!

  • @tytrvd
    @tytrvd 25 дней назад

    Love the tremendous "pig dog"

    • @JetsonHacks
      @JetsonHacks 25 дней назад

      I'm always surprised at how many times I'm set wondering what the little pig dog is doing. Thanks for watching!

  • @iamnoobsify
    @iamnoobsify 27 дней назад

    ggs

  • @wonjaein
    @wonjaein 28 дней назад

    Thanks!!

    • @JetsonHacks
      @JetsonHacks 28 дней назад

      You are welcome, and thanks for watching!

  • @luriic_2636
    @luriic_2636 28 дней назад

    thank you! Thanks to this, CUDA works perfectly. But since installing CUDA, I have a problem with my RAM increasing more and more. For example, it increases by 0.1G every 2 hours. There is an issue where jetson xaiver quits when all memory is used. Do you know the solution?

    • @JetsonHacks
      @JetsonHacks 28 дней назад

      Sounds like you have a memory leak somewhere. It's hard to tell what the problem is until you analyze which program(s) are causing the problem. Thanks for watching!

  • @user-vv6zd8cs7k
    @user-vv6zd8cs7k 28 дней назад

    Would it be a problem if I had 20.04 ubuntu on my jetson? ./build_opencv.sh throws error after 12% of download

    • @JetsonHacks
      @JetsonHacks 28 дней назад

      I don't know of any outstanding issues with 20.04. I don't know what 12% of download means.

  • @pranalmore975
    @pranalmore975 28 дней назад

    Thanks for the great tutorial! I have a question: which flash method do you use? Is it NVMe, USB, or SD? and can you make one video of how can we add custom audio packages into kernal

    • @JetsonHacks
      @JetsonHacks 28 дней назад

      You are welcome, I'm glad you found it useful. I usually use NVMe. Kernel modules are pretty involved, it's not clear if you are trying a built-in module, an external module, or out of tree module. Thanks for watching!