FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14089 questions

16729 answers

27457 comments

53743 members

0 votes
501 views 1 comments
by
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

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
Stupid me, I tried but most likely not with the right image-file. Thanks.