> 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/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/bedrock-v3000-power-options.md).

# Bedrock V3000 Power options

Bedrock provides a wide range of power management options, this guide will go over the basic power limit setting in BIOS as well as controling the power from the bedrockpower utility (experimantal).

## BIOS

* Plug power to device
* Press 'DEL' repetitively to go to BIOS setup menu
* In BIOS, go to the power tab

![image-20240702-124825.png](/files/xI2NtCyfL7X9EjpFhZlM)

* Select cpu power limit enabled

![image-20240702-124858.png](/files/aVsPJl3L8r9Q2prpcbdy)

* In the CPU power limit (W) option select a value between 8W-54W (default is 45W)

![image-20240702-124959.png](/files/bwitE2Kaju1kIQLUK5ri)

* Go to the ‘Save & Exit’ tab

![image-20240702-125154.png](/files/9hXwqBFoUowKkJnJ9D2N)

* Select 'Save Changes and Reset'
* Confirm saving configuration and exiting

![image-20240702-125255.png](/files/HbVQypCuDMRRsYbh9u67)

## BedrockPower

Clone the [bedrockpower github repository](https://github.com/SolidRun/BedrockPower) and follow the repositories instructions.

Support is experimental and might not work for all devices, This is a great option to test your bedrock with different power configurations and then go to BIOS and set it persistently.

{% hint style="info" %}
BedrockPower changes **DO NOT** persist over reboots
{% endhint %}


---

# 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:

```
GET https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/bedrock-v3000-power-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
