> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/windows-bedrock-r8000-r7000/bedrock-r8000-r7000-windows-drivers.md).

# Bedrock R8000 | R7000 Windows Drivers

## Bedrock R8000 | R7000 Windows Drivers

#### AMD GPU drivers:

* [Bedrock R8000 GPU Windows driver](https://www.amd.com/en/support/downloads/drivers.html/processors/ryzen-embedded/ryzen-embedded-8000-series.html)
* [7840HS GPU driver](https://www.amd.com/en/support/apu/amd-ryzen-pro-processors/amd-ryzen-7-pro-processors-radeon-graphics/amd-ryzen-7-pro)
* [7840U GPU driver](https://www.amd.com/en/support/apu/amd-ryzen-processors/amd-ryzen-7-processors-radeon-graphics/amd-ryzen-7-7840u)
* [7440U GPU driver](https://www.amd.com/en/support/apu/amd-ryzen-processors/amd-ryzen-3-processors-radeon-graphics/amd-ryzen-3-7440u)

To install these driver run the downloaded installer file and go through the installation process as prompted by the installer.

## Windows

#### AMD chipset driver:

* [Bedrock R8000 chipset Windows driver](https://www.amd.com/en/support/downloads/drivers.html/processors/ryzen-embedded/ryzen-embedded-8000-series.html)
* [Bedrock R7000 chipset Windows driver](https://www.amd.com/en/support/chipsets/socket-fp5-mobile/amd-ryzen-and-athlon-mobile-chipset)

To install these driver run the downloaded installer file and go through the installation process as prompted by the installer.

#### **LTE / 5G Modem Drivers**

{% file src="/files/thbJN7jifbDyKBHNPJvf" %}

{% file src="/files/RVWZhmOJTq3EXejVHghQ" %}

{% file src="/files/JfODVX3kuIV7mRwEjEiA" %}

#### Intel Ethernet drivers

{% file src="/files/g3AVP1X3YTZnePzWnUV0" %}

While Intel's i226-TI drivers are typically auto-installed during a Windows update, there might be instances where they aren't.\
If that's the case, please follow the installation instructions below.

#### **Installation Instructions for Intel Ethernet Drivers**:

1. **Access the Device Manager**:

* Right-click on the Windows taskbar menu.
* Select "Device Manager" from the dropdown.

2. **Identify if driver is missing**:

* If the drivers are **not installed**, an "Ethernet Controller" entry will appear under the "Other Devices" tab.

3. **Install the Drivers**:

* Click on the "Action" tab at the top.
* Select "Add drivers" from the dropdown.
* Navigate to the extracted `PRO2500` directory and choose the appropriate sub-directory corresponding to your Windows version.
* Click "OK."

4. **Finalize the Installation**:

* Windows will automatically detect and install the required drivers for the NICs.
* It might be necessary to reboot or power cycle your system to ensure the NICs function correctly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/windows-bedrock-r8000-r7000/bedrock-r8000-r7000-windows-drivers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
