Skip to content

Commit

Permalink
Add 11-01 webinar related news
Browse files Browse the repository at this point in the history
  • Loading branch information
tokk-nv committed Nov 1, 2022
1 parent b82ef6c commit 335c82a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Guide to Minimizing Jetson Disk Usage

!!! note "News"

2022-11-01: Updated with JetPack 5.x specific contents, which is covered in [JetPack 5 webinar series](https://gateway.on24.com/wcc/experience/elitenvidiabrill/1407606/3944300/jetpack-502).


![](./images/feature-image_available-disk-image-transition.png)

This online guide explains ways to minimize Jetson's disk/storage usage, while sharing tips and actual commands to analyze the disk usage to further optimize the storage usage.
Expand All @@ -10,11 +15,19 @@ This guide details various steps to minimize the disk usage on your Jetson, whil

## Example Result

You will find that you can regain up to 8GB of available disk space depending on your JetPack version and configuration.
The amount of disk space you can save varies based on the configuration you choose to take and also on the JetPack and L4T versions.

!!! info "Example on Jetson AGX Orin with JetPack 5.0.2"

| <img width=200/> | Disk Space Used | Available Space | Available Percentage |
|---|--:|--:|--:|
| Full JetPack | 16.6 GB | **38 GB** | 30% |
| Base L4T | 5.6 GB | **49 GB** | 11% |
| **Minimized L4T** | {==682 MB==} | {==**54 GB**==} | {==1.2%==} |

!!! info "Example on Jetson Xavier NX production module with JetPack 4.6.2"

| | Disk Space Used | Available Space | Available Percentage |
| <img width=200/> | Disk Space Used | Available Space | Available Percentage |
|---|--:|--:|--:|
| (Original) Full JetPack (`[A]`) | 11.6 GB | **1.9 GB** | 13.3 % |
| CUI configuration (`[B]`) | 8.4 GB | **4.7 GB** | 32.7 % |
Expand Down

0 comments on commit 335c82a

Please sign in to comment.