Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
zh:docs:guide-user:installation:generic.sysupgrade [2020/11/27 04:12] bbmianzh:docs:guide-user:installation:generic.sysupgrade [2020/11/28 01:18] bbmian
Line 32: Line 32:
 <code> <code>
 sysupgrade -F -n /tmp/firmware.bin sysupgrade -F -n /tmp/firmware.bin
 +</code>
 +
 +== 下载固件和自动安装方法 ==
 +如果您的OpenWrt固件有《scp》命令,您可以使用它下载新固件。这些命令下载新固件,放他在RAM里(/tmp/),和开始安装的固件。您得换用户名(user),服务器名成(your.server.net),和文件路径(/path/to/firmware.bin)所以匹配您自己的。
 +<code>
 +scp user@your.server.net:/path/to/firmware.bin /tmp/firmware.bin
 +sysupgrade -n /tmp/firmware.bin
 </code> </code>
  
  • Last modified: 2021/03/04 22:28
  • by vgaetera