From 5e0f652e402cb9c5a6d72406fd65ac1a396a8a4a Mon Sep 17 00:00:00 2001 From: l0nia Date: Sat, 8 Feb 2025 20:19:34 +0100 Subject: [PATCH] Add steps to upgrade blue-merle to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25506d7..e3fa686 100644 --- a/README.md +++ b/README.md @@ -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