From e2ac81bad575fbc1809d9740b77fc40ec1309aad Mon Sep 17 00:00:00 2001 From: "Bert, DD5XL" Date: Sat, 5 Sep 2020 17:26:31 +0200 Subject: [PATCH] Updated Building the Arduino MMDVM in console (markdown) --- Building-the-Arduino-MMDVM-in-console.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-the-Arduino-MMDVM-in-console.md b/Building-the-Arduino-MMDVM-in-console.md index cf7af53..62889f5 100644 --- a/Building-the-Arduino-MMDVM-in-console.md +++ b/Building-the-Arduino-MMDVM-in-console.md @@ -3,13 +3,13 @@ If you have a remote repeater with a headless controller (console only, e.g. RPi Usually you will compile MMDVM locally on a different machine with Arduino IDE installed, upload the binary to the headless controller and use `bossac` cmd line flash utility to flash the image into the Arduino board. Another option is to compile MMDVM remotely on the headless controller with a CLI tool: -There is a Arduino CLI compiler available at Github, [Arduino-CLI](https://github.com/arduino/arduino-cli) +There is a [Arduino-CLI](https://github.com/arduino/arduino-cli) compiler available at Github. Install it according to the [instructions](https://arduino.github.io/arduino-cli/latest/installation/) from your remote home directory with `curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh` -The arduino-cli will be installed to ~/bin which is included in $PATH on most distributions. +The arduino-cli will be downloaded and installed to ~/bin which is included in $PATH on most distributions. To add the SAM Due core files to arduino-cli, do a @@ -18,7 +18,7 @@ To add the SAM Due core files to arduino-cli, do a This installs all compiler, linker and supplementary stuff to compile sources for the Arduino Due's SAM3X uC. You can check if arduino-cli now knows about Arduino Due when: -`bert@db0rof-dmr:~/Src/MMDVM$ arduino-cli core list` +`arduino-cli core list` shows