Add steps to upgrade blue-merle to README.md

This commit is contained in:
l0nia 2025-02-08 20:19:34 +01:00 committed by GitHub
parent 39cda00dbf
commit 5e0f652e40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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