The FAQ contains a post
"How to manually install an update?", however this assumes that you have an SMB client available to perform the update. You can also do it using SSH by scp'ing the updated firmware onto the Meteohub device:
Code: Select all
scp update-v4.9y.upd meteohub@<meteohub_address>:/tmp/
Note that you have to use /tmp since the location given in the FAQ instructions, /data/transfer, isn't writeable by the meteohub user and trying to chmod it gives 'Operation not permitted'.
Once you've uploaded the firmware, select /tmp/update-v4.9y.upd as the firmware image to update and go through the update process as described in the FAQ. Since /tmp is cleared by the reboot that occurs during the firmware upgrade process, there's no need to go back and delete the firmware image that you uploaded afterwards.