[OpenWrt-Devel] MV88E6060 switch

Sergey Ryazanov ryazanov.s.a at gmail.com
Wed Oct 11 18:30:35 EDT 2017


On Thu, Oct 12, 2017 at 12:29 AM, Nerijus Baliunas
<nerijus at users.sourceforge.net> wrote:
> On Thu, 12 Oct 2017 00:15:15 +0300 Sergey Ryazanov <ryazanov.s.a at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 99a-ixp4xx-reduce-rxbuf-size.patch
Type: application/octet-stream
Size: 401 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20171012/ed6a6426/attachment.obj>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list