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 | ||
| supported_devices:432_warning [2018/03/03 20:14] – ↷ Links adapted because of a move operation | supported_devices:432_warning [2021/11/29 01:38] – [Warning about 4/32 devices] richb-hanover | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 4/32 warning | + | ====== |
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | Every operating system requires | + | <WRAP round info 100%> |
| - | - Sufficient | + | **TL; |
| + | </ | ||
| + | |||
| + | Default builds of OpenWrt 21.02 can only run on 8/64 devices. We **recommend 16/128 devices.** Every operating system requires: | ||
| - Sufficient RAM for stable operation | - Sufficient RAM for stable operation | ||
| + | - Sufficient Flash to accommodate the firmware image | ||
| - | {{section> | + | ===== Low RAM can lead to instability |
| - | + | ||
| - | ===== Usability | + | |
| - | + | ||
| - | **Insufficient RAM for stable operation** | + | |
| - | * 32MB minimum; | + | * 32 MB can barely |
| - | * 64MB are more comfortable to work with, and in general the better choice. | + | * 64 MB may still have issues |
| + | * 128 MB or more is recommended (in 2021) if software past basic router/AP functionality is to be used | ||
| - | ===== Extensibility | + | ===== Low Flash can't load new firmware or new packages |
| - | **Barely enough Flash to accommodate LEDE firmware image** | + | |
| - | + | * 4MB devices can't fit anything noteworthy unless you use [[docs: | |
| - | | + | * 8MB (or more) of Flash lets install at least a few additional software packages, |
| - | * 4MB can work, but are no fun to work with. >4MB will make you happier than 4MB or below. | + | * 16MB Flash (minimum) is recommended for the foreseeable future (in 2021) |
| - | * 4MB devices can't fit anything noteworthy unless you use [[docs: | + | |
| - | * Especially in regards to extensibility, | + | |
| - | + | ||
| - | + | ||
| - | Devices with only 4MB Flash memory will barely be able to hold the LEDE firmware image, and will have limitations | + | |
| Most probably, you will not be able to install the following popular packages (and others) on a device with only 4MB flash: | Most probably, you will not be able to install the following popular packages (and others) on a device with only 4MB flash: | ||
| * [[docs: | * [[docs: | ||
| - | * [[docs:user-guide: | + | * [[docs: |
| * 3G/4G dongle support | * 3G/4G dongle support | ||
| * filesystem drivers/ | * filesystem drivers/ | ||
| + | As the current stable 21.02 release uses kernel 5.4 that is roughly 0.5 MB larger than the kernel 4.14 used in the old 19.07.x releases, and SSL/HTTPS has been enabled by default needing at least some 0.3 MB flash space for the SSL libraries, the free flash space available on 8MB flash systems will be rather small in the current OpenWrt 21.02 release. OpenWrt master has already partially moved to kernel 5.10, which is still larger. | ||
| - | ===== Supportability ===== | + | ===== Supportability |
| - | It is getting harder or even impossible over time to support devices with low Flash + RAM. | + | It is getting harder or even impossible over time to support devices with low Flash + RAM. You will be less likely to find people willing to assist on the forums. |
| - | LEDE support for those devices | + | |
| + | The 32 MB RAM is harder limitation than the flash size. The current Linux 5.4 barely works with a 32 MB RAM system and spikes in memory consumption can easily crash the router with OOM (Out-of-Memory) errors. | ||
| + | |||
| + | **OpenWrt | ||
| ===== Advice ===== | ===== Advice ===== | ||
| - | * **new users** knowing what they want (or not), not knowing what they need, not knowing what to do -> get 8/64 | + | If you are not an expert user of OpenWrt |
| - | * **experienced users** knowing what they want, need, and do -> try if 4/32 suits your needs; if not, get 8/64 | + | |
| - | ===== An analysis of the issue done by forum user slh ===== | + | **16/64 as an // |
| - | As written in [[https:// | + | |
| + | If a device has less than 16 MB of Flash and/or less than 64 MB of RAM, it may be unstable in basic operation under current versions of OpenWrt (21.02, 19.07). Further expect that support for the device may be dropped at any time and that security patches/ | ||
| + | |||
| + | Previous versions of OpenWrt (such as earlier versions of 18.06.x, 17.01.x, 15.05.x "Chaos Calmer" | ||
| + | |||
| + | |||
| + | ===== Analysis of firmware size growth ===== | ||
| + | |||
| + | As example, the size of the sysupgrade release image for WNDR3700v1, an ar71xx/ | ||
| + | |||
| + | < | ||
| + | master: | ||
| + | 21.02.0: | ||
| + | 19.07.8: | ||
| + | 18.06.8: | ||
| + | 17.01.7: | ||
| + | 15.05.1: | ||
| + | 14.07: | ||
| + | 12.09: | ||
| + | </ | ||
| + | |||
| + | Main reason is growth in size of the Linux kernel itself, but all included core packages (wifi, LuCI, etc.) also tend to grow as their features get expanded. | ||
| + | |||
| + | ==== Longer | ||
| + | |||
| + | As written in [[https:// | ||
| First of all, I'm not pretending to speak for the LEDE team, however looking at the plain numbers presents a quite obvious situation. | First of all, I'm not pretending to speak for the LEDE team, however looking at the plain numbers presents a quite obvious situation. | ||
| - | Taking " | + | Taking " |
| < | < | ||
| Line 84: | Line 108: | ||
| [4] I would expect that there already are a couple of 4 MB flash devices in the target list for which no release firmware can be built for 17.01, because of less ideal flash partitioning schemes chosen by the vendor (dropping free space below 3 erase blocks). Those are probably a minority, but given the close numbers, I'd be very suprised if there wouldn' | [4] I would expect that there already are a couple of 4 MB flash devices in the target list for which no release firmware can be built for 17.01, because of less ideal flash partitioning schemes chosen by the vendor (dropping free space below 3 erase blocks). Those are probably a minority, but given the close numbers, I'd be very suprised if there wouldn' | ||
| - | [[https:// | + | [[https:// |
| ===== The opinion of a Core LEDE developer ===== | ===== The opinion of a Core LEDE developer ===== | ||
| - | As originally written in [[https:// | + | As originally written in [[https:// |
| Just providing my rather pragmatic opinion on the topic here:\\ | Just providing my rather pragmatic opinion on the topic here:\\ | ||