X735-script: Difference between revisions
| Line 335: | Line 335: | ||
You need to manually download the missing overlay files from the Raspberry Pi firmware repository. | You need to manually download the missing overlay files from the Raspberry Pi firmware repository. | ||
1. | 1. Check for Missing Files: | ||
First, verify that the files are missing: | First, verify that the files are missing: | ||
```bash | ```bash | ||
| Line 342: | Line 342: | ||
*(If no results are shown, the files are missing)* | *(If no results are shown, the files are missing)* | ||
2. | 2. Download the Required Overlays: | ||
Manually download the necessary `.dtbo` files directly to your overlays directory. You can use `wget` for this: | Manually download the necessary `.dtbo` files directly to your overlays directory. You can use `wget` for this: | ||
```bash | ```bash | ||
| Line 354: | Line 354: | ||
``` | ``` | ||
3. | 3. Configure and Reboot: | ||
Ensure your `/boot/firmware/config.txt` contains the correct overlay line (usually handled by our script), then reboot: | Ensure your `/boot/firmware/config.txt` contains the correct overlay line (usually handled by our script), then reboot: | ||
```bash | ```bash | ||
| Line 360: | Line 360: | ||
``` | ``` | ||
4. | 4. Verification: | ||
After rebooting, check if the overlay loaded successfully: | After rebooting, check if the overlay loaded successfully: | ||
```bash | ```bash | ||
| Line 369: | Line 369: | ||
</div> | </div> | ||