Skip to content

Commit 54fb538

Browse files
xiaoxqCapri2014
authored andcommitted
Docs: Revise nvidia driver installation command.
1 parent fc00bad commit 54fb538

4 files changed

+11
-11
lines changed

docs/quickstart/apollo_1_5_hardware_system_installation_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_
442442

443443
2. Start the installation
444444
```
445-
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s
445+
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s --no-kernel-module
446446
```
447447

448448
##### Optional: Test the ESD CAN device node

docs/quickstart/apollo_1_5_hardware_system_installation_guide_cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_
342342
343343
2. 开始安装
344344
```
345-
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s
345+
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s --no-kernel-module
346346
```
347347
348348
##### 可选项: 测试ESD CAN硬件节点

docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [Global Positioning System (GPS) and Inertial Measurement Unit (IMU)](#global-positioning-system-(gps)-and-inertial-measurement-unit-(imu))
1414
* [Option 1: The NovAtel SPAN-IGM-A1](#option-1-the-novatel-span-igm-a1)
1515
* [Option 2: The NovAtel SPAN ProPak6 and NovAtel IMU-IGM-A1](#option-2-the-novatel-span-propak6-and-novatel-imu-igm-a1)
16-
* [The GPS Receiver/Antenna](#the-gps-receiver/antenna)
16+
* [The GPS Receiver/Antenna](#the-gps-receiver/antenna)
1717
* [Light Detection and Ranging System (LiDAR)](#light-detection-and-ranging-system)
1818
* [Option 1: Velodyne HDL-64E S3](#option-1-velodyne-hdl-64e-s3)
1919
* [Option 2: Hesai Pandora](#option-2-hesai-pandora)
@@ -254,7 +254,7 @@ The 40 line LiDAR system **Pandora** is available from Hesai Photonics Technolog
254254
**Key Features:**
255255

256256
- 40 Channels
257-
- 200m range (20% reflectivity)
257+
- 200m range (20% reflectivity)
258258
- 720 kHz measuring frequency
259259
- 360° Horizontal FOV
260260
- 23° Vertical FOV (-16° to 7°)
@@ -482,7 +482,7 @@ If have modified the kernel, or the pre-built kernel is not the best for your pl
482482
git clone https://github.com/ApolloAuto/apollo-kernel.git
483483
cd apollo-kernel
484484
```
485-
2. Add the ESD CAN driver source code according to [ESDCAN-README.md](https://github.com/ApolloAuto/apollo-kernel/blob/master/linux/ESDCAN-README.md)
485+
2. Add the ESD CAN driver source code according to [ESDCAN-README.md](https://github.com/ApolloAuto/apollo-kernel/blob/master/linux/ESDCAN-README.md)
486486

487487
3. Build the kernel using the following command.
488488
```
@@ -501,7 +501,7 @@ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_
501501

502502
2. Start the installation
503503
```
504-
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s
504+
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s --no-kernel-module
505505
```
506506

507507
##### Optional: Test the ESD CAN device node
@@ -688,10 +688,10 @@ Each HDL-64E S3 LiDAR includes a cable bundle to connect the LiDAR to the power
688688

689689
![LiDAR_Cable](images/HDL64_Cable_whitened_labeled.png)
690690

691-
1. Connection to the LiDAR
692-
693-
Connect the power and signal cable to the matching ports on the LiDAR
694-
691+
1. Connection to the LiDAR
692+
693+
Connect the power and signal cable to the matching ports on the LiDAR
694+
695695
![HDL64_Cabling](images/HDL64_Cabling.JPG)
696696

697697
2. Connection to Power Source

docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_
502502

503503
2. Start the installation
504504
```
505-
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s
505+
sudo bash ./NVIDIA-Linux-x86_64-375.39.run --no-x-check -a -s --no-kernel-module
506506
```
507507

508508
##### Optional: Test the ESD CAN device node

0 commit comments

Comments
 (0)