mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-02-14 14:31:26 -05:00
Add steps to upgrade blue-merle to README.md
This commit is contained in:
parent
39cda00dbf
commit
5e0f652e40
@ -18,7 +18,7 @@ A MCU version >= 1.0.7 is required. The MCU may be updated through the *blue-mer
|
||||
|
||||
## Installation
|
||||
|
||||
### Online install
|
||||
### Online install & upgrade
|
||||
|
||||
The online install method requires an **active Internet connection** on your Mudi device to **download up-to-date dependencies**.
|
||||
|
||||
@ -28,6 +28,10 @@ Download the [prebuilt v2.0 release package](https://github.com/srlabs/blue-merl
|
||||
opkg update
|
||||
opkg install blue-merle*.ipk
|
||||
```
|
||||
To uprade blue-merle, download the newest blue-merle*.ipk, copy it to your Mudi and reinstall with:
|
||||
```sh
|
||||
opkg install --force-reinstall blue-merle*.ipk
|
||||
```
|
||||
|
||||
### Offline install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user