Depends on whether or not you need fixes or features from the new firmware...
5.07 is definitely not the latest version
UZB Firmware Update from 5.07 to 5.27 fails
Re: UZB Firmware Update from 5.07 to 5.27 fails
Thanks, but can I be sure my stick supports it? Since Zway comes not with the update out of it's own....
If needed I can post my stick characteristics. I updated to 5.07 without problems.
If needed I can post my stick characteristics. I updated to 5.07 without problems.
Re: UZB Firmware Update from 5.07 to 5.27 fails
Look at the link above... It links to a page which shows the map of all the firmware versions.rafale77 wrote: ↑11 Feb 2020 20:28Update: I used the UZB updater from here: https://z-wave.me/support/uzbrazberry-firmwares/
And managed to finally update my firmware to 5.36.
What is odd is that there is no release note for 5.36 but there is one for 5.37 which is not available from the map?
Re: UZB Firmware Update from 5.07 to 5.27 fails
I decided not to upgrade further since the higher firmware upgrades are not on the "active" map. Neither do I need the newer features like "smart start". I do nog want to risk any bad flash, since I more or less depend on my home Zwave network. Thanks for replies so far...
Re: UZB Firmware Update from 5.07 to 5.27 fails
Would be nice to get all needed files - if you have it in your history...rafale77 wrote: ↑18 Feb 2020 18:58rafale77 wrote: ↑
11 Feb 2020 18:28
Update: I used the UZB updater from here: https://z-wave.me/support/uzbrazberry-firmwares/
And managed to finally update my firmware to 5.36.
If I understand right - you made this way (of course with UZB port...):
Code: Select all
Download the ZMESerialUpdater tool
wget https://z-wave.me/download/ZMESerialUpdater.tgz
tar -zxvf ZMESerialUpdater.tgz
cd ZMESerialUpdater/arm/
chmod +x ZMESerialUpdater
# Download firmware upgrade files you need
# To browse files see https://service.z-wave.me/expertui/uzb-stats/versions-graph.html and click on nodes to get file names
wget https://service.z-wave.me/expertui/uzb/bootloader_Razberry_from_05_04_to_8aaa_2MB.bin
wget https://service.z-wave.me/expertui/uzb/UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin
wget https://service.z-wave.me/expertui/uzb/UPD_FIRMWARE_Razberry_from__05_07__to__05_17.bin
# Do the update and frequency change
./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -b bootloader_Razberry_from_05_04_to_8aaa_2MB.bin -f UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin
./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -f UPD_FIRMWARE_Razberry_from__05_07__to__05_17.bin
./ZMESerialUpdater serialapi_freq -d /dev/ttyAMA0 ANZ
Code: Select all
wget https://service.z-wave.me/expertui/uzb/bootloader_Razberry_from_xx_yy_to_zz.bin
wget https://service.z-wave.me/expertui/uzb/UPD_FIRMWARE_Razberry_from__xx_yy__to__aa_bb.bin
...
Michael
Re: UZB Firmware Update from 5.07 to 5.27 fails
Tchuess Michael,
I just followed the map and it depends on where you start from.
First download the tool as you did
then decompress it with tar as you did and go to the platform you are using. I did mine on a ubuntu micro PC so it was x64 not arm.
then I went here:
https://service.z-wave.me/expertui/uzb- ... graph.html
and picked "uzb all"
looked up the firmware/bootloader version I am on looking for a path to 5.36. Click on the dot for each firmware version to see what possible next step is.
I was on 5.23/29304 for example and my path was:
first upgrade bootloader to 40196: UPD_bootloader_UZB500_from__05_17_to_9D04.bin
then upgrade firmware to 5.27: UPD_FIRMWARE_UZB_STATIC_2ch_ZME_05_17_04000001_ZME_05_1b_04000001.bin
then to 5.36: UPD_FIRMWARE_UZB_STATIC_2ch_ZME_05_1b_04000001_ZME_05_24_04000001.bin
bootloader and firmware upgrades use different commands. Beware.
I just followed the map and it depends on where you start from.
First download the tool as you did
then decompress it with tar as you did and go to the platform you are using. I did mine on a ubuntu micro PC so it was x64 not arm.
then I went here:
https://service.z-wave.me/expertui/uzb- ... graph.html
and picked "uzb all"
looked up the firmware/bootloader version I am on looking for a path to 5.36. Click on the dot for each firmware version to see what possible next step is.
I was on 5.23/29304 for example and my path was:
first upgrade bootloader to 40196: UPD_bootloader_UZB500_from__05_17_to_9D04.bin
then upgrade firmware to 5.27: UPD_FIRMWARE_UZB_STATIC_2ch_ZME_05_17_04000001_ZME_05_1b_04000001.bin
then to 5.36: UPD_FIRMWARE_UZB_STATIC_2ch_ZME_05_1b_04000001_ZME_05_24_04000001.bin
bootloader and firmware upgrades use different commands. Beware.