FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14244 questions

16889 answers

27799 comments

54529 members

0 votes
123 views 0 comments
by
I was trying to disable the FOTA option on a trb145 using the UCI API via sms. I found the option for a RUT router but not for the trb145.

In the article "UCI Comand Usage" of teltonika I found the configuration file which is: "/ etc / config / auto_update " to enable it on a router RUT.

The sms I sent was "uci show system.firmware" but it doesn´t work.

1 Answer

0 votes
by

Hi,

I would recommend logging in to your TRB via CLI or SSH interface and  enter command: 

uci show | grep 'fota'

Then you will receive all fota variables that you can change via uci command.

For example, in RUTX router it looks like this:

uci set rut_fota.config.enabled='0'

And to save your changes do not forget to use another command:

uci commit

Regards.