Compare commits

..

No commits in common. '7dc3e59be2f0b10deee5f09c82914ff8ce994002' and '113f546a21c44aab81fd3a4f7ca6e45fdb3d3492' have entirely different histories.

  1. 14
      Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md

@ -17,19 +17,25 @@ Install Reticulum:
$ pip install rns --break-system-packages
Add new directories to path:
Add rns software to path:
$ nano ~/.bashrc
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.
Add `export PATH=~/.local/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes.
Download arduino-cli:
$ cd
$ 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
$ git clone https://github.com/liberatedsystems/RNode_Firmware_CE.git

Loading…
Cancel
Save