6 Setup Native
Fr4nz D13trich edited this page 2025-10-06 12:42:40 +02:00

LoMeS Setup Linux (Raspberry Pi / debian)

Requirements

Hardware

  • Maschine or SBC
  • Meshtastic compatible device

Software

  • Debian based OS

Reproduction

  • Setup and update host
  • Install meshtasticd
echo 'deb http://download.opensuse.org/repositories/network:/Meshtastic:/beta/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/network:Meshtastic:beta.list
curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:beta/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_Meshtastic_beta.gpg > /dev/null
sudo apt update
sudo apt install meshtasticd python3-meshtastic
  • UART configuration
sudo raspi-config nonint do_serial_hw 0
sudo raspi-config nonint do_serial_cons 1
  • OR edit /boot/firmware/config.txt add:
[all]
enable_uart=1
  • Installed meshtastic python3-meshtastic