Moode Forum
[SOLVED] Software Update not showing v9.0.1 - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] Software Update not showing v9.0.1 (/showthread.php?tid=6551)



Software Update not showing v9.0.1 - TamedShrew - 06-03-2024

Hello,

I'm on v9.0.0 and would like to update to v9.0.1

When I go to Configure / System / Software Update / Available CHECK it says Software is up to date.

Am I missing something?

Thanks,
Nick


RE: Software Update not showing v9.0.1 - yannig - 06-03-2024

tim Curtis wrote :
"You are a bit ahead of the official release. See this post from yesterday
https://moodeaudio.org/forum/showthread....3#pid54743

The new 2024-05-30 image was uploaded this morning but I still need to run a few more tests on the patch thats needed for the in-place update to become visible. If that looks ok there is a good chance that 901 will be released sometime today, officially :-)"


we need a bit of patience


RE: Software Update not showing v9.0.1 - TamedShrew - 06-03-2024

(06-03-2024, 07:51 AM)yannig Wrote: tim Curtis wrote :
"You are a bit ahead of the official release. See this post from yesterday
https://moodeaudio.org/forum/showthread....3#pid54743

The new 2024-05-30 image was uploaded this morning but I still need to run a few more tests on the patch thats needed for the in-place update to become visible. If that looks ok there is a good chance that 901 will be released sometime today, officially :-)"


we need a bit of patience

Thanks. I was just going by the Releases page. All good things come to those who wait.


RE: Software Update not showing v9.0.1 - steve4star - 06-03-2024

There is a manual process that needs to be run on 9.0 to see updates.
The patch is documented on the releases page.


RE: Software Update not showing v9.0.1 - DRONE7 - 06-03-2024

Yes.. you need to ssh to your MoOde device and run command below.

 
Quote: In-place update

   There is an in-place update available via the "CHECK for software update" button in System Config. Click the VIEW button to read about the contents of the update package. Be sure to BACKUP your system before applying the update.

   Note: Due to an omission in the 9.0.0 release it's necessary to run the command below to make the update visible. It should complete in a second or two. Reboot after the completion message is printed.


 
Quote:
Code:
wget -q -O - https://moodeaudio.org/test/r900patch.sh | sudo bash


https://www.moodeaudio.org/forum/showthr...1#pid54711


RE: Software Update not showing v9.0.1 - TamedShrew - 06-03-2024

(06-03-2024, 08:19 AM)DRONE7 Wrote: Yes.. you need to ssh to your MoOde device and run command below.

 
Quote: In-place update

   There is an in-place update available via the "CHECK for software update" button in System Config. Click the VIEW button to read about the contents of the update package. Be sure to BACKUP your system before applying the update.

   Note: Due to an omission in the 9.0.0 release it's necessary to run the command below to make the update visible. It should complete in a second or two. Reboot after the completion message is printed.


 
Quote:
Code:
wget -q -O - https://moodeaudio.org/test/r900patch.sh | sudo bash


https://www.moodeaudio.org/forum/showthr...1#pid54711

Thanks very much. That did the trick.


RE: Software Update not showing v9.0.1 - Stanthewizzard - 06-04-2024

(06-03-2024, 09:29 AM)TamedShrew Wrote:
(06-03-2024, 08:19 AM)DRONE7 Wrote: Yes.. you need to ssh to your MoOde device and run command below.

 
Quote: In-place update

   There is an in-place update available via the "CHECK for software update" button in System Config. Click the VIEW button to read about the contents of the update package. Be sure to BACKUP your system before applying the update.

   Note: Due to an omission in the 9.0.0 release it's necessary to run the command below to make the update visible. It should complete in a second or two. Reboot after the completion message is printed.


 
Quote:
Code:
wget -q -O - https://moodeaudio.org/test/r900patch.sh | sudo bash


https://www.moodeaudio.org/forum/showthr...1#pid54711

Thanks very much. That did the trick.

Did the trick for me too
Thanks