Skip to content

Commit

Permalink
Add dependencies in JetPack flash
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshanthad committed May 17, 2024
1 parent 82067a8 commit a3a22f6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ The below image is for Orin NX 16GB
Before moving onto flashing, it should be noted that Jetson Orin NX module only supports JetPack 5.1 and above, while Jetson Orin Nano module only supports JetPack 5.1.1 and above.
:::

First of all, install the below required dependencies on the Ubuntu Host PC before moving onto flashing JetPack.

```sh
sudo apt install qemu-user-static sshpass abootimg nfs-kernel-server libxml2-utils binutils -y
```

<!-- Code -->

import Tabs from '@theme/Tabs';
Expand Down

0 comments on commit a3a22f6

Please sign in to comment.