On Thu, Oct 12, 2017 at 12:29 AM, Nerijus Baliunas <neri...@users.sourceforge.net> wrote: > On Thu, 12 Oct 2017 00:15:15 +0300 Sergey Ryazanov <ryazanov....@gmail.com> > wrote: >> Can you boot in failsafe mode again, check free memory while the >> interface is Up, then bring it Down and check free memory again? That >> will show which amount of memory it needs. > > # cat /proc/meminfo > MemTotal: 12232 kB > MemFree: 1108 kB > # ifconfig eth0 down > # cat /proc/meminfo > MemTotal: 12232 kB > MemFree: 2136 kB >
Try this patch, it should reduce the memory demand of the ethernet driver, so it will have the change to get started on your router. Just put it to target/linux/ixp4xx/patches-4.4 along with the previous one and rebuild your firmware. -- Sergey
99a-ixp4xx-reduce-rxbuf-size.patch
Description: Binary data
_______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev