> 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/nxp/imx6/sbc-platform/imx6-other-articles/rak833-loragateway-debian.md).

# RAK833 – LoRaGateway – Debian

## RAK833 – LoRaGateway – Debian

## RAK833-LoRaGateway-SolidRun-Debian

Verified on HummingBoard Gate/Edge rev 1.4 and SOM rev 1.5

### Installation procedure

step1 : Download and install [sr-imx6-debian-stretch-cli-20180916.img.xz](https://images.solid-build.xyz/IMX6/Debian/)

step2 : flashing image to SD card([Flashing an SD Card](/other-articles/flashing-an-sd-card.md))

step3 : Clone the installer and start the installation

```
  $ git clone https://github.com/RAKWireless/RAK833-LoRaGateway-SolidRun-Debian.git ~/rak833-solidrun
  $ cd ~/rak833-solidrun
  $ sudo ./install.sh
```

step4 : make sure the mini-pcie PERST# signal(pin 22) pulled down (default high will cause rak833 function error)

step5 : Start the packet-forwarder application

```
  $ cd /opt/packet_forwarder/lora_pkt_fwd
  $ sudo ./lora_pkt_fwd
```

Now you have a running gateway.


---

# 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/nxp/imx6/sbc-platform/imx6-other-articles/rak833-loragateway-debian.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.
