Updated Building the Arduino MMDVM in console (markdown)

Bert, DD5XL 2020-09-05 17:26:31 +02:00
parent 6256ac7062
commit e2ac81bad5

@ -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