Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
zh-cn:doc:faq:before.installation [2021/10/15 09:06] – ↷ Links adapted because of a move operation bobafetthotmailzh-cn:doc:faq:before.installation [2022/11/04 14:07] – [WIP]sync with en page heybrowhatsup
Line 1: Line 1:
 ====== OpenWrt的中文FAQ ====== ====== OpenWrt的中文FAQ ======
 +===== 硬件 =====
 ==== 该购买何种路由器? ==== ==== 该购买何种路由器? ====
   - Please see the [[toh:buyerguide]] for features you could be looking for.   - Please see the [[toh:buyerguide]] for features you could be looking for.
   - 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:start|current TableOfHardware]] 此支持设备列表页。
  
 +
 +===== 软件 =====
 ==== 初学者该如何着手? ==== ==== 初学者该如何着手? ====
 参 [[doc/howto/user.beginner|beginner's guide]]页。 参 [[doc/howto/user.beginner|beginner's guide]]页。
  
-==== OpenWrt可运行于哪些设备? ==== +==== 怎样才能获得OpenWrt的镜像? ====
-查阅 [[toh:start|current TableOfHardware]] 此支持设备列表页。 +
- +
-==== 怎样才能获得OpenWrt的拷贝? ====+
 -> [[:downloads]] -> [[:downloads]]
 +
 +==== 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.  After that, use the sysupgrade images.
 +
 +  * a **uImage** is a [[http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:uimage|tagged]] linux image expected by the u-boot loader
 +  * a **tftp image** is XXX
 +  * a **vmlinux.bin image** is XXX
 +  * a **vmlinux.elf "image"** is XXX
 +
 +==== 我该选择哪个版本的 OpenWrt? ====
 +-> [[:downloads|Choosing an Openwrt version]]
  
 ==== 如何刷OpenWrt? ==== ==== 如何刷OpenWrt? ====
Line 24: Line 41:
 Start here -> [[docs:guide-developer:toolchain:start]] Start here -> [[docs:guide-developer:toolchain:start]]
  
 +----
 +
 +===== 其他问题 =====
 ==== Why is everything so modular? ==== ==== Why is everything so modular? ====
 Because everything light-weight tends to be highly modular. Compare: [[http://upload.wikimedia.org/wikipedia/commons/3/3d/Boeing_747_Le_Bourget_FRA_002.jpg|lightweight tube]] vs. [[http://upload.wikimedia.org/wikipedia/commons/2/2b/Tank_car2090.jpg|heavy weight tube]] Because everything light-weight tends to be highly modular. Compare: [[http://upload.wikimedia.org/wikipedia/commons/3/3d/Boeing_747_Le_Bourget_FRA_002.jpg|lightweight tube]] vs. [[http://upload.wikimedia.org/wikipedia/commons/2/2b/Tank_car2090.jpg|heavy weight tube]]
  • Last modified: 2024/12/02 14:08
  • by starsfall