Template:Networking device firmware compile: Difference between revisions
Template:Networking device firmware compile (view source)
Revision as of 11:21, 3 December 2020
, 3 December 2020no edit summary
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 48: | Line 48: | ||
If all is in order, the output should look something like this: | If all is in order, the output should look something like this: | ||
[[File:{{{compile_no_threads_file}}}|border|class=tlt-border]] | |||
[[File:{{{compile_no_threads_file}}}|border|class=tlt-border|1000 px]] | |||
<b>Note</b>: the first time you compile a firmware file it may take up to <b>two hours</b> before it is complete. Don't close the Terminal window up until then. Once it is finished, you will find the firmware in the <i>./bin/targets/{{{arch_type}}}/generic/tltFws</i> directory. It should contain a file {{{sdk_device_name}}}_R_GPL_00.XX.YY.Z_WEBUI.bin, it can be used to upgrade your router's firmware via its web interface. | <b>Note</b>: the first time you compile a firmware file it may take up to <b>two hours</b> before it is complete. Don't close the Terminal window up until then. Once it is finished, you will find the firmware in the <i>./bin/targets/{{{arch_type}}}/generic/tltFws</i> directory. It should contain a file {{{sdk_device_name}}}_R_GPL_00.XX.YY.Z_WEBUI.bin, it can be used to upgrade your router's firmware via its web interface. | ||
Line 61: | Line 62: | ||
make -j<nproc_output> | make -j<nproc_output> | ||
[[File:{{{compile_with_threads_file}}}|border|class=tlt-border]] | [[File:{{{compile_with_threads_file}}}|border|class=tlt-border|1000 px]] |