This are read only contents of the former OpenWrt wiki system. The pages are provided for archival purposes only. Refer to https://openwrt.org/ for up-to-date information.

User Tools

Site Tools


doc:howto:obtain.firmware

Obtaining Firmware

There are 5 ways to obtain an OpenWrt firmware image file:

  1. Download a pre-assembled (prebuilt) image file from the downloads section. Recommended
  2. Use the Image Generator to generate an OpenWrt firmware image file yourself. (Generate in terms of compose, arrange, assort, lump together)
  3. Use the SDK to cross-compile packages. This process involves:
    • downloading the SDK-zip-file.
    • using this SDK to crosscompile OpenWrt packages.
    • generating an OpenWrt firmware image file(s).
  4. Use the OpenWrt Buildroot to do everything from scratch. This process involves:
    • retrieving the source code via svn/git.
    • compiling the toolchain (SDK).
    • using the just compiled toolchain to crosscompile OpenWrt packages.
    • using the Image Generator to generate OpenWrt firmware image file(s).
  5. Use premade Docker image to generate an OpenWrt image for yourself, needs Docker, but all other dependencies are inside a Docker image.
doc/howto/obtain.firmware.txt · Last modified: 2015/04/15 08:45 by mitar