Skip to content

Commit daae761

Browse files
committed
Fix typo in bindings readme
1 parent e4da85d commit daae761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file describes how to compile and install deepstream python bindings
66

77
## 2 - Prerequisites
88

9-
The following dependencies needs to be met:
9+
The following dependencies need to be met:
1010

1111
### 2.1 Base dependencies
1212
Ubuntu - 18.04 :
@@ -99,7 +99,7 @@ make
9999

100100
### 3.3 Cross-Compilation for aarch64 on x86
101101

102-
This section outlines how to enable cross-compiling of the DeepStreamSDK pythong bindings for aarch64 using Docker on x86 host.
102+
This section outlines how to enable cross-compiling of the DeepStreamSDK python bindings for aarch64 using Docker on x86 host.
103103

104104
NOTE: This will only emulate the CPU, so any calls requiring embedded hardware, such as using CUDA or inference are not supported.
105105

@@ -119,10 +119,10 @@ docker run --rm -t nvcr.io/nvidia/deepstream-l4t:6.1-samples uname -m
119119
#aarch64
120120
```
121121

122-
#### 3.3.2 Download the JetPack SDK 5.0
122+
#### 3.3.2 Download the JetPack SDK 5.0.1 DP
123123
1. Download and install the [NVIDIA SDK manager](https://developer.nvidia.com/nvidia-sdk-manager)
124124
2. Launch the SDK Manager and login with your NVIDIA developer account.
125-
3. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0`) and click Continue.
125+
3. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0.1 DP`) and click Continue.
126126
4. Under `Download & Install Options` change the download folder and select `Download now, Install later`. Agree to the license terms and click Continue.
127127
5. Go to the download folder, and run:
128128

0 commit comments

Comments
 (0)