Differences

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

about:latest [2012/11/13 05:40]
uvray313
about:latest [2013/04/28 10:06] (current)
hnyman update references to Bf with AA
Line 1: Line 1:
====== Choosing an OpenWrt Version ====== ====== Choosing an OpenWrt Version ======
 +===== Stable releases =====
 +==== Attitude Adjustment ====
 +
 +The 12.09 "Attitude Adjustment" version has been released on 25 April 2013 -
 +it marks the current stable version of OpenWrt.  It is based on r36088.
 +
 +  * [[http://downloads.openwrt.org/attitude_adjustment/12.09|Images]] (Downloads)
 +  * [[https://forum.openwrt.org/viewtopic.php?pid=199599|Release announcement]]
 +  * [[http://downloads.openwrt.org/attitude_adjustment/12.09/README|Release Notes]]
 +  * [[https://dev.openwrt.org/milestone/Attitude%20Adjustment%2012.09|Changelog]]
 +  * [[https://dev.openwrt.org/browser/tags/attitude_adjustment_12.09|SVN Tag]]
 +
 +The general method for picking the right image is visiting the [[:toh:start|Table of Hardware]], then matching the "Platform & Frequency" of your device with the image you're downloading.  Sometimes, the "Status" column will have additional information for your device, such as building its image or device-specific installation instructions.
 +
 +If there isn't a pre-built image for your device, follow the [[doc:howto:build|Building OpenWrt]] instructions to build a custom image.
 +
 +Any bugs in the firmware should be reported via the [[https://dev.openwrt.org/timeline|ticket system]]. Before reporting a new bug please first search for similar bugs.
 +
 +===== Older Releases =====
==== Backfire 10.03.1 ==== ==== Backfire 10.03.1 ====
-is the most recent stable release+is the previous stable release, but is over two years old to a large extent. Most users should use Attitude Adjustment, released on 25 April 2013.
Binaries and source code are available here: Binaries and source code are available here:
Line 14: Line 33:
  * [[https://dev.openwrt.org/browser/tags/backfire_10.03.1|SVN Tag]]   * [[https://dev.openwrt.org/browser/tags/backfire_10.03.1|SVN Tag]]
-==== Attitude Adjustment ====+==== Others ====
-is currently in beta phase and is expected to be released in October 2012: +Please visit [[about:history|the version history page]] for an overview of previous releases.
- +
-  * [[http://downloads.openwrt.org/attitude_adjustment|Images]] (Downloads) +
- +
-The general method for picking the right image is visiting the [[:toh:start|Table of Hardware]] (which has replaced the  [[oldwiki:oldtableofhardware|old version of the Table]]), then matching the "Platform & Frequency" of your device with the image you're downloading.  Sometimes, the "Status" column will have additional information for your device, such as building its image or device-specific installation instructions. +
- +
-If there isn't a pre-built image for your device, follow the [[doc:howto:build|Building OpenWrt]] instructions to build a custom image. +
- +
-Any bugs in the firmware should be reported via the [[https://dev.openwrt.org/newticket|ticket system]].+
===== Bleeding Edge ===== ===== Bleeding Edge =====
Line 37: Line 48:
  * [[http://downloads.openwrt.org/snapshots/trunk/|Snapshot Images]]   * [[http://downloads.openwrt.org/snapshots/trunk/|Snapshot Images]]
-  /snapshots/trunk/ hasn't been working for quite a while (404). Anybody?   
-  A: Apparently there is some misconfiguration in the buildbots and the buildbot admin is unreachable...  
-  See https://forum.openwrt.org/viewtopic.php?pid=180521#p180521 
- 
-===== Older Releases ===== 
- 
-Please visit [[about:history|the version history page]] for an overview of previous releases. 
===== Choosing ===== ===== Choosing =====
 +
At any time, there are two version of OpenWrt available for download: the latest stable version or the latest nightly build known as the bleeding edge version (Barrier Breaker). There are advantages and disadvantages to each choice. At any time, there are two version of OpenWrt available for download: the latest stable version or the latest nightly build known as the bleeding edge version (Barrier Breaker). There are advantages and disadvantages to each choice.
First, there is the usual difference that the nightly build contains all latest updates and fixes, and allows you to use all OpenWrt features currently supported on your router. However, this also means you could hit a bug which was only recently introduced and has not been fixed yet. The release is tested more thoroughly, and is usually safer. Generally, if you wish to play it safe, install the release; if you wish to experiment and write custom scripts, install the nightly build. First, there is the usual difference that the nightly build contains all latest updates and fixes, and allows you to use all OpenWrt features currently supported on your router. However, this also means you could hit a bug which was only recently introduced and has not been fixed yet. The release is tested more thoroughly, and is usually safer. Generally, if you wish to play it safe, install the release; if you wish to experiment and write custom scripts, install the nightly build.
-Secondly, there is a small difference I noticed myself between these versions: as the release is more polished, you will have the Luci web interface installed by default, whereas with the bleeding edge version you need to install it via SSH yourself. This confirms once again the nightly is tailored for the adventurous type, where as the release is safer and easier.+Secondly, there is a small difference you might notice between these versions: As the release is more polished, you will have the Luci web interface installed by default, whereas with the bleeding edge version you need to install it via SSH yourself. This confirms once again the nightly is tailored for the adventurous type, where as the release is safer and easier.
Once you have decided which version you are going to install, grab the image from the download server. Once you have decided which version you are going to install, grab the image from the download server.
-For the release, go to: http://downloads.openwrt.org/backfire/10.03.1/ar71xx/ (substitute 10.03.1 with the latest version of the backfire release, if necessary substitute backfire as well with the name of the latest release).+For the release, go to: http://downloads.openwrt.org/attitude_adjustment/12.09/ (substitute 12.09 with the latest maintenance version of the Attitude Adjustment release, if necessary substitute AA as well with the name of the latest release).
-Now you have to decide if you wish the squashfs or jffs2 version. The difference being the squashfs version uses a read-only file system with a read-write overlay; and the jffs2 version uses a read-write file system. In the end, you can make modifications to both versions, but you are either making it straight on the file system or on the transparent overlay. The overlay version (squashfs) is slightly safer, where as the jffs2 version is more powerful. For normal usage, squashfs is more than enough.+Next, decide if you wish the squashfs or jffs2 version. The difference being the squashfs version uses a read-only file system with a read-write overlay (where all the changes get written); and the jffs2 version uses a read-write file system. In the end, you can make modifications to both versions, but you are either making it straight on the file system or on the transparent overlay. The overlay version (squashfs) is slightly safer as it allows an easy reset to defaults, whereas the jffs2 version is more powerful. For normal users, squashfs is more than enough.
Finally, decide which version you need: Finally, decide which version you need:
-If you are going to install via the normal DIR-825 firmware upload, grab the file with factory in the name.+  * If you are going to install via the normal OEM firmware upload, grab the file with "factory" in the name, e.g. ''openwrt-ar71xx-generic-wrt400n-jffs2-factory.bin'' 
 + 
 +  * If you already have OpenWRT and you wish to upgrade while keeping your settings, use the file with "sysupgrade" in the name, e.g. ''openwrt-ar71xx-generic-wrt400n-jffs2-sysupgrade.bin'' 
-If you already have OpenWRT and you wish to upgrade while keeping your settings, use the file with sysupgrade in the name. 

Back to top

about/latest.1352781632.txt.bz2 · Last modified: 2012/11/13 05:40 by uvray313