Update README.md with Secure Boot requirement

This commit is contained in:
Daniel Doña
2024-05-21 14:59:13 +02:00
committed by GitHub
parent 2c3c21afdf
commit 81d9405b5c

View File

@@ -3,11 +3,8 @@
Reads GDDR6/GDDR6X VRAM memory temperatures from multiple supported NVIDIA GPUs found in a host Linux system. Reads GDDR6/GDDR6X VRAM memory temperatures from multiple supported NVIDIA GPUs found in a host Linux system.
These findings are based on reverse engineering of the NVIDIA GPU Linux driver. These findings are based on reverse engineering of the NVIDIA GPU Linux driver.
## Dependencies
- libpci-dev ## Prerequisites
```
sudo apt install libpci-dev -y
```
- Kernel boot parameter: iomem=relaxed - Kernel boot parameter: iomem=relaxed
``` ```
@@ -17,6 +14,26 @@ sudo update-grub
sudo reboot sudo reboot
``` ```
- Disabling Secure Boot
This can be done in the UEFI/BIOS configuration or using [mokutil](https://wiki.debian.org/SecureBoot#Disabling.2Fre-enabling_Secure_Boot):
```
mokutil --disable-validation
```
Check state with:
```
$ sudo mokutil --sb
SecureBoot disabled
```
## Dependencies
- libpci-dev
```
sudo apt install libpci-dev -y
```
## Installation (cmake) ## Installation (cmake)
``` ```
git clone https://github.com/olealgoritme/gddr6 git clone https://github.com/olealgoritme/gddr6