Git Product home page Git Product logo

openwrt-deploy's Introduction

刷Openwrt系统的注意是事项及过程

  • 路由器去Openwrt官网找到自己路由器对应的版本好,固件升级就可以
  • 下面主要介绍电脑刷X86_64的过程

Openwrt X86_64

准备工作

下载Openwrt X86_64 最新版本

下载 physdiskwrite 磁盘写入软件

  • 下载地址 https://m0n0.ch/wall/physdiskwrite.php
  • 并将 Openwrt X86_64 的镜像文件和physdiskwrite程序放到同一目录下
  • 该软件主要用于将OpenwrtX86_64的.img镜像文件写入到磁盘中去

准备一个PE系统

安装Openwrt X86_64 系统

  • 首先将所需要的文件拷入U盘然后进入PE系统
  • 将要安装系统的硬盘格式化!!!!!!!!重要(不格式化会出现无法写入问题)
  • 使用cmd命令进入要 physdiskwrite程序所在的目录

输入命令:

 physdiskwrite.exe -u Openwrt X86_64.img

physdiskwrite.exe:程序名

-u:硬盘大于800M没有800M可以忽略

Openwrt X86_64.img:系统镜像名称

  • 此时会出现选择几号磁盘 0一般为系统 1为移动硬盘

    选择要安装的磁盘编号然后回车选择Y开始安装

    出现 xxx/xxx bytes written in total 这说明写入成功,否则为写入失败。查看硬盘分区是否全部删除格式化!!!!

  • 重启电脑Openwrt启动成功

  • shell连接路由器输入

    opkg updat
    opkg install luci-i18n-base-zh-cn

    安装中文界面包

openwrt-deploy's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.