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.
0 votes
683 views 1 comments
by anonymous
I'm generated a custom firmware image via the SDK and I'd like to flash it from the command line.

I haven't found anyhing in the wiki and thus I read the code of the corresponding luci-addon and saw that it sometimes uses sysupgrade. Though I haven't figured out how to correctly use it.

What image-file and which tool do I have to use?

1 Answer

+1 vote
by anonymous

Hi,

With sysupgrade just use the whole compiled .bin file.

So the command should look like this sysupgrade RUTX_R_00.02.06.1_WEBUI.bin

If you just write in console "sysupgrade" you'll see all available options to use with that command like preserving configurations and etc..

EB.

Best answer
by anonymous
Stupid me, I tried but most likely not with the right image-file. Thanks.