Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| zh-cn:doc:faq:before.installation [2018/03/04 12:33] – bobafetthotmail | zh:docs:guide-user:installation:before.installation [2024/12/02 13:22] – [Why is everything so modular?] starsfall | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== OpenWrt的中文FAQ ====== | + | ====== OpenWrt 的中文FAQ ====== |
| + | ===== 硬件 ===== | ||
| ==== 该购买何种路由器? ==== | ==== 该购买何种路由器? ==== | ||
| - Please see the [[toh: | - Please see the [[toh: | ||
| - Please decide yourself which ones are important to //you//. | - Please decide yourself which ones are important to //you//. | ||
| - Then ask in the OpenWrt Forum (or anywhere else) for personal recommendations. | - Then ask in the OpenWrt Forum (or anywhere else) for personal recommendations. | ||
| + | - | ||
| + | ==== OpenWrt 可运行于哪些设备? | ||
| + | 查阅 [[toh: | ||
| + | |||
| + | ===== 软件 ===== | ||
| ==== 初学者该如何着手? ==== | ==== 初学者该如何着手? ==== | ||
| 参 [[doc/ | 参 [[doc/ | ||
| - | ==== OpenWrt可运行于哪些设备? | + | ==== 怎样才能获得 OpenWrt 的镜像? ==== |
| - | 查阅 [[toh: | + | |
| - | + | ||
| - | ==== 怎样才能获得OpenWrt的拷贝? ==== | + | |
| -> [[: | -> [[: | ||
| - | ==== 如何刷OpenWrt? ==== | + | ==== What is the difference between the different image formats? ==== |
| + | |||
| + | * a **factory image** is one built for the bootloader flasher or stock software flasher | ||
| + | * a **sysupgrade image** (previously named trx image) is designed to be flashed from within openwrt itself | ||
| + | |||
| + | The two have the same content, but a factory image would have extra header information or whatever the platform needs. Generally speaking, the factory image is to be used with the OEM GUI or OEM flashing utilities to convert the device to OpenWrt. | ||
| + | |||
| + | * a **uImage** is a [[http:// | ||
| + | * a **tftp image** is XXX | ||
| + | * a **vmlinux.bin image** is XXX | ||
| + | * a **vmlinux.elf " | ||
| + | |||
| + | ==== 我该选择哪个版本的 OpenWrt? ==== | ||
| + | -> [[: | ||
| + | |||
| + | ==== 如何刷 OpenWrt? ==== | ||
| -> [[docs: | -> [[docs: | ||
| Line 21: | Line 38: | ||
| Flash devices can be written to, at minimum, anywhere between 100,000 and 1,000,000 times (according to the manufacturers). Keep in mind we have a [[wp> | Flash devices can be written to, at minimum, anywhere between 100,000 and 1,000,000 times (according to the manufacturers). Keep in mind we have a [[wp> | ||
| - | ==== 如何编译OpenWrt ==== | + | ==== 如何编译 OpenWrt ==== |
| - | Start here -> [[docs: | + | Start here -> [[docs: |
| - | ==== Why is everything so modular? ==== | + | ==== 如何将 OpenWrt 所有的 packages 均编译进去? ==== |
| - | Because everything light-weight tends to be highly modular. Compare: [[http:// | + | < |
| + | |||
| + | ---- | ||
| + | ===== 其他问题 ===== | ||
| + | ==== 为什么一切都是模块化的? ==== | ||
| + | 因为轻量级的东西往往是非常模块化的。比较一下:[[http:// | ||
| ==== I do not like CLI (command-line interface) ==== | ==== I do not like CLI (command-line interface) ==== | ||
| There are claims all over the web, that OpenWrt can only be handled by command-line. That is bullshit. As a matter of fact, there are 3 (three) WebUIs available for OpenWrt: [[docs: | There are claims all over the web, that OpenWrt can only be handled by command-line. That is bullshit. As a matter of fact, there are 3 (three) WebUIs available for OpenWrt: [[docs: | ||
| Line 48: | Line 70: | ||
| So first enable the " | So first enable the " | ||
| - | |||
| - | ==== 如何将OpenWrt所有packages均编译进去? | ||
| - | < | ||