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-quick-start:factory_installation [2018/02/25 16:27] xin344zh:docs:guide-quick-start:factory_installation [2018/09/02 14:29] – [下载LEDE固件] pca
Line 18: Line 18:
   - 在这个设备详情页中的最下面部分,有一行 **"Firmware LEDE Install URL"** 的链接,您可以使用这个链接下载您设备的固件文件,它的文件名类似 **"...factory.bin"** 。   - 在这个设备详情页中的最下面部分,有一行 **"Firmware LEDE Install URL"** 的链接,您可以使用这个链接下载您设备的固件文件,它的文件名类似 **"...factory.bin"** 。
   - 下载上面提到的适合您设备的固件文件。   - 下载上面提到的适合您设备的固件文件。
 +
 +可能遇到的问题:
 +  * 如果您只能找到LEDE“sysupgrade.bin”文件,但没有“factory.bin”固件文件,则需要基于设备的自定义安装的步骤(假设您的设备尚未安装较旧的LEDE或OpenWrt版本)。您可以在以下位置找到自定义安装说明:
 +    - 在设备的LEDE Techdata页面上,查看有关自定义安装步骤的任何外部链接或注释的“LEDE论坛主题URL ”和“注释” 字段。
 +    - 在旧的OpenWrt wiki中查找相应的设备页面,如果它有任何自定义安装描述(最终将较旧的OpenWrt信息迁移到LEDE技术数据页面)。
 +    - 在LEDE论坛中搜索有关设备名称的现有讨论主题,或在LEDE论坛中打开一个新主题,询问说明。
 +  * 如果在“硬件表”中找不到您的设备,可以参考“安装和使用LEDE”论坛获取帮助。您还可以尝试其他方法来定位LEDE固件映像。
 +  * 如果您不小心浏览了通用LEDE下载文件夹以找到您的设备,您可能会看到一些与您的设备匹配的下载文件。忽略设备的其他文件:您只需要“... factory.bin”文件。
 +===== 验证您下载的固件文件 =====
 +
 +You will now use a checksum tool, to calculate a checksum from your downloaded file and then compare this calculated checksum  with the file-specific checksum listed on the firmware download site.
 +This ensures that you have a 100% correct download and that you will not brick your device by applying a faulty download.
 +
 +  - Check your downloaded "...factory.bin" file according to [[docs:guide-quick-start:verify_firmware_checksum|checksum verification of downloaded LEDE firmware files]].
 +  - Only continue with flashing, if the firmware checksum of your download matches the checksum stated on the download site!
 +
 +Troubleshooting:
 +  * if the checksum process has reported a checksum mismatch, do NOT start flashing, as the download could be corrupt. A corrupt firmware file can brick your device! Instead retry with another download attempt and retry the checksum step.
 +  * if the checksum step fails repeatedly, you can consult the [[https://forum.lede-project.org/c/installation|"Installing and Using LEDE" Forum]] for help. Be sure to include the exact brand, model, and version of your device.
 +
 +===== 安装固件 =====
 +
 +  - 使用以太网卡(有线网络)连接您的设备,如果您的设备没有网线接口,请使用无线Wi-Fi。
 +  - 确认您要安装的固件文件符合您的设备的型号,并且文件名为 **"....factory.bin"** ,这个操作会使您更改您设备的原厂固件到 LEDE 固件。
 +  - 进入您设备的管理员界面,转到它的固件安装界面。按照您设备说明书上的指导使用"...factory.bin"文件安装LEDE固件。
 +  - 等待设备将固件文件写入它的Flash存储器。这个操作可能会耗时几分钟(管理页面可能会花上更多时间做出反应)。随后,设备会自动重启。
 +  - 新的固件(LEDE)安装完毕。
 +
 +**[[docs:guide-quick-start:walkthrough_login|Next step: Log into your Router Running OpenWrt ->]]** 
 +
  • Last modified: 2023/12/23 07:19
  • by heybrowhatsup