> 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/howto-guides-bedrock-r8000-r7000/creating-bootable-usb-drive-for-bedrock-r7000.md).

# Creating Bootable USB Drive for Bedrock R7000

* Download the required image

## Using dd (Linux)

* In terminal run:
  * lsblk to see all block devices, your USB drive will be /dev/sdX
  * sudo dd if=your\_image.iso of=/dev/sdX bs=1M status=progress; sync

***

## Using Rufus (Windows)

* [Download Rufus](https://github.com/pbatard/rufus/releases/download/v4.3/rufus-4.3.exe)
* Open rufus![](/files/XFTs8oNab4WAFTheLlWo)
* Press on the select Button
* Navigate to the .iso file![](/files/EznIeTAFDFpq33kEVNhB)
* Press start![](/files/hhM7kgvb2L6ZVQJ2AjMj)
* Press ok to confirm the write method (may be different for you) usually no need to change it:![](/files/7TOAcuzVcvm1yiFHTrw0)
* Confirm destructive action![](/files/eZMu9DLN0kpdqZCUpUB4)
* Wait until it finished and you are good to go


---

# 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/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/howto-guides-bedrock-r8000-r7000/creating-bootable-usb-drive-for-bedrock-r7000.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.
