Compare commits

...

2 Commits

Author SHA1 Message Date
Marcel 7dc3e59be2 Made HOWTO a tiny bit better. 2 months ago
Marcel 27230c0985 Made HOWTO a tiny bit better. 2 months ago
  1. 14
      Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md

@ -17,25 +17,19 @@ Install Reticulum:
$ pip install rns --break-system-packages $ pip install rns --break-system-packages
Add rns software to path: Add new directories to path:
$ nano ~/.bashrc $ nano ~/.bashrc
Add `export PATH=~/.local/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes. Add `export PATH=~/.local/bin:~/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes.
Now reload the shell so the changes to the path will take effect: `exec $SHELL`. You can also logout and login again.
Download arduino-cli: Download arduino-cli:
$ cd $ cd
$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh $ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
Add arduino-cli to path by editing ~/.bashrc
$ nano ~/.bashrc
Add `export PATH=~/bin:$PATH` to end of file. Exit with `CTRL-x` and type `y` to save the changes.
Now reload the shell so the changes to the path will take effect: `exec $SHELL`. You can also logout and login again.
## Clone git repo ## Clone git repo
$ git clone https://github.com/liberatedsystems/RNode_Firmware_CE.git $ git clone https://github.com/liberatedsystems/RNode_Firmware_CE.git

Loading…
Cancel
Save