FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
+2 votes
1,320 views 1 comments
by
Would be a great feature if you can enable automatically update to latest stabel firmware. now you have to login or use rms which both are expensive in time/money to keep you product working.

If you can enable this on a specific date (like last day of the month) and maybe for some it would be helpfull to do the update only if you still have mb's left over this month.

2 Answers

0 votes
by anonymous
This sounds like a perfectly good application for this feature.

Everything you are looking for might be available in the future BIOS revisions for our devices.

Keep those ideas coming. And we will keep our R&D team busy.
by anonymous
Any update about this feature?
0 votes
by anonymous

I ended up rolling my own solution to this. Haven't written a detailed readme (yet) but this might help you. I'll try to polish it up in the coming weeks.

https://github.com/luckman212/rut-fw

Basically, you have to host this somewhere on github or your webserver. Edit model_map.cfg to support your models (out of the box I only put in RUT240 and RUTX11) and then create/edit the individual RUTxxx.cfg files to specify desired firmware. Then copy fwup.sh to your device and execute it with -i flag, passing optional HH MM params to pick time of day (or it will use defaults from the script which is 4:45am)

Use RMS task scheduler to operate on multiple devices simultaneously) or directly via SSH on the device to schedule the upgrade.

From then on, device will keep auto-updating as you make changes to the cfg files, nothing left to do. (Run again with -u param to uninstall/disable)

Hope this helps you