Update Setup Native
parent
bb19301db9
commit
ec41d612cf
1 changed files with 19 additions and 1 deletions
|
|
@ -4,9 +4,13 @@
|
||||||
|
|
||||||
### Hardware
|
### Hardware
|
||||||
|
|
||||||
- Maschine or RaspberryPi running a Debian based OS
|
- Maschine or SBC
|
||||||
- Meshtastic compatible device
|
- Meshtastic compatible device
|
||||||
|
|
||||||
|
### Software
|
||||||
|
|
||||||
|
- Debian based OS
|
||||||
|
|
||||||
## Reproduction
|
## Reproduction
|
||||||
|
|
||||||
- Setup and update host
|
- Setup and update host
|
||||||
|
|
@ -18,3 +22,17 @@ curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:beta/De
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install meshtasticd
|
sudo apt install meshtasticd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Serial Hardware cofiguration
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo raspi-config nonint do_serial_hw 0
|
||||||
|
sudo raspi-config nonint do_serial_cons 1
|
||||||
|
```
|
||||||
|
|
||||||
|
- OR edit `/boot/firmware/config.txt` add:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
[all]
|
||||||
|
enable_uart=1
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue