Skip to content

Commit

Permalink
Update NVIDIA_JETSON_DEVELOPER_KIT_SETUP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed May 12, 2024
1 parent 75a7f61 commit 89d6b55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/NVIDIA_JETSON_DEVELOPER_KIT_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ Click on the "Finish" button once the install is complete.
Once the SDK Manager install is complete, you can disconnect the USB-C
provisioning cable from the target and host PCs.

### Disable screen blanking

```bash
# Prevent the screen from blanking
gsettings set org.gnome.desktop.session idle-delay 0
# Prevent the screen from locking
gsettings set org.gnome.desktop.screensaver lock-enabled false
```

### Configure passwordless sudo and authorized keys

```bash
Expand Down

0 comments on commit 89d6b55

Please sign in to comment.