Obtain Firmware
There are 4 ways to obtain an OpenWrt firmware image file:
- Download a pre-assembled (prebuilt) image from the downloads section. Recommended
- Use the Image Generator to generate an OpenWrt firmware image file yourself. (Generate in terms of compose, arrange, assort, lump together)
- Use the SDK to cross-compile packages. This process involves:
- download the SDK-zip-file
- use this SDK to crosscompile OpenWrt packages
- generate an OpenWrt firmware image file(s)
- Use the OpenWrt Buildroot to do everything from scratch. This process involves:
- retrieve the source code via
svn/git - compile the toolchain (SDK)
- use the just compiled toolchain to crosscompile OpenWrt packages
- use the Image Generator to generate OpenWrt firmware image file(s)
doc/howto/obtain.firmware.txt · Last modified: 2012/01/28 13:53 by orca