# Other Articles

SolidRun technical articles, tutorials, and reference guides for common setup, boot, networking, storage, and troubleshooting tasks.

Use this section for cross-platform documentation that applies to multiple SolidRun products. It includes serial console setup, SD card image flashing, Wi-Fi configuration, TFTP server setup, cellular modem data connections with `libqmi`, and eMMC lifetime optimization.

## General Guides

### [Serial Connection](/other-articles/serial-connection.md)

How to connect to the serial console on SolidRun devices for setup, boot logs, and troubleshooting.

### [Flashing an SD Card](/other-articles/flashing-an-sd-card.md)

How to flash operating system images to an SD card for SolidRun boards and embedded systems.

### [Setting up a data connection over QMI interface using libqmi](/other-articles/setting-up-a-data-connection-over-qmi-interface-using-libqmi.md)

Cellular modem data connection guide using the QMI interface and `libqmi` on Linux.

### [Setting TFTP Server](/other-articles/setting-tftp-server.md)

TFTP server configuration for network boot, firmware updates, and embedded device recovery.

### [Connecting to Wi-Fi with connmanctl](/other-articles/connecting-to-wi-fi-with-connmanctl.md)

Wi-Fi setup with `connmanctl` on Linux-based SolidRun systems.

### [Application Note: eMMC Lifetime Optimization](/other-articles/application-note-emmc-lifetime-optimization.md)

Best practices to extend eMMC lifespan and reduce flash wear on embedded Linux devices.

## Snippets

### [Snippets](/other-articles/snippets.md)

Reusable documentation components including:

* Bedrock global FAQ
* RAM module compatibility lists
* Common accessories
* Default credentials
* Driver downloads
* Troubleshooting guides


---

# Agent Instructions: 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/other-articles.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.
