mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #1155 from rcarteraz/linux-native-support
Update Linux Native
This commit is contained in:
commit
076b103f0d
|
@ -3,9 +3,10 @@ id: linux-native-hardware
|
||||||
title: Meshtastic on Linux-Native Devices
|
title: Meshtastic on Linux-Native Devices
|
||||||
sidebar_label: Linux Native Devices
|
sidebar_label: Linux Native Devices
|
||||||
sidebar_position: 11
|
sidebar_position: 11
|
||||||
|
description: Set up and configure Meshtastic on Linux-native devices using the meshtasticd binary.
|
||||||
---
|
---
|
||||||
|
|
||||||
This guide outlines the setup of Meshtastic on Linux-native devices, utilizing portduino to run the Meshtastic firmware under Linux.
|
This page outlines the setup of Meshtastic on Linux-native devices, utilizing portduino to run the Meshtastic firmware under Linux.
|
||||||
|
|
||||||
## Prerequisites and Hardware Compatibility
|
## Prerequisites and Hardware Compatibility
|
||||||
|
|
||||||
|
@ -74,13 +75,16 @@ To enable a LoRa radio connected to your device, uncomment the appropriate lines
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Lora:
|
Lora:
|
||||||
Module: sx1262 # Waveshare SX126X XXXM
|
Module: sx1262 # Waveshare SX126X XXXM
|
||||||
DIO2_AS_RF_SWITCH: true
|
DIO2_AS_RF_SWITCH: true
|
||||||
CS: 21
|
CS: 21
|
||||||
IRQ: 16
|
IRQ: 16
|
||||||
Busy: 20
|
Busy: 20
|
||||||
Reset: 18
|
Reset: 18
|
||||||
```
|
```
|
||||||
|
:::info
|
||||||
|
The config.yaml file is sensitive to spacing, so ensure that the indentation and spacing are correct.
|
||||||
|
:::
|
||||||
|
|
||||||
### Web Server
|
### Web Server
|
||||||
|
|
||||||
|
@ -133,4 +137,4 @@ Interaction with Meshtastic can be conducted via the command line:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
meshtastic --host localhost ...
|
meshtastic --host localhost ...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue