Skip to content

Commit

Permalink
Merge pull request #1194 from lakshanthad/docusaurus-version
Browse files Browse the repository at this point in the history
Add missing dependencies in JetPack flash
  • Loading branch information
MatthewJeffson authored May 17, 2024
2 parents 82067a8 + a3a22f6 commit 7a7fe66
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 7a7fe66

Please sign in to comment.