> 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/using-serial-console-with-bedrock.md).

# Using serial console with Bedrock

## Setting terminal on host

### **Putty Linux:**

* Download putty to your linux or windows pc
* Open putty gui
* Choose **Serial** from the 3 bullet choices
* In the **serial line** type /dev/ttyUSBX
* Where X is the number assigned to your serial adapter, you can view it by running

```
sudo dmesg | grep ttyUSB*
```

* **Speed** should be 115200
* You can click on save to save the current configuration for faster connection in the future
* Click on **open**
* A terminal will appear

### **Putty Windows:**

* Download putty to your linux or windows pc
* Open putty gui
* Choose **Serial** from the 3 bullet choices
* In the **serial line** type COMX
* Where X is the number assigned to your serial adapter in the device manager
  * Open device manager, and look for serial adapters, look for the COMX that corresponds to your serial connection:![image-20240617-110508.png](/files/tO2cnPkG7lgfGOsW6SfY)
* **Speed** should be 115200
* You can click on save to save the current configuration for faster connection in the future
* Click on **open**
* A terminal will appear

### **Tio (Linux):**

* Install the tio package on your linux pc
* Run the command

```
tio /dev/ttyUSBX
```

* Where X is the number assigned to your serial adapter, you can view it by running

```
sudo dmesg | grep ttyUSB*
```

NOTE: when using TIO in BIOS, the currently selected setting could be invisible due to TIO displaying the selected text and background in the same color.

## Connecting Bedrock to host PC

* Use a mini-USB to USB-A cable to connect Bedrock console port to an available USB port on your host PC.

![](/files/OmUtw9dVji0b8mlFJBbk)

* Start Terminal utility on your host

## Entering BIOS settings on Bedrock

* Turn on Bedrock
* Repetitively press the DEL / ESC key in Terminal on your host to enter the BIOS setup on Bedrock

BIOS settings screen should appear in the terminal window on your host.


---

# 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/using-serial-console-with-bedrock.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.
