From 389ac4d11f71e2e0f7aabd08ce58aa1d5f79c79d Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 11 Mar 2024 14:34:54 -0700 Subject: [PATCH] footnote ch341 --- .../linux-native-hardware/linux-native-hardware.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 4809a691..88fb414d 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -12,9 +12,11 @@ This guide outlines the setup of Meshtastic on Linux-native devices, utilizing p Before proceeding with the setup, ensure the device meets the following requirements: ### Tested Devices -- Raspberry Pi zero, zero 2 , 3,4, Pi 400, and Pi 5 -- Ubuntu 22.04 X86_64 with a CH341-SX1262 DIY dongle -- Debian GNU/Linux trixie/sid riscv64 on Cvitek CV180X ASIC, C906 (Milk-V Duo), on the SPI bus +- Raspberry Pi zero, zero 2 , 3,4, Pi 400, and Pi 5. +- Ubuntu 22.04 X86_64 with a CH341-SX1262 DIY dongle.[^1] +- Debian GNU/Linux trixie/sid riscv64 on Cvitek CV180X ASIC, C906 (Milk-V Duo), on the SPI bus. + +[^1]: **Limited Functionality with CH341-SX1262 Device:** Please be aware that the CH341-SX1262 device is currently experiencing partial functionality issues. For reasons yet to be determined, this device struggles with sending packets larger than a few bytes. ### Hardware Compatibility - Tested radios include Waveshare SX126X, Adafruit RFM9x, and Elecrow Lora RFM95 IOT. @@ -114,4 +116,4 @@ Interaction with Meshtastic can be conducted via the command line: ```shell meshtastic --host localhost ... -``` +``` \ No newline at end of file