11 lines
330 B
Markdown
Raw Normal View History

2018-06-27 14:50:18 +02:00
# Precompiled Firmware
2025-02-03 17:25:02 +00:00
The firmware is now handled and installed to RNodes directly through `rnodeconf`, which is inclueded in the `rns` package. It can be installed via `pip`:
2022-11-01 23:21:18 +01:00
```
# Install rnodeconf via rns package
pip install rns --upgrade
# Install the firmware on a board with the install guide
rnodeconf --autoinstall
```