Johnny
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    4
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # JetPack 6. The most radical update of Jetson. ![image](https://hackmd.io/_uploads/S16BxQaBp.png) ## 1. Introduction to Nvidia Robotics Edge Device NVIDIA Jetson is a series of embedded computing boards from NVIDIA. These boards are designed to provide high computational power in a small form factor, making them ideal for use in autonomous systems, robotics, AI applications, and edge computing. Jetson boards are particularly known for their GPU capabilities, which are essential for machine learning and computer vision tasks. Key features of NVIDIA Jetson include: **Powerful NVIDIA GPU**: Jetson boards come with NVIDIA GPUs, which are highly efficient at parallel processing tasks, making them suitable for AI and machine learning applications. **Compact Size**: Despite their power, Jetson boards are relatively small, which is beneficial for integrating into space-constrained environments like drones or compact robots. **Energy Efficiency**: They are designed to deliver high performance while consuming minimal power, which is critical for battery-operated or energy-sensitive applications. **Software Support**: NVIDIA provides extensive software support through its JetPack SDK, which includes AI libraries, drivers, an operating system, and more, helping developers to easily deploy AI applications on Jetson. **Versatility**: These boards are used in various applications, from industrial automation and medical devices to drones and robotics. **Community and Ecosystem**: NVIDIA has built a robust community and ecosystem around Jetson, offering resources, forums, and support for developers. ## What is JetPack? JetPack is a comprehensive software development kit (SDK) designed specifically for Jetson devices. It includes a range of tools and libraries to facilitate the development and deployment of AI and computer vision applications on Jetson platforms. JetPack typically encompasses the Linux operating system for Jetson boards, CUDA for GPU-accelerated computing, cuDNN for deep neural networks, TensorRT for optimized inference, as well as additional tools and APIs necessary for AI development. This SDK plays a crucial role in leveraging the hardware capabilities of Jetson devices for efficient AI and machine learning tasks. ## 2. What's new JetPack 5 vs JetPack 6? ### JetPack 5 Features (from JetPack 5.1.2) **CUDA 11.4, cuDNN 8.6.0, and TensorRT 8.5.2**: These core libraries for GPU-accelerated computing, deep learning, and optimized inference are integral parts of JetPack 5, but their versions are very old, **limited to execute SoTA models**. **Limited Kernel Support**: JetPack 5 supports specific kernel versions tied closely to the L4T version. Is not possible to upgrade, so you miss optimizations of the new versions. **Standard Security Features**: Standard security measures are included, but without some of the advanced features found in JetPack 6. **Camera Drivers**: Integrated as part of the kernel source, which can complicate driver updates. **OTA Updates**: Over-the-air updates are supported, though the methodology is less flexible than in JetPack 6. ### JetPack 6 New Features and Improvements **Greater Flexibility for Linux Kernels**: Users can now use their own kernel (version **5.15 and up**), providing more control and easier integration of newer drivers. So you will be able to upgrade to version **6.7** with ARM optimizations. **Increased Linux Distribution Choices**: Support extends beyond L4T to include distributions like Ubuntu, Wind River, Red Hat, Yocto, and others, with Canonical offering commercial support for Ubuntu on Jetson. Each new version has newer optimizations and libraries such as libgc a major limitation currently in ubuntu 20.04, so you can install any Linux distribution you want. **Upgradable Compute Stack**: Independent upgrades for the compute stack (including CUDA 12.2, TensorRT 8.6, and cuDNN 8.9 by default) are possible without updating the entire BSP. So, you can use new features from PyTorch like ```python torch.compile```https://pytorch.org/get-started/pytorch-2.0/ to speed up the inference. ***ROS 2 Humble Support***: Enhanced support for robotics applications with native ROS 2 Humble support in Ubuntu 22.04. **Tiered Support Structure**: Different levels of support, with direct assistance for distro partners and priority customers, and a DIY-based approach for others. **Camera Drivers as Out-of-Tree Modules**: Simplifies driver updates and distribution, making it more modular. **Enhanced Security Features**: Introduction of new security features like deep and measured boot. **Consistent OTA Update Methodology**: Maintains the approach from previous JetPack versions, with app-based OTA for developer kits and image-based OTA for production. ## 3. Ubuntu 20.04 vs 22.04 vs future 24.04. ### Ubuntu 20.04 to 22.04 Changes 1. **Support Lifespan** - 22.04: Supported until April 2027. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) - 20.04: Supported until 2025. 2. **Dark Mode Improvements** - 22.04: Complete system-wide dark mode experience. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) - 20.04: Basic dark mode. 3. **GNOME 42 and Layout Changes** - 22.04: Uses GNOME 42, introducing visual and workflow changes. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) - 20.04: Uses GNOME 3.36.8 with a stable experience. 4. **Multitasking Capabilities** - 22.04: Enhanced multitasking options. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) 5. **Linux Kernel Version** - 22.04: Multiple versions, including 5.15 LTS, 5.17 and 6.2. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) - 20.04: Linux Kernel 5.13. 6. **File Manager** - 22.04: Refreshed look. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) 7. **Software Center Improvements** - 22.04: Provides more detailed information about software. [Source](https://itsfoss.com/ubuntu-20-04-vs-22-04/) [Some benchmarks](https://www.phoronix.com/review/ubuntu-2204-ryzen5950x/5) ### Ubuntu 24.04 (Upcoming in 2024) 1. **Linux Kernel** - Includes new 6.x (6.7 and 6.8) Linux kernel. [Source](https://discourse.ubuntu.com/t/noble-numbat-release-notes/30329) 2. **Toolchain Upgrades** - Updates to GCC, Python, Perl, LLVM, Rust toolchain. [Source](https://discourse.ubuntu.com/t/noble-numbat-release-notes/30329) 3. **Ubuntu Desktop Changes** - Minimal default installation, reintroduction of ZFS guided installations, TPM-backed FDE, and other enhancements. [Source](https://discourse.ubuntu.com/t/noble-numbat-release-notes/30329) 4. **GNOME Update and Applications** - Updated to GNOME +46 features and fixes, updated applications including Firefox as a native Wayland application. [Source](https://discourse.ubuntu.com/t/noble-numbat-release-notes/30329) Ubuntu 24.04 LTS should end up seeing either the Linux 6.7 or 6.8 kernels, GNOME 46, Mesa +24.1, and a wealth of other package updates. ***Note: The information for Ubuntu 24.04 is based on expected features as it is yet to be released.*** [Source](https://www.phoronix.com/news/Ubuntu-24.04-Noble-Numbat) ## 4. Important features of Cuda 12.2. ### CUDA 11 vs CUDA 12: Key Differences and Improvements #### CUDA 11 - **NVIDIA Ampere GPU Architecture Support** - Support for A100 GPU, increased SMs, and larger, faster memory ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Multi-Instance GPU (MIG)** - Divides a single A100 GPU into multiple instances for improved GPU utilization ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Memory Error Recovery** - Enhanced memory error recovery features for the A100 GPU ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Third-Generation Tensor Cores** - Accelerated matrix operations for various data types ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Asynchronous Data Movement** - Formalized asynchronous SIMT programming model ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Task Graph Acceleration** - Hardware acceleration for task graphs to reduce kernel launch latency ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **C++ Language and Compiler Improvements** - Included CUB in CUDA Toolkit, support for ISO C++17 ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Enhanced CUDA Libraries** - Performance improvements using A100 hardware features ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). - **Developer Tools** - Enriched Nsight tools for profiling and debugging, Roofline models in Nsight Compute ([source](https://developer.nvidia.com/blog/cuda-11-features-revealed/)). #### CUDA 12 - **Support for NVIDIA Hopper and NVIDIA Ada Lovelace Architectures** - New hardware capabilities, increased SM counts, and memory bandwidth ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Lazy Loading** - Delayed loading of kernels and CPU-side modules for memory savings ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Minor Version Compatibility** - Dynamic linking across minor versions within the same major release ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **JIT LTO Support** - Introduction of `nvJitLink` library for JIT LTO support ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **C++20 Compiler Support** - Added support for C++20 standard ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Nsight Developer Tools Updates** - New features in Nsight Systems and Nsight Compute ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Math Library Updates** - Reduced binary sizes and specific feature enhancements ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Heterogeneous Memory Management (HMM)** - Seamless sharing of data between host memory and accelerator devices ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Application Prioritization with CUDA MPS** - Better priority arbitration under CUDA MPS ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)). - **Debugging Tools** - Advanced debugging tools like NVIDIA Compute Sanitizer and CUDA-GDB ([source](https://developer.nvidia.com/blog/cuda-toolkit-12-0-released-for-general-availability/)).

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully